body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #007ec2;
    font-family: "Host Grotesk", sans-serif;;
  
}

header nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    
}

a {
    text-decoration: none;
    color: white;
    padding: 40px;
    font-weight: 600;
}
li a:hover{
    cursor: crosshair;
    font-size: 18px;
    color: #e8074e ;
    

}

/* .sedes{
    padding: 10px;
    background-image: url(fondo/fondo.png);
    color: white;
    text-align: center;
    
} */

.uno{
    padding: 10px;
 /*    background-color: #11baed; */
    background-image: url(fondo/fondo.png);
    width: 100%;
    color: white;
    text-align: center;
    
    
    

    
    
}
.inicio {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; 
     gap: 20px ;
    font-size: 20px;
    color: black;
    text-align: center;
   
}

.unouno {
    padding: 10px;
    /* background-color: #43ab59; */
    background-image: url(fondo/fondo2.png);
    color: white;
    text-align: center;
    

}

.dos {
    background-color: #43ab59;
    padding: 20px;
    height: auto;
    color: white;
    text-align: center; 
    justify-content: center;
    align-items: center;   
         

}
.dosdos {
    background-color: #43ab59;
 /*    background-image: url(fondo/fondo2.png); */
    padding: 20px;
    height: auto;
    color: white;
    text-align: center; 
    justify-content: center;
    align-items: center;   
         

}

#cholao{
    width: 700px;
}

#mapa{
    width: 600px;
}

#redes{
    width: 500px;
}

/* section {
    display: flex;
    justify-content: center;   
    width: 100%;
    height: 430px;
    border: #11baeD,solid;
    border-radius: 20px;

}


section img {
    width: 0;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
    filter: contrast(120%);

}

section img:hover {
    cursor: crosshair;
    width: 300px;
    opacity: 1;
} */


/* INICIO CSS SEDES */

/* .conte {
    display: flex;
    justify-content: space-evenly;
} */


.tres{
    /* background-color: #43ab59; */
    background-image: url(logos/a.png);
    padding: 20px;
    height: auto;
    color: white;
    text-align: center; 
    justify-content: center;
    align-items: center;   
         

}


/* .inicioxl{
    padding: 10px;
    background-image: url(fondo/fondo.png);
    width: 100%;
    color: white;
    text-align: center; 
    justify-content: center;
    align-items: center; 
    } */
    

.catalogo{
    display: flex;
    justify-content: center;   
    width: 100%;
    height: 600px;
    border: #007ec2,solid;
    border-radius: 20px;
}

.catalogo img {
    width: 0;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
    filter: contrast(120%);
    

}

.catalogo img:hover {
    cursor: crosshair;
    width: 300px;
    opacity: 1;
    cursor: url(),
    auto;
    
}


.domi a:hover{
    cursor: crosshair;
    width: 300px;
    height: 60px;
    
}

.ubica a:hover{
    cursor: crosshair;
    width: 350px;
    height: 60px;
    
}


#redes img:hover {
    cursor: crosshair;
    width: 40px;  

}

footer {
    height: 30px;
    padding: 15px;
    text-align: center;
    color: white;
  

}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    text-decoration: none;
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}