@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@300;600&display=swap");

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    
    src: url(https://fonts.gstatic.com/s/notosans/v27/o-0OIpQlx3QUlC5A4PNr4ARPQ_m87A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


.blue-text {
    color: #1897d4;
}

.gris-text{
    color: #6d6e70;
}

.orange-text{
    color: #54d34a;
}

.pink-text{
    color: #f638b0;
}

.pink{
    background-color: #f638b0;
}

.bg-blue{
    background-color: #00affa;
}

.box-date {
    padding: 45px 20px 30px 15px;
    border-radius: 0 0 100px 100px;
    background-color: #1897d4;
    position: relative;
    top: -50px;
    left: 20px; 
}

.box-date2 {
    padding: 20px 5px 20px 5px;
    border-radius: 0 0 100px 100px;
    background-color: #1897d4;
    position: relative;
    top: -170px;
    left: 290px;
    width: 120px;
}

.section1 {
    background-image: url(../img/mb2022-lp-webinar-header.jpg);
    background-repeat: no-repeat;
    max-width: 100%;
    height: 100vh;
    background-size: cover;
    margin-bottom: 10rem;
}

@media (pointer: coarse) and (hover: none) {
    .section1 {
        background: url('../img/mb2022-lp-webinar-header - copia.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 3rem;
    }

}

.img-mb{
    width: 300px;
}

.img-mb2 {
    width: 200px;
}

.img-ahorrar{
    width: 400px;
    position: relative;
    top: -12px;
    left: 10px;
}

.img-ahorrar2 {
    width: 190px;
    position: relative;
    top: -6px;
    left: 6px;
}


.img-header{
    padding: 15px 10px 40px 10px;
    width: 85%;
    position: relative;
    top: -210px;
    left: 180px;
}

.img-header2{
    padding: 15px 10px 40px 10px;
    width: 90%;
    position: relative;
    top: -280px;
    left: 420px;
}

.webinar-tag {
    background-color: #f638b0;
    padding: 8px 12px;
    color: #fff;
    letter-spacing: 5px;
    font-size: 24px;
    width: max-content;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.webinar-tag2 {
    background-color: #f638b0;
    padding: 8px 12px;
    color: #fff;
    letter-spacing: 5px;
    font-size: 12px;
    width: max-content;
    position: relative;
    z-index: 2;
    font-weight: 600;
}


.box {
    padding: 48px 72px 24px 30px;
    border-radius: 0 100px 100px 0;
    background-color: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 0;
}

.box2 {
    padding: 48px 52px 14px 20px;
    border-radius: 0 100px 100px 0;
    background-color: #fff;
    margin-top: -35px;
    position: relative;
    z-index: 0;
}


.blue-footer {
    background: #00affa;
}

.btn-blue {
    background: #faa636;
    color: dark;
    border-radius: 47px;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 35px;
}

.btn-blue:hover{
    background: white;
    color: dark !important;
    border: 2px solid #faa636;
}


.grey {
    background: #dddddd;
    border-radius: 30px;
}


p {
    font-family: Poppins,sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #353535;
}

.footer {
    font-weight: 300;
    font-size: 13px;
    color: white;
}

.font-cont{
    font-family: Poppins,sans-serif;
    font-size: 24px;
}

.font-h1{
    font-family: Poppins,sans-serif;
    font-weight: bold;
    font-size: 39px;
}

.font-h1-2 {
    font-family: Poppins,sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.font-cont-form{
    font-family: Poppins,sans-serif;
    font-size: 16px;
}

li {
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 14px;
}

@media (pointer: coarse) and (hover: none) {
    li {
        font-family: Poppins,sans-serif;
        font-size: 13px;
        font-weight: 100;
        margin-bottom: 14px;
    }
}