@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: white;
    font-family: 'Josefin Sans', sans-serif;
}

a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

.menuMovil {
    background-color: #024e5e;
    display: none;
    justify-content: space-between;
    padding: 16px;
    position: fixed;
    width: 100%;
    height: 78px;
    z-index: 5;
}

.menuMovil img:last-child {
    width: 45px;
}

.menuMovil img:first-child {
    width: 100px;
}

.menuMovilOptions {
    background-color: white;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 100%;
    z-index: 6;
    transition: 0.5s;
}

.menuMovilOptionsActive {
    left: 0%;
}

.menuMovilOptions div .activeOptionMovile {
    font-size: 10vw;
    margin: 19px;
    color: #0db0de;
}

.menuMovilOptions img {
    width: 33px;
    margin: 28px;
}

.menuMovilOptions div {
    list-style: none;
    text-align: center;
    margin-top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
}

.menuMovilOptions div li {
    font-size: 9vw;
    margin: 19px;
    color: #024e5e;
}

/*Contenedor 1 ------------ */

.container1 {
    background-image: url("./../../assets/images/background1.png");
    height: 100vh;
    max-height: 1080px;
    max-width: 1920px;
    width: 100%;
    background-size: 100% 100%;
}

.container1 .navigate {
    width: 100%;
    height: 100px;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0px;
    background: #024e5e;
    z-index: 4;
}

.container1 .navigate div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    list-style: none;
}

.container1 .navigate div img {
    width: 151px;
}

.container1 .navigate div li {
    color: white;
    font-size: 17px;
    margin: 20px;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.container1 .navigate div li:hover {
    border-bottom: 2px solid white;
}

.container1 .navigate div button {
    font-size: 16px;
    padding: 8px;
    padding-inline: 43px;
    border-radius: 41px;
    color: #024e5e;
    border: 0px;
    transition: 0.2s;
}

.container1 .navigate div button:hover {
    background-color: #00414e;
    color: white;
}

.container1 .subContent1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 63px;
}

.container1 .subContent1 div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 62px;
}

.container1 .subContent1 div h1 {
    font-size: 34px;
    margin: 73px;
    margin-bottom: 14px;
    color: white;
}

.container1 .subContent1 div p {
    font-size: 20px;
    margin: 72px;
    margin-top: 9px;
    margin-bottom: 0px;
    color: white;
    text-align: justify;
}

.container1 .subContent1 .contentRedes {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin-top: 0px;
    padding-top: 13px;
    margin-bottom: 0px;
    padding-bottom: 11px;
}

.container1 .subContent1 .contentRedes img {
    width: 40px;
    margin: 10px;
}

.container1 .subContent1 .containerPlay {
    display: flex;
    margin-top: 0px;
    align-items: flex-start;
    padding-top: 0px;
}

.container1 .subContent1 .containerPlay img {
    width: 140px;
}

/*Contnedor 2 ---------------- */

.contenedor2 {
    background-color: #024E5E;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("./../../assets/images/background2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-top: 70px;
    padding-bottom: 75px;
}

.contenedor2 iframe {
    margin: 50px;
    border-radius: 10px;
    width: 1280;
    height: 720;
}

/*Contenedor 3 ------------ */

.container3 {
    background-image: url("./../../assets/images/background3.png");
    height: 80vh;
    max-height: 1080px;
    max-width: 1920px;
    width: 100%;
    background-size: 100% 100%;
}

.container3 .subContent1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 0px;
}

.container3 .subContent1 div {
    width: 100%;
}

.container3 .subContent1 .firstChild {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container3 .subContent1 .lastChild div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.container3 .subContent1 .firstChild form {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px;
    width: 80%;
    border-radius: 21px;
}

.container3 .subContent1 .firstChild form h1 {
    font-size: 31px;
    color: #2691A4;
    font-weight: 700;
}

.container3 .subContent1 .firstChild form input {
    width: 73%;
    border: 0px;
    padding: 7px;
    border-bottom: 2px solid #2691A4;
    margin-top: 11px;
    margin-bottom: 20px;
    outline: none;
}

.container3 .subContent1 .firstChild form input::placeholder {
    color: #2691A4;
}

.container3 .subContent1 .firstChild form button {
    padding: 11px;
    margin-top: 35px;
    font-size: 16px;
    border: 0px;
    background-color: #024e5e;
    color: white;
    border-radius: 29px;
    padding-inline: 44px;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}

.container3 .subContent1 .firstChild form button:hover {
    color: #024e5e;
    background-color: rgb(235, 235, 235);
}

.container3 .subContent1 .lastChild img {
    width: 20%;
}

.container3 .subContent1 .lastChild div div {
    background-color: white;
    padding: 28px;
    border-radius: 21px;
    width: 69%;
}

.container3 .subContent1 .lastChild div div h1 {
    font-size: 27px;
    color: #2691a4;
    text-align: center;
}

.container3 .subContent1 .lastChild div div div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container3 .subContent1 .lastChild div div div img {
    width: 42px;
    margin: 15px;
    margin-top: 0px;
}

.hotmart__button-checkout {
    display: inline-block;
    border-radius: 3px;
    color: #fff!important;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 30px;
    line-height: 1.5;
    text-decoration: none!important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 70%);
    background: #b0cb77;
    background: linear-gradient(to bottom,#9ccc3a 0,#5cad4a 100%);
    border: 1px solid #5cad4a;
    box-shadow: inset 1px 1px 0 0 #cdeb8e;
    transition: all 1s cubic-bezier(.2,1,.22,1);
    box-sizing: border-box;
}
/* responsive design ----------------------  */

@media screen and (max-width: 1170px) {
    .container1 .navigate div li {
        font-size: 13px;
    }
    .container1 .subContent1 div h1 {
        margin: 15px;
    }
    .container1 .subContent1 div p {
        margin: 15px;
    }
    .container1 .subContent1 .contentRedes {
        padding: 0px;
    }
    .container1 .subContent1 .containerPlay {
        padding: 23px;
        padding-left: 0px;
    }
    .container1 .subContent1 .containerPlay img {
        width: 173px;
    }
    .container1 .subContent1 {
        margin-top: 6px;
    }
    .profileImage {
        width: 130%;
    }
}

@media screen and (max-width: 982px) {
    .contenedor2 iframe {
        margin: 50px;
        border-radius: 10px;
        width: 93%;
    }
}

@media screen and (max-width: 846px) {
    .container1 .subContent1 div {
        padding: 13px;
    }
    .profileImage {
        width: 105%;
    }
    .container3 .subContent1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0px;
    }
    .container3 {
        background-size: cover;
    }
    .container3 .subContent1 .firstChild form {
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 35px;
        width: 96%;
        border-radius: 21px;
    }
}

@media screen and (max-width: 670px) {
    .container1 .subContent1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -56px;
        margin: 23px;
    }
    .container1 .subContent1 div h1 {
        margin: 15px;
        text-align: center;
    }
    .container1 .subContent1 .contentRedes {
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .container1 .subContent1 .containerPlay {
        padding: 23px;
        padding-left: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container1 {
        background-size: cover;
    }
    .container1 .navigate  {
        display: none;
    }
    .menuMovil {
        display: flex;
    }
    .contenedor2 {
        background-color: #024E5E;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: cover;
        margin-top: 313px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 380px) {
    .container1 .subContent1 div h1 {
        margin: 15px;
        text-align: match-parent;
        font-size: 25px;
    }
    .container1 .subContent1 div p {
        font-size: 16px;
        margin: 0px;
        margin-top: 9px;
        color: white;
        text-align: justify;
        margin-bottom: 20px;
    }
    .contenedor2 {
        background-color: #024E5E;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-size: cover;
        margin-top: 202px;
        padding-bottom: 0px;
    }
    .container3 .subContent1 .lastChild div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container3 .subContent1 .lastChild img {
        width: 50%;
    }
    .profileImage {
        width: 50%;
    }
    
}


