*{
    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{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#contact1{
    color: #FAFAFA;
}
.text1{
    font-size: 50px;
    color:rgba(36, 46, 82, 1);
    font-weight: bold;
    text-align: right;
}
.text2{
    font-weight: bold;
    text-align: right;
    margin-top: 8%;
    margin-bottom: 8%;
}

.text{
    color: #B3B2B7;
    font-size: 1.5rem;
}
.texto1{
    color:#242E53;
    font-size: 2.5rem;
    font-weight: bold ;
}
.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: left;
    background-color: #FFFFFF;
    margin-left: 6%;
    margin-right: 3%;
    margin-bottom: 5%;
}
.personas1{
    background-image: url(../img/salto.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 49%;
    height:500px;
    margin-top: 5%;
    transition: transform 0.3s ease-out;
}
.personas2{
    background-color: #FFFFFF;
    width: 49%;
    height:500px;
    padding-top: 8%;
    transition: transform 0.3s ease-out;
}
.personas1:hover{
    transform: scale(1.1);
}
.contacto2{
    height: 10%;
    width: 10%;
    margin-top: 6%;
    margin-right: 3%;
    margin-left: 3%;
    transition: transform 0.3s ease-out;
}
.contacto2:hover{
    transform: scale(1.2);
}
#facebook{
    height: 13%;
    width: 13%;
}
.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%;
}
/* Estilos para pantallas menores o iguales a 600px */
@media (max-width: 600px) {
    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;
        align-items: center;
    }

    iframe {
        width: 100%;
        height: 300px;
    }

    .a3 {
        font-size: 3rem;
        margin-top: 1rem;
    }

    .a4 {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .personas1,
    .personas2 {
        width: 100%;
        margin-top: 2rem;
        height: auto;
    }

    .personas1:hover {
        transform: none;
    }

    .contacto2 {
        height: 20px;
        width: 20px;
        margin-top: 4%;
        margin-right: 2%;
        margin-left: 2%;
    }

    #facebook {
        height: 25px;
        width: 25px;
    }

    .whatsapp-button {
        bottom: 10px;
        right: 10px;
    }

    .whatsapp-button a {
        width: 50px;
        height: 50px;
        padding-top: 10px;
    }

    .whatsapp-button img {
        width: 25px;
        height: 25px;
    }

    footer {
        height: auto;
    }

    .logos {
        width: 100%;
        margin-left: 0;
        justify-content: center;
        margin-bottom: 1rem;
    }

    #logoAcuamohan2 {
        padding-left: 0;
        text-align: center;
    }

    .logos2 {
        margin-bottom: 0;
    }

    .final1 {
        justify-content: center;
        padding-top: 0;
        margin-bottom: 1rem;
    }

    #text {
        font-size: 0.8rem;
        margin-top: 5%;
        margin-right: 0;
        margin-left: 0;
    }
}

