*{
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin: 0px;
    padding:0px
}
a{
    text-decoration: none;
    color: #2F76C9;
    ;
}
a:hover{
    color: rgba(47, 118, 201, 0.7);
}
header{
    position: sticky; top: 0.2px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    background-color: #FFFFFF;
    z-index: 9999;
}
.logoAcuamohan{
    height: 80%;
    width: 60%;
    transition: transform 0.3s ease-out;
}
.logoAcuamohan:hover{
    transform: scale(1.1);
}
#logoAcuamohan{
    height: 15%;
    width: 15%;
    transition: transform 0.3s ease-out;
}
#logoAcuamohan:hover{
    transform: scale(1.1);
}
h5{
    font-size: 0.6rem;
    margin-left: -24%;
    margin-top: -6%;
}
li{
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
}
button{
    width: 175px;
    height: 45px;
    border-radius: 25px;
    border-color: #2F76C9;
    background-color: #2F76C9;
    box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    font-size: 19px;
}
button:hover{
    background-color:rgba(47, 118, 201, 0.7);
    border-color :rgba(47, 118, 201, 0.7);
    color: rgb(0, 0, 0)
}
.a1{
    display: flex;
    justify-content:right;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #FAFAFA;
    height: 650px;
    width: 100%;
    padding-left: 10%;
    padding-right: 3%;
}
.imagen1{
    border-radius:50% ;
    width: 40%;
    transition: transform 0.3s ease-out;
}
.imagen1:hover{
    transform: scale(1.2);
}
.b1{
    display: flex;
    flex-direction: column;
    width: 38%;
    align-items:flex-start;
}
#contact1{
    color: #FAFAFA;
}
.text1{
    font-size: 1.7rem;
    color:rgb(22, 58, 189);
    font-weight: bold;
    text-align: left;
}
.text2{
    font-weight: bold;
    text-align: right;
    margin-top: 8%;
    margin-bottom: 8%;
}
.text{
    color: #FFFFFF;
    font-size: 1.1rem;
    margin-left:7%;
    margin-right: 7%;
    margin-top: 5%;
}
.boton{
    display: inline-block;
    width: 75px;
}
.a3{
    text-align: center;
    color:#242E53;
    font-size: 5.5rem;
    margin-top: 3%;
    transition: transform 0.3s ease-out;
}
.a3:hover{
    transform: scale(1.05);
    color: rgba(47, 118, 201, 0.7);
}
.a4{
    display: flex;
    justify-content: space-around;
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 6%;
    margin-right: 3%;
    margin-bottom: 1%;
}
.titulo1{
    font-size: 1.3rem;
    color: #242E53;
    font-weight: bold;
    text-align: center;
    margin-top: 4%;
}
.personas1{
    background-color: #2F76C9;
    width: 33%;
    height:800px;
    margin-top: 5%;
    margin-right: 2%;
    transition: transform 0.3s ease-out;
    z-index: 1;
}
.personas1:hover{
    transform: scale(1.1);
}
.personas2{
    background-color: #2F76C9;
    width: 33%;
    height:800px;
    margin-top: 5%;
    margin-right: 2%;
    transition: transform 0.3s ease-out;
    z-index: 1;
}
.personas2:hover{
    transform: scale(1.1);
}
.personas3{
    background-color: #2F76C9;
    width: 33%;
    height:800px;
    margin-top: 5%;
    margin-right: 2%;
    transition: transform 0.3s ease-out;
    z-index: 1;
}
.personas3:hover{
    transform: scale(1.1);
}
.a5{
    display: flex;
    justify-content: space-around;
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 6%;
    margin-right: 3%;
    margin-bottom: 6%;
}
.personas4{
    background-color: #2F76C9;
    width: 33%;
    height:800px;
    margin-top: 5%;
    margin-right: 2%;
    transition: transform 0.3s ease-out;
}
.personas4:hover{
    transform: scale(1.1);
}
.personas5{
    background-color: #2F76C9;
    width: 33%;
    height:800px;
    margin-top: 5%;
    margin-right: 2%;
    transition: transform 0.3s ease-out;
}
.personas5:hover{
    transform: scale(1.1);
}
.personas6{
    background-color: #2F76C9;
    width: 33%;
    height:800px;
    margin-top: 5%;
    margin-right: 2%;
    transition: transform 0.3s ease-out;
}
.personas6:hover{
    transform: scale(1.1);
}

.imagenPersonas{
    width: 100%;
    height: 350px;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.whatsapp-button a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: green;
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.whatsapp-button img {
    width: 32px;
    height: 32px;
}
footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    background-color: #2F76C9;
    height: 27vh;
}
.logos{
    width: 20%;
    margin-left: -5%;
}
#logoAcuamohan2{
    padding-left: 25%;
}
.logos2{
    display: flex;
    justify-content: space-around;
    transition: transform 0.3s ease-out;
}
.logos2:hover{
    transform: scale(1.15);
    
}
.final1{
    padding-top: 8%;
    display: flex;
    flex-wrap: wrap;
    font-weight: lighter;
}
.final2{
    color: #FFFFFF;
}
.final2:hover{
    color: #999999;
}
#text{
    font-size: 0.5rem;
    color: #999999;
    margin-top: 10%;
    margin-right: -3%;
    margin-left: -5%;
}
@media only screen and (max-width: 480px) {
    header {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .logoAcuamohan {
        height: 60px;
        width: auto;
        margin-bottom: 10px;
    }

    #logoAcuamohan {
        height: 10%;
        width: 15%;
    }

    nav.inicio {
        margin-top: 10px;
    }

    nav.inicio ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav.inicio li {
        padding: 10px;
    }

    button {
        font-size: 16px;
        width: 150px;
        height: 40px;
    }
    .a1 {
      flex-direction: column;
      height: auto;
      padding: 10px;
    }
  
    .imagen1 {
      width: 80%;
      border-radius: 0;
    }
  
    .b1 {
      width: 100%;
      align-items: center;
      margin-top: 10px;
    }
  
    .text1 {
      font-size: 1.3rem;
      text-align: center;
    }
  
    .text2 {
      margin-top: 5%;
      margin-bottom: 5%;
      text-align: center;
    }
  
    .text {
      margin: 5% 10px;
    }
  
    .a3 {
      font-size: 3.5rem;
    }
  
    .a4,
    .a5 {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
    }
  
    .personas1,
    .personas2,
    .personas3,
    .personas4,
    .personas5,
    .personas6 {
      width: 100%;
      height: auto;
      margin-top: 10px;
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .imagenPersonas {
      height: 300px;
    }
  
    .whatsapp-button {
      bottom: 10px;
      right: 10px;
    }
  
    footer {
      flex-direction: column;
      height: auto;
      padding: 10px;
    }
  
    .logos {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
    }
  
    #logoAcuamohan2 {
      padding-left: 0;
      margin-bottom: 10px;
    }
  
    .logos2 {
      flex-direction: row;
      margin-left: 0;
      margin-right: 0;
    }
  
    .final1 {
      margin-left: 0;
    }
  
    #text {
      margin-top: 5px;
      margin-right: 0;
      margin-left: 0;
    }
  }
  