/* 
Author : LatitudMedia.cl
*/
@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: rgb(247, 242, 240);
    font-family: "Figtree", sans-serif;
    font-size: 16px;
}

h2 {
    font-weight: 900;
    font-size: 2.2rem;
}

p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

a {
    color: #FA6300;
}

.hero {
    background-image: url('../images/bg_hero.png');
    background-position: center center;
    background-size: cover;
    padding: 2rem 0;
}

.hero img {
    width: 385px;
}

.hero h2 {
    color: #FA630F;
    font-size: 4rem;
    font-weight: 900;
}

.nivelcrack {
    background: url('../images/bg_crack.png') center center #FA630F;
    background-size: cover;
    padding: 3rem 0;
    text-align: center;
}

.nivelcrack h2 {
    color: white;
    font-weight: 2rem;
    font-weight: 900;
}

.nivelcrack .curso {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 3rem 4rem;
    align-items: center;
    background-image: url('../images/bgplusizq.png'), url('../images/bgplusder.png');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-color: #F7F2F0;
    border-radius: 1rem;
}

.nivelcrack .curso h3 {
    font-weight: 900;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.nivelcrack .curso h3 span {
    color: #FA630F;
}

.nivelcrack .curso p {
    font-size: 1.2rem;
}

.nivelcrack .curso p.highlight {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 2rem;
    max-width: 550px;
}

.nivelcrack .curso p.highlight strong {
    font-weight: 900;
}

.nivelcrack .curso p img {
    width: 24px;
    height: 24px;
}

.nivelcrack .curso p strong {
    font-weight: 900;
}

.paravos {
    padding: 3rem 0 5rem 0;
}

.paravos h2 {
    font-weight: 900;
    font-size: 2rem;
}

.paravos ul {
    margin: 2rem 0 0 0;
}

.paravos ul li {
    list-style-image: url('../images/625bcd_e0f2db33ce624ab3a937a98a9c5aeeed~mv2.avif');
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.paravos ul li img {
    width: 36px;
    height: 36px;
    margin: -5px;
}

.paravos .boton-inscribete {
    margin-top: 2rem;
}

.aprender {
    background-color: #F4DDCE;
    padding: 2rem 0;
}

.aprender h2 {
    color: #fa6400;
    margin-bottom: 1rem;
}

.aprender p {
    font-size: 1.2rem;
}

.aprender ul {
    margin: 2rem 0 0 0;
}

.aprender ul li {
    list-style-image: url('../images/625bcd_e0f2db33ce624ab3a937a98a9c5aeeed~mv2.avif');
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.unaplataforma {
    background: url('../images/bg_crack.png') center center #FA630F;
    background-size: cover;
    padding: 3rem 0;
}

.unaplataforma h2 {
    color: white;
}

.unaplataforma .curso {
    align-items: center;
    background: url('../images/bgmoney.png') center no-repeat;
    background-size: contain;
    background-color: #F7F2F0;
    border-radius: 1rem;
    flex-direction: column;
    display: flex;
    padding: 3rem 4rem;
    position: relative;
}

.unaplataforma .curso h3 {
    font-weight: 900;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

.unaplataforma .curso h3 span {
    color: #FA630F;
}

.unaplataforma .curso p {
    font-size: 1.2rem;
}

.unaplataforma .curso p.highlight {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 2rem;
    max-width: 550px;
}

.unaplataforma .curso p.highlight strong {
    font-weight: 900;
}

.unaplataforma .curso p img {
    width: 24px;
    height: 24px;
}

.unaplataforma .curso p strong {
    font-weight: 900;
}

.unaplataforma a {
    margin-top: 2rem;
}

.calltoaction {
    background: url('../images/bgcta.png') center center #F4DCCF;
    background-size: cover;
    padding: 3rem 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.calltoaction .container .row {
    position: relative;
}

.calltoaction .nave-float {
    position: absolute;
    width: 7rem;
    left: 250px;
    bottom: 0;
}

.calltoaction .col-12 {
    position: relative;
    z-index: 2;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.nave-float {
    animation: floatUpDown 3s ease-in-out infinite;
}

.faqs {
    background-color: #F4F4F4;
    padding: 3rem 0;
}

.faqs img {
    position: relative;
    z-index: 2;
}

.faqs .faqcontent {
    background-color: white;
    padding: 2rem;
    margin-top: -1rem;
}

.faqs .accordion .accordion-item {
    border: none
}

.faqs .accordion .accordion-button {
    background-color: white;
    border-bottom: 1px solid #212529;
    color: #212529;
    font-size: 1.2rem;
    font-weight: 700;
}

.faqs .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}

.faqs .accordion-button::after {
    background-image: url('../images/plus.svg');
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}

.creditos {
    background-color: #F7F2F0;
    padding: 2rem 0;
    text-align: center;
}

.creditos img {
    width: 700px;
}

.bases {
    background-color: #FA630F;
    padding: 2rem 0;
}

.bases p {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.bases ul {
    margin-bottom: 0;
}

.bases ul li a {
    color: white;
}

.bases ul li {
    cursor: pointer;
    color: white;
}

footer {
    background-color: #F3F3F3;
    padding: 2rem 0;
}

footer p {
    font-size: 0.8rem;
}

.boton-inscribete {
    background-color: #ff6600;
    box-shadow: 5px 7px 0px black;
    border-radius: 40px;
    color: white;
    display: inline-block;
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0.8rem 5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.boton-inscribete:hover {
    box-shadow: 2px 2px 0px black;
    transform: translate(1px, 1px);
}

.boton-inscribete.cta {
    background-color: #C84A00;
}

@media (max-width: 992px) {
    .hero h2 {
        font-size: 3rem;
    }

    .nivelcrack .curso {
        padding: 2rem;
        background: #F7F2F0;
    }

    .unaplataforma .curso {
        padding: 2rem;
        background: #F7F2F0;
    }

    .unaplataforma .boton-inscribete {
        padding: 0.5rem 2rem;
    }
}

@media (max-width: 768px) {
    .calltoaction .nave-float {
        left: 0;
        bottom: -3rem;
    }
}

@media (max-width: 552px) {
    .boton-inscribete {
        padding: 0.5rem 1rem !important;
        width: 100%;
    }

    .calltoaction .nave-float {
        left: -2rem;
        bottom: initial;
        top: 0;
    }
}