.seccion-modal{
    width: 100%;
    height: 100vh;
    float: left;
    position: fixed;
    top: -150vh;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    opacity: 0;
    transition: ease .4s top, opacity ease .4s;
}

.seccion-modal.muestra-modal{
    top: 0vh;
    opacity: 1;
    transition: ease .4s top, opacity ease .4s;
}

.contenedor-general-modal{
    width: 780px;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-cabecera-modal{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.contenedor-cabecera-modal h2{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #FFFFFF;
}

.contenedor-cabecera-modal .btn-cerrar-modal{
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    appearance: none;
    background-color: transparent;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}

.contenedor-cabecera-modal .btn-cerrar-modal img{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
}

.contenedor-img-modal{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
}

.contenedor-img-modal figure{
    width: 100%;
    height: 520px;
    float: left;
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 10px;
}

.contenedor-img-modal figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
    background-color: transparent;
}

.contenedor-detalles-modal{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-detalles-modal p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
}






.seccion-inicio{
    width: 100%;
    height: 780px;
    background-color: #000000;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.img-portada-inicio{
    width: 100%;
    height: 100%;
    background: url("../assets/portada-construyendo-suenos-desde-el-ano-2000.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
}

.contenedor-general-inicio{
    width: 1400px;
    height: fit-content;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-general-inicio h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 2px;
    color: #2183BD;
    margin-bottom: 20px;
}

.contenedor-general-inicio h1{
    width: 900px;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 70px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 20px;
}

.contenedor-general-inicio p{
    width: 800px;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 60px;
}

.contenedor-btns-inicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-btns-inicio .btn-inicio{
    width: 200px;
    height: auto;
    background-color: #2183BD;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 18px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 40px;
}

.contenedor-btns-inicio .btn-inicio .icon-btn-ir{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-inicio .btn-inicio span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.contenedor-btns-inicio .btn-inicio:hover{
    background-color: #005188;
}








.seccion-nosotros{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contenedor-general-nosostros{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-nosotros{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.info-nosotros{ 
    width: 100%;
    height: fit-content;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.info-nosotros h2{ 
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 60px;
    color: #152027;
    text-align: left;
    margin-bottom: 20px;
}

.info-nosotros h3{ 
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0px;
    color: #152027;
    text-align: left;
    margin-bottom: 10px;
}

.info-nosotros p{ 
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #152027;
    text-align: left;
    margin-bottom: 40px;
}

.contenedor-mision-vision{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.mision-vision{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.mision-vision img{
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 20px;
}

.mision-vision h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0px;
    color: #152027;
    text-align: left;
    margin-bottom: 10px;
}

.mision-vision p{
     width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #152027;
    text-align: left;
}

.contenedor-img-nosotros{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.img-nosotros{
    width: 100%;
    height: 680px;
    float: left;
    background-color: transparent;
    border-radius: 20px;
    margin-bottom: 40px;
    background: url("../assets/sobre-nosostros.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor-experiencia{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-icon-experiencia{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-icon-experiencia img{
    width: 130px;
    height: 130px;
    float: left;
    background-color: transparent;
}

.contenedor-experiencia h3{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 100px;
    color: #152027;
    margin-top: -0px;
    margin-left: 20px;
    margin-right: 20px;
}

.contenedor-experiencia h3 span{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 100px;
    color: #152027;
    margin-top: -0px;
}

.contenedor-experiencia h4{
    width: 250px;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 40px;
    color: #152027;
    margin-top: 8px;
}









.seccion-servicios{
    width: 100%;
    height: auto;
    background-color: #000000;
    float: left;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.background-servicios{
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    background: url("../assets/parallax-residencial.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    transition: background 0.5s ease-in-out;
}

.background-servicios[data-active-back="1"] {
    background: url("../assets/parallax-comercial.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-servicios[data-active-back="2"] {
    background: url("../assets/parallax-industrial.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor-general-servicios{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 1;
}

.contenedor-servicios{
    width: 75%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-servicios h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 60px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 40px;
}

.contenedor-listado-servicios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.servicios{
    width: 31%;
    height: auto;
    background-color: #2183BD;
    float: left;
    border-radius: 5px;
    padding: 30px;
    cursor: default;
}

.servicios:hover{
    background-color: #005188;
}

.icon-servicio{
    width: 60px;
    height: 60px;
    float: left;
    background-color: transparent;
    margin-bottom: 20px;
}

.icon-servicio-residencial{
    background: url("../assets/icon-residencial-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-servicio-comercial{
    background: url("../assets/icon-comercial-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-servicio-industrial{
    background: url("../assets/icon-industrial-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.servicios h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.servicios h3 span{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.servicios ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.servicios ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: start;
}

.servicios ul li img{
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px;
}

.servicios ul li span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-top: -7px;
    color: #FFFFFF;
    text-align: left;
}









.seccion-proyectos{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.contenedor-general-proyectos{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-proyectos h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 60px;
    color: #152027;
    text-align: center;
    margin-bottom: 20px;
}

.contenedor-general-proyectos p{
    width: 60%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #152027;
    text-align: center;
    margin-bottom: 40px;
}

.contenedor-btns-nav-proyectos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contenedor-btns-nav-proyectos input[type="radio"]{
    display: none;
    visibility: hidden;
}

.contenedor-btns-nav-proyectos label{
    width: 19%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding: 14px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.contenedor-btns-nav-proyectos label .icon-nav-proyectos{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    margin-right: 20px;
}

.icon-nav-proyectos-r{
    background: url("../assets/icon-residencial-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-nav-proyecto-c{
    background: url("../assets/icon-comercial-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;                                                        
}

.icon-nav-proyectos-i{
    background: url("../assets/icon-industrial-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;    
}

.icon-nav-proyectos-p{
    background: url("../assets/icon-obras-publicas-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;    
}

.icon-nav-proyectos-o{
    background: url("../assets/icon-otros-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-nav-proyectos label span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #152027;
    margin-top: 4px;
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label{
    background-color: #2183BD;
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label .icon-nav-proyectos-r,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label .icon-nav-proyectos-r{
    background: url("../assets/icon-residencial-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label .icon-nav-proyecto-c,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label .icon-nav-proyecto-c{
    background: url("../assets/icon-comercial-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;  
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label .icon-nav-proyectos-i,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label .icon-nav-proyectos-i{
    background: url("../assets/icon-industrial-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label .icon-nav-proyectos-p,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label .icon-nav-proyectos-p{
    background: url("../assets/icon-obras-publicas-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label .icon-nav-proyectos-o,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label .icon-nav-proyectos-o{
    background: url("../assets/icon-otros-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-nav-proyectos input[type="radio"]:hover + label span,
.contenedor-btns-nav-proyectos input[type="radio"]:checked + label span{
    color: #FFFFFF;
}

.contenedor-proyectos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-selector-filtro{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 40px;
}

.contenedor-selector-filtro select{
    width: 500px;
    height: 50px;
    background-color: #FFFFFF;
    float: left;
    border: solid 1px #a8a8a8;
    outline: none;
    appearance: none;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #152027;
    border-radius: 5px;
    padding: 5px;
}

.proyectos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proyecto{
    width: 31%;
    height: 520px;
    background-color: #152027;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.proyecto figure{
    width: 100%;
    height: 100%;
    background-color: #152027;
    float: left;
    overflow: hidden;
}

.proyecto figure img{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    object-fit: cover;
    object-position: center;
}

.proyecto figure::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%; /* Controla qué tan arriba llega el degradado */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none; /* Permite hacer clic a través del degradado */
}

.contenedor-info-proyecto{
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 350px;
    left: 0;
    padding: 30px;
    transition: ease .4s top;
}

.contenedor-info-proyecto span{
    width: auto;
    height: auto;
    background-color: #2183BD;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.contenedor-info-proyecto h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.contenedor-info-proyecto h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.contenedor-datos-proyecto{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-datos-proyecto p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.lugar-fecha-proyecto{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.lugar-fecha-proyecto .p-lf{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    color: #FFFFFF;
}

.proyecto:hover .contenedor-info-proyecto{
    top: 250px;
    transition: ease .4s top;
}

.contenedor-btn-ver-mas{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    margin-top: 20px;
}

.contenedor-btn-ver-mas .btn-ver-mas{
    width: 200px;
    height: auto;
    background-color: #2183BD;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 18px;
    text-decoration: none;
    border-radius: 5px;
}

.contenedor-btn-ver-mas .btn-ver-mas .icon-ver-mas{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
    background: url("../assets/icon-mas-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btn-ver-mas .btn-ver-mas span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.contenedor-btn-ver-mas .btn-ver-mas:hover{
    background-color: #005188;
}






.seccion-clientes-cobertura{
    width: 100%;
    height: auto;
    background-color: #152027;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
    position: relative;
}

.contenedor-general-clientes-cobertura{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-cobertura{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.contenedor-info-cobertura{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-cobertura h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.contenedor-info-cobertura p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 60px;
}

.contenedor-nav-cobertura{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-nav-cobertura input[type="radio"]{
    display: none;
    visibility: hidden;
}

.contenedor-nav-cobertura label{
    width: 40%;
    height: auto;
    background-color: transparent;
    border: solid 1px #2183BD;
    float: left;
    padding: 30px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.contenedor-nav-cobertura label .icon-cobertura{
    width: 60px;
    height: 60px;
    background-color: transparent;
    margin-bottom: 20px;
}


.icon-cobertura-nl{
    background: url("../assets/icon-nuevo-leon-b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-cobertura-tam{
    background: url("../assets/icon-tamaulipas-b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-cobertura-coah{
    background: url("../assets/icon-coahuila-b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-cobertura-ver{
    background: url("../assets/icon-veracruz-b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.contenedor-nav-cobertura label span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.5px;
    color: #FFFFFF;
    text-align: center;
}

.contenedor-nav-cobertura input[type="radio"]:checked + label,
.contenedor-nav-cobertura input[type="radio"]:hover + label{
    background-color: #2183BD;
}

.contenedor-mapa-cobertura{
    width: 46%;
    height: auto;
    background-color: transparent;
    position: relative;
    float: left;
}

.mapa-cobertura{
    width: 100%;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.contenedor-mapa-cobertura img{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    margin-bottom: 40px;
}

.contenedor-mapa-cobertura h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}

.contenedor-general-clientes{
    width: 100%;
    height: auto;
    overflow: hidden; 
}

.contenedor-general-clientes:hover .contenedor-clientes {
    animation-play-state: paused;
}

.contenedor-clientes{
    width: 200%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    animation: slideClientes 30s linear infinite; 
}

.clientes{
    width: 10%;
    flex-shrink: 0; 
    padding-left: 30px;
    padding-right: 30px;
}

.clientes img{
    width: 100%;
    height: auto;
    display: block;
}

@keyframes slideClientes {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-80%);
    }
}




.seccion-contacto{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
    position: relative;
}

.contenedor-general-contacto{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.mapa-contacto{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.mapa-contacto iframe{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    border-radius: 20px;
}

.contenedor-info-contacto{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-contacto h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 60px;
    color: #152027;
    text-align: left;
    margin-bottom: 20px;
}

.contenedor-info-contacto p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #152027;
    text-align: left;
    margin-bottom: 60px;
}

.contenedor-info-contacto form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.contenedor-inputs{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.contenedor-inputs-100{
    width: 100%;
}

.contenedor-inputs-50{
    width: 46%;
}

.contenedor-textarea{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.contenedor-inputs label,
.contenedor-textarea label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #152027;
    margin-bottom: 5px;
}

.contenedor-inputs .input-form{
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    float: left;
    border: solid 1px #a8a8a8;
    outline: none;
    appearance: none;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #152027;
    border-radius: 5px;
    padding: 5px;
}

.contenedor-textarea .textarea-form{
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
    float: left;
    border: solid 1px #a8a8a8;
    outline: none;
    appearance: none;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #152027;
    border-radius: 5px;
    padding: 5px;
}

.contenedor-btn{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-btn button{
    width: 200px;
    height: auto;
    background-color: #2183BD;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 18px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 40px;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.contenedor-btn button span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.contenedor-btn button .icon-btn-enviar{
    width: 20px;
    height: 20px;
    background-color: transparent;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
}

.contenedor-btn button:hover{
    background-color: #005188;
}

.contenedor-contacto-datos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    flex-wrap: wrap;
}

.dato-contacto{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.dato-email-contacto{
    width: 100%;
}

.dato-contacto img{
    width: 50px;
    height: 50px;
    float: left;
    background-color: transparent;
    margin-right: 15px;
}

.datos-c{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
}

.datos-c label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #152027;
    margin-bottom: 5px;
    text-align: left;
}

.datos-c p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #152027;
    text-align: left;
}







@media only screen and (max-width: 1580px){
    
    .contenedor-general-inicio{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }





    .seccion-nosotros{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosostros{
        width: 100%;
    }





    .seccion-servicios{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-servicios{
        width: 100%;
    }






    .seccion-proyectos{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-proyectos{
        width: 100%;
    }

    .proyecto:hover .contenedor-info-proyecto{
        top: 230px;
    }






    .seccion-clientes-cobertura{
        padding-left: 90px;
        padding-right: 90px;
    }






    .seccion-contacto{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-contacto{
        width: 100%;
    }

}









@media only screen and (max-width: 1380px){

    .contenedor-cabecera-modal h2{
        font-size: 37px;
    }

    .contenedor-cabecera-modal .btn-cerrar-modal{
        width: 25px;
        height: 25px;
    }

    .contenedor-cabecera-modal .btn-cerrar-modal img{
        width: 25px;
        height: 25px;
    }



    

    .contenedor-general-inicio h2{
        font-size: 37px;
        letter-spacing: 0px;
    }

    .contenedor-general-inicio h1{
        width: 800px;
        font-size: 65px;
        letter-spacing: 0;
    }






    .info-nosotros h2{ 
        font-size: 55px;
    }

    .contenedor-mision-vision{
        flex-wrap: wrap;
    }

    .mision-vision{
        width: 100%;
    }

    .contenedor-experiencia h4{
        letter-spacing: 0px;
        font-size: 37px;
        margin-top: 15px;
    }

    





    .contenedor-servicios h2{
        font-size: 55px;
    }

    .contenedor-servicios{
        width: 85%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .servicios h3{
        font-size: 47px;
        letter-spacing: -2px;
    }






    .contenedor-general-proyectos h2{
        font-size: 55px;
    }

    .contenedor-general-proyectos p{
        width: 90%;
    }

    .contenedor-btns-nav-proyectos{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .contenedor-btns-nav-proyectos label{
        width: 29%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .contenedor-info-proyecto h3{
        font-size: 37px;
        letter-spacing: -.5px;
    }

    .contenedor-info-proyecto{
        top: 320px;
    }

    .contenedor-info-proyecto h4{
        letter-spacing: -1px;
        margin-bottom: 60px;
    }

    .lugar-fecha-proyecto{
        flex-wrap: wrap;
    }

    .lugar-fecha-proyecto .p-lf{
        width: 100%;
    }

    .proyecto:hover .contenedor-info-proyecto{
        top: 180px;
        transition: ease .4s top;
    }






    .contenedor-general-clientes-cobertura{
        width: 100%;
    }

    .contenedor-info-cobertura h2{
        font-size: 55px;
    }

    .contenedor-nav-cobertura{
        justify-content: space-between;
    }

    .contenedor-nav-cobertura label{
        width: 46%;
        padding: 20px;
        display: inline-flex;
        justify-content: start;
        flex-wrap: nowrap;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .contenedor-nav-cobertura label .icon-cobertura{
        width: 40px;
        height: 40px;
        background-color: transparent;
        margin-bottom: 0px;
    }
    .contenedor-nav-cobertura label span{
        width: fit-content;
        font-size: 18px;
        letter-spacing: 0px;
        margin-left: 5px;
        margin-top: 10px;
    }

    .contenedor-mapa-cobertura h3{
        font-size: 37px;
    }






    .contenedor-info-contacto h2{
        font-size: 55px;
    }

    .dato-contacto{
        width: 230px;
    }

    .dato-email-contacto{
        width: 100%;
    }
}









@media only screen and (max-width: 1180px){

    .info-nosotros{ 
        height: auto;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
        background-color: transparent;
    }

    .contenedor-experiencia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-icon-experiencia{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-icon-experiencia img{
        width: 80px;
        height: 80px;
        margin-top: 15px;
    }

    .contenedor-experiencia h3{
        font-size: 60px;
        color: #152027;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .contenedor-experiencia h3 span{
        font-family: "DM Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        letter-spacing: 2px;
        font-size: 60px;
        color: #152027;
        margin-top: 15px;
    }

    .contenedor-experiencia h4{
        letter-spacing: 0px;
        font-size: 34px;
    }





    .contenedor-servicios{
        width: 95%;
    }

    .servicios h3{
        font-size: 47px;
        letter-spacing: -3px;
    }






    .contenedor-general-proyectos p{
        width: 100%;
    }
    
    .contenedor-btns-nav-proyectos label{
        width: 27%;
    }

    .proyecto{
        width: 47%;
    }

    .contenedor-info-proyecto h3{
        font-size: 37px;
        letter-spacing: -0px;
    }

    .contenedor-info-proyecto h4{
        letter-spacing: 0px;
    }





    .contenedor-cobertura{
        flex-wrap: wrap;
        padding-bottom: 60px;
    }

    .contenedor-info-cobertura{
        width: 100%;
        margin-bottom: 40px;
    }

    .contenedor-info-cobertura p{
        margin-bottom: 40px;
    }

    .contenedor-nav-cobertura label{
        width: 22%;
        padding: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .contenedor-nav-cobertura label .icon-cobertura{
        width: 40px;
        height: 40px;
        background-color: transparent;
        margin-bottom: 0px;
    }

    .contenedor-nav-cobertura label span{
        width: 100%;
        font-size: 18px;
        letter-spacing: 0px;
        margin-left: 5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-mapa-cobertura{
        width: 100%;
    }

    .mapa-cobertura{
        width: 100%;
        height: fit-content;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-mapa-cobertura img{
        width: 80%;
        margin-bottom: 20px;
    }

    .contenedor-clientes{
        width: 200%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        animation: slideClientes 30s linear infinite; 
    }

    .clientes{
        width: 15%;
        flex-shrink: 0; 
        padding-left: 30px;
        padding-right: 30px;
    }

    .clientes img{
        width: 100%;
        height: auto;
        display: block;
    }

    @keyframes slideClientes {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-120%);
        }
    }







    .contenedor-inputs-50{
        width: 100%;
    }
}








@media only screen and (max-width: 980px){
    
    .contenedor-general-modal{
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-cabecera-modal h2{
        font-size: 34px;
    }

    .contenedor-cabecera-modal .btn-cerrar-modal{
        width: 20px;
        height: 20px;
    }

    .contenedor-cabecera-modal .btn-cerrar-modal img{
        width: 20px;
        height: 20px;
    }

    .contenedor-img-modal figure{
        height: 420px;
    }







    .contenedor-general-inicio{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-inicio h2{
        font-size: 34px;
    }

    .contenedor-general-inicio h1{
        width: 100%;
        font-size: 55px;
    }

    .contenedor-general-inicio p{
        width: 100%;
    }

    .contenedor-general-inicio p br{
        display: none;
        visibility: hidden;
    }







    .seccion-nosotros{
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-general-nosostros{
        flex-wrap: wrap;
    }

    .contenedor-info-nosotros{
        width: 100%;
        margin-bottom: 40px;
    }
    
    .info-nosotros h2{ 
        font-size: 50px;
    }

    .contenedor-mision-vision{
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .mision-vision{
        width: 46%;
    }

    .contenedor-img-nosotros{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .img-nosotros{
        width: 80%;
        height: 680px;
    }

    .contenedor-experiencia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-icon-experiencia{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-icon-experiencia img{
        width: 130px;
        height: 130px;
        margin-top: 0px;
    }

    .contenedor-experiencia h3{
        width: auto;
        height: auto;
        font-size: 100px;
        margin-top: -0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .contenedor-experiencia h3 span{
        font-size: 100px;
    }

    .contenedor-experiencia h4{
        width: 250px;
        font-size: 40px;
        margin-top: 8px;
    }

    




    .seccion-servicios{
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-servicios{
        width: 100%;
    }

    .contenedor-servicios h2{
        font-size: 50px;
    }

    .contenedor-listado-servicios{
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .servicios{
        width: 47%;
        margin-bottom: 40px;
    }

    .servicios h3{
        font-size: 44px;
        letter-spacing: 0px;
    }





    .seccion-proyectos{
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-general-proyectos h2{
        font-size: 50px;
    }

    .contenedor-btns-nav-proyectos label{
        width: 42%;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .proyecto{
        width: 47%;
    }

    .contenedor-info-proyecto{
        top: 330px;
    }

    .contenedor-info-proyecto h3{
        font-size: 34px;
        letter-spacing: -0px;
    }

    .contenedor-info-proyecto h4{
        letter-spacing: -1px;
    }




    .seccion-clientes-cobertura{
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-info-cobertura h2{
        font-size: 50px;
    }

    .contenedor-mapa-cobertura img{
        width: 90%;
        margin-bottom: 20px;
    }

    .contenedor-mapa-cobertura h3{
        font-size: 34px;
    }







    .seccion-contacto{
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-general-contacto{
        flex-wrap: wrap-reverse;
    }

    .mapa-contacto{
        width: 100%;
        height: 480px;
    }

    .contenedor-info-contacto{
        width: 100%;
    }

    .contenedor-info-contacto h2{
        font-size: 50px;
    }

    .contenedor-inputs-50{
        width: 47%;
    }

    .contenedor-contacto-datos{
        justify-content: start;
    }

    .dato-contacto{
        width: 46%;
    }

    .dato-email-contacto{
        width: 100%;
    }
}







@media only screen and (max-width: 780px){

    .contenedor-general-modal{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-detalles-modal{
        flex-wrap: wrap;
    }

    .contenedor-detalles-modal .p-caracteristicas{
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .contenedor-detalles-modal .p-lugar{
        width: 50%;
        text-align: center;
    }

    .contenedor-detalles-modal .p-ano{
        width: 50%;
        text-align: center;
    }






    .contenedor-general-inicio{
        padding-left: 50px;
        padding-right: 50px;
    }







    .seccion-nosotros{
        padding-left: 50px;
        padding-right: 50px;
    }

    .img-nosotros{
        width: 90%;
        height: 680px;
    }

    




    .seccion-servicios{
        padding-left: 50px;
        padding-right: 50px;
    }

    .servicios{
        width: 100%;
        margin-bottom: 40px;
    }

    .servicios h3{
        font-size: 44px;
        letter-spacing: 0px;
    }





    .seccion-proyectos{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-btns-nav-proyectos label{
        width: 44%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .proyecto{
        width: 100%;
    }

    .contenedor-info-proyecto{
        top: 360px;
    }

    .contenedor-info-proyecto h4{
        letter-spacing: 0px;
        margin-bottom: 40px;
    }

    .proyecto:hover .contenedor-info-proyecto{
        top: 220px;
    }




    .seccion-clientes-cobertura{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-nav-cobertura label{
        width: 46%;
        padding: 14px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    
    .contenedor-nav-cobertura label .icon-cobertura{
        width: 30px;
        height: 30px;
        background-color: transparent;
        margin-bottom: 0px;
    }

    .contenedor-nav-cobertura label span{
        margin-left: 10px;
        margin-top: 5px;
    }

    .contenedor-mapa-cobertura img{
        width: 100%;
        margin-bottom: 20px;
    }


    .clientes{
        width: 20%;
    }

    @keyframes slideClientes {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-160%);
        }
    }








    .seccion-contacto{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-inputs-50{
        width: 47%;
    }

    .contenedor-contacto-datos{
        flex-wrap: wrap;
    }

    .dato-contacto{
        width: 47%;
    }

    .dato-email-contacto{
        width: 100%;
    }
}










@media only screen and (max-width: 580px){

    .contenedor-general-modal{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-cabecera-modal h2{
        font-size: 31px;
    }






    .seccion-inicio{
        height: 880px;
    }

    .contenedor-general-inicio{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-general-inicio h2{
        font-size: 31px;
        text-align: center;
    }

    .contenedor-general-inicio h1{
        font-size: 50px;
        text-align: center;
    }

    .contenedor-general-inicio p{
        text-align: center;
    }

    .contenedor-btns-inicio{
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btns-inicio .btn-inicio{
        width: 250px;
        margin-right: 40px;
        margin-left: 40px;
        margin-bottom: 30px;
    }







    .seccion-nosotros{
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-nosotros h2{ 
        font-size: 45px;
        text-align: center;
    }

    .info-nosotros p{ 
        text-align: center;
    }

    .contenedor-mision-vision{
        flex-wrap: wrap;
    }

    .mision-vision{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mision-vision h3{
        text-align: center;
    }

    .mision-vision p{
        text-align: center;
    }

    .img-nosotros{
        width: 100%;
        height: 680px;
    }

    .contenedor-icon-experiencia{
        display: none;
        visibility: hidden;
    }

    




    .seccion-servicios{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-servicios h2{
        font-size: 45px;
        text-align: center;
    }

    .servicios h3{
        font-size: 41px;
        letter-spacing: 0px;
    }





    .seccion-proyectos{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-btns-nav-proyectos label{
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .contenedor-selector-filtro select{
        width: 100%;
    }

    .contenedor-general-proyectos h2{
        font-size: 45px;
        text-align: center;
    }

    .contenedor-info-proyecto h3{
        font-size: 31px;
        letter-spacing: -0px;
    }






    .seccion-clientes-cobertura{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-cobertura h2{
        font-size: 45px;
        text-align: center;
    }

    .clientes{
        width: 25%;
    }

    @keyframes slideClientes {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-200%);
        }
    }








    .seccion-contacto{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-contacto h2{
        font-size: 45px;
        text-align: center;
    }

    .contenedor-info-contacto p{
        text-align: center;
    }

    .contenedor-btn{
        justify-content: center;
    }

    .contenedor-contacto-datos{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .datos-c label{
        text-align: left;
    }

    .datos-c p{
        text-align: left;
    }
}










@media only screen and (max-width: 480px){

    .contenedor-general-modal{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-detalles-modal .p-lugar{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .contenedor-detalles-modal .p-ano{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }







    .contenedor-general-inicio{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-btns-inicio .btn-inicio{
        width: 200px;
        margin-bottom: 30px;
    }







    .seccion-nosotros{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-experiencia h3{
        font-size: 80px;
    }

    .contenedor-experiencia h3 span{
        font-size: 80px;
    }

    .contenedor-experiencia h4{
        font-size: 31px;
        letter-spacing: 0px;
    }

    




    .seccion-servicios{
        padding-left: 20px;
        padding-right: 20px;
    }





    .seccion-proyectos{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-btns-nav-proyectos label{
        width: 100%;
    }

    .contenedor-info-proyecto{
        top: 340px;
        padding: 20px;
    }

    .contenedor-info-proyecto h4{
        letter-spacing: 0px;
        margin-bottom: 60px;
    }

    .proyecto:hover .contenedor-info-proyecto{
        top: 220px;
    }






    .seccion-clientes-cobertura{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-nav-cobertura label{
        width: 100%;
    }

    .clientes{
        width: 30%;
    }

    @keyframes slideClientes {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-240%);
        }
    }








    .seccion-contacto{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-inputs-50{
        width: 100%;
    }

    .dato-contacto{
        width: 100%;
    }

    .datos-c label{
        text-align: left;
    }

    .datos-c p{
        text-align: left;
        letter-spacing: -.5px;
    }
}









@media only screen and (max-width: 380px){

    .contenedor-general-modal{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-cabecera-modal{
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .contenedor-cabecera-modal h2{
        width: 100%;
        text-align: center;
        font-size: 28px;
    }

    .contenedor-cabecera-modal .btn-cerrar-modal{
        margin-top: 0px;
        margin-bottom: 10px;
    }






    .contenedor-general-inicio{
        padding-left: 15px;
        padding-right: 15px;
    }

     .contenedor-general-inicio h2{
        font-size: 28px;
        text-align: center;
    }

    .contenedor-general-inicio h1{
        font-size: 45px;
        text-align: center;
    }

    .contenedor-btns-inicio .btn-inicio{
        margin-bottom: 20px;
    }







    .seccion-nosotros{
        padding-left: 15px;
        padding-right: 15px;
    }

     .info-nosotros h2{ 
        font-size: 40px;
        text-align: center;
    }

    .contenedor-experiencia h3{
        font-size: 60px;
    }

    .contenedor-experiencia h3 span{
        font-size: 60px;
    }

    .contenedor-experiencia h4{
        font-size: 28px;
        margin-top: -2px;
    }

    




    .seccion-servicios{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-servicios h2{
        font-size: 40px;
        text-align: center;
    }

    .servicios h3{
        font-size: 38px;
        letter-spacing: 0px;
    }





    .seccion-proyectos{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-proyectos h2{
        font-size: 40px;
        text-align: center;
    }

    .contenedor-btns-nav-proyectos label{
        width: 100%;
    }

    .contenedor-info-proyecto{
        top: 350px;
        padding: 20px;
    }

    .contenedor-info-proyecto h3{
        font-size: 28px;
        letter-spacing: -0px;
    }

    .contenedor-info-proyecto h4{
        letter-spacing: -.5px;
        margin-bottom: 60px;
    }







    .seccion-clientes-cobertura{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-info-cobertura h2{
        font-size: 40px;
        text-align: center;
    }

    .contenedor-nav-cobertura label{
        width: 100%;
    }

    .clientes{
        width: 35%;
    }

    @keyframes slideClientes {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-280%);
        }
    }








    .seccion-contacto{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-info-contacto h2{
        font-size: 40px;
        text-align: center;
    }

    .contenedor-inputs-50{
        width: 100%;
    }

    .dato-contacto{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dato-contacto img{
        margin-right: 0px;
        margin-bottom: 10px;

    }
    
    .datos-c{
        width: 100%;
        height: auto;
        background-color: transparent;
    }

    .datos-c label{
        width: 100%;
        text-align: center;
    }

    .datos-c p{
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
    }
}