
.barra{
    height: 10vh;
    width: 100%;
    overflow-x: hidden;
    position: fixed !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    position: sticky;
}
.tittle-desktop{
    display: none;
}
.tittle-mobile{
    display: block;
}
.menu_content{
    z-index: 100001;
    display: none;
    align-items: start;
    background-color: #0270B8;
    height: 100vh;
    width: 100vw;
    position: absolute;
    animation: menu 0.5s ;
}
@keyframes menu {
    0%, 7% {
        width: 7vw;
        height: 7vh;
    }
    15% {
        width: 15vw;
        height: 15vh;
    }
    20% {
        width: 20vw;
        height: 20vh;
    }
    25% {
        width: 25vw;
        height: 25vh;
    }
    30% {
        width: 30vw;
        height: 30vh;
    }
    35% {
        width: 35vw;
        height: 35vh;
    }
    40%, 100% {
        width: 100vw;
        height: 100vh;
    }
  }

.menu_content button{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 60px;
    height: 60px; */
    background-color: #0270B8;
    box-shadow: none;
    color : #cacaca;
    font-size: 35px;
    border-style: none;
    margin-top: 20px;
    margin-left: 10px;
}
.menu_content button:hover{
    color: #fff;;
}

.links_mobile{
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    width:100%;
    height: 100vh;
    margin-right: 45pt;
    color: #fff;
}
.links{
    display: none;
}
.links_mobile a{
    color: #cacaca;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;  
}
.links_mobile a:hover{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;  
}
.burguer{
    font-size: 30px;
    color: #0270B8;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 25px;
    border-radius: 5px;
    border-style: none;
    box-shadow: #b9b9b9 2px 2px 3px 3px;
    animation: wiggle 2s linear infinite;
}
.burguer:hover{
    background-color: #cacaca;    
}
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }

.logo{
    justify-content: center;
    padding-top: 5px;
    padding-left: 25px;
    

}

.fondo{
    background-color: #fff;
    height: 100vh;
    width: 100%;
    background-image: url(img/back.png);
    background-size: cover;
    background-position: center center;
}
.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: 55px;
    font-weight: 600;
    text-align: center;
    
}
.whatDoWeDo{
    padding-block: 20px;
    min-height: 50vh;
    height: auto;
    width: 100%;
    padding-inline: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid 3px;
    border-color: #000;
    /* background-color: #fafafa; */
    
}
.whatDoWeDo h1{
    color:#6F767A;
    font-size: 45px;
    font-weight: 600;
    
}
.whatDoWeDo h5{
    color: #0270B8;
    font-size: 20px;
    font-weight: 500;
}
.about{
    min-height: 90vh;
    height: auto;
    width: 90%;
    padding-block: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-about{
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
    align-items: start;
    padding-inline: 15px;
}
.text-about h5{
    color: #0270B8;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 1;
}
.text-about h2{
    text-align: left;
    color:#848c91;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.text-about p{
    font-size: 17px;
    font-weight: 500;
    color: #6F767A;
}
.img-about{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-about img{
    width: 100%;
}
.clients{
    padding-block: 20px;
    min-height: 90vh;
    height: auto;
    width: 90%;
    /* background-color: #fafafa; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.clients h2{
    font-size: 30px;
    color: #6F767A;
    font-weight: 550; 
}
.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
    height: auto;
    margin-bottom: 25px;
    margin: 5px;
    padding: 5px;
}
.card img {
    width: 50%;

}
.card a{
    text-align: center;
}

.card h1{
    font-size: 40pt;
    color: #004165;
    text-align: center;
    padding: 5px;
    width: 50%;

    
}
.contact{
    min-height: 50vh;
    padding-block: 20px;
    height: auto;
    display: flex;
    width: 100%;
    padding-inline: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact h2{
    text-align: center;
    font-size: 35px;
    color: #6F767A;
    font-weight: 550; 
}
.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;
    animation: wiggle 2s linear infinite;
}
.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;
    align-items: center;
    justify-content: space-evenly;
}
.footer img{
    min-width: 75%;
}
.footer a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    margin-left: 12pt;
    font-weight: 350;
}
.footer h6{
    margin-right: 12pt;
    font-size: 11pt;
    font-weight: 350;
}