/* ESTILOS DEFAULT */

    /* VIDEO */
    .intro{
        height: 100vh !important;
        width: 100%;
        overflow: hidden;
        background-color: #b60000;
        object-fit: cover;
        outline: none!important;
    }
    .intro .video video{
        height: 100%;
        width: 100%;
    }
    .intro .vid-xl{
        display:block;
    }
    .intro .vid-sm{
        display:none;
    }
    .intro .vid-xs{
        display:none;
    }
    .intro .vid-ld{
        display:none;
    }
    /* VIDEO */

    /* SERVICIOS */
    .servicios{
        background-color: #b60000;
        color: white;
        text-align: center;
    }
    .servicios-contenido{
        display: flex;
        flex-wrap: wrap;  
    }
    .servicios-contenido a{
        text-decoration: none;
        color: white;
    }
    .servicios .item1{
        background-color: #a80601;
    }
    .servicios .item2{
        background-color: #9e0500;
    }
    .servicios .item3{
        background-color: #950401;
    }
    .servicios .item4{
        background-color: #9e0500;
    }
    .servicios .item5{
        background-color: #950401;
    }
    .servicios .item6{
        background-color: #8e0401;
    }
    .servicios .item7{
        background-color: #930400;
    }
    .servicios .item8{
        background-color: #8b0400;
    }
    .servicios .item9{
        background-color: #870300;
    }
    .servicios .item-ico{
        background-color: black;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: auto;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.8s ease; 
    } 
    .servicios .item-ico i{
        color: white;
        font-size: 1.4rem;
        transition: all 0.8s ease;
    } 
    .servicios .item-titulo {
        margin-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .servicios .item-parrafo{
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 10%;
        padding-right: 10%;
        font-weight: 300;
    }
    .serv-item .link .verObras{
        margin-bottom: 30px;
    }
    .serv-item .link i{
        font-size:1.5rem;
        opacity: 0.6;
    }
    .serv-item .link .verObras h4{
        /* background-color: rgba(255,255,255,0.2); */
        margin-left:28%;
        margin-right: 28%;
        font-size:0.8rem;
        letter-spacing:2px;
        font-weight:300;
        padding-top:10px;
        padding-bottom:10px;
        opacity: 0.6;
    }
    .serv-item{
        transition: all 0.8s ease;
    }
    .serv-item:hover {
        cursor: pointer;
        background-color: hsla(0, 100%, 100%, 0.1);
    }
    .serv-item:hover .item-ico {
        background-color: white;
    }
    .serv-item:hover .item-ico i{
        color: black;
    }     
    /* SERVICIOS */

    /* FONDOS FIJOS */
    .imagen-fija {
        background-image: url(../img/fondos/fondoIndexUno.webp) !important;
        box-shadow: 0px 9px 17px 0px rgba(0,0,0,0.75) inset;
        display: block !important;
    }
    /* FONDOS FIJOS */

    /* PRESENCIA */
    .mapa{
        background-color: #2b2a2a;
        background-size: cover;
        background-repeat:no-repeat;
        background-attachment: fixed;
        height: 700px;
        box-shadow: 0px 9px 17px 0px rgba(0,0,0,0.75) inset;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../img/fondos/fondoMapa.webp) !important;
        box-shadow: 0px 9px 17px 0px rgba(0,0,0,0.75) inset;
        display: block !important;
    }
    .seccion-titulo {
        text-align: center;
    }
    .presencia-titulo .tit-sec-inf{
        padding-top: 100px;
    }
    .presencia-titulo .tit-sec-sup{
        padding-bottom: 100px;
    }
    .mapa{
        position: relative;
        top: -40px;
        z-index: 0;
    }
    .presencia .container-fluid{
        background-color: transparent;
        display: flex;
        justify-content: center;
    }
    /* PRESENCIA */

    /* PROYECTOS RECIENTES */
    .proyectos .seccion-titulo{
        padding-top: 60px;
    }
    .proyectos-titulo .tit-sec-parf{
        font-weight: 400;
        margin-bottom: 60px;
    }
    .proyectos-items{
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }
    .proyectos .tit-sec-parf {
        margin-top: 40px;
    } 
    .proyectos .triangulo{
        background-color: black;
    }
    .proyectos .triangulo-texto{
        text-align: center;
        background-color: black;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .proyectos .triangulo-texto h4{
        color: white;
        transition: all ease 0.4s;
        font-size: 1.2rem;
        font-weight: 300;
    }
    .proyectos .triangulo-texto:hover h4{
        color: #b60000 !important;
        cursor: pointer;
        font-size: 1.3rem;
    }
    /* PROYECTOS RECIENTES */

    /* ESTADISTICAS */
    .estadisticas{
        background-image: url(../img/fondos/fondoEstadisticas.webp) !important;
        background-color: #2b2a2a;
        background-size: cover;
        width: auto;
        height: 800px;
        margin-bottom: 80px;
        box-shadow: 0px 9px 17px 0px rgba(0,0,0,0.75) inset;
    }
    .estadisticas .container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .estadisticas .circulo1{
        width: 200px;
        height: 200px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #b60000;
        margin-top: 340px;
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }
    .estadisticas .circulo2{
        width: 160px;
        height: 160px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #b60000;
        margin-top: 360px;
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }
    .estadisticas .circulo1 h2{
        font-weight: 900;
        color: white;
        font-size: 4.8rem;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 0;
    }
    .estadisticas .circulo1 h3{
        font-weight: 500;
        color: white;
        font-size: 1.3rem;
        text-align: center;
    }
    .estadisticas .circulo2 h4{
        font-weight: 900;
        color: white;
        font-size: 1.2rem;
        text-align: center;
        margin-top: 24%;
        margin-bottom: 20px;
    }
    .estadisticas .circulo2 h5{
        font-weight: 500;
        color: white;
        font-size: 0.8rem;
        text-align: center;
        margin-bottom: 0;
    }

    /* ESTADISTICAS */


    /* COMBO */
    .combo .titulo-item{
        min-height: 120px;
    }
    .combo .items{
        display: flex;
        flex-wrap: wrap;
    }
    .acliente{
        background-color: #dbdbdb;
        text-align: center;
    }
    .rse{
        background-color: #dfdfdf;
        text-align: center;
    }
    .calidad{
        background-color: #d8d8d8;
        text-align: center;
    }
    .combo .ico-top{
        display: flex;
        background-color: white;
        width: 60px;
        height: 60px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        top: -28px;
        margin: auto;
        font-size: 2rem;
    }
    .combo .span1{
        font-size: 1rem;
        font-weight: 900;
        margin-top: 40px;
    }
    .combo .span2{
        font-size: 1rem;
        font-weight: 500;
    }
    .combo p{
        padding-left: 15px;
        padding-right: 15px;
        min-height: 300px;
        margin-top: 20px;
    }
    .ico-bot{
        font-size: 2rem;
        font-weight: 900;
        padding-top: 30px;
        padding-bottom: 30px;
        color: black;
        transition: all ease 0.4s;
    }

    .combo a {
        color: #fff;
        border: transparent;
        padding: 0.85em 0.75em;
        position: relative;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
      
    .combo a::after {
        content: "";
        background: #b60000;
        opacity: 0.8;
        position: absolute;
        z-index: -1;
        padding: 0.85em 0.75em;
        display: block;
    }
    .combo a[class^="slide"]::after {
        transition: all 0.35s;
    }
    .combo a[class^="slide"]:hover::after {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.35s;
    }
    .combo a.slide_from_bottom::after {
        left: 0;
        right: 0;
        top: 100%;
        bottom: -100%;
    }
    .combo a:hover i{
        color: white;
    }
      
    /* COMBO */


    /* EQUIPOS */
    .equipos .titulo{
        position: relative;
        height: 550px;
        background-image: url("../img/fondos/fondoEquipos.webp");
    }
    .equipos .titulo .texto{
        position: absolute;
        bottom: 60px;
        width: 100%;
    }
    .equipos .titulo .texto .tit-sec-sup{
        color: white;
        text-align: center;
    } 
    .equipos .titulo .texto .tit-sec-inf{
        color: white;
        text-align: center;
    } 
    .equipos .titulo .texto .tit-sec-parf{
        color: white;
        text-align: center;
    }
    .equipos .titulo .triangulo{
        position: absolute;
        bottom: 0px;
    }
    .equipos .items{
        background: #b60000;
    }
    .equipos .items .equipos-item{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .equipos .items .equipos-item .item{
        margin-bottom: 20px;
    }
    .profile-card-2 {
        max-width: 100%;

        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .profile-card-2 img {
        transition: all linear 0.25s;
    }
    .cod-equipo .tit-sec-inf {
        color: #FFF;
        font-size: 1rem;
        background-color: black;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nombre-equipo .tit-sec-inf {
        color: #FFF;
        font-size: 1rem;
        background-color: black;
        text-align: center;
        padding-top: 5px;
    }
    .nombre-equipo .tit-sec-sup {
        font-size: 1rem;
        color: #FFF;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        background-color: black;
        text-align: center;
        padding-bottom: 5px;
    }
    .profile-card-2:hover img {
        filter: grayscale(100%);
    }
    
    .profile-card-2 img{
        height: 100%;
        width: 100%;
    }
    /* EQUIPOS */













/* MEDIA QUERIES */

/* XS */
@media only screen and (min-width: 0px) and (max-width: 575px) {
    /* VIDEO */
    .intro{
        height: 60vh !important;
    }
    .intro .video video{
        height: 100%;
        width: auto;
    }
    .intro .vid-xl{
        display:none;
    }
    .intro .vid-sm{
        display:none;
    }
    .intro .vid-xs{
        display:block;
    }
    .intro .vid-ld{
        display:none;
    }
    /* VIDEO */
    
    /* TITULOS */
        .seccion-titulo{
            padding-top: 60px;
            padding-bottom: 60px;
        }
    /* TITULOS */

    /* PROYECTOS RECIENTES */
    .proyectos .seccion-titulo {
        padding-top: 60px;
    }
    .proyectos .box{
        margin-bottom: 20px;
    }
    .proyectos-items {
        margin-bottom: 0px;
    }
    /* PROYECTOS RECIENTES */

    /* ESTADISTICAS */
    .estadisticas{
        margin-bottom: 0;
    }
    .estadisticas .circulo1{
        margin-top: 140px;
    }
    .estadisticas .circulo2{
        margin-top: 20px;
    }
    /* ESTADISTICAS */

    /* PRESENCIA */
    .mapa{
        background-image: url(../img/fondos/fondoMapa-xs.webp) !important;
    }
    /* PRESENCIA */

    /* COMBO */
    .combo .items .calidad,.rse,.acliente{
        margin-top: 80px;
    }
    .combo  p{
        min-height: auto;
    }
    .combo .slide_from_bottom {
        margin-top: 0!important;
    }
    /* COMBO */

    /* EQUIPOS */
    .equipos .titulo {
        height: 250px;
        background-image: url("../img/fondos/fondoEquipos_xs.webp");
    }
    .equipos .titulo img {
        height: 100%;
    }
    /* EQUIPOS */
}




/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* VIDEO */
    .intro{
        height: 60vh !important;
    }
    .intro .video video{
        height: 100%;
        width: auto;
        
    }
    .intro .vid-xl{
        display:none;
    }
    .intro .vid-sm{
        display:block;
    }
    .intro .vid-xs{
        display:none;
    }
    .intro .vid-ld{
        display:none;
    }
    /* VIDEO */

    /* PROYECTOS RECIENTES */
    .proyectos .box{
        margin-bottom: 20px;
     }
     /* PROYECTOS RECIENTES */

     /* ESTADISTICAS */
     .estadisticas{
        margin-bottom: 0;
    }
    .estadisticas .circulo1{
        margin-top: 140px;
    }
    .estadisticas .circulo2{
        margin-top: 140px;
    }
    /* ESTADISTICAS */

    /* PRESENCIA */
    .mapa{
        background-image: url(../img/fondos/fondoMapa-sm.webp) !important;
    }
    /* PRESENCIA */

    /* COMBO */
    .combo .items .calidad,.rse,.acliente{
        margin-top: 80px;
    }
    .combo  p{
        min-height: auto;
    }
    .combo .slide_from_bottom {
        margin-top: 0 !important;
    }
    /* COMBO */

    /* EQUIPOS */
    .equipos .titulo {
        height: 300px;
        background-image: url("../img/fondos/fondoEquipos_sm.webp");
    }
    .equipos .titulo img {
        height: 100%;
    }
    /* EQUIPOS */
}



/* SM */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* VIDEO */
    .intro{
        height: 70vh !important;
    }
    .intro .video video{
        height: 100%;
        width: auto;
        
    }
    .intro .vid-xl{
        display:block;
    }
    .intro .vid-sm{
        display:none;
    }
    .intro .vid-xs{
        display:none;
    }
    .intro .vid-ld{
        display:none;
    }
    /* VIDEO */

    /* PROYECTOS RECIENTES */
    .proyectos .box{
       margin-bottom: 20px;
    }
    /* PROYECTOS RECIENTES */

    /* ESTADISTICAS */
    .estadisticas .circulo1{
        margin-top: 140px;
    }
    .estadisticas .circulo2{
        margin-top: 140px;
    }
    /* ESTADISTICAS */

    /* PRESENCIA */
    .mapa{
        background-image: url(../img/fondos/fondoMapa-md.webp) !important;
    }
    /* PRESENCIA */

    /* COMBO */
    .combo .items .calidad{
        margin-top: 80px;
    }
    .combo .calidad p{
        min-height: 160px;
    }
    .combo .calidad .slide_from_bottom {
        margin-top: 0!important;
    }
    /* COMBO */

    /* EQUIPOS */
    .equipos .titulo {
        height: 500px;
        background-image: url("../img/fondos/fondoEquipos_md.webp");
    }
    /* EQUIPOS */
}

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* VIDEO */
    .intro{
        height: 80vh !important;
    }
    .intro .video video{
        height: 100%;
        width: auto;
        
    }
    .intro .vid-xl{
        display:block;
    }
    .intro .vid-sm{
        display:none;
    }
    .intro .vid-xs{
        display:none;
    }
    .intro .vid-ld{
        display:none;
    }
    /* VIDEO */

    /* COMBO */
    .combo .items p{
        min-height: 390px;
    }
    .combo p{
        font-size: 1rem;
        min-height: 280px;
    }
    /* COMBO */

    /* ESTADISTICAS */
    .estadisticas{
        height: 600px;
    }
    .estadisticas .circulo1 {
        margin-top: 200px;
    }
    .estadisticas .circulo2 {
        margin-top: 230px;
    }
    /* ESTADISTICAS */

    /* PRESENCIA */
    .mapa{
        background-image: url(../img/fondos/fondoMapa-lg.webp) !important;
    }
    /* PRESENCIA */

    /* EQUIPOS */
    .equipos .titulo {
        height: 500px;
        background-image: url("../img/fondos/fondoEquipos_lg.webp");
    }
    /* EQUIPOS */
}
/* LG */



/* XL */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* VIDEO */
    .intro{
        height: 90vh !important;
    }
    .intro .video video{
        height: 100%;
        
    }
    .intro .vid-xl{
        display:block;
    }
    .intro .vid-sm{
        display:none;
    }
    .intro .vid-xs{
        display:none;
    }
    .intro .vid-ld{
        display:none;
    }
    /* VIDEO */
    
    /* COMBO */
    .combo .items p{
        min-height: 312px;
    }
    .combo p{
        font-size: 1rem;
        min-height: 280px;
    }
    /* COMBO */

    /* EQUIPOS */
    .equipos .titulo {
        height: 500px;
        background-image: url("../img/fondos/fondoEquipos_xl.webp");
    }
    /* EQUIPOS */
}
/* XL */