/*Sector NavBar*/
.logo-config {
    margin-left: 5.5em;
}

.img-banner {
    position: relative;
}

#imgBanner3 {
    position: absolute;
    margin-top: -16em;
}

#epp {
    
}

.imgSmall {
    position: relative;
}

#imgBannerMobile1 {
    position: absolute;
    margin-left: -10em;
}

.quienesSomosDivider {
    opacity: .1;
    color: #ffffff;
    margin-bottom: .3em;
}

.nuestrosServiciosDivider {
    opacity: .1;
    color: #ffffff;
    margin-bottom: 4em;
}

/* Show large images on larger screens */
@media (min-width: 768px) {
    .carousel-item .imgSmall {
        display: none;
        
    }
}

/* Show small images on smaller screens */
@media (max-width: 767px) {
    

    .carousel-item .img-banner {
        display: none;
    }
    
}

/*Sector Nuestros Servicios*/
.title-serv {
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: center;
    font-style: normal;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 4em;
    color: #000000;
}

.nav-link:hover {
    display: block;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
}

.animate__animated.animate__fadeInUpBig {
    --animate-duration: 3s;
}

.img-shadow {
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.3);
}

.img-shadow-2 {
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.3);
}

@keyframes show-img {
    from {
        opacity: 0;
        scale: 25%;
    }

    to {
        opacity: 1;
        scale: 100%;
    }
}

.img-featurette {
    view-timeline-name: --featurette;
    view-timeline-axis: block;

    animation-timeline: --featurette;
    animation-name: show-img;

    animation-range: entry 25% cover 60%;
    animation-fill-mode: both;
}

/*Quienes somos*/

.title-q-s {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 6.5vh;
    z-index: 0;
}

@media (max-width: 1200px) {
    .title-q-s {
        font-size: 2em;
        margin-bottom: .5em;
    }
}

.contenedor-q-s {
    margin-bottom: .5em;
}

.div-img-q-s {
    border-radius: 2em;

}

@media (max-width: 1200px) {
    .text-q-s {
        flex-direction: column;
        text-align: center;
        padding: 1.5em;
    }
}

@media (max-width: 1200px) {
    .div-img-q-s {
        display: none;
    }
}

/*---BOTON FLOTANTE WHATSAPP---*/
.boton-flotante-whatsapp {
    position: fixed;
    bottom: 120px; /* Puedes ajustar la distancia desde el borde inferior */
    right: 20px; /* Puedes ajustar la distancia desde el borde derecho */
    z-index: 9999; /* Ajusta la superposición del botón sobre otros elementos */
    color: #fff;
    padding: 5px 5px;
    margin: 40px 5px;
    border-radius: 5PX;
    text-decoration: none;
    right: 20px;
    bottom: 40px;
}

/*******MAPA**AND**FORM************/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    min-width: 10em;
}

.sectorMapa {
    display: inline-block;
    width: 40em;
    height: 20em;
    text-align: center;
    align-content: center;
    padding-top: .4em;
    margin-bottom: 3em;
}

.tit-map {
    box-shadow: -10px 30px 30px rgba(0, 0, 0, 0.3);
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contenedor-flex {
    display: flex;
    flex-direction: row;
    margin-top: 4em;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media (max-width: 480px) {
    iframe {
        width: 20em;
        margin-bottom: 2.5em;
    }
    .sectorMapa {
        border: none;
        margin-bottom: 1em;
    }

    .cont-form {
        border: none;
    }
}

/***********FOOTER****************/

footer {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #000000;
    color: #ffffff;
    margin-top: 6em;
    width: 100%;
}

.div-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.div-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1em;
}

.ul-1 {
    list-style-type: none;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 0;
    margin-top: .5em;
}

.ul-1 a:hover {
    color: red;
}

.ul-2 {
    list-style-type: none;
    text-align: justify;
    margin-top: .5em;
    padding-right: 1em;
}

.ul-2 a:hover {
    color: red;
}

.div-1 ul li {
    padding: .5em;
    margin: 0;
}

.div-1 ul li a {
    text-decoration: none;
    color: #ffffff;
}

.div-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: .5em;
    height: 8em;
}

.div-2 img {
    width: 100%;
}

.div-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.div-3 a {
    text-decoration: none;
    color: #ffffff;
    margin: 1.5em;
    font-size: 1.2em;
}

.div-3 a:hover {
    color: red;
}

.social-network {
    display: none;
}

@media (max-width: 720px) {
    .social-network {
        display: none;
    }
}

@media (max-width: 500) {
    .contenedor-flex {
        display:inline-flex;
        flex-direction: column;
        align-content: center;
    }

    .img-cert {
        width: 100%;
        height: auto;
    }
}

/********FIN***FOOTER****************/