/* Transpareciencia del menu */

nav {
    background: #fdf7f4;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    
}


/* Fondo del banner  */

.intro {
    background-image: url(../img/impactoimg/pexelsheader.jpeg);
    size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* La imagen se fija en la ventana de visualizaciÃ³n para que la altura de la imagen no supere a la del contenido */
    background-attachment: fixed;
    background-color: rgb(255, 255, 255);
    width: auto;
    height: auto;
}


/* Video  header */


/* video {
    position: fixed;
    min-width: 100%;
    min-height: 10%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
} */


/* Videos de servicios */

.videos-serv {
    position: fixed;
    width: 100%;
    min-width: 100%;
    background-size: cover;
}

.video-app {
    margin: 0 auto;
    position: relative;
    width: 45%;
    min-width: 45%;
    background-size: cover;
}

.img-videos {
    border-radius: 50px 50px 50px 50px;
    /* background: #e0e0e0; */
    /* box-shadow: 10px -10px 50px #cccccc, -10px 10px 15px #f4f4f4; */
    object-fit: cover;
}

.videos-cons {
    left: auto;
    position: relative;
    width: 50%;
    min-width: 100%;
    background-size: cover;
}


/* Wave */

.wave {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.wave2 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}


/* FOndo del div de mantenimiento */

.fmantenimiento {
    background-image: linear-gradient(45deg, #874da288 0%, #c43a309d 100%), url('../img/impactoimg/fondotec.png');
}


/* Imagenes de servicios y algunos productos*/

.img {
    size: 550px;
    width: 100%;
    height: auto;
    border-radius: 70px 30px 70px 0px;
    background: #e0e0e0;
    box-shadow: 10px -10px 50px #cccccc, -7px 10px 25px #f4f4f4;
    position: relative;
}

.img-servicios {
    border-radius: 40px 10px 10px 0px;
    background: #e0e0e0;
    box-shadow: 10px -10px 50px #cccccc, -10px 10px 15px #f4f4f4;
    height: 150px;
    object-fit: cover;
    max-width: 100%;
}


/* Titulos de los productos */

.titulos {
    color: rgba(15, 10, 106, 0.974);
    text-align: center;
}


/* color de bg de iconos */

.iconos {
    background: #b44351;
}


/* Iframe de google maps */

.gmap {
    width: 350px;
    height: 450px;
    border: 0;
}


/* Color del footer */

footer {
    /* background-image: linear-gradient(45deg, #6b91a6 0%, #ebc3b1 100%); */
    /* color: #fdf7f4; */
    background: #fdf7f4;
}


/* Media queries */

html,
body,
header,
.jarallax {
    height: 100%;
    margin: 0;
}

@media (min-width: 400px) and (max-width: 499px) {
    html,
    body,
    header,
    .jarallax {
        height: auto;
    }
    nav {
        background: #2C6280;
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
    }
    .intro {
        margin: 0px;
        background-attachment: fixed;
        background-size: cover;
        width: auto;
        /* La imagen se fija en la ventana de visualizaciÃ³n para que la altura de la imagen no supere a la del contenido */
        background-attachment: fixed;
    }
    .img-servicios {
        height: 340px;
        object-fit: cover;
        max-width: 100%;
        object-fit: cover;
    }
    .gmap {
        width: auto;
    }
    .video-app {
        width: 80%;
        min-width: 80%;
    }
}

@media (min-width: 500px) and (max-width: 740px) {
    html,
    body,
    header,
    .jarallax {
        height: auto;
    }
    nav {
        background:#2C6280;
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 10px;
    }
    .intro {
        margin: 0px;
        background-attachment: fixed;
        background-size: cover;
        width: auto;
        /* La imagen se fija en la ventana de visualizaciÃ³n para que la altura de la imagen no supere a la del contenido */
        background-attachment: fixed;
        height: 500px;
    }
    header {
        width: 100%;
        height: 500px;
        min-width: 720px;
    }
    .img-servicios {
        height: 340px;
        object-fit: cover;
        max-width: 100%;
    }
    .gmap {
        width: 100%;
    }
    .video-app {
        width: 65%;
        min-width: 65%;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .jarallax {
        height: 600px;
    }
    .video-app {
        width: 65%;
        min-width: 65%;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: rgb(0, 120, 248, 0.2) !important;
    }
    .navbar {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    }
}