/* Generales */

.wrapper{
    max-width: 1356PX;
    margin: 0 auto;
    display: relative;
}

.paragraph{
    width: 80%;
    color: #6D7B93;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Noto Sans', sans-serif;
}

.maxwidth--600{
    max-width: 600px;
}

.maxwidth--300{
    max-width: 600px;
}

.maxwidth--200{
    max-width: 200px;
}


.title-2{
    font-size: 45px;
    color: #1F3E72;
    font-family: 'Noto Sans', sans-serif;
    margin: 30px 0 40px 0 ;
}   


/* Botones */

.button--main{
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background-color: hsl(228, 65%, 48%);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 3px 4px 10px #A8B8E9;
    transition: 200ms;
}

.button--main:hover{
    background-color: #FFD012;
    color: #1F3E72;
}

.button--second{
    justify-self: center;
    width: 180px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background-color: hsl(228, 65%, 48%);
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: 3px 8px 8px #6b84ca;
    transition: 200ms;
}

.button--second:hover{
    background-color: #FFD012;
    color: #1F3E72;
}

.button__third{
    border: none;
    width: 200px;
    padding: 15px 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #3353D1;
    cursor: pointer;
    background-color: #F1F5FF;
    border-radius: 8px;
    transition: 200ms;
}

.button__third:hover{
    background-color: #3353D1;
    box-shadow: 3px 4px 10px #A8B8E9;
    color: white;
}

.button__third:active{
    background-color: #FFD012;
    box-shadow: 3px 4px 10px #A8B8E9;
    color: #3353D1;
}

.button--main--mb{
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background-color: hsl(228, 65%, 48%);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 3px 4px 10px #A8B8E9;
    transition: 200ms;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button--main--mb:hover{
    background-color: #FFD012;
    color: #1F3E72;
}

/* Navbar */



.navbar{
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
    background-color: white ;
    opacity: .9;
}

.navbar__logo-container{
    width: 35%;
    display: flex;
    justify-content: left;

}
.navbar__logo{
    width: 170px;
}
.navbar__menu{
    width: 60%;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-right: 50px;
}
.navbar__element{
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #6D7B93;
    cursor: pointer;
    align-self: center;
    transition: 300ms;
}

.navbar__element:hover{
    color: #FFD012;
}


/* Navbar Mobile */

.navbar--mb{
    display: none;
    width: 100%;
    justify-content: space-evenly;
    position: sticky;
    padding-top: 10px;
    top: 20px;
    align-items: center;
    background-color: white;
    z-index: 15;
}

#closeMenu{
    display: none;
    cursor: pointer;
}

.navbar__logo--mb{
    width: 200px;
}

.navbar__menu--mb{
    display: none;
}

.navbar__logo-container--mb{
    margin-bottom: 20px;
    margin-top: 20px;
}

.navbar__element--mb{
    margin: 15px 0 15px 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    align-self: center;
    transition: 300ms;
}

/* Hero section */
.hero{
    display: flex;
    position: relative;
}

.hero__left{
    width: 50%;
    position: relative;
}

.hero__title{
    width: 90%;
    font-size: 60px;
    color: #1F3E72;
    font-family: 'Noto Sans', sans-serif;
    margin: 30px 0 20px 0 ;
}


.hero__right{
    width: 50%;
    display: flex;
    justify-content: center;
}

.hero__image{
    position: relative;
    z-index: 2;
    top: -104px;

}

/* Detalles de vacunación */

.vacunation-details__container{
    width: 70%;
    position: absolute;
    z-index: 3;
    background-color: white;
    opacity: .9;
    padding: 25px 25px 25px 0;
    bottom: 14% ;
    left: 60px;
    border-radius: 5px;
/*     box-shadow: #E7EEF9 0px 1px 40px ; */
    box-shadow: rgba(186, 198, 204, 0.5) 30px 20px 30px, 30px 20px 40px rgba(186, 198, 204, 0.5);
/*     box-shadow: 5px 5px 60px rgba(212, 236, 247, 0.9); */
    display: flex;
}


.vacunation-details__row{
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-self: flex-start;
}

.vacunation-details__box{
    display: flex;
    flex-direction: column;
    width: 350px;
    justify-content: center;
    align-items: center;
}


.icon__title--detail{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    color: #6D7B93;
    margin-left: 10px;
}

.icon__title--vacunation{
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #1F3E72;
    margin: 20px 10px 20px 50px;
    justify-self: flex-end;
}

/* Iconos */

.icon__container{
    margin-top: 60px;
    display: flex;
}

.icon__box{
    display: flex;
    align-items: center;
    background-color: #FFFAE8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-right: 5px;
}

.icon__box--blue{
    display: flex;
    align-items: center;
    background-color: #DDE5FF;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-right: 5px;
}

.icon{
    width: 16px;
}

.icon__title{
    font-family: 'Noto Sans', sans-serif;
    align-self: center;
    color: #1F3E72;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 10px
}

.icon__title--bigger{
    font-family: 'Noto Sans', sans-serif;
    align-self: center;
    color: #1F3E72;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px
}


/* pharma logos */

.pharma__container{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
    align-items: center;
}
.pharma__logo{
    width: 16%;
    opacity: .8;
}

.sinovac{
    height: 40px;
}

.pharma__logo--opacity{
    width: 16%;
    opacity: .9;
}


/* Benefits */


.benefits__container{
    margin-top: 150px;
}

.benefit__row{
    margin: 60px 0;
    display: flex;
    justify-content: space-around;
}

.benefit__box{
    padding: 10px;
    width: 300px;
    transition: 400ms;
    
}

.benefit__box:hover{
    transform: scale(1.1);
    box-shadow:  5px 20px 40px rgba(205, 222, 231, 0.5);
}




.icon__box--big{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #DDE5FF;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.icon--big{
    widows: 36px;
}

.benefit-icon--detail{
    margin-top: 30px;
    color: #1F3E72;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}


.benefit__paragraph{
    margin-top: 15px;
    width: 80%;
    color: #6D7B93;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
}


/* Preparation for the Vaccine */

.preparation__container{
    margin-top:120px;
    display: flex;
    justify-content: space-between;
}

.preparation__column-right{
    width: 50%;;
}

.preparation__img{
    width: 100%;
}


.preparation__column-left{
    width: 45%;
}

/* Collapse module for benefits */

.colapse__container{
    margin-top: 70px;
}



.colapse-element___heading{
    display: flex;
    margin: 20px 30px;
    max-width: 450px;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    justify-content: space-between;
}


.active, .colapse-element___heading:hover{
    background-color: #DDE5FF ;
}

.heading__container{
    display: flex;
    align-items: center;
}

.colapse-element__text{
    color: #1F3E72;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}

.colapse__box-icon{
    margin-right: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background-color: #DDE5FF;
    justify-content: center;
    border-radius: 5px;
}

.colapse__icon{
    width: 18px;
}

.colapse__box-icon--toggle-down{
    margin-right: 20px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    background-color: #DDE5FF;
    border-radius: 5px;
}

.collapsible__container{
    display: none;
}

.colapse__text{
    margin-left: 75px;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    max-width: 400px;
    color: #6D7B93;
    box-shadow: 4px 5px 10px  -5px #d1d8ec;
}



/* Emergency Contact section*/

.emergencys__container{
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
}

.emergency__column{
    width: 46%;
}

.contact__column2{
    display: flex;
    width: 600px;
    align-items: flex-end;
}

.contact__img{
    width: 600px;
    height: 730px;
}

.contacts__container{
    display: flex;
    flex-direction: column;
    margin-left: 20px;

}

.contact__row{
    display: flex;
    margin: 80px 0;
}

.contact__box{
    width: 50%;
}

.contact__option{
    display: flex;
    margin-bottom: 40px;
}

.contact__box-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #DDE5FF;
    justify-content: center;
    border-radius: 5px;
   
}

.contact__option-info{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.option__name{
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #1F3E72;
}

.option__number{
    margin-top: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    color: #6F7D95;
    font-weight: 600;
}


/* Margins & Padings */
.margin-left{
    margin-left: 10px;
}

.margin-top{
    margin-top: 230px;
}


/* footer */

footer{
    margin-top: 100px;
    background-color: #EEF3FF;
    display: flex;
    padding: 50px 50px 30px 50px;
    justify-content: space-around;
    position: relative;
}


.paragraph--footer{
    margin-top: 20px;
    color: #6D7B93;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
}

a{
    color: #6D7B93;
}

footer img{
    width: 170px;
}

.credtis{
    margin-top: 100px;
    color: #6D7B93;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
}

.footer__column-right{
    width: 50%;
    display: flex;
    flex-direction: column;
}


.footer__menu-container{
    display: flex;
    justify-content: space-between;
}

.menu__box{
    display: flex;
    flex-direction: column;
    width: 32%;
}


.menu__title{
    font-family: 'Noto Sans', sans-serif;
    color: #1F3E72;
    font-size: 18px;
    font-weight: 600;
}
.terminos{
    margin-top: 70px;
    position: relative;
    align-self: flex-end;
    z-index: 2;
}


/* Floating Elments */
.hero__triangle{    
    position: absolute;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid #F4F6FB;
    z-index: -1;
}

.hero__triangle2{    
    position: absolute;
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-right: 120px solid #F4F6FB;
    border-bottom: 150px solid transparent;
    z-index: -1;
    bottom: 15%;
    left: 45%;
}

.hero__triangle3{    
    position: absolute;
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-right: 120px solid #F4F6FB;
    border-bottom: 150px solid transparent;
    top:155%;
    left: 86%;
}

.hero__triangle4{    
    position: absolute;
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-left: 120px solid #F4F6FB;
    border-bottom: 150px solid transparent;
    top:250%;
    z-index: -1
}

.hero__triangle5{    
    position: absolute;
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-right: 120px solid #F4F6FB;
    border-bottom: 150px solid transparent;
    top:400%;
    left: 86%;
}

.hero__triangle6{    
    position: absolute;
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-bottom: 100px solid #E2E9F9;
    top: 68%;
    right: 15%;
}




  @media (max-width: 1178px) {
    section{
        padding: 30px;
    }
    .mobile__hide2{
        display: none;
    }
    .hero__triangle2{
        display: flex;
        align-self: flex-end;
        z-index: 5;
        z-index: -1;
    }
    .hero__left{
        width: 90%;
        min-height: 650px;
    }
    .margin-top{
        margin-top: 30px;
    }

    .preparation__column-right{
        width: 100%;
    }
    .emergency__column{
        width: 100%;
    }
    .contacts__container{
        width: 70%;
    }
  }


  @media (max-width: 1002px) {
    .wrapper{
        max-width: 1000px;
    }
    .navbar--mb{
        display: flex;
    }

    #closeMenu{
        display: flex;
        position: absolute  ;
        right: 40px;
        align-self: flex-end;
        padding: 10px 20px;
        cursor: pointer;

    }
    .hero{
        margin-top: 40px;
    }
    .navbar{
        display: none;
    }

/*     .hero{
        margin-top: 70px;
    } */

    .vacunation-details__container{
        width: 85%;
        bottom: 0%;
        flex-direction: column;
    }

    .vacunation-details__box{
        margin-bottom: 30px;
    }

    .button--second{
        width: 80%;
    }

    .maxwidth--600{
        width: 95%;
    }

    .pharma__container{
        margin-top: 100px;
    }

    .hero__left{
        min-height: 930px;
    }
    .icon__container{
        margin-top: 50px;
    }
    .emergencys__container{
        margin-top: 40px;
    }
    .contact__row{
        margin-bottom: 0px;
    }
    .preparation__container{
        margin-top: 20px;
    }
  }


  @media (max-width: 850px) {
    .wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    .hero{
        justify-content: center;
    } 
    .hero__left{
        min-height: 1000px;
    }
    .vacunation-details__container{
        width: 60%;
        align-items: center;
    }
    .benefits__container{
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .benefit__row{
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;

    }
    .benefit__box{
        width: 80%;
        margin-bottom: 40px;
    }
    .preparation__container{
        margin-top: 0px;
    }

    .button--second{
        width: 100%;
    }
    .sinovac{
        width: 200px;
        margin-bottom: 30px;
    }
    .pharma__container {
        margin-top: 40px;
    }
    .pharma__logo{
        width: 200px;
        margin-bottom: 70px;
    }
    .pharma__container{
        flex-direction: column;
    }
    .pharma__logo{
        margin-bottom: 60px;
    }
    .sinovac{
        margin-bottom: 60px;
    }
    .preparation__column-right{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .emergencys__container{
        margin-top: 30px;
    }
    .contact__row{
        margin-bottom: 0px;
    }

    footer{
        flex-direction: column;
        width: 90%;
    }
    .footer__column-left{
        margin-bottom: 40px;
    }

    .credtis{
        margin-top: 40px;
    }
    .footer__column-right{
        width: 80%;
    }
    .footer__menu-container{
        z-index: 2;
    }
  }

  @media (max-width: 600px) {
    .contact__row{
        flex-direction: column;
        margin-top: 60px;
    }

    .contact__box{
        width: 80%;
        margin-top: 40px;
    }

    .maxwidth--600{
        max-width: 500px;
    }
    .wrapper{
        max-width: 600px;
    }
    .hero__left{
        min-height: 1150px;
    }
    .hero__title{
        font-size: 50px;
    }
    .paragraph{
        width: 100%;
    }

    .benefits__container{
        width: 90%;
    }

    .vacunation-details__container{
        width: 85%;
    }
    .colapse-element___heading{
        width: 100%;
        margin: 20px 10px 20px 10px;
        
    }
  }

  @media (max-width:500px) {
    .hero__left{
        min-height: 1050px;
    }
    .footer__menu-container{
        flex-direction: column;
    }
    .menu__box{
        margin-bottom: 40px;
    }
    .pharma__container{
        margin-bottom: 0px;
    }          
  }

