@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root{
    --pading-container: 50px 0;
    --color-title: #001A49;
}
body{
    font-family: 'Roboto Condensed', sans-serif;
    user-select: none; 
    background-color: #000000;    
    overflow-x: hidden;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--pading-container);
}
.container_descri{
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--pading-container);
    background-color: #F8EDED;
    background-repeat: no-repeat;
    margin: auto;
}
.descri_liquidos{
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--pading-container);
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-size: 25px;
    padding: 20px 50px 0px 50px;
    background-color: #F8EDED;
    background-repeat: no-repeat;
    margin: auto;
}
.descri_con{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-size: 25px;
    padding: 0px 0px 80px 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    margin: auto;
}
.text_liquidos{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F8EDED;
    font-size: 25px;
    margin: auto;
}
.p_liquidos{
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-align: center;
    text-align: center; /* Centra el texto */
    max-width: 80%; /* Limita el ancho del texto */
    line-height: 1.6;
}
.hero{
    position: fixed;
    background-color: #F5F7F8;
    width: 100%;
    height: 100vh;
    min-height: 220px;
    max-height: 150px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #fff;
}
.hero::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;

}


/* .hero::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/slider02.jpg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;

}*/

/* Nav*/


.active1::after{
    width: 100%;
}
.nav_menu{
    margin-left: auto;
    cursor: pointer;
    display: none;
}
.nav_img{
    display: block;
    width: 30px;
}
.nav-close{
    display: var(--show, none);
}
/*Hero Container*/
.hero_container{
    max-width: 800px;
    display: grid;
    --pading-container:0;
    grid-template-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-bottom: 100px;
    text-align: center;
}
.hero_title{
    font-size: 3rem;
}
.hero_paragraph{
    margin-bottom: 20px;
}
.cta{
    display: inline-block;
    background-color: #FFB22C;
    justify-self: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 32px;
    box-shadow: 0px 0px 60px #1f4c65;
    
}

.cont{
    display: inline-block;
    justify-self: start;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 32px;
    
}
.cta:hover{
    background: rgb(2,29,78);
    background: #FFB22C;
    color: rgb(4, 4, 38);
}

.cta_detalle{
    text-align: center;
    display: inline-block;
    background-color: #3468C0;
    justify-self: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 32px;
}
.cta_detalle:hover{
    background-color: #D24545;
}


/*Slider de imagenes*/
.slider-container01{
    width: 100%;
    height: 100%vh;
    background: #EEEEEE;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
    background-attachment: fixed;
    margin-bottom: 35px;

}

.slider-images{
    display: flex;
    align-items: center;
    gap: 21px;
    
}
.slider-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.slider-img{
    width: 110px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: 0.7s ease;
}

.slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
    height: 480px;
}

.slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
    height: 560px;
}

.slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4){
    height: 665px;
}


.slider-img.activeSlider{
    width: 766px !important;
    height: 750px !important;
}
.slider-img.activeSlider h1{
    display: none;
}

.slider-img.activeSlider .details p, .slider-img.activeSlider .details h2{
    display: block;
    display: none;    
}
/*About*/
.about{
    text-align: center;
}
.video{
    width: 100%;
    height: 80%vh;
}

.subtitle{
    color: #fff;
    font-size: 40px;
    margin-bottom: 25px;
}
.subtitle_pol{
    color: #000;
    font-size: 40px;
    margin-bottom: 25px;
}
.subtitle_serv{
    color: #fff;
    font-size: 50px;
    margin-bottom: 25px;
    text-align: center;
}
.subtitle_contact{
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
}
.subtitle_proyect{
    color: #fff;
    font-size: 40px;
    margin-bottom: 25px;
}
.about_descripcion{
    line-height: 1.7;
    font-size: 25px;
    margin: 50px;
    
    
}
.about_paragraph{
    line-height: 1.7;
    font-size: 25px;
    text-align: justify;
    
}
.about_valores{
    line-height: 1.7;
    font-size: 25px;
    text-align: justify;
    
}
.about_icons{
    
    display: grid;
    gap: 1em;
    justify-items: center;
    width: 260px;
    overflow: hidden;
    margin: 0 auto;
}
.about_main{
    padding-top: 80px;
    display: grid;
    width: 90%;
    margin: 0 auto;
    gap: lem;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}

.about_icon{
    width: 40px;
}
.producto{
    background-color: #FEFFD2;
}
.img_in{
    background-image: linear-gradient(
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)),
        url(../img/img_pnave.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 90vh;
        display: flex;
        align-items: center;
        padding: 200px;
}
.img_serv{
    background-image: linear-gradient(
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)),
        url(../img/slide_nave.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 80vh;
        display: flex;
        align-items: center;
}
.header_content{
    text-align: center;
}
.header_content h1{
    font-size: 50px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.header_content p{
    font-size: 25px;
    color: #fff;
    padding: 0 250px;
    margin-bottom: 25px;
}
.nosotros{
    padding: 0 0 100px 0;
}
.general{
    display: flex;
}
.general_1{
    width: 50%;
    padding: 100px 150px 100px 100px;
    background-color: #E1E2E6;
    
}
.general_2{
    background-image: url(/img/img_inicio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    object-fit: cover; /* Hace que la imagen se ajuste manteniendo su aspecto */
    animation: zoom-in 5s ease-in-out infinite; /* Llamada a la animación */
    
}

.general_3{
    background-image: url(/img/img_vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    object-fit: cover; /* Hace que la imagen se ajuste manteniendo su aspecto */
    animation: zoom-in 5s ease-in-out infinite; /* Llamada a la animación */
}
.general_4{
    background-image: url(/img/img_politic.jpg);
    background-position: 50% 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    object-fit: cover; /* Hace que la imagen se ajuste manteniendo su aspecto */
    animation: zoom-in 5s ease-in-out infinite; /* Llamada a la animación */
}
.mantenimiento{
    padding: 0 0 100px 0;
}
.mant{
    display: flex;
}
.mant_1{
    width: 50%;
    padding: 100px 150px 100px 100px;
    background-color: #E1E2E6;
}
.mant_2{
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/gtaw.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.mant_3{
    background-image: url(/img/img_vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.mat_4{
    background-image: url(/img/img_politica.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    padding: 100px;
}
@keyframes zoom-in {
    0% {
      transform: scale(1); /* Comienza a tamaño normal */
    }
    50% {
      transform: scale(1.1); /* Aumenta al 120% de su tamaño */
    }
    100% {
      transform: scale(1); /* Vuelve a su tamaño original */
    }
  }

  .info{
    padding: 100px 0;
    color: #E1E2E6;
    position: relative;
    
}
.text_info{
    text-align: center;
}
.text_info h2{
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}
.txt_p{
    font-size: 30px;
    color: #fff;
    padding: 5%;
    margin-bottom: 35px;
}
.info_group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.info_1{
    padding: 25px;
}
.info_1 img{
    width: 200px;
}
.info_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}
.info_1 h3{
    color: #323337;
    font-size: 20px;
    margin-bottom: 15px;
}

.about_title{
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
}
.main{
    background-image: linear-gradient(
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.6)),
        url(../img/img_radiografia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px;
}

.linea{
    background: #FEBA17;
    height: 8px;
    width: 100%;
    padding: auto;
    display: block;
}  
.inicio{
    width: 100%;
    height: 80vh;
}

.img_inicio{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;  
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Oscurece la imagen */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
.text_inicio{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1);
    text-align: justify;
}
/*Knowledge*/
.knowledge{
    background-color: #fff;
    background-image: #fff;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    overflow: hidden;

}

.knowledge_soldad{
    background-color: #000;
    background-size: 30px 53px;
    background-position: 0 0, 0 0, 15px 26px, 15px 26px, 0 0, 15px 26px;
    color: #000000; 
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-size: cover;
}
.knowledge_polit{
    color: #fff;
    text-align: center;
    align-items: center;
    background-color: #F8EDED;
    background-size: 13px 13px;
    overflow: hidden;
    margin: 50px 0 0 0;
}
.knowledge_serv{
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--pading-container);
    color: #000;
    text-align: center;
    align-items: center;
    background-color: #F8EDED;
    background-size: 13px 13px;
    overflow: hidden;
}

.knowledge_serv1{
    color: #fff;
    text-align: center;
    align-items: center;
    background-color: #fff;
    background-size: 13px 13px;
    overflow: hidden;
    border-radius: 10px;
}
.det_serv{
    background: rgb(  133, 193, 233, .07);
    width: 95%;
    max-width: 700px;
    margin: auto;
    padding: 5px 35px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 3px;
}
.knowledge_proyect{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/img_proy.jpeg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;
    background-attachment: fixed; 

}
.knowledge_metal{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/slider02.jpg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;
    background-attachment: fixed; 

}
.img_servic{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/img_micro.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;

}
.img_smaw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/smaw.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_gtaw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/gtaw.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_gmaw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/gmaw.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_radi{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/rayosx.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_rayg{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/rt.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_liqp{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/liq_penetrantes.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_liqpc{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 80%), url(../img_servicio/liq_contras.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_liqpf{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/liq_fluorec.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_ultrasonido{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/ultrasonido.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_tension{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/tension.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_charpy{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/charpy.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_parm{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/part_magn.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_parmpc{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/puntas_contacto.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_laser{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/laser.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_saw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/saw.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_dur{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/durezas.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_durrc{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/rockwell.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_durmv{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/dureza_vickers.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_met{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/metalografia.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_repp{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/reparacion_presion.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_repf{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/reparacion_ferroviarias.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_mant{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/mant_loc.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_fab{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/fabricacion.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_dise{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/dibujo.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_ing{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/img_ing.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.img_rept{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/rep_trucks.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_inspv{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/inspeccion.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_relvev{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/relevado.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.img_pmi{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img_servicio/pmi.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed; 
    padding: 0 0 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.knowledge_smaw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/smaw.jpeg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;
    background-attachment: fixed; 

}
.knowledge_gtaw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/gtaw.png);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1; 
    background-attachment: fixed; 

}
.knowledge_gmaw{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/gmaw.jpg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;
    background-attachment: fixed; 

}
.knowledge_contacto{
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
    background-image: linear-gradient(100deg, #0000008c 0%, #0000008c 100%), url(../img/cnc.webp);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;

}
.knowledge_detalle{
    background-color: #e5e5f7;
    background-image:  radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #EFECEC 0.5px);
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    overflow: hidden;
}
.knowledge_container{
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
    padding: 60px 0 0 0;
}
.knowledge_container_pol{
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
    padding: 60px 0 0 0;
}
.knowledge_picture{
    padding: 50px 20px 50px 50px;
    max-width: 500px;
    
}
.h_subtitle{
    color: #000;
    text-align: center;
}
.txt_polit{
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-align: justify;
    padding: 0 0 50px;
}
.knowledge_paragraph{
    color: #fff;
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-align: justify;
    padding: 0 0 50px;
}

.plan_price{
    font-size: 30px;
}
.knowledge_img{
    width: 500px;
    height: 500px;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}
.zoom{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all 1.1s;
}
.knowledge_img:hover{
    transform: scale(1.5);

}
/*Price*/
.price{
    text-align: center;
}
.price_table{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-evenly;
    align-items: center;
}
.card{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;

}
.card:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}
.price_element{
    background-color: #028391;
    text-align: center;
    border-radius: 10px;
    width: 330px;
    padding: 40px;
    --color-plan: #fff;
    --color_price: #fff;
    --bg-cta: #fff;
    --color-cta: #000;
    --color-items: #fff;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
}
.price_element:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    background: #FEBA17;
    transform: translateY(-3%);
}
.img_serv{
    width: 250px;
    height: 200px;
}
.img_servcio{
    width: 350px;
    height: 300px;
}
.price_element--best{
    width: 370px;
    padding: 60px 40px;
    background-color: #028391;
    --color-plan: #fff;
    --color_price: #fff;
    --bg-cta: #5454D4;
    --color-cta: #fff;
    --color-items: #fff;
}
.price_name{
    color: var(--color-plan) ;
    margin: 15px;
    font-weight: 300;
}
.price_price{
    font-size: 2.5rem;
    color: var(--color_price);
}
.price_price-pro{
    font-size: 25px;
    color: var(--color_price);
    padding: 5px;
}
.price_items{
    margin-top: 35px;
    display: grid;
    gap: 1em;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 50px;
    color: var(--color-items);
}
.price_cta{
    display: block;
    padding: 20px 0;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: var(--color-cta);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    background-color: var(--bg-cta);
}
.price_cta:hover{
    background-color: #FEBA17;
    color: #000;
}
.card{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;

}
.card:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}
/*Questions*/
.questions{
    text-align: center;
}
.questions_container{
    display: grid;
    gap: 2em;
    padding-top: 50px;
    padding-bottom: 100px;
}
.questions_padding{
    padding: 0;
    transition: padding .2s;
    border: 1px solid #5454D4;
    border-radius: 6px;
}
.questions_padding--add{
    padding-bottom: 30px;
}
.questions_answer{
    padding: 0 30px 0;
    overflow: hidden;
}
.question_title{
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
}
.question_arrow{
    border-radius: 50%;
    background-color: var(--color-title);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-left: 10px;
    transition: transform .3s;
}
.question_show_arrow_rotate{
    transform: rotate(180deg);
}
.question_show{
    text-align: left;
    height: 0;
    transition: height .3s;
}
.questions_img{
    display: block;
}
.questions_copy{
    width: 60%;
    margin: auto;
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff;
}
.mapa{
    width: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
}

/*Footer*/
.footer{
    background-color: #000;
    font-weight: bold;
}
.footer_title{
    font-size: 18px;
    margin-bottom: 10px;
}
.footer_title, .footer_newsletter{
    color: #fff;
}
.footer_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
}
.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}
.nav_link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}
.footer_inputs{
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}
.footer_input{
    background-color: #fff;
    height: 50px;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
}
.footer_submit{
    margin-left: auto;
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    background-color: #2091F9;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
}
.footer_copy{
    --pading-container: 30px 0;
    text-align: center;
    color: #fff;
}
.footer_copyrigth{
    font-weight: 300;
}
.footer_icons{
    margin-bottom: 10px;
}
.footer_img{
    width: 40px;
    position: relative;
    align-items: center;
}

/*Media queries
@media (prefers-color-scheme: dark) {
    body{
        background-color: #2F3645;
    }
    
}*/
@media (max-width:1700px){
    .knowledge_container{
        text-align: center;
        padding: 0 0 250px 0;
    }
}
@media (max-width: 1000px){
    .nav_menu{
        display: block;
        
    }
    .hero{
        position: fixed;
        background-color: #F5F7F8;
        width: 100%;
        height: 100vh;
        min-height: 190px;
        max-height: 150px;
        position: relative;
        display: grid;
        grid-template-rows: 100px 1fr;
        color: #fff;
    }
    
    .nav_items{
        font-size: 20px;
    }
    .nav_link-menu{
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }
    .nav_link--show{
        --show: block;
        opacity: 1;
        pointer-events: unset;
        background-color: #FEEFAD;
    }
    .nav-close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }
    .hero_title{
        font-size: 2.5rem;
    }
    .slider-images .slider-img:first-child, .slider-images .slider-img:last-child{
        height: 180px;
    }
    
    .slider-images .slider-img:nth-child(2), .slider-images .slider-img:nth-child(6){
        height: 260px;
    }
    
    .slider-images .slider-img:nth-child(3), .slider-images .slider-img:nth-child(4){
        height: 365px;
    }
    
    
    .slider-img.activeSlider{
        width: 466px !important;
        height: 450px !important;
    }
    
    .about_main{
        gap: 2em;
    }
    .about_icons:last-of-type{
        grid-column: 1/-1;
    }
    .knowledge_container{
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
        padding: 0 0 250px 0;
    }
    .knowledge_container_pol{
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
        padding: 0 0 250px 0;
    }
    .knowledg_serv{
        padding: 0 0 250px 0;
    }
    .knowledge_picture{
        grid-row: 1/2;
        justify-self: center;
    }
    
    .questions_copy{
        width: 100%;
    }
    .footer_container{
        flex-direction: column;
        text-align: center;
    }
    .nav--footer{
        width: 100%;
        justify-items: center;
    }
    .nav_link--footer{
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    .footer_form{
        width: 100%;
        justify-content: center;
    }
    .footer_input{
        flex: 1;
    }
}
@media(max-width:991px){
    
    .servicios{
        padding: 30px;

    }
    .serv_content p{
        padding: 0;
    }
    .serv_group{
        flex-direction: column;
        margin-bottom: 0;
    }
    .services_1{
        margin-bottom: 25px;
    }
    .general{
        flex-direction: column;

    }
    .general_1{
        width: 100%;
        padding: 30px;
        text-align: center;
    }
    .general_2 .general_3 .general_4{
        display: none;
    }
    
    .footer{
        padding: 30px;
    }
    .footer_content{
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 850px) {
    .knowledge_proyects{
        background-image: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    }
    .img_smaw{
        padding: 0 0 50px 0;
    }
    .img_radi{
        padding: 0 0 50px 0;
    }
}
@media (max-width: 700px) {
    .txt_p{
    font-size: 25px;
    color: #fff;
    padding: 0;
    margin-bottom: 35px;
    
}

}
@media (max-width: 600px) {
    .hero{
        position: fixed;
        background-color: #F5F7F8;
        width: 100%;
        height: 100vh;
        min-height: 150px;
        max-height: 160px;
        position: relative;
        display: grid;
        grid-template-rows: 100px 1fr;
        color: #fff;
    }
    
    .hero_title{
        font-size: 2rem;
    }
    .nav_items{
        font-size: 15;
    }
    .hero_paragraph{
        font-size: 1rem;
    }
    .subtitle{
        font-size: 1.8rem;
    }
    .price_element{
        width: 90%;
    }
    .price_element--best{
        width: 90%;
        padding: 40px;
    }
    .price_price{
        font-size: 2rem;
    }
    .question_title{
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .txt_p{
    font-size: 25px;
    color: #fff;
    padding: 10%;
    margin-bottom: 35px;
}
    .footer_title{
        justify-self: start;
        padding: 5px 10px;
    }
    
    .nav--footer{
        padding-bottom: 60px;
    }
    .nav_link--footer{
        justify-content: space-between;
    }
    .footer_inputs{
        flex-wrap: wrap;
    }
    .footer_input{
        flex-basis: 100%;
        margin-bottom: 16px;
        margin: 0;
    }
    .footer_submit{
        width: 100%;
        margin: 10px 0;
    }
    .knowledge_img{
        width: 350px;
        height: 300px;
    }
}
@media (max-width: 600px) {
    .knowledge_img{
        width: 250px;
        height: 200px;
    }
    .txt_p{
    font-size: 16px;
    align-items: center;
    color: #fff;
    padding: 5%;
    margin-bottom: 35px;
}
    .footer_content{
        flex-direction: column;
        text-align: center;
    }
}





  