@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;500;700&display=swap');
:root{
--dark-blue: #1f3e72;
--light-blue:#4e6ada;
--gray:#939dae;
}

*{
 font-family: 'Noto Sans', sans-serif;
 margin:0;
 padding:0;
 box-sizing: border-box;

 font-size: 14px;
}
:root{
    color: var(--gray);
}
.container{
    max-width: 1024px;
    margin: auto;
}

.wrapper{
    padding: 0 4em;
}

.icon{
    margin-right: 10px;
    height: 15px;
    width: 15px;
}
.title-section{
    color: var(--dark-blue);
    font-size: 2em;
}

.brand-title{
    color:var(--light-blue);
    font-size: 1.5em;
    font-weight: 800;
}

.menu{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.menu-list{
    display: flex;
    gap: 3em;
}
.bt-action{
    border: none;
    background-color: var(--light-blue);
    padding: 5px 10px;
    border-radius: 2px;
    color: #ffffff;
    box-shadow: 1px 1px 5px #1f3e72;
}
.bt-action:hover{
    cursor: pointer;
}

.menu-list ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-list ul a{
    text-decoration: none;
    color:var(--light-blue);
}

.hero{
    position: relative;
    display: flex;
}
.header-title {
    padding-top:100px ;
}
.header-title h1{
   color: var(--dark-blue);
   font-size: 4em;
   font-weight: 700;
}

.header-title p{
    margin-right: 3em;
    font-size: 1.1rem;
    font-weight: 500;
 }

.header-img{
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.header-img img{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    height: 100%;
}

.header-services-title{
    color: var(--dark-blue);
    padding-top: 40px;
    font-size: 0.7em;
    display: flex;
    align-items: center;
}

.header-services-title p{
    font-size: 1.2em;
    font-weight: 500;
}
.schedule-info{
    position: absolute;
    bottom: 10px;
    left: 60px;
}
.schedule-info h3{
    color: var(--dark-blue);
}
.container-schedule{
    margin-top: 15px;
    background-color: #ffffffe5;
    box-shadow: #00000059 0px 5px 5px;
    padding: 1em 2em;
    display: flex;
    gap:3em;
}

.container-schedule button{
    padding: 5px 40px;
}

.shedule-item p:nth-child(2){
    color: var(--dark-blue);
    font-size: 1.4em;
    font-weight: 700;
    margin-left: 25px;
}

.labs-logos{
    height: 150px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.labs-logos  img{
    width: 90%;
}
.section-separation-top{
    margin-top: 80px;
}

.section-vaccine{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section-vaccine-copy{
    grid-column:1/2;
    font-size: 1.1em;
}
.section-vaccine h3{
    color: var(--dark-blue);
    font-size: 1.5em;
}
.vaccine-pros{
    grid-column-start: 1;
    grid-column-end:3;
    margin-top: 50px;
    display: flex;
    gap: 2em;
}
.vaccine-pros img{
    width: 50px;
    height: 50px;
}

.even-columns{
    display: flex;
    width: 100%;
}

.img-even-columns{
    align-self: flex-end;
    width:1200px;
}
.img-even-columns img{
    width: 100%;
}

.preparation-vaccine-area{
    flex-grow: 1;
}

.preparation-vaccine-area .section-info{
    padding: 0 3em;
}

.acordeon-container{
    padding: 0 4em;
}

.accordion-item{
    margin-top: 20px;
    padding: .5em;
    border: solid #1f3d727c 1px;
    border-radius: 5px;
}
.acordeon-selection{
    display: flex;    
    align-items: center;
    justify-content: space-between;
}

.accordeon-title{
    color: var(--dark-blue);
    font-size: 1.2em;
}

.item-accordeon-title {
    display: flex;
    align-items: center;
}
.item-accordeon-title img{
    margin-right:20px ;
    width: 30px;
    height: 30px;
}

.accordion-item .accordeon-body{
    padding: 1em 2em;
}

.section-info-emergency{
    grid-column: 1/2;
}

.actions-emergency-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1em;
}
.action-card{
    border:solid #dee9fc 1px;
    padding: 1em;
}
.action-card .card-body{
    display: flex;
    align-items: center;
}
.card-body h3{
    color:var(--dark-blue)
}

.action-card img{
    width: 50px;
    height: 50px;
}
.action-card .bt-action{
    margin-top: 1.5em;
    width: 100%;
}

.bt-emergency{
    cursor: pointer;
    margin-top: 1.5em;
    border-radius: 5px;
    border: none;
    padding: 1em;
    width: 100%;
    font-weight: 700;
    color: var(--dark-blue);
    background-color: #dcf5ff;
}
.bt-emergency:hover{
    color: #ffffff;
    background-color: var(--dark-blue);
    box-shadow: #1f3e72 1px 5px 3px;
}

footer{
    background-color: #ced9eb;
    padding-top: 3em;
    padding-bottom: 2em;
    margin-top: 5em;
}

.footer-columns{
    padding-bottom: 3em;
    color: var(--dark-blue);
    display: flex;
    justify-content: space-between;
}

.footer-info{
    width: 150px;
}

.interested-info{
    display: flex;
    gap: 4em;
}

.info-list{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.info-list a{
    color: var(--dark-blue);
    text-decoration: none;
}

.about-company{
    color: var(--dark-blue);
    display: flex;
    justify-content:space-between;
}
.copyright{
    justify-self: start;
}

.legal-section{
    display: flex;
    gap: 2em;
}