@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

*{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
h1{
    font-weight: 700;
    font-size: 48px;
    color: #1F3E72;
}
h2{
    font-weight: 700;
    font-size: 32px;
    color: #1F3E72;
}
h3{
    font-weight: 700;
    font-size: 20px;
    color: #1F3E72;
    margin: 0;
    padding: 0;
}
p{
    font-weight: 600;
    color: #6D7B93;
    line-height:25px;
}
/*nav{
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 2px 0px 5px #8a8a8a;
    background-color: #FFFFFF;
}*/
.contenedor-header{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100px;
}
.contenedor-header>a{
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #3555D3;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}
.contenedor-header>ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contenedor-header>ul>li{
    display: inline-block;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    border: 2px solid #FFFFFF;
}

.contenedor-header>ul>li:hover{
    border: 2px solid #6D7B93;
    border-radius: 5px;
}

.contenedor-header>ul>li>a{
    text-decoration: none;
    font-weight: 600;
    color: #6D7B93;
}
.contenedor-header>ul>li.boton-azul{
    background-color: #3555D3;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 2px 20px #8a8a8a;
    border: none;
}
.contenedor-header>ul>li.boton-azul:hover{
    background-color: #5977f0;
}
.contenedor-header>ul>li>a.hoax{
    color: #FFFFFF!important;
}
.contenedor-main{
    display: flex;
    width:100%;
    margin: auto;
}
.texto-main{
    width: 50%;
    margin-left: 10%;
    padding-right: 18%;
}
.imagen-main{
    width: 50%;
    height: auto;
    padding-left: 10px;
}
.imagen-main>img{
    width: 100%;
}
i{
    color: #FFD012
    ;
}
.iconos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iconos>p{
    color:#1F3E72;
    font-weight: 600;
    font-size: 24;
}
.citas{
    display: flex;
    align-items: center;
    margin-top: 125px;
}
.citas i{
    color: #1F3E72;
    padding-right: 5px;
}
.citas p{
    color: #1F3E72;
    font-weight: 600;
    font-size: 24;
}
.contenedor-citas{
    background-color: #FFFFFF;
    opacity: 1;
    height: 100px;
    width: 68%;
    position: absolute;
    left: 130px;
    top: 630px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px #8a8a8a;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: .96;
}
.boton-azul{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3555D3;
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: 0px 2px 20px #8a8a8a;
    border: none;
    font-weight: 600;
}
.boton-claro{
    background-color: #F1F5FF;
    text-decoration: none;
    color: #3555D3;
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: 0px 2px 20px #8a8a8a;
    border: none;
    font-weight: 600;
}
.boton-azul:hover{
    background-color: #5977f0;
    transition: 0.2s;
}
.boton-claro:hover{
    background-color: #5977f0;
    color: #f5f3f3;
    transition: 0.2s;
}
.flex-ico{
    display: flex;
    align-items: center;
}
.flex-ico i{
    padding-right: 10px;
    height: 24px;
    width: 24px;
    color:#3555D3;
}
.flex-ico p{
    margin: 0;
}
.citas-info>p{
    margin: 0;
    color: #1F3E72;
    font-weight: 600;
    margin-left: 24px;
}
.farmaceuticas{
    display: flex;
    width: 80%;
    margin: 150px auto;
    justify-content: space-between;
    align-items: flex-end;
}
.farma-logo img{
    height: 50px;
    filter: grayscale(100%);
    opacity: 0.2;
}
#sinovac{
    width: 160px;
    height: 25px;
}
#moderna{
    width: 160px;
    height: 40px;
}
.contenedor-why{
    width: 80%;
    margin: 0 auto;
}
.should-vacc{
    width: 50%;
    padding-right: 50px;
    margin-bottom: 100px;
}
.contenedor-cards{
    margin: 0 auto;
    display: flex;
    width: 80%;
    justify-content: space-between;
}
.card{
    height: 300px;
    width: 250px;
    border: 2px solid #f5f3f3;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}
.card-desc>p{
    color: #1F3E72;
    font-weight: 600;
    font-size: 20px;
}
.card-text{
    font-size: 12px;
    font-weight: 700;
}
.card-ico i{
    font-size: 36px;
    color: #3555D3;
}
.contenedor-preparations{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.preparations-info{
    width: 37%;
    margin-right: 10%;
    margin-top: 80px;
}
.preparations-info>h2{
    margin: 30px 0;
}
.preparations-info>p{
    margin: 30px 0;
}
.contenedor-img-prep{
    width: 50%;
    height: auto;
    padding-right: 50px;
}
.contenedor-img-prep>img{
    width: 95%;
}
.contenedor-indicaciones{
    margin-top: 50px;
}
.indicaciones{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3555D3;
}
.indicaciones-box{
    margin-top: 20px;
    border: 2px solid #f5f3f3;
    border-radius: 10px;
    padding: 0px 20px;
    /*box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);*/
}
.indicaciones i{
    color: #3555D3;
    font-size: 20px;
}
.indicaciones>p{
    color: #1F3E72;
}
.indicaciones-box>p{
    font-weight: 500;
    font-size: 14px;
    padding: 0 30px;
}
.contenedor-emergency{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.emergency-contact{
    width: 45%;
    margin-top: 100px;
    margin-left: 130px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: space-between;
}
.emergency-img{
    width: 50%;
    height: auto;
    padding-left: 50px;
}
.emergency-img>img{
    width: 100%;
}
.cards-emergency-container{
    display: flex;
}
.card-emergency{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 200px;
    width: 200px;
    border: 2px solid #f5f3f3;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    margin: 15px;
    padding: 20px;
}
.card-emergency>button{
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 50px;
    padding: 12px 0;
}
.card-emergency p{
    margin: 0;
    padding: 0;
    color:#1F3E72;
    font-size: 16px;
}
.card-emergency i{
    color: #3555D3;
    font-size: 40px;
    padding-right: 15px;
}
.card-text>p.number{
    font-size: 12px;
    color: #8a8a8a;
}
footer{
    margin-top: 100px;
    background-color: #EEF3FF;
}
.contenedor-footer{
    display: flex;
    width: 80%;
    margin: 100px auto;
    height: 200px;
    padding-top: 50px;
}
.goal{
    width: 50%;
    padding-right: 30%;
}
.links{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-evenly;
}
.links-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.links-info li{
    padding-top: 20px;
}
.links-info a{
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 14px;
}
.goal a{
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #3555D3;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}
.goal p{
    font-size: 15px;
    font-weight: 500px;
}
.rights{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.privacy{
    display: flex;
    padding-right: 40px;
}
.privacy a{
    text-decoration: none;
    color: #8a8a8a;
    font-weight: 500px;
    font-size: 14px;
    padding-right: 20px;
}
.copy p{
    font-size: 14px;
}