.menu_content{
    display: none;
    z-index: 3;
}
.burguer{
    display: none;
}
.barra{
    width: 100vw;
    height: 10vh;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.links{
    width: 30vw;
    display: flex;
    justify-content: space-between;
    margin-right: 45pt;
    
}
.logo{
    justify-content: center;
    margin: 5px;
    padding-left: 30px;
    

}
.links a{
    color: #FFF;
    font-size: 20px;
    font-weight: 350;
    text-decoration: none; 

    
}
.fondo{
    background-color: #fff;
    height: 100vh;
    width: 100%;
    background-image: url(img/back.png);
    background-size: cover;
}
.gradiente{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.message h1{
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
}
.tittle-mobile{
    display: none;
}
.whatDoWeDo{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fafafa; */
    
}
.whatDoWeDo h1{
    color:#6F767A;
    font-size: 50pt;
    font-weight: 500;
    text-align: center;
}
.whatDoWeDo h5{
    color: #0270B8;
    font-size: 20pt;
    text-align: center;
    font-weight: 500;
}
.about{
    min-height: 100vh;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.text-about{
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    align-items: end;
}
.text-about h5{
    color: #0270B8;
    font-size: 20pt;
    text-align: right;
    font-weight: 500;
    text-align: right;
    line-height: 1;
}
.text-about h2{
    text-align: right;
    color:#6F767A;
    font-size: 30pt;
    font-weight: 500;
    margin-bottom: 50px;
}
.text-about p{
    font-size: 15pt;
    line-height: 1.5;
    font-weight: 300;
}
.img-about{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-about img{
    width: 100%;
}
.clients{
    min-height: 100vh;
    width: 100%;
    /* background-color: #fafafa; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.clients h2{
    font-size: 35pt;
    color: #6F767A;
    font-weight: 500; 
}
.card{
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 35vh;
    height: auto;
    margin: 5px;
    padding: 5px;
    

}
.card img {
    width: 50%;
}

.card h1{
    font-size: 40pt;
    color: #004165;
    text-align: center;
    padding: 5px;
    width: 50%;

    
}
.contact{
    min-height: 60vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact h2{
    font-size: 35pt;
    color: #6F767A;
    font-weight: 500; 
}
.btn-contact{
    margin-top: 25pt;
    border-radius: 10px;
    color:#0270B8;
    border-style: solid;
    border-width: 2px;
    border-color: #0270B8;
    font-size: 20pt;
    background-color: #fff;
    padding-inline: 10pt;
}
.btn-contact:hover{
    color:#fff;
    border-color: #0270B8;
    background-color: #0270B8;
}
.footer{
    background-color: #0270B8;
    color: #fff;
    min-height: 25vh;
    height: auto;
    display: flex;
    flex-direction: column;
}
.footer img{
    max-width: 25%;
    width: auto;
}
.footer a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    margin-left: 12pt;
    font-weight: 350;
}
.footer h6{
    justify-content: end;
    align-items: end;
    text-align: right;
    margin-right: 12pt;
    font-size: 11pt;
    font-weight: 350;
}