@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --fuente-roboto: 'Roboto', sans-serif;
    --fuente-archivo-black: 'Archivo Black', sans-serif;
    --fuente-work-sans: 'Work Sans', sans-serif;
    --color-primario-blue: #196BD9;
    --color-secundario-red: #FF1111;
    --color-terceario-lightblue: #cedff7;
    --color-terceario-yellow: #F0EA2B;
    --color-texto: #676767;
}

.scrollhidden {
    overflow: hidden;
}

.navigation .fex i,
.navigation .menu-item-has-children i {
    position: absolute;
    left: 108px;
    top: 12px;
    cursor: pointer;
}

nav li.current_page_item a,
nav li.current_page_parent a,
nav a.select {
    color: #FF1111;
}

.tarjmas {
    display: none;
}

.inicioadelante,
.inicioatras {
    display: none;
}

.fondooo {
    display: none;
}

.fondo375 {
    display: none;
}

.max375 {
    display: none;
}

.newcuadrado7 {
    display: none;
}

.container {
    width: 85%;
    max-width: 1230px;
    /*1180*/
    margin: 0 auto;
}

.imgs {
    display: none;
}

.secindustrias .indcont {
    display: inline-block;
}

.pageSecNosotros .heightnos {
    padding-top: 100px !important;
}

.indusmovil {
    display: none;
}

.info {
    display: none;
}

.ocul {
    display: none;
}

.newbotones {
    display: none;
}

.menu-icon img {
    width: 40px;
}

.menu-icon {
    display: none;
}

.botonesmovil {
    display: none;
}

.iconomenu {
    display: none;
}

/*navbar*/

.header {
    background: white;
    padding: 13.5px 0;
    box-shadow: 0px 4px 29px rgba(25, 107, 217, 0.15);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

main {
    padding-top: 138px;
}

.header a {
    text-decoration: none;
    color: var(--color-texto);
    cursor: pointer !important;
}

.logo-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-nav-container .logo img {
    width: 200px;
}

.menu-menu_catalogo_en-container,
.menu-main_menu-container,
ul.menunormal {
    display: inline-block;
}


.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    display: inline-block;
    position: relative;
}

.navigation ul li a {
    display: block;
    padding: 8px 10px;
    transition: all 0.2s linear;
}

.navigation ul li.fexx a,
.navigation ul#menu-main_menu li a,
.navigation ul#menu-menu_catalogo_en li a {
    cursor: pointer !important;
}

.navigation ul li a:hover {
    color: var(--color-secundario-red);
}

.navigation ul li a.es,
.navigation ul li a.en {
    padding: 0;
    position: relative;
    top: 1px;
}

.navigation ul li a.en {
    padding-right: 10px;
}

.navigation ul li a.contacto {
    color: var(--color-secundario-red);
    border: 1px solid var(--color-secundario-red);
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.1s linear;
}

.navigation ul li a.contacto4 {
    color: var(--color-secundario-red);
    border: 1px solid var(--color-secundario-red);
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.1s linear;
}


.navigation ul li a.contacto:hover {
    color: var(--color-primario-blue);
    border: 1px solid var(--color-terceario-yellow);
}

.navigation ul li a.desple img {
    position: relative;
    top: -2px;
}

.menu-image-hover-wrapper {
    padding-left: 0 !important;
}

.menu-image-hover-wrapper .menu-image {
    display: inline-block !important;
    opacity: 1 !important;
}

.menu-image-hover-wrapper .hovered-image {
    display: none !important;
}

nav ul li a {
    font-family: var(--fuente-roboto);
    font-weight: 500;
    font-size: 20px;
}

.navigation ul li.fex {
    width: 125px;
}

.navigation ul li.fexx {
    width: 70px;
}

.navigation .fex {
    position: relative;
    align-items: center;
}

.navigation .fexx {
    position: relative;
    align-items: center;
}

.navigation .fex a {
    padding-right: 0;
}

.navigation .fexx a {
    padding-right: 0;
}

.navigation .fex i {
    position: absolute;
    left: 108px;
    top: 12px;
    cursor: pointer;
}

.navigation .fexx i {
    position: absolute;
    left: 40px;
    top: 3px;
    cursor: pointer;
}

.navigation .fex i img {
    width: 14px;
}

.navigation .fexx i img {
    width: 14px;
}

.navigation .fex i img:focus {
    transform: rotateY(90deg);
}

.navigation ul ul {
    position: absolute;
    padding: 0;
    display: inline-block;
}

.navigation ul ul a {
    font-family: var(--fuente-roboto);
    font-size: 20px;
}

.navigation ul ul {
    display: none;
}

.navigation ul ul li {
    width: 250px;
    border-bottom: 0.2px solid white;
}

.navigation ul ul li.lang {
    width: 30px;
    border-bottom: 0.2px solid white;
}

.navigation ul ul li a {
    color: white;
}

.navigation ul ul#asd li:hover {
    background: var(--color-secundario-red);
}

.navigation ul ul li a:hover {
    color: white;
}

.navigation ul ul#asd.sub {
    width: 250px;
    display: block;
    background-color: var(--color-primario-blue);
    animation: bloque-visible 0.2s ease-out forwards;
    transform-origin: top center;
}

.navigation ul ul#asdf.sub {
    width: 40px;
    display: block;
    animation: bloque-visible 0.2s ease-out forwards;
    transform-origin: top center;
}

.navigation ul li a.contacto {
    cursor: pointer;
}

@keyframes bloque-visible {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

/*End Navbar*/

/*home icinio*/

h1#num1 {
    display: inline-block;
}

h1#num2 {
    display: inline-block;
}

h1#num3 {
    display: inline-block;
}

h1#num11 {
    display: inline-block;
}

h1#num21 {
    display: inline-block;
}

h1#num31 {
    display: inline-block;
}

.home.slide-home {
    height: calc(100vh - 138px);
    /*display: flex;*/
    align-items: center;
}


.slick-dots {
    text-align: center;
    position: relative;
    margin-top: -50px;
    padding: 0 0 0 50%;
    box-sizing: border-box;
}



.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #fff;
    padding: 0 40px;
}

ul.slick-dots li a {
    color: #fff;
    font-size: 30px;
    font-family: var(--fuente-work-sans);
    font-weight: 800;
    cursor: pointer !important;
}

.slick-dots li a:before {
    content: '';
    background-image: url('images/puntoblanco.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    margin-right: 6px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}

.slick-dots li a span {
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li.slick-active a:before {
    content: '';
    background-image: url('images/puntorojo.png');
    background-repeat: no-repeat;
}

.slick-dots li:nth-child(1) {
    border-left: 0;
}

.home .inicio {
    /* background: var(--color-terceario-lightblue); */
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 2% 0 0 0;
}

.home .inicio .inicioPart1 {
    width: 50%;
    z-index: 1;
}

.home .inicio .inicioPart1 h1 {
    color: var(--color-primario-blue);
    font-size: 60px;
    font-family: var(--fuente-archivo-black);
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.514);
    margin-bottom: 30px;
    width: 820px;
    /*68*/
    /* -webkit-text-stroke: 1px white; */
}

.home .inicio .inicioPart1 p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    width: 472px;
    margin-bottom: 30px;
}

.home .inicio .inicioPart1 a {
    background: var(--color-secundario-red);
    font-family: var(--fuente-roboto);
    font-size: 29.83px;
    padding: 5px 38px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
}

.home .inicio .inicioPart1 a:hover {
    color: var(--color-primario-blue);
}

.home .inicio .inicioPart2 {
    position: relative;
    width: 50%;
    /* width: 500px; */
    /* height: calc(100vh - 138px); */
}

.home .inicio .inicioPart2 #back {
    background-image: url(img/back.jpg);
    background-repeat: no-repeat;
    width: 540px;
    height: 500px;
    position: relative;
    /* right: -50px; */
    z-index: -2;
}

.home .inicio .inicioPart2 .img-back {
    position: absolute;
    top: 0;
    width: 540px;
    float: right;
    right: 0px;
    z-index: -1;
}

.home .inicio .inicioPart2 a {
    color: white;
    text-decoration: none;
    font-family: var(--fuente-work-sans);
    font-size: 30px;
    margin: 0 40px;
    font-weight: 800;
    cursor: pointer !important;
}

.home .inicio .inicioPart2 .cuadradoimg {
    /* background-image:url(img/banner1.png); */
    background-repeat: no-repeat;
    width: 637px;
    height: 492px;
    position: absolute;
    top: -50px;
    right: 60px;
    z-index: -1;
    /* transform: scale(0.9); */
}

.home .inicio .inicioPart2 .fondo {
    position: relative;
    width: 540px;
    float: right;
}

.home .inicio .inicioPart2 .fondo .numeros {
    position: absolute;
    bottom: 10px;
    /* left: 50px; */
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-terceario-yellow);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*End home*/


/*seccion Nosotros*/

.nosotros {
    height: 400px;
    padding: 100px 0;
}

.secnosotros {
    display: flex;
}

.secnosotros .nosopart1 {
    width: 50%;
}

.secnosotros .nosopart2 {
    width: 50%;
}

.secnosotros .nosopart1 .nosotitle {
    position: relative;
    margin-bottom: 50px;
}

.secnosotros .nosopart1 .nosotitle img {
    position: absolute;
}

.secnosotros .nosopart1 .nosotitle h2 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
    /* position: absolute;
    top: 25px;
    left: 50px; */
    /* padding-left: 50px; */
    padding-left: 35px;
    padding-top: 25px;
}

.secnosotros .nosopart1 p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    width: 445px;
    text-align: justify;
    padding-left: 45px;
    color: var(--color-texto);
}

.secnosotros .nosopart2 {
    position: relative;
}

.secnosotros .nosopart2 .conte {
    width: 100%;
    height: 100%;
}

.secnosotros .nosopart2 img.noso1 {
    float: right;
    position: relative;
    top: 40px;
    right: 30px;
    /* position: absolute;
    top: 40px;
    left: 30px; */
}

.secnosotros .nosopart2 img.noso2 {
    float: right;
    position: relative;
    top: -230px;
    /* position: absolute;
    left: 0;
    top: 68px;
    left: 69px; */
    z-index: -2;
}

/*END nosotros*/

/*seccion industrias*/
/*section.industrias{
    height: 1050px;
}*/

.secindustrias {
    padding: 100px 0;
}

.secindustrias .indtitle {
    position: relative;
    margin-bottom: 50px;
}

.secindustrias .indtitle img {
    position: absolute;
}

.secindustrias .indtitle h2 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
    /* position: absolute;
    top: 25px;
    left: 50px; */
    /* padding-left: 50px; */
    padding-left: 35px;
    padding-top: 25px;
}

.secindustrias .indtitle p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    padding-left: 45px;
    margin: 30px 0;
    text-align: justify;
}

.secindustrias .indcont {
    /* display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; */
    /* display: grid;
    grid-gap: 5.7%;
    grid-template-columns: repeat(4, 255px); */
    /* grid-template-columns: repeat(auto-fill, 250px); */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.secindustrias .indcont a {
    margin: 0 auto;
    padding: 0 5px;
}

.secindustrias .indcont a {
    width: 255px;
    margin-bottom: 50px;
    cursor: pointer !important;
}

.secindustrias .indcont .tarjeta {
    position: relative;
    width: 255px;
    height: 300px;
    display: inline-block;
}

.down_arrow {
    top: 0;
    position: relative;
    transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
}

.down_arrow:hover {
    top: -12px;
}

/*MAC*/

.mac .secnosotros .nosopart1 .nosotitle h2 {
    padding-top: 33px !important;
}

.mac .secindustrias .indtitle h2 {
    padding-top: 33px !important;
}

.mac .secNosotros .secNosotros1 .title h1 {
    padding-top: 33px !important;
}

.mac footer .footitle h2 {
    padding-top: 33px !important;
}

.mac .sechacemos .title h1 {
    padding-top: 33px !important;
}

.mac .pageSecNosotros .title-industria h1 {
    padding-top: 8px !important;
}

/*mobile*/

.is_mobile .secnosotros .nosopart1 .nosotitle h2 {
    padding-top: 30px !important;
}

.is_mobile .secindustrias .indtitle h2 {
    padding-top: 30px !important;
}

.is_mobile .secNosotros .secNosotros1 .title h1 {
    padding-top: 30px !important;
}

.is_mobile footer .footitle h2 {
    padding-top: 35px !important;
}

.is_mobile .sechacemos .title h1 {
    padding-top: 30px !important;
}

.is_mobile .pageSecNosotros .title-industria h1 {
    padding-top: 5px !important;
}

/* nuevas tarjetas */

.secindustrias .indcont .tarjeta .tarjeta-adelante {
    width: 223px;
    height: 223px;
    background-color: #fff;
    border: 2px solid var(--color-primario-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.secindustrias .indcont .tarjeta .tarjeta-adelante:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 26px 20px;
    border-color: transparent transparent #1660c4 transparent;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.secindustrias .indcont .tarjeta .tarjeta-text {
    width: 223px;
    display: flex;
    justify-content: space-between;
}

.secindustrias .indcont .tarjeta .tarjeta-atras:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 26px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

/* final de las nuevas tarjetas */

.secindustrias .indcont .tarjeta .tarjeta-atras {
    position: absolute;
    z-index: -3;
    left: 0;
    top: 30px;
    background: linear-gradient(179.91deg, #0F4287 -10.31%, #196BD9 99.92%);
    width: 255px;
    height: 269px;
}

.secindustrias .indcont .tarjeta img.card {
    position: absolute;
    z-index: -2;
}

.secindustrias .indcont .tarjeta img.logo,
.secindustrias .indcont .tarjeta h3,
.secindustrias .indcont .tarjeta img.text {
    z-index: 9;
}

/* .secindustrias .indcont .tarjeta img.logo{
    position: relative;
    left: 50px;
    top: 50px;
} */

.secindustrias .indcont .tarjeta h3 {
    position: relative;
    top: 7px;
    left: 20px;
    font-family: var(--fuente-roboto);
    font-size: 18.8px;
    color: white;
    width: 165px;
    line-height: 28px;
}

/* .secindustrias .indcont .tarjeta img.text{
    position: relative;
    top: 97px;
    left: 205px;
} */

.secindustrias .indcont .tarjeta .tyu {
    position: relative;
    top: 15px;
}

.secindustrias .indcont .tarjeta .tyuu {
    position: relative;
    top: 65px;
    left: 200px;
}

.secindustrias .indcont .tarjeta .tyuuu {
    position: relative;
    top: 120px;
    left: 200px;
}

.secindustrias .indcont .tarjeta .tyuuuu {
    position: relative;
    top: 68px;
    left: 200px;
}

.secindustrias .tarjetas2 {
    margin-top: 80px;
}

.secindustrias .indcont .tarjeta img.img1 {
    left: 70px;
    top: 55px;
}

.secindustrias .indcont .tarjeta img.img2 {
    left: 85px;
    top: 58px;
}

.secindustrias .indcont .tarjeta img.img3 {
    left: 60px;
    top: 53px;
    width: 80px;
}

.secindustrias .indcont .tarjeta img.img4 {
    width: 100px;
    left: 65px;
    top: 70px;
}

.secindustrias .indcont .tarjeta img.img5 {
    left: 65px;
    top: 55px;
    width: 108px;
}

.secindustrias .indcont .tarjeta img.img6 {
    left: 55px;
    top: 60px;
}

.secindustrias .indcont .tarjeta img.img7 {
    left: 80px;
    top: 60px;
}

.secindustrias .indcont .tarjeta img.flecha1 {
    top: 65px;
}

.secindustrias .indcont .tarjeta img.flecha1 {
    top: 65px;
}

.secindustrias .indcont .tarjeta h3.h1 {
    top: 145px;
}

.secindustrias .tarjetas2 .tarjeta img.flecha2 {
    top: 122px;
}

.secindustrias .tarjetas2 .tarjeta img.flecha3 {
    top: 68px;
}

.secindustrias .tarjetas2 .tarjeta img.flecha4 {
    top: 68px;
}

.secindustrias .tarjetas2 .tarjeta img.flecha5 {
    top: 68px;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

/*..................................*/


@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



/*..................................*/

/*footer*/
footer {
    background: var(--color-terceario-lightblue);
    padding: 57px 0;
}

footer .secfooter {
    display: flex;
}

footer .secfooter .foopart1 {
    width: 735px;
}

footer h2 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
}

footer .footitle {
    position: relative;
    margin-bottom: 24px;
}

footer .footitle img {
    position: absolute;
}

footer .footitle h2 {
    /* position: absolute;
    top: 25px;
    left: 50px; */
    padding-left: 35px;
    padding-top: 25px;
}


footer p {
    padding-left: 50px;
    color: var(--color-primario-blue);
    font-family: var(--fuente-roboto);
    font-size: 20px;
}

footer .foopart2 {
    width: 495px;
    display: flex;
    align-items: center;
}

footer .foopart2 a {
    background: var(--color-secundario-red);
    font-family: var(--fuente-roboto);
    font-size: 29.83px;
    padding: 5px 38px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    font-weight: 700;
}

footer .foopart2 a:hover {
    color: var(--color-primario-blue);
}

/* copyright*/

.copy {
    background: var(--color-primario-blue);
    padding: 5px 0;
}

.copy .copy01 {
    font-family: var(--fuente-work-sans);
    font-size: 11px;
    font-weight: 100;
    color: white;
}

.copy .copy01 h3 {
    font-weight: 400;
}


.copy .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy .copy02 {
    font-family: var(--fuente-work-sans);
    font-size: 11px;
    font-weight: 100;
    color: white;
}

.copy .copy02 img {
    display: inline-block;
    width: 27px;
    position: relative;
    top: 2px;
    padding: 0 5px;
}

.copy .copy02 img.nerd {
    width: 61px;
    position: relative;
    top: 0;
}

.copy .copy02 h3 {
    display: inline-block;
    font-weight: 400;
}

.copy .copy02 h3.corazon {
    position: relative;
    top: -2px;
    padding: 0 2px;
}

.copy-links {
    display: flex;
    gap: 20px;
}

.copy-links a {
    font-family: var(--fuente-work-sans);
    font-size: 11px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    transition: color 0.2s linear;
    cursor: pointer !important;
}

.copy-links a:hover {
    color: var(--color-terceario-yellow);
}


/* Page Nosotros */

.secNosotros #cuadrado1,
.secNosotros #cuadrado9 {
    background-image: url(img/nosotrosinterna.jpg);
    background-repeat: no-repeat;
    width: 482px;
    height: 477px;
    z-index: -1;
    /* transform: scale(0.9); */
}

.secNosotros {
    padding: 100px 0;
    padding-bottom: 100px;
    min-height: 700px;
}

.secNosotros .secNosotros1 .title {
    position: relative;
    margin-bottom: 50px;
}

.secNosotros {
    display: flex;
}

.secNosotros .secNosotros1 .title img {
    position: absolute;
}

.secNosotros .secNosotros1 .title h1 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
    /* position: absolute;
    top: 25px;
    left: 50px; */
    padding-left: 35px;
    padding-top: 25px;
}

.secNosotros .secNosotros1 {
    width: 50%;
}

.secNosotros .secNosotros1 .cont {
    width: 594px;
}

.secNosotros .secNosotros1 .cont p {
    font-family: var(--fuente-roboto);
    color: var(--color-texto);
    font-size: 20px;
    text-align: justify;
    padding-left: 50px;
    margin-bottom: 30px;
}

.secNosotros .secNosotros1 .botones {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    width: 532px;
}

.secNosotros .secNosotros1 .botones .asd {
    position: relative;
}

.secNosotros .secNosotros1 .botones .asd .caja {
    width: 150px;
    height: 136px;
    border: 1px solid var(--color-primario-blue);
    background: white;
    top: 20px;
}

.secNosotros .secNosotros1 .botones .asd .caja .tarj {
    padding: 15px;
    height: 106px;
    display: none;
}

.secNosotros .secNosotros1 .botones .asd .caja .active {
    display: inline-block;
}

.secNosotros .secNosotros1 .botones .asd .caja .tarj img {
    top: 40px;
    left: 100px;
}

.secNosotros .secNosotros1 .botones .asd .caja h3 {
    font-family: var(--fuente-roboto);
    font-size: 18px;
    color: var(--color-primario-blue);
}

.secNosotros .secNosotros1 .botones .asd .caja img {
    position: relative;
    top: 20px;
    left: 25px;
}

.secNosotros .secNosotros1 .botones .asd .caja img.img1 {
    top: 28px;
    left: 38px;
}

.secNosotros .secNosotros1 .botones .asd img.back {
    position: absolute;
    top: 35px;
    left: 15px;
    z-index: -1;
}

.secNosotros .secNosotros2 {
    position: relative;
    width: 50%;
}

.secNosotros .secNosotros2 .cuadroimg {
    width: 529px;
    position: relative;
    /* top: 150px; */
    float: right;
}

/* .secNosotros .secNosotros2 .cuadroimgacor{
    top: 135px;
} */

.secNosotros .secNosotros2 img {
    position: absolute;
    z-index: -2;
    top: 60px;
    left: 80px;
}

/*page Que hacemos*/

.sechacemos {
    padding: 100px 0;
}

.sechacemos .title {
    position: relative;
    margin-bottom: 50px;
}

.sechacemos .title img {
    position: absolute;
}

.sechacemos .title h1 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
    padding-left: 35px;
    padding-top: 25px;
    /*20*/
}

.sechacemos p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    text-align: justify;
    padding-left: 49px;
    margin-bottom: 10px;
}

.sechacemos .hacemosflex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.sechacemos .hacemosflex .card1 {
    background-image: url(img/quehacemos-materiaprima.jpg);
    background-repeat: no-repeat;
    width: 350px;
    height: 440px;
}

.sechacemos .hacemosflex .card2 {
    background-image: url(img/quehacemos-instrumentos.jpg);
    background-repeat: no-repeat;
    width: 350px;
    height: 440px;
}

.sechacemos .hacemosflex .card3 {
    background-image: url(img/quehacemos-asistencia.jpg);
    background-repeat: no-repeat;
    width: 350px;
    height: 440px;
}

.sechacemos .hacemosflex .cont {
    color: white;
    position: relative;
    top: 255px;
    padding-left: 25px;
}

.sechacemos .hacemosflex .cont h2 {
    font-family: var(--fuente-archivo-black);
    font-size: 25px;

}

/* 
@media (max-width: 700px) {
    .navigation .fex i {
        position: absolute;
        top: 7px;
        left: 60px; }
      .header {
        padding: 4px 0; }
      .menu-icon {
        display: block;
        cursor: pointer;
        padding: 0.5rem 1rem; }
      .navigation {
        width: 100%;
        margin-top: 1rem;
        animation: bloque-visible 0.2s ease-out forwards;
        transform-origin: top center; }
      .navigation ul {
        display: none; }
    .navigation ul.show {
        display: block;
        animation: bloque-visible 0.2s ease-out forwards;
        transform-origin: top center; 
    }
    @keyframes bloque-visible {
        0% {
          opacity: 0;
          transform: rotateX(-90deg); }
        100% {
          opacity: 1;
          transform: rotateX(0deg); } 
    }
      .navigation ul li {
        display: block; }
      .navigation ul li a {
        display: block;
        padding: 0.5rem 0; }
      .navigation ul li a:hover {
        color: #bb9d65; }
      .navigation .fex i img:focus {
        left: -10px;
        cursor: pointer; }
      .navigation ul .submenu {
        display: none; }
      .navigation ul ul.sub {
        position: relative;
        left: 30px;
        width: 170px;
        display: block;
        background-color: #1f2024;
        animation: bloque-visible 0.2s ease-out forwards;
        transform-origin: top center; } 
} */

.pageindustrias {
    padding: 100px 0;
}

.pageSecNosotros .title-industria {
    padding-top: 100px;
    margin-bottom: 50px;
}

.pageSecNosotros .title-industria h1 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
    padding-left: 35px;
    display: inline-block;
}

.pageSecNosotros .title-industria img {
    position: absolute;
}

.pageSecNosotros .title-industria img.icon {
    position: unset;
    padding-left: 80px;
    width: 70px;
}

.pageSecNosotros .padnos {
    padding-top: 0;
}

.pageSecNosotros .title-industria .title-text {
    padding-top: 24px;
    display: flex;
    align-items: center;
}

/*page industrias / construcciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n*/

.pageacord {
    height: 100%;
}

.secNosotros .title img.icon {
    position: absolute;
    width: 60px;
    left: 440px;
    top: 30px;
}

.secNosotros .secNosotros1 .newtitle {
    margin-bottom: 30px;
}


.secNosotros #cuadrado2 {
    /* background-image:url(icons/imgconstruccion.svg);
    background-repeat: no-repeat; */
    width: 462px;
    height: 459px;
    z-index: -1;
    position: relative;
    left: 30px;
    /* transform: scale(0.9); */
}

.secNosotros #cuadrado2 img {
    position: relative;
    top: 0;
    left: 0;
}

.secNosotros .secNosotros2 img.imgbackcor {
    transform: scale(0.98);
    top: 40px;
    left: 90px;
}


.question_answer_accordion>.answer {
    display: none;
}

.active>.answer {
    display: block;
    padding-bottom: 1.3rem;
    padding-top: 2rem;
    color: black;
}

.answer ul {
    padding-left: 20px;
    line-height: 30px;
}

.answer ul li {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
}

.answer ul li::marker {
    color: red;
}

ul>li {
    color: red;
}

ul>li>span {
    color: var(--color-texto);
}



.accordion_wrapper {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
}

.accordion_questions {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 25px;
}

.question {
    border-bottom: 1px solid var(--color-primario-blue);
}

.question_answer_accordion {
    width: 100%;
}

.title_accordion {
    font-size: 3rem;
    margin-top: 0px;
}

.question_title {
    font-size: 35px;
    font-weight: 400;
    font-family: var(--fuente-archivo-black);
    margin: 1.4rem 0rem;
    margin-bottom: 0.5rem;
    color: var(--color-primario-blue);
}

.question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
}

.question img {
    align-self: center;
}

.active img {
    transform: rotate(180deg);
    transition: all 0.2s ease-in;
}

.active h3 {
    font-weight: 700;
}


/*PAGE CURTIEMBRE*/


.secNosotros .title img.iconcur {
    position: absolute;
    width: 50px;
    left: 420px;
}


.secNosotros #cuadrado3 {
    /* background-image:url(icons/imgcurtiembre.svg);
    background-repeat: no-repeat; */
    width: 462px;
    height: 459px;
    z-index: -1;
    position: relative;
    left: 30px;
    /* transform: scale(0.9); */
}

.secNosotros #cuadrado3 img {
    position: relative;
    top: 0;
    left: 0;
}

.secNosotros .padcor {
    padding-bottom: 150px;
}

/* PAGE CUIDADO PERSONAL*/

.secNosotros .title img.iconcuiper {
    position: absolute;
    width: 40px;
    left: 600px;
    top: 10px;
}

/* PAGE LIMPIEZA*/

.secNosotros .title img.iconlimp {
    position: absolute;
    width: 30px;
    left: 300px;
    top: -5px;
}

/* PAGE PLÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂSTICOS*/

.secNosotros .title img.iconplas {
    position: absolute;
    width: 60px;
    left: 300px;
    top: 10px;
}

/* PAGE PEGAMENTO*/

.secNosotros .title img.iconpega {
    position: absolute;
    width: 35px;
    left: 730px;
    top: -15px;
}

/* .secNosotros .secNosotros1 .titlepega{
    width: 50%;
} */

/* .secNosotros .secNosotros1 .titlewidth{
    width: 200%;
} */

/* PAGE PINTURAS */

.secNosotros .title img.iconpintu {
    position: absolute;
    width: 60px;
    left: 730px;
}

/* PAGE TINTAS */
.secNosotros .title img.icontinta {
    position: absolute;
    width: 40px;
    left: 590px;
    top: 0px;
}

/* PAGE REPRESENTACIONES */

.pagerepre {
    display: inline-block;
    width: 100%;
    height: 100% !important;
}

.secNosotros .secrepre {
    width: 100%;
}

.representaciones {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.representaciones .tarjetarepre {
    width: 379px;
    height: 252px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

/*

.representaciones .tarjetarepre:hover > .fondoimg{
    background-color: var(--color-terceario-lightblue);
    transition: 0.2s all linear;
}

*/

.representaciones .tarjetarepre .fondoimg {
    width: 100%;
    height: 163px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.representaciones .tarjetarepre .textbot {
    background-color: var(--color-primario-blue);
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.representaciones .tarjetarepre .textbot h2 {
    text-align: center;
    color: white;
    font-family: var(--fuente-roboto);
    font-size: 25px;
}

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-terceario-lightblue);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*blog*/

.pageblog {
    padding: 100px 0;
}

.secNosotros .secNosotros1 .titleblog {
    width: 540px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 144px;
    grid-row-gap: 85px;
    width: 100%;
    justify-items: stretch;
}

.parent>div:not(.div1) {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 490px;
    padding: 29px 23px;
}

.parent .text,
.parent .boton {
    padding: 15px 8px;
}

.parent>div:not(.div1) h2 {
    font-family: var(--fuente-roboto);
    font-size: 25px;
    color: var(--color-primario-blue);
    padding-bottom: 10px;
}

.parent>div:not(.div1) p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    font-weight: 500;
    padding: 10px 0;
    width: 480px;
}

.parent>div:not(.div1) span {
    color: var(--color-primario-blue);
    font-family: var(--fuente-archivo-black);
    font-weight: 900;
}

.parent>div:not(.div1) .boton h2 {
    font-family: var(--fuente-roboto);
    font-size: 30px;
    color: white;
    background-color: var(--color-secundario-red);
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 500;
}

.parent>div:not(.div1) .boton h2:hover {
    color: var(--color-primario-blue);
}

/* .div1 { 
        grid-area: 1 / 1 / 2 / 2; 
        height: 100px;        
    }
    .div2 { 
        grid-area: 1 / 2 / 2 / 3;
     }
    .div3 { 
        grid-area: 2 / 1 / 3 / 2; 
    }
    .div4 { 
        grid-area: 2 / 2 / 3 / 3;
     }
    .div5 { 
        grid-area: 3 / 1 / 4 / 2;
     }
    .div6 { 
        grid-area: 3 / 2 / 4 / 3;
     } */

.botonmas {
    margin-top: 100px;
    text-align: center;
}

.botonmas a {
    font-family: var(--fuente-roboto);
    font-size: 30px;
    color: white;
    background-color: var(--color-secundario-red);
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.botonmas a:hover {
    color: var(--color-primario-blue);
}

/*NEW BLOG*/

.parents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;

}

.parents>div:not(.div1) {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 490px;
    padding: 29px 23px;
}

.parents .text,
.parents .boton {
    padding: 15px 8px;
}

.parents>div:not(.div1) h2 {
    font-family: var(--fuente-roboto);
    font-size: 25px;
    color: var(--color-primario-blue);
    padding-bottom: 10px;
}

.parents>div:not(.div1) p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    font-weight: 500;
    padding: 10px 0;
    width: 480px;
}

.parents>div:not(.div1) span {
    color: var(--color-primario-blue);
    font-family: var(--fuente-archivo-black);
    font-weight: 900;
}

.parents>div:not(.div1) .boton h2 {
    font-family: var(--fuente-roboto);
    font-size: 30px;
    color: white;
    background-color: var(--color-secundario-red);
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.parents>div:not(.div1) .boton h2:hover {
    color: var(--color-primario-blue);
}

.parents>div {
    margin-bottom: 80px;
}

.parents>div:nth-child(odd) {
    transform: translateY(-100px);
}

/* ARTICULO */

.secNosotros .secNosotros1 .titleart {
    width: 100%;
}

.secNosotros .secNosotros1 .fechaarticulo h3 {
    color: var(--color-primario-blue);
    font-family: var(--fuente-roboto);
    font-size: 20px;
    margin-bottom: 20px;
}

.secNosotros .secNosotros1 .textarticulo {
    display: flex;
}

.secNosotros .secNosotros1 .bannerarticulo img.banner {
    margin: 40px 0;
}

.secNosotros .secNosotros1 .textarticulo .texts {
    width: 71%;
}

.secNosotros .secNosotros1 .textarticulo .texts .redessociales {
    font-family: var(--fuente-archivo-black);
    font-size: 20px;
    color: var(--color-primario-blue);
    padding-left: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.secNosotros .secNosotros1 .textarticulo .texts .redessociales h3 {
    margin-right: 20px;
    font-size: 20px;
}

.secNosotros .secNosotros1 .textarticulo .texts .redessociales a {
    height: 35px;
}

.secNosotros .secNosotros1 .textarticulo .texts .redessociales a:nth-child(3) {
    margin-left: 3px;
}

.secNosotros .secNosotros1 .textarticulo .texts .redessociales a:nth-child(4) {
    height: 40px;
}

.secNosotros .secNosotros1 .textarticulo .texts .redessociales svg {
    margin: 0 5px;
}

.secNosotros .secNosotros1 .textarticulo .texts .texto {
    padding-left: 50px;
}

.secNosotros .secNosotros1 .textarticulo .texts .texto h3 {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    margin-bottom: 20px;
}

.secNosotros .secNosotros1 .textarticulo .texts .texto p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    text-align: justify;
}

.secNosotros .secNosotros1 .textarticulo .texts .texto ul,
.secNosotros .secNosotros1 .textarticulo .texts .texto ol {
    padding: 20px;
    padding-left: 40px;
}

.secNosotros .secNosotros1 .textarticulo .texts .texto ul li,
.secNosotros .secNosotros1 .textarticulo .texts .texto ol li {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
}

.secNosotros .secNosotros1 .textarticulo .botonesarticulo {
    width: 30%;
}

.secNosotros .secNosotros1 .textarticulo .botonesarticulo a.contacto4 {
    cursor: pointer;
}

.botonesarticulo .boton {
    width: 260px;
    height: 155px;
    position: relative;
    float: right;
    margin-top: 50px;
}

.botonesarticulo .boton .adelante {
    width: 238px;
    height: 136px;
    background-color: white;
    border: 1px solid var(--color-primario-blue);
}

.botonesarticulo .boton .adelante h3 {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-primario-blue);
    position: relative;
    top: 10px;
    left: 25px;
}

.botonesarticulo .boton .adelante img {
    position: relative;
    top: 30px;
    left: 150px;
}

.botonesarticulo .boton .atras {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}

/*menu movil*/
.secmenupage {
    height: 100vh;
    width: 100%;
    background-color: white;
    z-index: 10;
    position: absolute;
    top: 0;
    position: fixed;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
}

.secmenupage .container {
    width: 87%;
    max-width: 1112px;
    margin: 0 auto;
}

.secmenupage .btnflex {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -80px;
}

.navigation ul li ul.mov {
    position: absolute;
    left: -50px;
    top: 30px;
}

.secmenupage .btncerrar {
    width: 106px;
    height: 33px;
    border: 2px solid var(--color-secundario-red);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.secmenupage .btncerrar:hover {
    width: 106px;
    height: 33px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.secmenupage .btncerrar a h2 {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    font-weight: 800;
}

.secmenupage .btncerrar a {
    color: var(--color-secundario-red);
}

.secmenupage .navigation ul li {
    display: block;
    width: 200px;
    margin: 30px;
}

.secmenupage .navigation ul li.repremov {
    width: 200px;
}

.secmenupage .navigation ul li a {
    text-decoration: none;
    color: var(--color-primario-blue);
    font-family: var(--fuente-roboto);
    font-size: 25px;
    font-weight: 800;
}

.secmenupage .navigation ul li a#contactomovil {
    background-color: var(--color-secundario-red);
    color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.secmenupage .navigation .fex i {
    top: 15px;
    left: 180px;
}

.secmenupage .navigation ul li.fex {
    position: relative;
    width: auto;
}

.secmenupage .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.secmenupage.openn {
    /* position: fixed; */
    /* display: none; */
    transform: translateX(0%);
    z-index: 10;
    position: absolute, fixed;
    top: 0;
}


/*contacto*/


.seccontactopage {
    height: 100vh;
    width: 100%;
    background-color: var(--color-primario-blue);
    z-index: 10;
    position: absolute;
    top: 0;
    position: fixed;
    transition: transform 0.5s ease;
    transform: translateX(100%);
}

.seccontactopage.open {
    /* position: fixed; */
    /* display: none; */
    transform: translateX(0%);
    z-index: 10;
    position: absolute, fixed;
    top: 0;
}

.scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}

.activo {
    /* position: absolute; */
    /* right: 0; */
    /* z-index: 1; */
    transition: all 0.5s ease;
    /* transform: translateX(-200px);     */
}

.activoo {
    /* position: absolute; */
    /* right: 0; */
    /* z-index: 1; */
    transition: all 0.5s ease;
    /* transform: translateX(-200px);     */
}

.secNosotros .secNosotros1 .titlecont h1 {
    color: white;
}

.btncerrar {
    width: 149px;
    height: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btncerrar a {
    cursor: pointer !important;
}

.btncerrar:hover {
    width: 149px;
    height: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btncerrar a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.btncerrar a:hover {
    color: var(--color-primario-blue);
}

.btncerrar a h2 {
    font-family: var(--fuente-roboto);
    font-size: 29.83px;
    font-weight: 800;
}

.contactop {
    display: flex;
    justify-content: space-between;
}

.seccontacto {
    display: block;
    padding-bottom: 0;
}

.seccontacto .contcontac {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.seccontacto .contcontac .hvr-sweep-to-right {
    background-color: var(--color-secundario-red);
    width: 129px;
    height: 45px;
    position: relative;
}

.seccontacto .contcontac .hvr-sweep-to-right .ajax-loader {
    position: absolute;
    right: -60px;
    top: 10px;
    display: none;
}

.seccontacto .contcontac .hvr-sweep-to-right input {
    background: none !important;
}

.seccontacto .contcontac .hvr-sweep-to-right:hover input {
    color: var(--color-primario-blue) !important;
}

/* Formulario*/
/* reset */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 0;
    /* display: block; */
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
    font-size: 18px;
    margin-bottom: 0.5rem;
    padding-top: 0.2rem;
    display: flex;
    align-items: baseline;
    color: #fff;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
    border: 2.70216px solid #fff;
    background-color: var(--color-bordes);
    color: #fff;
    padding: 0.75em 1rem;
    height: 20px;
    margin-bottom: 15px;
    font-family: var(--fuente-roboto);
    font-weight: 400;
    font-size: 18px;
    border-radius: 0;
    /*
      box-shadow: 17px 5px 0px 2px var(--color-terceario-yellow);
    -webkit-box-shadow: 17px 5px 0px 2px  var(--color-terceario-yellow);
    -moz-box-shadow: 17px 5px 0px 2px  var(--color-terceario-yellow);*/
}

#fs-frm textarea {
    margin-bottom: 20px;
    height: 120px;
    width: 498px;
    font-family: var(--fuente-roboto);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
    background-color: transparent;
    outline-style: none;
    outline-width: thin;
    outline-color: var(--color-principal);
    outline-offset: -1px;
    font-family: var(--fuente-roboto);
}

#fs-frm [type="text"],
#fs-frm [type="tel"],
#fs-frm [type="email"],
#fs-frm [type="number"] {
    width: 498px;
}

.seccontacto .contcontac .hvr-sweep-to-right {
    height: 45px;
    width: 129px;
}

#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    height: 45px;
    font-size: 26px;
    width: 129px;
    cursor: pointer;
    border: none;
    color: #ffff;
    background-color: var(--color-secundario-red);
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-family: var(--fuente-roboto);
    font-size: 29.83px;
    font-weight: 700;
    padding: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#fs-frm [type="submit"]:hover {
    /* width: 150px; */
    cursor: pointer;
    /* background-color: var(--color-fuente-secundario); */
    border: 2px solid var(--color-principal);
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    transition: all 0.2s linear;
}

#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
    outline: none;
    color: var(--color-principal);
}

#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    margin-bottom: 0;
}

#fs-frm [type="submit"]:focus {
    color: #fff;
    background-color: var(--color-secundario-red);
    font-family: var(--fuente-roboto);
}

#fs-frm select {
    text-transform: none;
}

#fs-frm [type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
    width: auto;
    margin: 0 0.5em 0 0 !important;
}

#fs-frm [type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
    display: inline;
}

#fs-frm fieldset.locale input[name="city"] {
    width: 52%;
}

#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
    width: 20%;
}

#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
    margin-right: 3%;
}

form {
    width: 548px;
    padding-left: 50px;
}

#fs-frm input.wpcf7-not-valid {
    border-color: red;
}

label .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output {
    color: white;
}

#fs-frm .checkbox-terms,
#fs-frm .checkbox-news {
    margin: 10px 0;
    text-align: left;
    width: 100%;
    clear: both;
    display: block;
}

#fs-frm .checkbox-terms p,
#fs-frm .checkbox-news p {
    margin: 0 !important;
    padding: 0 !important;
}

#fs-frm .checkbox-terms .wpcf7-list-item,
#fs-frm .checkbox-news .wpcf7-list-item {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#fs-frm .checkbox-terms label,
#fs-frm .checkbox-news label,
#fs-frm .checkbox-terms .wpcf7-list-item-label,
#fs-frm .checkbox-news .wpcf7-list-item-label {
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    font-family: var(--fuente-roboto) !important;
    font-size: 15px !important;
    margin: 0 !important;
    cursor: pointer;
}

#fs-frm .wpcf7-list-item {
    margin: 0 0 10px 0;
    display: block;
}

#fs-frm label {
    display: flex !important;
    align-items: flex-start !important;
    font-family: var(--fuente-roboto);
    font-size: 14px;
    color: white !important;
    cursor: pointer;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
}

#fs-frm input[type="checkbox"] {
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#fs-frm .link-privacy {
    color: #fff !important;
    text-decoration: underline !important;
    display: inline !important;
    margin: 0 5px !important;
}

#fs-frm .link-privacy:hover {
    color: var(--color-terceario-yellow) !important;
}

.contcontac .img {
    position: relative;
    width: 511px;
}

.contcontac .img .adelante {
    background-image: url(img/imgcontacto.png);
    width: 466px;
    height: 519px;
}

.contcontac .img .adelante {
    color: #fff;
    font-family: var(--fuente-roboto);
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.contcontac .img .adelante .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.contcontac img.atras {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: -1;
}

/*Page Thanks*/
.pagethanks {
    background-color: var(--color-primario-blue);
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
}

.pagethanks .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.pagethanks .container .text {
    color: white;
    position: relative;
    width: 90%;
}

.pagethanks .container .text h1 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    position: absolute;
    top: 25px;
    left: 45px;
    width: 100%;
}

.mac .pagethanks .container .text h1 {
    top: 32px;
}

.pagethanks .container .text p {
    margin-top: 30px;
    font-family: var(--fuente-roboto);
    font-size: 25px;
    font-weight: 800;
    padding-left: 50px;
}

.pagethanks .container .text .boton {
    margin-top: 50px;
    margin-left: 50px;

}

.pagethanks .container .ladodere {
    height: 100vh;
}

.pagethanks .container .ladodere .closethank {
    position: relative;
    top: 120px;
}

.pagethanks .container .text .boton a {
    color: white;
    text-decoration: none;
    font-family: var(--fuente-roboto);
    font-size: 29.83px;
    font-weight: 600;
    background-color: var(--color-secundario-red);
    width: 241px;
    height: 50px;
    padding: 10px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pagethanks .container .text .boton a:hover {
    color: var(--color-primario-blue);
}

.pagethanks .container .text .boton .hvr-sweep-to-right {
    width: auto;
    height: 35px;
    display: inline-block;
}

.secNosotros .secNosotros1 .bannerarticulo img.banner1,
.secNosotros .secNosotros1 .bannerarticulo img.banner {
    width: 100%;
}

/* RESPONSIVE */

.enlaces {
    position: fixed;
    visibility: hidden;
}

.enlaces .enlacescabeza {
    padding: 50px 10%;
    height: 100vh;
}

.enlaces .enlacescabeza .arriba {
    display: flex;
    justify-content: space-between;
}

.enlaces .enlacescabeza .arriba .menuclose img {
    width: 30px;
}

.enlaces .enlacescabeza .arriba h2 {
    font-weight: 300;
}

.enlaces .enlacescabeza .menumedio img {
    width: 100px;
    padding-bottom: 50px;
}

.enlaces .enlacescabeza .menumedio {
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25%;
}

.enlaces .enlacescabeza .menumedio li {
    text-decoration: none;
    list-style: none;
    margin-bottom: 20px;
}

.enlaces .enlacescabeza .menumedio li a {
    color: #24FE7C;
    text-decoration: none;
    list-style: none;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
}

.enlaces .enlacescabeza .navbutton {
    /* border: 2px solid #fff; */
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.enlaces .enlacescabeza .navbutton a {
    text-decoration: none;
    border: 2px solid #fff;
    width: 380px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 20px;
}

.enlaces .enlacescabeza .navbutton a h2 {
    text-decoration: none;
    color: white;
}

.w500 {
    width: 100%;
    height: 500px;
}

.secNosoMovil {
    display: none;
}

.orig1 {
    display: none;
}

.indusmovil .botones a {
    text-decoration: none;
}

.navigation ul li.responsive {
    display: none;
}

.secNosotros2.heicuadro .cuadropagenos {
    top: 150px;
}

.has-small-contenido-final {
    margin: 15px 0 0 0;
    font-size: 14px !important;
}

@media (max-width: 1300px)
/*1220*/
    {

    .iconomenu {
        display: flex;
    }

    .iconomenu a#menu12 {
        display: flex;
    }

    .iconomenu a#menu12 img {
        width: 40px;
    }

    .iconomenu ul {
        margin: 0 50px;
    }

    .navigation .fexx i {
        position: absolute;
        left: 35px;
        top: 3px;
        cursor: pointer;
        padding: 0 10px;
    }

    .navigation ul li.fexx {
        width: 70px;
        padding-right: 10px;
    }

    .navigation .menunormal {
        display: none;
    }

    .navigation .menu-menu_catalogo_en-container,
    .navigation .menu-main_menu-container,
    .navigation ul.menunormal {
        display: block;
    }

    .secmenupage .navigation,
    .navigation ul li.responsive {
        display: block;
    }

    .secmenupage .navigation ul li {
        margin: 30px auto;
    }

    .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper {
        display: none;
    }
}

@media (max-width: 1880px) and (min-width: 1440px) {
    @media (max-height: 882px) {
        #fs-frm textarea {
            height: 100px;
        }
    }
}


@media (max-width: 1440px) {
    .container {
        width: 85%;
        max-width: 1110px;
        /*1180*/
        margin: 0 auto;
    }

    .pageSecNosotros .heightnos {
        padding-top: 50px !important;
    }

    .pageSecNosotros .title-industria {
        padding-top: 50px;
    }

    /* narbar */
    .logo-nav-container .logo img {
        width: 220px;
    }

    .navigation ul li a.contacto {
        padding: 8px 10px;
    }

    .navigation {
        position: relative;
        top: 4px;
    }

    .home .inicio .inicioPart2 .cuadradoimg {
        width: 629px;
    }

    .home .inicio .inicioPart1 p {
        width: 380px;
    }

    /* Nosotros*/
    .nosotros {
        padding: 50px 0;
    }

    .secnosotros .nosopart1 p {
        width: 380px;
    }

    .secnosotros .nosopart1 {
        width: 50%;
    }

    /*footer*/
    footer .secfooter .foopart1 {
        width: 705px;
    }

    footer .foopart2 {
        width: auto;
    }

    .copy .copy02 {
        font-size: 10px;
        display: flex;
        align-items: flex-end;
    }

    .copy .copy02 img {
        width: 30px;
        padding-right: 10px;
        padding-bottom: 3.3px;
    }

    .copy .copy02 img:last-child {
        width: 60px;
        padding-left: 10px;
        position: relative;
        top: 0.4px;
    }

    /*PAGE NOSOTROS*/

    .secNosotros {
        padding: 50px 0;
        /* height: 750px; */
    }

    .pageconst {
        padding-bottom: 150px;
    }

    .secNosotros .secNosotros1 .cont {
        width: 480px;
        /*520*/
    }

    .secNosotros .secNosotros1 .conttext {
        width: 520px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja {
        width: 125px;
        height: 110px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja img {
        width: 70px;
    }

    .secNosotros .secNosotros1 .botones .asd img.back {
        width: 125px;
    }

    .secNosotros .secNosotros1 .botones {
        width: 460px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja img.img1 {
        width: 60px;
        top: 25px;
        left: 35px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja img {
        left: 28px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja .tarj {
        padding: 15px 10px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja h3 {
        font-size: 16px;
    }

    .secNosotros .secNosotros1 .botones .asd .caja .tarj img {
        width: 19px;
        top: 25px;
        left: 85px;
    }

    .padnos {
        padding-bottom: 100px;
    }

    /*seccion industrias*/

    /* .secindustrias .indcont{
        display: flex;
        justify-content: space-between; 
        flex-wrap: wrap;
        display: grid;
        grid-gap: 2.7%;
        grid-template-columns: repeat(4, 255px);
        grid-template-columns: repeat(auto-fill, 250px); 
    } */

    /*PAGE QUE HACEMOS*/

    .sechacemos {
        padding: 50px 0;
    }

    .padnossec {
        padding-bottom: 50px;
    }

    /* PAGE INDUSTRIAS */

    .pageindustrias {
        padding: 50px 0;
        padding-bottom: 100px;
    }

    .accordion_questions {
        width: 436px;
    }

    /* PAGE REPRESENTACIONES */
    .representaciones .tarjetarepre {
        width: 349px;
    }

    /* PAGE ARTICULO */
    .secNosotros .secNosotros1 .textarticulo .botonesarticulo {
        width: 35%;
    }

    /* PAGE CONTACTO*/

    #fs-frm [type="text"],
    #fs-frm [type="email"],
    #fs-frm [type="number"],
    #fs-frm [type="tel"] {
        width: 400px;
    }

    #fs-frm textarea {
        width: 400px;
        height: 80px;
    }

    .contcontac .img .contenidocont .adelante {
        transform: scale(0.85);
        position: absolute;
        top: -55px;
        left: 10px;
    }

    .contcontac .img .contenidocont .atras {
        transform: scale(0.85);
        position: relative;
        top: -20px;

    }

    /* .contcontac .img .contenidocont{
        width: 100%;
        height: 500px;
        position: relative; 
    } */

    /* form {
        width: 450px;
        padding-left: 50px;
    }  */


}

@media (max-width: 1280px) {
    .logo-nav-container .logo img {
        width: 200px;
    }

    .container {
        width: 87%;
        max-width: 1112px;
        /*1180*/
        margin: 0 auto;
    }

    /*contacto*/

    form {
        width: 40px;
        padding-left: 50px;
    }

    .question_title {
        font-size: 30px;
    }

}

@media (max-width: 1254px) {
    .parents>div:not(.div1) {
        width: 460px;
    }

    .parents .text {
        width: auto;
    }

    .parents>div:not(.div1) p {
        width: auto;
    }

    .parents>div:not(.div1) img {
        width: 100%;
    }
}

@media (max-width: 1218px) {}

@media (max-width: 1216px) {
    .parents>div:not(.div1) {
        width: 440px;
    }
}

@media (max-width: 1306px) {
    /* .secindustrias .indcont{
        display: flex;
        justify-content: space-between; 
        flex-wrap: wrap;
        display: grid;
        grid-gap: 2.3vw;
        grid-template-columns: repeat(4, 255px);
        grid-template-columns: repeat(auto-fill, 250px);
    } */
}

@media (max-width: 1154px) {
    .parents>div:not(.div1) {
        width: 420px;
    }

    .contcontac .img .contenidocont .adelante {
        transform: scale(0.8);
    }

    .contcontac .img .contenidocont .atras {
        transform: scale(0.8);
    }

    #fs-frm [type="text"],
    #fs-frm [type="email"],
    #fs-frm [type="number"],
    #fs-frm [type="tel"] {
        width: 350px;
    }

    #fs-frm textarea {
        width: 350px;
    }
}

@media (max-width: 1138px) {
    .representaciones .tarjetarepre {
        width: 300px;
    }
}

@media (max-width: 1127px) and (min-width: 1025px) {
    /* footer .footitle {
        margin-bottom: 70px;
    } */
}

@media (max-width: 1066px) {
    .representaciones .tarjetarepre {
        width: 290px;
    }
}

@media (max-width: 1098px) {
    .parents>div:not(.div1) {
        width: 400px;
    }

    footer .secfooter .foopart1 {
        width: 500px;
    }
}

@media (max-width: 1242px) {
    .secNosotros2.heicuadro .cuadropagenos {
        top: 85px;
    }
}

@media (max-width: 1242px) and (min-width: 1025px) {

    .secNosotros #cuadrado3 img {
        position: relative;
        top: -20px;
        left: 0;
    }


    .secNosotros .secNosotros2 .cuadroimgacor img.imgbackcor {
        transform: scale(0.9);
        top: 10px;
        left: 105px;
    }

    .sechacemos .hacemosflex {
        justify-content: space-around;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        width: 294px;
        height: 369px;
        background-size: 294px;
    }

    .sechacemos .hacemosflex .cont {
        top: 215px;
    }

    .sechacemos .hacemosflex .cont img:nth-child(1) {
        width: 51px;
    }

    .sechacemos .hacemosflex .cont h2 {
        font-size: 20px;
    }

    .sechacemos .hacemosflex .cont img.puntosqh {
        width: 250px;
    }

    .secNosotros #cuadrado1,
    .secNosotros #cuadrado9 {
        transform: scale(0.9);
        position: relative;
        top: 40px;
        right: -40px;
    }

    .secNosotros .secNosotros2 img {
        transform: scale(0.9);
        left: 105px;
        top: 90px;
    }

    .secNosotros .secNosotros2 .cuadroimg {
        top: 85px;
    }

    .secNosotros .secNosotros2 .cuadroimgacor {
        /* top: 110px; */
        top: 0;
    }

    .secNosotros .secNosotros2 .cuadroimg div#cuadrado2 {
        left: 50px;
    }

    .secNosotros .secNosotros2 .cuadroimg div#cuadrado3 {
        left: 50px;
    }

    .secNosotros .secNosotros2 img.imgbackcor {
        transform: scale(0.9);
        top: 40px;
        left: 90px;
    }

    .secNosotros .secNosotros2 .cuadroimgacor img.imgbackcor {
        transform: scale(0.9);
        top: 20px;
        left: 105px;
    }

    .secNosotros .secNosotros1 .conttext {
        width: 95%;
    }

    .secNosotros .secNosotros1 .botones .asd {
        position: relative;
        width: 140px;
    }

    .heightnos {
        height: 100%;
    }


    @media (max-width: 1100px) {

        .secNosotros #cuadrado1,
        .secNosotros #cuadrado9 {
            transform: scale(0.8);
            position: relative;
            top: 20px;
            right: -70px;
        }

        .secNosotros .secNosotros2 img {
            transform: scale(0.8);
            left: 125px;
            top: 70px;
        }

        .secNosotros #cuadrado3 img {
            transform: scale(0.8);
            left: 30px;
        }

        .secNosotros .secNosotros2 .cuadroimgacor img.imgbackcor {
            transform: scale(0.8);
            top: 0px;
            left: 125px;
        }

        .secNosotros .secNosotros2 .cuadroimg div#cuadrado2 {
            left: 80px;
        }

        .secNosotros .secNosotros2 .cuadroimgacor {
            /* top: 90px; */
            top: 0;
        }

        .secNosotros #cuadrado3 img {
            position: relative;
            top: -40px;
        }

        .secNosotros .secNosotros2 img.imgbackcor {
            transform: scale(0.8);
            top: -20px;
            left: 125px;
        }

    }
}

@media (max-width: 1240px) and (min-width: 1139px) {
    .representaciones .tarjetarepre {
        width: 300px;
    }

    .representaciones .tarjetarepre .textbot h2 {
        padding: 0 10px;
        font-size: 20px;
    }
}

@media (max-width: 1240px) and (min-width: 1025px) {
    .representaciones .tarjetarepre .textbot h2 {
        padding: 0 10px;
        font-size: 20px;
    }
}

@media (max-width: 1226px) and (min-width: 1025px) {

    /* .secindustrias .indcont .tarjeta {
        height: 255px;
    } */

    .secindustrias .indcont .tarjeta {
        width: 200px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .secindustrias .indcont .tarjeta img.card {
        width: 190px;
    }

    .secindustrias .indcont .tarjeta img.img0 {
        width: 99px;
    }

    /* .secindustrias .indcont .tarjeta h3 {
        font-size: 20px;
        top: 105px;
    }
    
    .secindustrias .indcont .tarjeta .tyu {
        top: 85px;
        left: 170px;
    } */

    .secindustrias .indcont .tarjeta img.backcard {
        width: 213px;
    }

    /*imgenes cuadro blanco*/
    .secindustrias .indcont .tarjeta img.img1 {
        width: 86px;
        left: 55px;
    }

    /* .secindustrias .indcont .tarjeta .tyu {
        top: 85px;
        left: 170px;
    } */

    .secindustrias .indcont .tarjeta img.img2 {
        width: 65px;
        left: 65px;
    }

    .secindustrias .indcont .tarjeta .tyuu {
        left: 170px;
    }

    .secindustrias .indcont .tarjeta img.img3 {
        width: 36px;
        left: 75px;
    }

    .secindustrias .indcont .tarjeta img.img4 {
        width: 100px;
        left: 50px;
    }

    .secindustrias .indcont .tarjeta .tyuuu {
        left: 170px;
        top: 105px;
    }

    .secindustrias .indcont .tarjeta img.img5 {
        width: 41px;
        left: 75px;
    }

    .secindustrias .indcont .tarjeta .tyuuuu {
        top: 62px;
        left: 170px;
    }

    .secindustrias .indcont .tarjeta img.img6 {
        width: 78px;
        left: 60px;
        top: 55px;
    }

    .secindustrias .indcont .tarjeta .tyuuuu {
        top: 62px;
        left: 170px;
    }

    .secindustrias .indcont .tarjeta img.img7 {
        width: 60px;
        left: 65px;
        top: 50px;
    }

    .secindustrias .indcont .tarjeta .tyuuuu {
        top: 62px;
        left: 170px;
    }

    @media (max-width: 1103px) and (min-width: 1067px) {
        .pageindus .container {
            width: 90%;
            max-width: 1112px;
            margin: 0 auto;
        }
    }

    @media (max-width: 1066px) {
        /* .pageindus .container {
            width: 92%;
            max-width: 1112px;
            margin: 0 auto;
        } */

        .secindustrias .indcont .tarjeta {
            width: 200px;
            margin-left: 0px;
            margin-right: 0px;
        }


    }
}

@media (max-width: 1000px) {
    .home .inicio .inicioPart1 p {
        display: none;
    }
}

@media (max-width: 1216px) and (min-width: 1119px) {
    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.9);
        right: 0;
        top: -40px;
    }

    .home .inicio .inicioPart2 .fondo #back {
        transform: scale(0.9);
        z-index: -2;
        right: -30px;
    }

    .home .inicio .inicioPart2 .fondo .numeros {
        position: absolute;
        bottom: 30px;
        left: 40px;
    }

    @media (max-width: 1216px) and (min-width: 1142px) {

        /* seccion nosotros*/
        .secnosotros .nosopart2 img.noso1 {
            float: right;
            position: relative;
            width: 520px;
            top: 40px;
            right: 30px;
        }

        .secnosotros .nosopart2 img.noso2 {
            float: right;
            width: 500px;
            position: relative;
            top: -200px;
            z-index: -2;
        }
    }
}

@media (max-width: 1141px) and (min-width: 1080px) {
    .secnosotros .nosopart2 img.noso1 {
        float: right;
        position: relative;
        width: 460px;
        top: 40px;
        right: 30px;
    }

    .secnosotros .nosopart2 img.noso2 {
        float: right;
        width: 450px;
        position: relative;
        top: -180px;
        z-index: -2;
    }
}

@media (max-width: 1079px) and (min-width: 1024px) {
    .secnosotros .nosopart2 img.noso1 {
        float: right;
        position: relative;
        width: 420px;
        top: 40px;
        right: 30px;
    }

    .secnosotros .nosopart2 img.noso2 {
        float: right;
        width: 430px;
        position: relative;
        top: -170px;
        z-index: -2;
    }
}

@media (max-width: 1024px) {
    .tarjmas {
        display: none;
    }

}

@media (max-width: 1118px) and (min-width: 1025px) {
    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.8);
        right: 0;
        top: -40px;
        right: -25px;
    }

    .home .inicio .inicioPart2 .fondo #back {
        transform: scale(0.85);
        z-index: -2;
        right: -44px;
    }

    .home .inicio .inicioPart2 .fondo .numeros {
        position: absolute;
        bottom: 50px;
        left: 85px;
    }

    .home .inicio .inicioPart2 a {
        margin: 0 30px;
    }

    @media (max-width: 1080px) and (min-width: 1025px) {

        .container {
            width: 90%;
            max-width: 1110px;
            margin: 0 auto;
        }

        .sechacemos .hacemosflex {
            justify-content: space-between;
        }
    }
}

@media (max-width: 1064px) {
    .parents>div:not(.div1) {
        width: 380px;
    }

}

@media (max-width: 1024px) {

    /*contacto*/
    /* .contcontac .img .contenidocont .adelante{
        transform: scale(0.75);
    }

    .contcontac .img .contenidocont .atras{
        transform: scale(0.75);
    }

    #fs-frm [type="text"], #fs-frm [type="email"], #fs-frm [type="number"]{
        width: 300px;
    }

    #fs-frm textarea{
        width: 300px;
    } */

    footer .footitle h2 {
        padding-left: 30px;
        padding-top: 30px;
    }

    .seccontactopage .container {
        width: 70%;
        max-width: 1110px;
        margin: 0 auto;
    }

    .seccontacto .contcontac {
        flex-direction: column;
    }

    .form {
        display: flex;
        justify-content: center;
    }

    form {
        width: 86.5%;
        padding: 0 0;
    }

    #fs-frm [type="text"],
    #fs-frm [type="email"],
    #fs-frm [type="number"],
    #fs-frm [type="tel"],
    #fs-frm textarea {
        width: 94%;
    }

    #fs-frm textarea {
        height: 50px;
    }

    #fs-frm [type="submit"],
    #fs-frm [type="reset"] {
        font-size: 25px;
        width: 110px;
        height: 45px;
    }


    .seccontacto .contcontac .hvr-sweep-to-right {
        width: 110px;
        height: 45px;
    }

    .contcontac .img {
        display: none;
    }

    .info {
        display: inline-block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }


    @media (max-height: 848px) {
        .info {
            display: none;
        }
    }

    .info>div {
        width: 84%;
        /*585*/
        padding-right: 20px;
    }

    .btncerrar a h2 {
        font-size: 24px;
    }

    .info .info-text {
        width: 100%;
        height: 123px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .info .info-text p {
        font-family: var(--fuente-roboto);
        color: var(--color-primario-blue);
        font-size: 18px;
        font-weight: 400;
        width: auto;
        padding: 0 20px;
    }

    .info .backimg {
        position: relative;
        top: -100px;
        left: 20px;
        z-index: -1;
    }

    .info .backimg img {
        width: 100%;
    }

    /*home*/

    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.75);
        right: -30px;
        top: -40px;
        right: -40px;
    }

    .home .inicio .inicioPart2 .fondo {
        /* transform: scale(0.8);*/
        /* right: -55px;   */
        width: 404px;
        top: 70px;
    }

    .home .inicio .inicioPart2 #back {
        width: 404px;
        height: 377px;
        /*369*/
        background-size: 404px;
    }

    .home .inicio .inicioPart2 a {
        font-size: 25px;
        margin: 0 23px;
    }

    /*end home*/

    .container {
        width: 90%;
        max-width: 1110px;
        /*1180*/
        margin: 0 auto;
    }

    .logo-nav-container .logo img {
        width: 200px;
    }

    @media (max-width: 1024px) and (min-width: 893px) {
        .secnosotros .nosopart2 img.noso1 {
            width: 450px;
            right: 25px;
        }

        .secnosotros .nosopart2 img.noso2 {
            width: 430px;
            top: -170px;
        }
    }

    @media (max-width: 1024px) and (min-width: 971px) {
        .secnosotros .nosopart1 p {
            width: 350px;
            font-size: 18px;
            padding-left: 40px;
        }
    }

    .home .inicio .inicioPart1 h1 {
        font-size: 50px;
    }

    footer .footitle img {
        width: 65px;
    }

    footer .footitle h2 {
        top: 30px;
    }

    footer h2 {
        font-size: 35px;
    }


    footer p {
        font-size: 18px;
    }

    .home .inicio .inicioPart1 h1 {
        font-size: 45px;
        line-height: 50px;
        width: 620px;
    }

    .home .inicio .inicioPart1 p {
        font-size: 18px;
    }

    .home .inicio .inicioPart1 a {
        font-size: 22px;
        padding: 5px 20px;
    }

    .secnosotros .nosopart1 .nosotitle h2 {
        font-size: 35px;
        padding-left: 30px;
        /*45*/
        padding-top: 23px;
    }

    .mac .secnosotros .nosopart1 .nosotitle h2 {
        padding-left: 30px;
        padding-top: 28px !important;
    }

    .secnosotros .nosopart1 .nosotitle img {
        width: 57px;
    }

    .secindustrias .indtitle h2 {
        font-size: 35px;
        padding-left: 30px;
        padding-top: 23px;
    }

    .mac .secindustrias .indtitle h2 {
        padding-left: 30px;
        padding-top: 28px !important;
    }

    .secindustrias .indtitle img {
        width: 57px;
    }

    .secindustrias .indcont .tarjeta {
        width: 200px;
    }

    /* .secindustrias .indcont .tarjeta{
        height: 255px;
    } */

    .secindustrias .indcont .tarjeta img.card {
        width: 190px;
    }

    .secindustrias .indcont .tarjeta img.backcard {
        width: 213px;
    }

    /* .secindustrias .indcont .tarjeta h3{
        font-size: 20px;
        top: 105px;
    } */

    /* .secindustrias .indcont .tarjeta .tyu{
        top: 85px;
        left: 170px;
    } */

    .secindustrias .indcont .tarjeta img.img0 {
        width: 99px;
    }

    .secindustrias .indcont .tarjeta img.img1 {
        width: 86px;
        left: 55px;
    }

    .secindustrias .indcont .tarjeta img.img2 {
        width: 65px;
        left: 65px;
    }

    .secindustrias .indcont .tarjeta img.img3 {
        width: 36px;
        left: 75px;
    }

    .secindustrias .indcont .tarjeta img.img4 {
        width: 100px;
        left: 50px;
    }

    .secindustrias .indcont .tarjeta img.img5 {
        width: 41px;
        left: 75px;
    }

    .secindustrias .indcont .tarjeta img.img6 {
        width: 78px;
        left: 60px;
        top: 55px;
    }

    .secindustrias .indcont .tarjeta img.img7 {
        width: 60px;
        left: 65px;
        top: 50px;
    }

    .secindustrias .indcont .tarjeta .tyuu {
        left: 170px;
    }

    .secindustrias .indcont .tarjeta h3.h1 {
        top: 125px;
    }

    .secindustrias .indcont .tarjeta .tyuuu {
        left: 170px;
        top: 105px;
    }

    .secindustrias .indcont .tarjeta .tyuuuu {
        top: 62px;
        left: 170px;
    }

    /* PAGE NOSOTROS */

    .secNosotros .secNosotros1 .title h1 {
        font-size: 35px;
    }

    .secNosotros .secNosotros1 .title img {
        width: 57px;
    }

    .secNosotros .secNosotros1 .title h1 {
        padding-left: 30px;
        padding-top: 23px;
    }

    .mac .secNosotros .secNosotros1 .title h1 {
        padding-top: 28px;
    }

    .secNosotros .secNosotros1 .title h1 img {
        width: 45px;
    }

    .secNosotros .secNosotros1 .cont p {
        font-size: 18px;
    }

    .secNosotros .secNosotros1 .conttext {
        width: 440px;
    }

    .secNosotros .secNosotros1 .cont p {
        padding-left: 40px;
    }

    @media (max-width: 1024px) and (min-width: 961px) {

        .secNosotros #cuadrado1,
        .secNosotros #cuadrado9 {
            transform: scale(0.8);
            position: relative;
            right: -50px;
        }

        .secNosotros .secNosotros2 img {
            transform: scale(0.8);
            left: 120px;
            top: 50px;
        }
    }



    @media (max-width: 960px) {

        .secNosotros #cuadrado1,
        .secNosotros #cuadrado9 {
            transform: scale(0.7);
            position: relative;
            top: -25px;
            right: -90px;
        }

        .secNosotros .secNosotros2 img {
            transform: scale(0.7);
            left: 147px;
            top: 20px;
        }

        .secNosotros #cuadrado3 img {
            position: relative;
            top: -65px !important;
            left: 30px;
        }
    }

    .secNosotros .secNosotros2 .cuadroimg {
        top: 85px;
    }

    .secNosotros .secNosotros1 .botones {
        display: none;
    }

    .botonesmovil {
        display: inline-block;
    }

    .botonesmovil .secNosotros2 {
        display: none;
    }


    .secNosotros .secNosotros1 .botonesmovil .botonesA1 {
        padding-left: 40px;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div>div {
        display: flex;
        align-items: center;
        width: 305px;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div>div>img {
        margin-right: 15px;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        background-color: white;
        border: 3px solid var(--color-primario-blue);
        height: 54px;
        border-bottom: none;
        width: 94%;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div:last-child {
        border-bottom: 3px solid var(--color-primario-blue);
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div:hover {
        background-color: var(--color-terceario-yellow);
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div.borderboton {
        border-bottom: 3px solid var(--color-primario-blue);
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div img.imgbtn {
        width: 38px;
    }

    .secNosotros .secNosotros1 .botonesmovil .fondoA1 {
        position: relative;
        top: -150px;
        z-index: -1;
        padding-left: 55px;
        width: 384px;
    }

    .secNosotros .secNosotros1 .botonesmovil .fondoA1 img {
        width: 100%;
    }

    /* page que hacemos*/
    .sechacemos .title img {
        width: 57px;
    }

    .sechacemos .title h1 {
        font-size: 35px;
        padding-left: 30px;
    }

    .mac .sechacemos .title h1 {
        padding-top: 28px !important;
    }

    .sechacemos p {
        font-size: 18px;
        padding-left: 35px;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        width: 294px;
        height: 369px;
        background-size: 294px;
    }

    .sechacemos .hacemosflex .cont img:nth-child(1) {
        width: 51px;
    }

    .sechacemos .hacemosflex .cont h2 {
        font-size: 20px;
    }

    .sechacemos .hacemosflex .cont {
        top: 215px;
    }

    .sechacemos .hacemosflex .cont img.puntosqh {
        width: 250px;
    }

    /*PAGE INDUSTRIAS*/
    .secindustrias .indtitle p {
        font-size: 18px;
        padding-left: 35px;
    }

    /* PAGE INDUSTRIAS INTERNAS */

    .pageSecNosotros .title-industria h1 {
        font-size: 35px;
        padding-left: 30px;
    }

    .mac .pageSecNosotros .title-industria h1 {
        padding-top: 5px;
    }

    .pageSecNosotros .title-industria .title-text {
        padding-top: 23px;
    }

    .pageSecNosotros .title-industria img {
        width: 57px;
    }

    .pageSecNosotros .title-industria img.icon {
        padding-left: 60px;
        width: 45px;
    }


    .secNosotros .title img.iconpintu {
        width: 44px;
        left: 520px;
    }

    .secNosotros .secNosotros1 .cont {
        width: 95%;
    }

    .question_title {
        font-size: 25px;
    }

    .accordion_questions {
        width: 385px;
    }

    .answer ul li {
        font-size: 16px;
    }

    .secNosotros .secNosotros2 img.imgbackcor {
        transform: scale(0.8);
        left: 120px;
        top: 0;
    }

    .secNosotros .cuadroimgacor #cuadrado2 {
        left: 75px;
    }

    @media (max-width: 960px) {
        .secNosotros .secNosotros2 img.imgbackcor {
            transform: scale(0.7);
            left: 147px;
            top: -30px;
        }

        .secNosotros .cuadroimgacor #cuadrado2 {
            left: 110px;
            top: -25px;
        }

        /* .secNosotros .secNosotros2 .cuadroimgacor img.imgbackcor {
            transform: scale(0.7) !important;
            top: 0px;
            left: 150px !important;
        } */
    }

    .secNosotros .secNosotros2 .cuadroimgacor {
        /* top: 65px; */
        top: 0;
    }

    .secNosotros #cuadrado3 img {
        position: relative;
        top: -40px;
    }

    .secNosotros .cuadroimgacor #cuadrado3 {
        left: 75px;
    }

    .secNosotros .title img.icon {
        left: 350px;
        top: 25px;
    }

    .secNosotros .title img.iconcur {
        left: 280px;
        top: 25px;
    }

    .secNosotros .title img.iconcuiper {
        left: 380px;
        width: 50px;
        top: -15px;
    }

    .secNosotros .title img.iconlimp {
        width: 25px !important;
        top: -10px;
        left: 230px;
    }

    .secNosotros .title img.iconplas {
        top: 0px;
        left: 220px;
        top: 8px;
    }

    .secNosotros .title img.iconpega {
        width: 35px !important;
        top: -25px;
        left: 520px;
    }

    .secNosotros .title img.icontinta {
        width: 40px !important;
        top: -10px;
        left: 450px;
    }

    .secmenupage .navigation ul li a {
        font-size: 30px;
    }

    .secmenupage .navigation ul li {
        width: 250px;
    }

    .secmenupage .navigation .fex i {
        left: 210px;
        top: 20px;
    }

    .secmenupage .navigation .fex i img {
        width: 20px;
    }

    /* REPRESENTACIONES */

    .representaciones .tarjetarepre .textbot h2 {
        font-size: 20px;
    }

    .representaciones .tarjetarepre .fondoimg {
        height: 136px;
    }

    .representaciones .tarjetarepre .textbot {
        height: 75px;
    }

    .representaciones .tarjetarepre {
        height: 201px;
    }

    .representaciones .tarjetarepre .fondoimg a img {
        transform: scale(0.8);
    }

    .secNosotros .secNosotros1 .titleblog {
        margin-bottom: 50px;
        width: auto;
    }

    /* BLOG */

    .secNosotros .secNosotros1 .newtitle {
        margin-bottom: 50px;
    }

    .parents {
        margin-top: 50px;
    }

    .parents>div:not(.div1) h2 {
        font-size: 20px;
    }

    .parents>div:not(.div1) p {
        font-size: 18px;
    }

    .parents>div:not(.div1) .boton h2 {
        font-size: 22px;
    }

    .botonmas a {
        font-size: 28px;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div>div>h3 {
        font-size: 20px;
        color: var(--color-primario-blue);
        font-family: var(--fuente-roboto);
        font-weight: 800;
    }

    @media (max-width: 734px) {
        .parents {
            margin-top: 0px;
        }
    }

}

@media (max-width: 1024px) and (min-width: 834px) {
    .accordion_questions {
        width: auto;
    }

    .accordion_questions {
        padding-left: 40px;
    }

    @media (max-width: 1000px) {

        .sechacemos .hacemosflex {
            justify-content: space-around;
        }

        .sechacemos .hacemosflex .card1,
        .sechacemos .hacemosflex .card2,
        .sechacemos .hacemosflex .card3 {
            background-size: 236px;
        }

        .sechacemos .hacemosflex .card1,
        .sechacemos .hacemosflex .card2,
        .sechacemos .hacemosflex .card3 {
            width: 236px;
            height: 296px;
        }

        .sechacemos .hacemosflex .cont {
            top: 160px;
        }

        .sechacemos .hacemosflex .cont img:nth-child(1) {
            width: 41px;
        }

        .sechacemos .hacemosflex .cont img.puntosqh {
            width: 190px;
        }
    }
}

@media (max-width: 992px) and (min-width: 834px) {
    .representaciones {
        justify-content: space-around;
    }

    .tarjetarepre {
        /* padding: 0 10px; */
        margin-left: 10px;
        margin-right: 10px;
    }

    .secrepre1 {
        height: 1576px !important;
    }
}

@media (max-width: 974px) and (min-width: 942px) {
    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.7);
        top: -25px;
        right: -60px;
    }

    .home .inicio .inicioPart2 .fondo {
        width: 404px;
        top: 70px;
    }
}

@media (max-width: 954px) and (min-width: 834px) {
    /* .secindustrias .indcont {
        justify-content: space-around;
    } */
}

@media (max-width: 941px) and (min-width: 835px) {
    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.6);
        right: -90px;
        top: -50px;
    }

    .home .inicio .inicioPart2 .fondo {
        /* transform: scale(0.8);*/
        /* right: -55px;   */
        width: 350px;
        top: 70px;
    }

    .home .inicio .inicioPart2 #back {
        width: 350px;
        height: 320px;
        /*369*/
        background-size: 350px;
    }

    .home .inicio .inicioPart2 a {
        font-size: 20px;
        margin: 0 23px;
    }

    .home .inicio .inicioPart1 p {
        width: 300px;
    }

}

@media (max-width: 976px) {
    .parents>div:not(.div1) {
        width: 350px;
    }
}

@media (max-width: 910px) {
    .parents>div:not(.div1) {
        width: 330px;
    }
}

@media (max-width: 856px) {
    .parents>div:not(.div1) {
        width: 300px;
    }
}

@media (max-width: 970px) and (min-width: 835px) {
    .secnosotros .nosopart1 p {
        width: 265px;
    }

    .secindustrias {
        padding: 100px 0;
    }
}

@media (max-width: 970px) and (min-width: 425px) {
    .secindustrias {
        padding: 100px 0;
    }

    .secnosotros .nosopart1 .nosotitle {
        margin-bottom: 20px;
    }

    .pageindustrias {
        padding: 50px 0;
    }
}

@media (max-width: 954px) {
    .secindustrias .indcont .tarjeta {
        width: 215px;
    }

    .tarjmas {
        display: inline;
    }
}

@media (max-width: 918px) and (min-width: 834px) {
    /* .secNosotros1{
        height: 800px;
    } */

    .heightnos {
        height: auto;
    }

    .bloghei {
        height: 80px;
    }

    .newheiarti {
        height: auto !important;
    }

    .secNosotros .secNosotros1 .textarticulo .texts .texto {
        padding-left: 0;
        padding-right: 20px;
    }

    .secNosotros .secNosotros1 .textarticulo .texts .redessociales {
        padding-left: 0px;
    }

    .secNosotros .secNosotros1 .textarticulo .texts .redessociales a svg {
        width: 27px;
    }

    .secNosotros .secNosotros1 .textarticulo .texts .redessociales a:nth-child(4) svg {
        width: 33px;
    }

    .heicont {
        height: auto;
    }
}

@media (max-width: 900px) {
    .info .info-text {
        box-shadow: 20px 20px 0px 0px rgba(255, 17, 17, 1);
    }

    .info .backimg {
        display: none;
    }
}

@media (max-width: 892px) and (min-width: 835px) {
    .secnosotros .nosopart2 img.noso1 {
        width: 390px;
        /* left: 0px; */
        right: 20px;
        top: 30px;
    }

    .secnosotros .nosopart2 img.noso2 {
        width: 359px;
        /* left: 90px; */
        top: -150px;
    }
}

@media (max-width: 861px) and (min-width: 835px) {
    /* footer .footitle {
        margin-bottom: 50px;
    } */
}

@media (max-width: 834px) {
    /* @media (max-width: 834px) and (min-width: 801px) {
        .secnosotros .nosopart2 img.noso1{
            width: 390px;
            right: 20px;
            top: 75px;
        }
    
        .secnosotros .nosopart2 img.noso2{
            width: 359px;
            top: -100px;
        }
    }   */

    /*Nuevo*/
    .secnosotros {
        display: flex;
        flex-direction: column;
    }

    .nosotros {
        height: auto;
    }

    .secnosotros .nosopart1 {
        width: auto;
    }

    .botonesmovil {
        display: inline-block;
        padding-top: 25px;
    }

    @media (max-width: 834px) and (min-width: 586px) {
        .secNosotros .secNosotros1 .cont {
            width: 95%;
            /* min-height: 400px; */
        }

        .secNosotros .secNosotros1 .consthei {
            min-height: 400px;
        }
    }

    .secnosotros .nosopart1 p {
        width: auto;
    }

    .secnosotros .nosopart2 {
        width: auto;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .secnosotros .nosopart2 .mid {
        /* background-color: #cedff757; */
        width: 80%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        top: -50px;
        margin-top: 50px;
    }



    /*seccion industrias*/

    .secindustrias {
        padding: 50px 0;
    }

    @media (max-width: 834px) and (min-width: 426px) {
        .secnosotros .nosopart2 .mid img.noso1 {
            width: 460px;
            top: 110px;
            left: -10px;
        }

        .secnosotros .nosopart2 img.noso2 {
            width: 440px;
            top: -110px;
            right: -20px;
        }
    }


    /*FINAL NUEVO*/


    /* .secnosotros .nosopart1 p{
        padding-left: 36px;
        width: 265px;
    }

    .secnosotros .nosopart1{
        width: 50%;
    } */

    .secindustrias .indcont .tarjeta {
        width: 213px;
    }

    .home .inicio .inicioPart1 h1 {
        width: 620px;
    }

    .home .inicio .inicioPart1 p {
        width: 300px;
    }

    /*home*/

    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.6);
        right: -90px;
        top: -50px;
    }

    .home .inicio .inicioPart2 .fondo {
        /* transform: scale(0.8);*/
        /* right: -55px;   */
        width: 350px;
        top: 70px;
    }

    .home .inicio .inicioPart2 #back {
        width: 350px;
        height: 320px;
        /*369*/
        background-size: 350px;
    }

    .home .inicio .inicioPart2 a {
        font-size: 20px;
        margin: 0 23px;
    }

    /*end home*/

    footer .foopart2 a {
        font-size: 22px;
    }

    footer .secfooter .foopart1 .footext {
        width: 500px;
        line-height: 30px;
    }

    .pageNosotrosflex .secNosotros {
        display: flex;
        flex-direction: column;
    }

    .botonesmovil {
        display: flex;
    }

    .botonesmovil>div {
        width: 50%;
    }

    .botonesmovil .secNosotros2 {
        display: block;
        height: 340px;
    }

    .secNosotros .secNosotros1 .textpagenos {
        width: 200%;
        /*750*/
        margin-bottom: 50px;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div {
        width: 261px;
        /*78*/
    }

    .secNosotros .botonesmovil .secNosotros2 .cuadropagenos {
        transform: scale(1);
        top: 0px;
        width: 100%;
        height: 500px;
    }

    .secNosotros .botonesmovil .secNosotros2 .cuadropagenos #cuadrado1,
    .secNosotros .botonesmovil .secNosotros2 .cuadropagenos #cuadrado9 {
        /* right: -40px;
        float: right; */
        top: -72px;
    }

    .secNosotros .botonesmovil .secNosotros2 .cuadropagenos img {
        /* left: 65px;
        float: right;
        position: relative; */
        top: -502px;
    }

    .pageNosotrosflex .secNosotros .secNosotros1 {
        width: 100%;
    }

    .pageNosotrosflex .secNosotros .secNosotros1 .textpagenos {
        width: 100%;
        margin-bottom: 50px;
    }

    .pageNosotrosflex .secNosotros .heicuadro {
        display: none;
    }

    .secNosotros .secNosotros2 .cuadropagenos {
        transform: scale(0.9);
        top: 350px;
        width: 100%;
        height: 500px;
    }

    /*intentando*/

    @media (min-width: 801px) {

        .secNosotros .secNosotros2 .cuadropagenos #cuadrado1,
        .secNosotros .secNosotros2 .cuadropagenos #cuadrado9 {
            right: -40px;
            float: right;
            top: 0px;
        }

        .secNosotros .secNosotros2 .cuadropagenos img {
            left: 65px;
            float: right;
            position: relative;
            top: -430px;
        }
    }


    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div>div {
        width: auto;
    }

    .secNosotros .secNosotros1 .botonesmovil .botonesA1>div>div>h3 {
        width: 130px;
        font-size: 18px;
    }

    .orig {
        display: none;
    }

    .orig1 {
        display: inline-block;
    }

    .secNosotros .secNosotros1 .botonesmovil .fondoA1 .orig1 {
        width: 270px;
        height: 170px;
    }

    .heightnos {
        height: 100%;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        width: 236px;
        height: 296px;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        background-size: 236px;
    }

    .sechacemos .hacemosflex .cont {
        top: 160px;
    }

    .sechacemos .hacemosflex .cont img:nth-child(1) {
        width: 41px;
    }

    .sechacemos .hacemosflex .cont img.puntosqh {
        width: 190px;
    }

    /*industrias intern<*/

    .secNosotros .secNosotros1 .contindusinter p {
        width: 80%;
        height: 470px;
    }

    .secNosotros .secNosotros1 .heipagepr p {
        height: 370px;
    }

    .accordion_questions {
        height: auto;
    }

    .secNosotros #cuadrado2 img,
    .secNosotros #cuadrado3 img {
        left: 35px;
    }

    .secNosotros .secNosotros2 img.imgbackcor {
        left: 148px;
        transform: scale(0.7);
        /* top: 10px; */
        top: -30px;
    }

    .accordion_questions {
        width: 180%;
    }

    /* .secNosotros .secNosotros1 .title h1{
        width: 500px;
    } */

    .representaciones {
        justify-content: space-around;
    }

    /* .secNosotros .secNosotros1 .titlepega{
        width: auto;
    } */

    .parents>div:not(.div1) {
        width: 310px;
    }

    .parents .text,
    .parents .boton {
        padding: 15px 0;
    }

    .secNosotros .secNosotros1 .textarticulo {
        flex-direction: column;
    }

    .secNosotros .secNosotros1 .textarticulo .texts {
        width: auto;
    }

    .secNosotros .secNosotros1 .textarticulo .texts .texto {
        padding-left: 0;
    }

    .secNosotros .secNosotros1 .textarticulo .texts .redessociales {
        padding-left: 0;
    }

    .botonesarticulo {
        display: none;
    }

    .newbotones {
        display: inline-block;
        display: flex;
        justify-content: space-between;
        margin: 50px 0;
    }

    .newbotones a {
        width: 237px;
    }

    .newbotones .boton {
        width: 100%;
        position: relative;
        float: right;
        cursor: pointer !important;
    }

    .newbotones a {
        height: auto;
    }

    .newbotones .boton .adelante {
        width: 223px;
        height: 61px;
        background-color: white;
        border: 1px solid var(--color-primario-blue);
    }

    .newbotones .boton .adelante>div {
        height: 100%;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .newbotones .boton .adelante h3 {
        font-family: var(--fuente-roboto);
        font-size: 20px;
        color: var(--color-primario-blue);
    }

    .newbotones .boton .adelante img {
        width: 33px;
    }

    .newbotones .boton .atras {
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: -1;
    }

    .index {
        z-index: -2;
    }
}

@media (max-width: 883px) {
    .pagethanks .container .text p {
        margin-top: 80px;
    }

    @media (max-width: 522px) {
        .pagethanks .container .text p {
            width: 80%;
        }

        .pagethanks .container {
            flex-direction: column-reverse;
        }

        .pagethanks .container .ladodere {
            height: 100px;
        }

        .mac .pagethanks .container .text h1 {
            top: 39px;
        }

        .pagethanks .container .text h1 {
            font-family: var(--fuente-archivo-black);
            font-size: 40px;
            position: absolute;
            top: 40px;
            left: 45px;
            width: auto;
        }

        .pagethanks .container .ladodere {
            height: 100px;
            position: absolute;
            top: -50px;
            right: 30px;
        }

        .pagethanks .container .text {
            color: white;
            position: absolute;
            width: 90%;
            top: 250px;
        }
    }
}


@media only screen and (max-width:1220px) {
    .slick-dots {
        margin-top: -72px;
    }
}

@media only screen and (max-width:1120px) {
    .slick-dots {
        margin-top: -90px;
    }
}

@media only screen and (max-width:1025px) {
    .slick-dots {
        padding: 0 0 0 54%;
        margin-top: -102px;
    }

    .slick-dots li {
        padding: 0 25px;
    }
}

@media only screen and (max-width:950px) {
    ul.slick-dots li a {
        font-size: 22px;
    }

    .slick-dots {
        margin-top: -150px;
    }

    .slick-dots li a:before {
        width: 18px;
    }

    .slick-dots li {
        padding: 0 18px;
    }
}

@media only screen and (max-width:850px) {
    .slick-dots {
        padding: 0 0 0 46%;
    }
}

@media (max-width: 810px) {
    .parents>div:not(.div1) {
        width: 290px;
    }
}

@media (max-width: 772px) {
    .parents>div:not(.div1) {
        width: 260px;
    }
}

@media (max-width: 736px) and (min-width: 710px) {
    /* .secindustrias .indcont {
        justify-content: space-around;
    } */
}

@media (max-width: 709px) {
    /* .secindustrias .indcont {
        justify-content: space-around;
    } */

    .tarjmas {
        display: none;
    }
}

@media (max-width: 606px) {
    .indusmovil .botones a:last-child .contboton {
        border-bottom: 2px solid var(--color-primario-blue);
        ;
    }

    /* .indusmovil .botones a:nth-child(3) .contboton .icono-contindus{
        width: 16px;
        padding: 0 7px;
    }

    .indusmovil .botones a:nth-child(4) .contboton .icono-contindus{
        width: 23px;
        padding: 0 5px;
    }

    .indusmovil .botones a:nth-child(5) .contboton .icono-contindus{
        width: 25px;
        padding: 0 5px;
    }

    .indusmovil .botones a:nth-child(6) .contboton .icono-contindus{
        width: 30px;
        padding: 0 3px;
    }

    .indusmovil .botones a:nth-child(7) .contboton .icono-contindus{
        width: 30px;
        padding: 0 2px;
    }

    .indusmovil .botones a:nth-child(8) .contboton .icono-contindus{
        width: 18px;
        padding: 0 8px;
    } */
}

@media (max-width: 606px) and (min-width: 426px) {
    .secindustrias .indcont {
        display: none;
    }

    .indusmovil .botones .contindus:hover {
        background-color: var(--color-terceario-yellow);
    }

    .secindustrias500 {
        padding-bottom: 150px;
    }

    .indusmovil {
        display: inline-block;
    }

    .indusmovil {
        width: 100%;
        position: relative;
    }

    .indusmovil .botones {
        width: 95%;
        box-shadow: 20px 20px 0px 0px rgb(25 107 217);
    }


    .indusmovil .botones .contindus {
        background-color: white;
    }

    .contboton {
        padding: 10px 0;
    }

    .contboton {
        display: flex;
        justify-content: space-around;
        border: 2px solid var(--color-primario-blue);
        align-items: center;
        border-bottom: none;
    }

    .contboton img.icono-contindus {
        width: 30px;
    }

    .contboton h3 {
        width: 70%;
        font-family: var(--fuente-roboto);
        color: var(--color-primario-blue);
        font-size: 18px;
        font-weight: 800;
    }

    .contboton img.imgcurt {
        width: 30px;
    }

    .contboton img.imgcuidado {
        width: 23px;
        padding-left: 7px;
    }

    .contboton img.imglimp {
        width: 12px;
        padding-left: 10px;
    }


    .contboton img.imgpega {
        width: 13px;
        padding-left: 10px;
    }

    .contboton img.imgpintura {
        width: 20px;
        padding-left: 10px;
    }

    .contboton img.imgtitnas {
        width: 15px;
        padding-left: 10px;
    }

    .borbot {
        border: 2px solid var(--color-primario-blue);
    }

    .fontoindus {
        display: none;
    }

}

@media (max-width: 700px) {
    .parents {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .parents>div:nth-child(odd) {
        transform: none;
    }

    .parents>div:not(.div1) {
        width: 90%;
    }

    /*boton*/
    .contactop .btncerrar {
        width: auto;
        border: none;
        box-shadow: none;
        height: 40px;
    }

    .contactop .btncerrar a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: white;
        border: 2px solid #fff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        padding: 0 5px;
    }

    .contactop .btncerrar a h2 {
        font-size: 20px;
    }
}

@media (max-width: 812px) and (min-width: 426px) {
    .newbotones {
        display: inline-block;
        display: flex;
        flex-direction: column;
        margin: 50px 0;
        width: 100%;
        align-items: center;
    }

    .newbotones a {
        margin-bottom: 50px;
    }

    .newbotones a {
        margin-bottom: 50px;
        width: 80%;
    }

    .newbotones .boton .adelante {
        width: 90%;
        /* box-shadow: 36px 20px 0px 0px rgba(25,107,217,1);         */
    }

    .newbotones .boton .atras img {
        display: none;
    }

    .newbotones .boton .atras {
        width: 90%;
        height: 61px;
        background: linear-gradient(179.91deg, #0F4287 -10.31%, #196BD9 99.92%);
    }

    .newbotones .boton .atras::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 20px 15px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        right: -2px;
        bottom: -2px;
    }
}

@media (max-width: 811px) {
    footer .secfooter .foopart1 .footext {
        margin-top: 0px !important;
    }
}

@media (max-width: 778px) and (min-width: 425px) {
    footer .secfooter .foopart1 {
        width: 70%;
    }

    footer .secfooter .foopart1 .footext {
        margin-top: 50px;
    }
}

@media (max-width: 768px) and (min-width: 425px) {
    /* .secnosotros .nosopart1 p {
        width: 250px;
    }     */

    footer .secfooter .foopart1 {
        width: 60%;
    }

    footer .secfooter .foopart1 .footext {
        width: 100%;
    }


}

@media (max-width: 768px) {
    .pageSecNosotros .title-industria img.icon {
        display: none;
    }
}

@media (max-width: 734px) and (min-width: 426px) {

    .pageNosotrosflex .secNosotros .heicuadro {
        display: block;
    }

    .secNosotros .secNosotros1 {
        width: 100%;
    }

    .secNosotros .secNosotros1 .textpagenos {
        width: 100%;
    }

    .secNosotros .secNosotros2 {
        width: 100%;
    }

    .secNosotros .secNosotros2 .cuadropagenos {
        display: none;
    }

    .botonesmovil {
        display: none;
    }

    .newcuadrado7 .flexcuadrado7 {
        display: inline-block;
        display: flex;
        width: 100%;
    }

    .newcuadrado7 {
        display: inline-block;
        width: 100%;
    }

    .secNosotros {
        display: flex;
        flex-direction: column;
    }

    .padflexx {
        flex-direction: row;
    }

    .w734 {
        width: 50% !important;
    }

    .secNosotros .secNosotros1 .cont p {
        padding-left: 20px;
    }

    .secNosotros .secNosotros1 .contindusinter p {
        width: 85%;
    }

    .accordion_questions {
        padding-left: 20px;
    }



    #cuadrado7 {
        background-image: url(img/imgcuadro7-1.jpg);
        width: 172px;
        height: 210px;
    }

    #botones {
        width: 170px;
    }

    .botonescuadro7 {
        height: 32%;
        display: flex;
        align-items: center;
        border: 2px solid var(--color-primario-blue);
        border-top: 0;
        /* justify-content: start; */
        background-color: white;
    }

    .botonescuadro7:hover {
        background-color: var(--color-terceario-yellow);
    }

    .bordertop {
        border: 2px solid var(--color-primario-blue);
    }

    .flexcuadrado7 .botones {
        display: flex;
        flex-direction: column;
    }

    .newcuadrado7 .flexcuadrado7 {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .botonescuadro7>div {
        transform: scale(0.8);
    }

    .botonescuadro7 svg {
        transform: rotate(180deg);
        padding: 0 5px;
    }

    .botonescuadro7 h3 {
        font-family: var(--fuente-roboto);
        font-size: 18px;
        color: var(--color-primario-blue);
        font-weight: 800;
    }

    .fondo-cuadrado7 {
        position: relative;
        top: -180px;
        z-index: -2;
        display: flex;
        justify-content: center;
    }

    .fondo-cuadrado7 img.fondo {
        position: relative;
        top: 0px;
        left: 0;
        width: 320px;
        transform: scale(1);
        padding-left: 60px;
    }

    .heicuadro {
        height: 250px;
    }
}

@media (max-width: 724px) and (min-width: 426px) {
    .secNosotros .secNosotros2 #cuadrado3 img {
        transform: scale(0.55);
        top: -100px !important;
        left: 70px;
    }

    .secNosotros .secNosotros2 img.imgbackcor {
        left: 180px;
        transform: scale(0.55);
        top: -65px;
    }
}

@media (max-width: 820px) and (min-width: 425px) {

    .sechacemos .hacemosflex {
        flex-direction: column;
        align-items: center;
    }

    .sechacemos .hacemosflex .card {
        margin-bottom: 30px;
        width: 432px;
    }

    .sechacemos .hacemosflex .card1 {
        background-image: url(img/fondoquehacemos.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        /* width: 60%; */
        height: 194px;
    }

    .sechacemos .hacemosflex .cont {
        top: 50px;
    }

    .sechacemos .hacemosflex .cont img:nth-child(1) {
        width: 41px;
    }

    .sechacemos .hacemosflex .cont img.puntosqh {
        width: 90%;
    }

    .sechacemos .hacemosflex .card2 {
        background-image: url(img/fondoquehacemos2.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .card3 {
        background-image: url(img/fondoquehacemos3.png);
        background-size: 100%;
    }

    /* .secnosotros .nosopart2 img.noso1{
        width: 360px;
        right: 20px;
        top: 75px;
    }

    .secnosotros .nosopart2 img.noso2{
        width: 340px;
        top: -90px;
    } */

    /* .secNosotros .secNosotros2 .cuadroimgacor {
        top: 115px;
    } */

    .secNosotros .secNosotros1 .title h1 img {
        display: none;
    }

    /* .secNosotros .secNosotros1 .newtitle {
        margin-bottom: 80px;
    } */

    .secNosotros .secNosotros2 .cuadropagenos #cuadrado1,
    .secNosotros .secNosotros2 .cuadropagenos #cuadrado9 {
        transform: scale(0.6);
        right: -70px;
        float: right;
        top: -95px !important;
    }

    .secNosotros .secNosotros2 .cuadropagenos img {
        transform: scale(0.6);
        left: 88px;
        float: right;
        position: relative;
        top: -525px !important;
    }

    .secNosotros .secNosotros1 .title h1 {
        width: auto;
    }

}

@media (max-width: 680px) {
    .iconomenu ul li:nth-child(2) {
        display: none;
    }

    .navigation ul li.fexx {
        padding-right: 0px;
    }

    .iconomenu ul {
        margin: 0 20px;
    }

    .navigation ul li ul.mov {
        left: -20px;
    }
}

@media (max-width: 660px) {
    .home .inicio .inicioPart1 {
        z-index: 5;
    }

    .home .inicio .inicioPart2 .fondo .numeros {
        z-index: 6;
    }

    .home .inicio .inicioPart1 h1 {
        font-size: 40px;
        line-height: 45px;
        width: 180%;
    }

    .home .inicio .inicioPart1 p {
        display: none;
    }

    .slick-dots {
        padding: 0 0 0 35%;
    }

    .home .inicio .inicioPart1 {
        padding-bottom: 100px;
    }
}

@media (max-width: 604px) and (min-width: 426px) {
    footer .secfooter {
        flex-direction: column;
    }

    footer .foopart2 {
        margin-top: 20px;
    }

    footer .secfooter .foopart1 {
        width: 100%;
    }

    @media (max-width: 600px) {
        .secnosotros .nosopart2 .mid img.noso1 {
            width: 400px;
            top: 110px;
            left: -10px;
        }

        .secnosotros .nosopart2 img.noso2 {
            width: 380px;
            top: -80px;
            right: -20px;
        }
    }

    @media (max-width: 531px) {
        .secnosotros .nosopart2 .mid img.noso1 {
            width: 350px;
            top: 110px;
            left: -10px;
        }

        .secnosotros .nosopart2 {
            margin-top: 0px;
        }

        .secnosotros .nosopart2 img.noso2 {
            width: 330px;
            top: -50px;
            right: -20px;
        }
    }
}

@media (max-width: 634px) {
    .navigation ul li a.contacto4 {
        padding: 8px 10px;
    }
}

@media (max-width: 616px) and (min-width: 425px) {
    /* .iconomenu > ul {
        display: none;
    } */

    @media (max-width: 600px) {
        .info {
            display: none;
        }

        .seccontacto {
            padding: 80px 0;
        }

        .secNosotros .secNosotros1 {
            width: 100%;
        }

        .contactop {
            flex-direction: column-reverse;
            position: relative;
        }

        .secNosotros .secNosotros1 .title h1 {
            width: auto;
            left: 35px;
        }

        .contactop .btncerrar {
            position: relative;
            top: -40px;
            width: 110px;
            height: 35px;
            float: right;
            right: -70%;
        }
    }
}

@media (max-width: 595px) and (min-width: 426px) {
    .copy .flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .copy .copy01 {
        font-size: 10px;
        padding-bottom: 5px;
    }

    .copy .copy02 {
        font-size: 10px;
        display: flex;
        align-items: flex-end;
    }

    .copy .copy02 img {
        width: 30px;
        padding-right: 10px;
        padding-bottom: 3.3px;
    }

    .copy .copy02 img:last-child {
        width: 60px;
        padding-left: 10px;
        position: relative;
        top: 0.4px;
    }
}

@media (max-width: 585px) and (min-width: 425px) {
    .w375 {
        display: none;
    }

    .padflexx {
        flex-direction: column;
    }

    .padflexx {
        padding-top: 50px;
    }

    .padflexx .secNosotros1 {
        width: 100%;
    }

    .padflexx .secNosotros1 .padtitle {
        padding-bottom: 0px;
    }

    .padflexx .secNosotros1 .newtitle {
        margin-bottom: 50px;
    }

    @media (max-width: 582px) {
        .padflexx .secNosotros1 .padtitle {
            padding-bottom: 20px;
        }
    }

    .padflexx .secNosotros1 .title h1 {
        width: auto;
        left: 35px;
    }

    .padflexx .secNosotros1 .cont {
        width: auto;
    }

    .padflexx .secNosotros1 .cont p {
        width: auto;
    }

    .padflexx .secNosotros1 .contindusinter p {
        height: auto;
    }

    .padflexx .secNosotros1 .cont p {
        padding-left: 0;
    }

    .max375 {
        display: block;
        position: relative;
        margin: 50px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .max375 img.up {
        width: 314px;
        padding-right: 20px;
    }

    .max375 img.imgbackcor {
        width: 305px;
        position: absolute;
        top: 20px;
        padding-left: 20px;
        z-index: -2;
        /* position: absolute;
        top: 20px;
        z-index: -1;
        left: 30px; */
    }

    .accordion_questions {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .question_answer_accordion {
        width: 100%;
    }
}

@media (max-width: 460px) and (min-width: 426px) {
    .home .inicio .inicioPart2 .cuadradoimg {
        transform: scale(0.6);
        right: -126px;
        top: -50px;
    }
}

@media only screen and (max-width: 600px) {
    .slick-dots {
        padding: 0 0 0 25%;
    }
}

@media only screen and (max-width: 580px) {
    .slick-dots {
        padding: 0 0 0 22%;
    }
}

@media only screen and (max-width: 550px) {
    .slick-dots {
        padding: 0 0 0 12%;
    }
}

@media (max-width: 482px) {
    .sechacemos .hacemosflex .card {
        margin-bottom: 30px;
        width: 380px;
    }
}

@media (max-width: 425px) {
    .representaciones .tarjetarepre:nth-child(4) .fondoimg a img {
        width: 200px;
    }

    .representaciones .tarjetarepre:nth-child(8) .fondoimg a img {
        width: 200px;
    }

    .representaciones .tarjetarepre:nth-child(11) .fondoimg a img {
        width: 180px;
    }

    .representaciones .tarjetarepre:nth-child(12) .fondoimg a img {
        width: 170px;
    }

    footer .secfooter .foopart1 .footext {
        width: 345px;
        padding: 30px 0;
        padding-top: 0 !important;
    }

    .fondooo .back1 img {
        /* background-image: url(img/fondobotonesmovil2.jpg); */
        /* background-repeat: no-repeat;
        background-size: 360px; */
        width: 360px;
        height: 55px;
        position: absolute;
        z-index: -1;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    main {
        padding-top: 90px;
    }

    .secindustrias {
        padding: 0px 0 100px 0;
    }

    .parents>div:not(.div1) {
        width: 80%;
    }

    .homee .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .inicioPart1,
    .inicioPart2 {
        display: none;
    }


    .secnosotros .nosopart1 p {
        padding-left: 36px;
        width: 100%;
    }

    .inicioadelante,
    .inicioatras {
        display: inline;
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .inicioadelante h1 {
        font-family: var(--fuente-archivo-black);
        font-size: 35px;
        margin-bottom: 30px;
        color: var(--color-primario-blue);
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.51);
        width: 340px;
        padding-left: 15px;
    }

    .inicioadelante a {
        background: var(--color-secundario-red);
        font-family: var(--fuente-roboto);
        font-size: 22px;
        padding: 5px 10px;
        color: white;
        text-decoration: none;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        font-weight: 500;
        cursor: pointer;
    }

    .inicioadelante>div {
        padding-left: 15px;
    }

    .inicioatras {
        position: absolute;
        top: 112px;
        z-index: -1;
    }

    .inicioatras .fondo {
        position: relative;
        width: 90%;
        height: 55px;
    }

    .inicioatras .numeros {
        display: flex;
        justify-content: space-around;
        height: 100%;
    }

    .atrascont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fondooo {
        display: inline;
    }

    .fondooo .numeros {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .fondooo .numeros a {
        text-decoration: none;
        font-family: var(--fuente-work-sans);
        font-size: 25px;
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .fondooo {
        height: 55px;
        position: relative;
        width: 85%;
    }

    .fondooo .numeros svg {
        height: 100%;
    }

    .fondooo .numeros a svg {
        padding: 0 5px;
    }



    /* numero al frente */

    .iconomenu a#menu12 img {
        width: 35px;
    }

    @media (max-height: 812px) {
        .secmenupage .btnflex {
            top: -40px;
        }
    }

    .secNosotros {
        padding-top: 50px;
    }

    /* HOME */

    .slick-dots {
        margin-top: 0;
    }

    .home .inicio {
        height: calc(100vh - 138px);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /* footer */
    footer .secfooter {
        flex-direction: column;
    }

    footer p {
        padding: 0;
    }

    footer .secfooter .foopart1 {
        width: 100%;
    }

    footer .secfooter .foopart1 .footext {
        width: 345px;
        padding: 30px 0;
    }

    .copy .flex {
        display: inline-block;
    }

    .copy .copy01 {
        font-size: 10px;
        padding-bottom: 5px;
    }

    .copy .flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .copy-links {
        padding-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 15px;
        width: 100%;
        text-align: center;
    }

    .copy .copy02 {
        font-size: 10px;
        display: flex;
        align-items: flex-end;
    }


    .copy .copy02 img {
        width: 30px;
        padding-right: 10px;
        padding-bottom: 3.3px;
    }

    .copy .copy02 img:last-child {
        width: 60px;
        padding-left: 10px;
        position: relative;
        top: 0.4px;
    }

    .ocul {
        display: none;
    }

    .pen,
    .ulti {
        display: inline-block;
    }

    .logo-nav-container .logo img {
        width: 106px;
    }

    .home .inicio .inicioPart1 h1 {
        width: auto;
        font-size: 35px;
        line-height: 35px;
    }

    .home .inicio .inicioPart1 p {
        display: none;
    }

    /* 
    .home .inicio{
        flex-direction: column;
    } */

    /* .iconomenu > ul{
        display: none;
    } */

    /*seccion nosotros*/

    .secnoind {
        height: 600px;
    }

    .secnosotros .nosopart1 {
        width: 100%;
    }

    .secnosotros .nosopart1 p {
        padding-left: 0;
        font-size: 16px;
    }

    .secnosotros {
        flex-direction: column;
    }

    .secnosotros .nosopart2 .mid img.noso1 {
        position: relative;
        width: 325px !important;
        right: 12px;
    }

    .secnosotros .nosopart2 {
        width: 100%;
    }

    .secnosotros .nosopart2 img.noso2 {
        position: relative;
        width: 300px;
        top: -108px;
        padding-left: 25px;
    }

    .newcuadrado7 .flexcuadrado7 {
        display: flex;
    }

    .secNosotros .secNosotros2 {
        width: 100%;
    }

    .newcuadrado7 {
        display: inline;
    }

    #cuadrado7 {
        background-image: url(img/imgcuadro7-1.jpg);
        width: 172px;
        height: 210px;
    }

    #botones {
        width: 45%;
    }

    .botonescuadro7 {
        height: 32%;
        display: flex;
        align-items: center;
        border: 2px solid var(--color-primario-blue);
        border-top: 0;
        /* justify-content: start; */
        background-color: white;
    }

    .botonescuadro7:hover {
        background-color: var(--color-terceario-yellow);
    }

    .bordertop {
        border: 2px solid var(--color-primario-blue);
    }

    .flexcuadrado7 .botones {
        display: flex;
        flex-direction: column;
    }

    .botonescuadro7>div {
        transform: scale(0.8);
    }

    .botonescuadro7 svg {
        transform: rotate(180deg);
        padding: 0 5px;
    }

    .botonescuadro7 h3 {
        font-family: var(--fuente-roboto);
        font-size: 18px;
        color: var(--color-primario-blue);
        font-weight: 800;
    }

    .fondo-cuadrado7 {
        position: relative;
        top: -180px;
        float: right;
        z-index: -2;
    }

    .fondo-cuadrado7 img.fondo {
        position: relative;
        top: 0px;
        left: 0;
        width: 320px;
        transform: scale(1);
    }

    .heicuadro {
        height: 225px;
    }


    /*seccion industrias*/

    .secindustrias .indcont {
        display: none;
    }

    .indusmovil {
        display: inline-block;
    }

    /*page industrias*/
    .secindustrias .indtitle p {
        padding-left: 0;
    }

    /*industrias internas*/


    .padnossec {
        padding-top: 50px;
    }

    .secNosotros .secNosotros1 .cont {
        width: auto;
    }

    .secNosotros .secNosotros1 .cont p {
        width: auto;
    }

    .secNosotros .secNosotros1 .contindusinter p {
        height: auto;
    }

    .secNosotros .title h1 img {
        display: none;
    }

    .secNosotros .secNosotros1 .padtitle {
        padding-bottom: 30px;
    }

    .secNosotros .secNosotros1 .title h1 {
        left: 35px;
    }

    .max375 {
        display: block;
        position: relative;
        margin: 50px 0;
    }

    .max375 img.up {
        width: 314px;
    }

    .max375 img.imgbackcor {
        width: 305px;
        position: absolute;
        top: 20px;
        z-index: -1;
        left: 30px;
    }

    .accordion_questions {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .question_answer_accordion {
        width: 100%;
    }

    .w375 {
        display: none;
    }

    /*page representaciones*/
    .secNosotros .secNosotros1 .titlemovil h1 {
        width: auto;
        font-size: 30px;
        top: 25px;
        left: 38px;
    }

    .indusmovil {
        width: 100%;
        position: relative;
    }

    .indusmovil .botones {
        width: 95%;
    }

    .contboton {
        display: flex;
        justify-content: space-around;
        border: 2px solid var(--color-primario-blue);
        align-items: center;
        border-bottom: none;
    }

    .borbot {
        border: 2px solid var(--color-primario-blue);
    }

    .contboton {
        padding: 10px 0;
    }

    .contboton h3 {
        width: 210px;
        font-family: var(--fuente-roboto);
        color: var(--color-primario-blue);
        font-size: 18px;
        font-weight: 800;
    }

    .contboton img.icono-contindus {
        width: 30px;
    }

    .contboton img.imgcurt {
        width: 30px;
    }

    .contboton img.imgcuidado {
        width: 23px;
        padding-left: 7px;
    }

    .contboton img.imglimp {
        width: 15px;
        padding-left: 10px;
    }

    .contboton img.imgpega {
        width: 13px;
        padding-left: 10px;
    }

    .contboton img.imgtitnas {
        width: 15px;
        padding-left: 10px;
    }

    .contboton img.imgpintura {
        width: 20px;
        padding-left: 10px;
    }

    .indusmovil .botones .contindus {
        background-color: white;
    }

    .indusmovil .botones .contindus:hover {
        background-color: var(--color-terceario-yellow);
    }

    .fontoindus {
        position: absolute;
        top: 40px;
        z-index: -1;
        padding-left: 35px;
    }

    .fontoindus img {
        width: 95%;
        height: 380px;
        float: right;
    }

    /* page nosotros */
    .secNosotros .secNosotros1 .cont p {
        padding-left: 0;
    }

    /* .secNosotros{
        padding-top: 0;
    } */

    .secNosotros .secNosotros1 .title h1 {
        width: auto;
    }

    .botonesmovil {
        display: none;
    }

    .secNosotros {
        flex-direction: column;
    }

    .secNosotros .secNosotros2 .cuadropagenos {
        display: none;
    }

    .secNosotros .secNosotros1 {
        width: 100%;
    }

    .secNosotros .secNosotros1 .textpagenos {
        width: 100%;
        margin-top: 70px;
    }

    .imgs {
        display: inline-block;
    }

    .secNosotros .secNosotros1 .imgs {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .secNosotros .secNosotros1 .imgs .frente {
        padding-right: 20px;
    }

    .secNosotros .secNosotros1 .imgs .fondo {
        position: absolute;
        top: 0;
        top: 25px;
        /* right: 5px; */
        padding-left: 40px;
        z-index: -1;
    }

    /*page industrias*/
    .pageindustrias {
        padding-top: 50px;
    }

    /*que hacemos*/

    .sechacemos {
        padding-top: 0;
    }

    .sechacemos .title h1 {
        left: 32px;
    }

    .sechacemos p {
        padding-left: 0;
    }

    .sechacemos .hacemosflex {
        flex-direction: column;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        width: 100%;
        height: 194px;
    }

    .sechacemos .hacemosflex .card1 {
        background-image: url(img/fondoquehacemos.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .cont {
        top: 50px;
    }

    .sechacemos .hacemosflex .card2 {
        background-image: url(img/fondoquehacemos2.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .card3 {
        background-image: url(img/fondoquehacemos3.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .cont img.puntosqh {
        width: 90%;
    }

    .sechacemos .hacemosflex .card {
        margin-bottom: 30px;
    }

    /* PAGE REPRESENTACION */
    .representaciones .tarjetarepre {
        display: flex;
        flex-direction: row;
        height: 110px;
        width: 100%;
    }

    .representaciones .tarjetarepre .textbot h2 {
        font-size: 18px;
    }

    .representaciones .tarjetarepre .fondoimg {
        width: 50%;
        height: 100%;
    }

    .representaciones .tarjetarepre .fondoimg a {
        width: 172px;
        display: flex;
        justify-content: center;
    }

    .representaciones .tarjetarepre .fondoimg a img.img1 {
        width: 200px;
    }

    .representaciones .tarjetarepre .fondoimg a img.img2 {
        width: 180px;
    }

    .representaciones .tarjetarepre .fondoimg a img.img3 {
        width: 160px;
    }

    .representaciones .tarjetarepre .fondoimg a img.img4 {
        width: 160px;
    }

    .representaciones .tarjetarepre .textbot {
        height: 100%;
        width: 100%;
    }

    .representaciones .tarjetarepre .textbot {
        justify-content: left;
    }

    .representaciones .tarjetarepre .textbot h2 {
        padding: 10px 15px;
        text-align: left;
    }



    /* PAGE BLOG */
    .parents>div:nth-child(odd) {
        transform: none;
    }

    /* PAGE ARTICULO */
    .newbotones {
        flex-direction: column;
        position: relative;
        /* width: %; */
        align-items: center;
    }

    .newbotones a {
        width: 90%;
        align-items: left;
        padding-right: 20px;
    }

    .newbotones a .atras {
        display: none;
    }

    .newbotones .boton .adelante {
        width: 100%;
    }

    .fondo375 {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 30px;
        z-index: -1;
    }

    /* CONTACTO */
    .info {
        display: none;
    }

    .seccontacto {
        padding: 80px 0;
    }

    .seccontactopage .container {
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
    }

    .contactop {
        flex-direction: column-reverse;
        position: relative;
    }

    .contactop .btncerrar {
        position: relative;
        top: -40px;
        width: 110px;
        height: 35px;
        float: right;
        right: -65%;
    }

    .form {
        justify-content: left;
        width: 100%;
    }

    #fs-frm [type="text"],
    #fs-frm [type="email"],
    #fs-frm [type="number"],
    #fs-frm textarea,
    #fs-frm [type="tel"] {
        width: 100%;
    }

    .max375 {
        display: block;
        position: relative;
        margin: 50px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .max375 img.up {
        width: 314px;
        padding-right: 20px;
    }

    .max375 img.imgbackcor {
        width: 305px;
        position: absolute;
        top: 20px;
        padding-left: 20px;
        z-index: -2;
        /* position: absolute;
        top: 20px;
        z-index: -1;
        left: 30px; */
    }
}

@media only screen and (max-width: 430px) {
    .slick-dots {
        margin: 0;
        padding: 0;
        background-image: url(img/fondobotonesmovil1.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 318px;
        width: 100%;
        height: 55px;
        padding: 12px 0 0 0;
        box-sizing: border-box;
    }

    .home .inicio {
        padding: 0;
        height: auto;
    }

    .inicioatras {
        top: 0;
    }

    .home.slide-home {
        height: auto;
        margin-top: 33px;
        padding: 0;
    }

    .inicioatras .cuadrado8 {
        background-repeat: no-repeat;
    }

    .inicioatras .cuadrado8,
    .inicioadelante,
    .inicioatras {
        height: 500px;
        width: 100%;
    }

    .secnoind {
        padding: 50px 0;
    }
}

@media (max-width: 375px) {
    main {
        padding-top: 90px;
    }

    .secindustrias {
        padding: 0px 0 100px 0;
    }

    .parents>div:not(.div1) {
        width: 85%;
    }

    .homee .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .inicioPart1,
    .inicioPart2 {
        display: none;
    }


    .secnosotros .nosopart1 p {
        padding-left: 36px;
        width: 100%;
    }

    .homee {
        margin-bottom: 35px;
    }

    .home main {
        padding: 5px 0 0 0;
    }

    .home .inicio {
        padding: 0;
    }

    .slick-dots {
        margin: 0;
        padding: 0;
        background-image: url(img/fondobotonesmovil1.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 318px;
        width: 100%;
        height: 55px;
        padding: 12px 0 0 0;
        box-sizing: border-box;
    }

    .inicioadelante,
    .inicioatras {
        display: inline;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .inicioadelante h1 {
        font-family: var(--fuente-archivo-black);
        font-size: 35px;
        margin-bottom: 30px;
        color: var(--color-primario-blue);
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.51);
        width: 340px;
        padding-left: 15px;
    }

    .inicioadelante a {
        background: var(--color-secundario-red);
        font-family: var(--fuente-roboto);
        font-size: 22px;
        padding: 5px 10px;
        color: white;
        text-decoration: none;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        font-weight: 500;
        cursor: pointer;
    }

    .inicioadelante>div {
        padding-left: 15px;
    }

    .inicioatras {
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .inicioatras .fondo {
        position: relative;
        width: 90%;
        height: 55px;
    }

    .inicioatras .numeros {
        display: flex;
        justify-content: space-around;
        height: 100%;
    }

    .atrascont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fondooo {
        display: inline;
    }

    .fondooo .numeros {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .fondooo .numeros a {
        text-decoration: none;
        font-family: var(--fuente-work-sans);
        font-size: 25px;
        color: white;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .fondooo {
        height: 55px;
        position: relative;
        width: 85%;
    }

    .fondooo .numeros svg {
        height: 100%;
    }

    .fondooo .numeros a svg {
        padding: 0 5px;
    }

    .fondooo .back1 img {
        /* background-image: url(img/fondobotonesmovil2.jpg); */
        /* background-repeat: no-repeat;
        background-size: 360px; */
        width: 360px;
        height: 55px;
        position: absolute;
        z-index: -1;
    }

    /* numero al frente */

    .iconomenu a#menu12 img {
        width: 35px;
    }

    @media (max-height: 812px) {
        .secmenupage .btnflex {
            top: 0
        }
    }

    .secNosotros {
        padding-top: 50px;
    }

    /* HOME */

    .home .inicio {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /* footer */
    footer .secfooter {
        flex-direction: column;
    }

    footer p {
        padding: 0;
    }

    footer .secfooter .foopart1 {
        width: 100%;
    }

    footer .secfooter .foopart1 .footext {
        width: 345px;
        padding: 30px 0;
    }

    .copy .flex {
        display: inline-block;
    }

    .copy .copy01 {
        font-size: 10px;
        padding-bottom: 5px;
    }

    .copy .copy02 {
        font-size: 10px;
        display: flex;
        align-items: flex-end;
    }

    .copy .flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .copy-links {
        padding-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 15px;
        width: 100%;
        text-align: center;
    }

    .copy .copy02 img {
        width: 30px;
        padding-right: 10px;
        padding-bottom: 3.3px;
    }

    .copy .copy02 img:last-child {
        width: 60px;
        padding-left: 10px;
        position: relative;
        top: 0.4px;
    }

    .ocul {
        display: none;
    }

    .pen,
    .ulti {
        display: inline-block;
    }

    .logo-nav-container .logo img {
        width: 106px;
    }

    .home .inicio .inicioPart1 h1 {
        width: auto;
        font-size: 35px;
        line-height: 35px;
    }

    .home .inicio .inicioPart1 p {
        display: none;
    }

    /* 
    .home .inicio{
        flex-direction: column;
    } */

    /* .iconomenu > ul{
        display: none;
    } */

    /*seccion nosotros*/

    .secnoind {
        height: 600px;
    }

    .secnosotros .nosopart1 {
        width: 100%;
    }

    .secnosotros .nosopart1 p {
        padding-left: 0;
        font-size: 16px;
    }

    .secnosotros {
        flex-direction: column;
    }

    .secnosotros .nosopart2 img.noso1 {
        position: relative;
        width: 325px !important;
        right: 12px;
        padding-left: 10px;
    }

    .secnosotros .nosopart2 {
        width: 100%;
    }

    .secnosotros .nosopart2 img.noso2 {
        position: relative;
        width: 300px;
        top: -108px;
        padding-left: 35px;
    }

    .newcuadrado7 .flexcuadrado7 {
        display: flex;
    }

    .secNosotros .secNosotros2 {
        width: 100%;
    }

    .newcuadrado7 {
        display: inline;
    }

    #cuadrado7 {
        background-image: url(img/imgcuadro7-1.jpg);
        width: 172px;
        height: 210px;
    }

    #botones {
        width: 45%;
    }

    .botonescuadro7 {
        height: 32%;
        display: flex;
        align-items: center;
        border: 2px solid var(--color-primario-blue);
        border-top: 0;
        /* justify-content: start; */
        background-color: white;
    }

    .botonescuadro7:hover {
        background-color: var(--color-terceario-yellow);
    }

    .bordertop {
        border: 2px solid var(--color-primario-blue);
    }

    .flexcuadrado7 .botones {
        display: flex;
        flex-direction: column;
    }

    .botonescuadro7>div {
        transform: scale(0.8);
    }

    .botonescuadro7 svg {
        transform: rotate(180deg);
        padding: 0 5px;
    }

    .botonescuadro7 h3 {
        font-family: var(--fuente-roboto);
        font-size: 18px;
        color: var(--color-primario-blue);
        font-weight: 800;
    }

    .fondo-cuadrado7 {
        position: relative;
        top: -180px;
        float: right;
        z-index: -2;
    }

    .fondo-cuadrado7 img.fondo {
        position: relative;
        top: 0px;
        left: 0;
        width: 320px;
        transform: scale(1);
    }

    .heicuadro {
        height: 225px;
    }


    /*seccion industrias*/

    .secindustrias .indcont {
        display: none;
    }

    .indusmovil {
        display: inline-block;
    }

    /*page industrias*/
    .secindustrias .indtitle p {
        padding-left: 0;
    }

    /*industrias internas*/

    .padnossec {
        padding-top: 50px;
    }

    .secNosotros .secNosotros1 .cont {
        width: auto;
    }

    .secNosotros .secNosotros1 .cont p {
        width: auto;
    }

    .secNosotros .secNosotros1 .contindusinter p {
        height: auto;
    }

    .secNosotros .title h1 img {
        display: none;
    }

    .secNosotros .secNosotros1 .padtitle {
        padding-bottom: 30px;
    }

    .secNosotros .secNosotros1 .title h1 {
        left: 35px;
    }

    .max375 {
        display: block;
        position: relative;
        margin: 50px 0;
    }

    .max375 img.up {
        width: 314px;
    }

    .max375 img.imgbackcor {
        width: 305px;
        position: absolute;
        top: 20px;
        z-index: -1;
        left: 30px;
    }

    .accordion_questions {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .question_answer_accordion {
        width: 100%;
    }

    .w375 {
        display: none;
    }

    /*page representaciones*/
    .secNosotros .secNosotros1 .titlemovil h1 {
        width: auto;
        font-size: 30px;
        top: 25px;
        left: 38px;
    }

    .indusmovil {
        width: 100%;
        position: relative;
    }

    .indusmovil .botones {
        width: 95%;
    }

    .contboton {
        display: flex;
        justify-content: space-around;
        border: 2px solid var(--color-primario-blue);
        align-items: center;
        border-bottom: none;
    }

    .borbot {
        border: 2px solid var(--color-primario-blue);
    }

    .contboton {
        padding: 10px 0;
    }

    .contboton h3 {
        width: 210px;
        font-family: var(--fuente-roboto);
        color: var(--color-primario-blue);
        font-size: 18px;
        font-weight: 800;
    }

    .contboton img.icono-contindus {
        width: 30px;
    }

    .contboton img.imgcurt {
        width: 30px;
    }

    .contboton img.imgcuidado {
        width: 23px;
        padding-left: 7px;
    }

    .contboton img.imglimp {
        width: 15px;
        padding-left: 10px;
    }

    .contboton img.imgpega {
        width: 13px;
        padding-left: 10px;
    }

    .contboton img.imgtitnas {
        width: 15px;
        padding-left: 10px;
    }

    .contboton img.imgpintura {
        width: 20px;
        padding-left: 10px;
    }

    .indusmovil .botones .contindus {
        background-color: white;
    }

    .indusmovil .botones .contindus:hover {
        background-color: var(--color-terceario-yellow);
    }

    .fontoindus {
        position: absolute;
        top: 40px;
        z-index: -1;
    }

    .fontoindus img {
        width: 95%;
        height: 380px;
        float: right;
    }

    /* page nosotros */
    .secNosotros .secNosotros1 .cont p {
        padding-left: 0;
    }

    /* .secNosotros{
        padding-top: 0;
    } */

    .secNosotros .secNosotros1 .title h1 {
        width: auto;
    }

    .botonesmovil {
        display: none;
    }

    .secNosotros {
        flex-direction: column;
    }

    .secNosotros .secNosotros2 .cuadropagenos {
        display: none;
    }

    .secNosotros .secNosotros1 {
        width: 100%;
    }

    .secNosotros .secNosotros1 .textpagenos {
        width: 100%;
        margin-top: 70px;
    }

    .imgs {
        display: inline-block;
    }

    .secNosotros .secNosotros1 .imgs {
        position: relative;
        width: 100%;
    }

    .secNosotros .secNosotros1 .imgs .fondo {
        position: absolute;
        top: 0;
        top: 25px;
        right: 5px;
        z-index: -1;
    }

    /*page industrias*/
    .pageindustrias {
        padding-top: 50px;
    }

    /*que hacemos*/

    .sechacemos {
        padding-top: 0;
    }

    .sechacemos .title h1 {
        left: 32px;
    }

    .sechacemos p {
        padding-left: 0;
    }

    .sechacemos .hacemosflex {
        flex-direction: column;
    }

    .sechacemos .hacemosflex .card1,
    .sechacemos .hacemosflex .card2,
    .sechacemos .hacemosflex .card3 {
        width: 100%;
        height: 194px;
    }

    .sechacemos .hacemosflex .card1 {
        background-image: url(img/fondoquehacemos.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .cont {
        top: 50px;
    }

    .sechacemos .hacemosflex .card2 {
        background-image: url(img/fondoquehacemos2.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .card3 {
        background-image: url(img/fondoquehacemos3.png);
        background-size: 100%;
    }

    .sechacemos .hacemosflex .cont img.puntosqh {
        width: 90%;
    }

    .sechacemos .hacemosflex .card {
        margin-bottom: 30px;
    }

    /* PAGE REPRESENTACION */
    .representaciones .tarjetarepre {
        display: flex;
        flex-direction: row;
        height: 110px;
        width: 100%;
    }

    .representaciones .tarjetarepre .textbot h2 {
        font-size: 18px;
    }

    .representaciones .tarjetarepre .fondoimg {
        width: 50%;
        height: 100%;
    }

    .representaciones .tarjetarepre .fondoimg a {
        width: 172px;
        display: flex;
        justify-content: center;
    }

    .representaciones .tarjetarepre .fondoimg a img.img1 {
        width: 200px;
    }

    .representaciones .tarjetarepre .fondoimg a img.img2 {
        width: 180px;
    }

    .representaciones .tarjetarepre .fondoimg a img.img3 {
        width: 160px;
    }

    .representaciones .tarjetarepre .fondoimg a img.img4 {
        width: 160px;
    }

    .representaciones .tarjetarepre .textbot {
        height: 100%;
        width: 100%;
    }

    .representaciones .tarjetarepre .textbot {
        justify-content: left;
    }

    .representaciones .tarjetarepre .textbot h2 {
        padding: 10px 15px;
        text-align: left;
    }

    /* PAGE BLOG */
    .parents>div:nth-child(odd) {
        transform: none;
    }

    /* PAGE ARTICULO */
    .newbotones {
        flex-direction: column;
        position: relative;
    }

    .newbotones a {
        width: 95%;
    }

    .newbotones a .atras {
        display: none;
    }

    .newbotones .boton .adelante {
        width: 100%;
    }

    .fondo375 {
        display: inline;
        position: absolute;
        left: 10px;
        top: 30px;
        z-index: -1;
    }

    /* CONTACTO */
    .info {
        display: none;
    }

    .seccontacto {
        padding: 80px 0;
    }

    .seccontactopage .container {
        width: 90%;
        max-width: 1110px;
        margin: 0 auto;
    }

    .contactop {
        flex-direction: column-reverse;
        position: relative;
    }

    .contactop .btncerrar {
        position: relative;
        top: -40px;
        width: 110px;
        height: 35px;
        float: right;
        right: -62%;
    }

    .form {
        justify-content: left;
        width: 100%;
    }

    #fs-frm [type="text"],
    #fs-frm [type="email"],
    #fs-frm [type="number"],
    #fs-frm textarea,
    #fs-frm [type="tel"] {
        width: 100%;
    }

    .form-acceptances {
        margin: 20px 0;
        text-align: left;
    }

    .acceptance-item {
        margin-bottom: 12px;
    }

    .acceptance-item label {
        display: flex;
        align-items: flex-start;
        font-family: var(--fuente-roboto);
        font-size: 15px;
        color: var(--color-texto);
        cursor: pointer;
        line-height: 1.4;
    }

    .acceptance-item input[type="checkbox"] {
        margin-top: 3px;
        margin-right: 12px;
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .acceptance-item a {
        color: var(--color-primario-blue);
        text-decoration: underline;
    }

    .acceptance-item a:hover {
        color: var(--color-secundario-red);
    }

    .max375 {
        display: block;
        position: relative;
        margin: 50px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .max375 img.up {
        width: 314px;
        padding-right: 5px;
    }

    .max375 img.imgbackcor {
        width: 305px;
        position: absolute;
        top: 20px;
        padding-left: 0px;
        z-index: -2;
        /* position: absolute;
        top: 20px;
        z-index: -1;
        left: 30px; */
    }
}

@media (max-width: 842px) {
    .secNosotros .secNosotros1 .consthei p {
        height: 100%;
    }
}

/* =============================================
   PAGE POLÍTICA DE PRIVACIDAD
   ============================================= */

.pageSecPrivacidad {
    padding: 100px 0;
}

.pagePrivacidadflex {
    display: flex;
}

.secPrivacidad {
    width: 100%;
}

.secPrivacidad1 {
    width: 100%;
}

/* Título principal */
.pageSecPrivacidad .title {
    position: relative;
    margin-bottom: 50px;
}

.pageSecPrivacidad .title img {
    position: absolute;
}

.pageSecPrivacidad .title h1 {
    font-family: var(--fuente-archivo-black);
    font-size: 50px;
    color: var(--color-primario-blue);
    padding-left: 35px;
    padding-top: 25px;
}

/* Contenido de la política */
.privacidad-content {
    padding-left: 50px;
    max-width: 900px;
}

/* Cada sección */
.privacidad-section {
    margin-bottom: 40px;
}

.privacidad-section h2 {
    font-family: var(--fuente-archivo-black);
    font-size: 25px;
    color: var(--color-primario-blue);
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-terceario-lightblue);
}

.privacidad-section p {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
}

.privacidad-section p strong {
    color: var(--color-primario-blue);
    font-weight: 700;
}

.privacidad-section p a {
    color: var(--color-primario-blue);
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s linear;
}

.privacidad-section p a:hover {
    color: var(--color-secundario-red);
}

/* MAC adjustments */
.mac .pageSecPrivacidad .title h1 {
    padding-top: 33px !important;
}

/* Mobile adjustments */
.is_mobile .pageSecPrivacidad .title h1 {
    padding-top: 30px !important;
}

/* =============================================
   TABLA DE COOKIES
   ============================================= */

.cookies-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0 30px 0;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--fuente-roboto);
    font-size: 16px;
    min-width: 700px;
}

.cookies-table thead tr {
    background-color: var(--color-primario-blue);
    color: white;
}

.cookies-table thead th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.cookies-table tbody tr {
    border-bottom: 1px solid var(--color-terceario-lightblue);
}

.cookies-table tbody tr:nth-child(even) {
    background-color: #f4f8fe;
}

.cookies-table tbody tr:hover {
    background-color: var(--color-terceario-lightblue);
    transition: background-color 0.2s linear;
}

.cookies-table tbody td {
    padding: 12px 15px;
    color: var(--color-texto);
    vertical-align: top;
    line-height: 1.5;
}

.cookies-table tbody td strong {
    color: var(--color-primario-blue);
}

.privacidad-section ul {
    padding-left: 25px;
    margin: 10px 0 15px 0;
}

.privacidad-section ul li {
    font-family: var(--fuente-roboto);
    font-size: 20px;
    color: var(--color-texto);
    margin-bottom: 8px;
    line-height: 1.6;
}

.privacidad-section ul li::marker {
    color: var(--color-secundario-red);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1440px) {
    .pageSecPrivacidad {
        padding: 50px 0;
    }

    .pageSecPrivacidad .title h1 {
        font-size: 40px;
    }

    .privacidad-section p {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .pageSecPrivacidad .title img {
        width: 57px;
    }

    .pageSecPrivacidad .title h1 {
        font-size: 35px;
        padding-left: 30px;
        padding-top: 23px;
    }

    .mac .pageSecPrivacidad .title h1 {
        padding-top: 28px !important;
    }

    .privacidad-section h2 {
        font-size: 22px;
    }

    .privacidad-section p {
        font-size: 18px;
    }
}

@media (max-width: 834px) {
    .privacidad-content {
        padding-left: 20px;
        padding-right: 10px;
    }
}

@media (max-width: 425px) {
    .pageSecPrivacidad {
        padding: 50px 0;
    }

    .pageSecPrivacidad .title h1 {
        font-size: 30px;
        padding-left: 32px;
        padding-top: 25px;
        width: auto;
    }

    .privacidad-content {
        padding-left: 0;
    }

    .privacidad-section h2 {
        font-size: 20px;
    }

    .privacidad-section p {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .pageSecPrivacidad .title h1 {
        font-size: 28px;
    }

    .privacidad-section p {
        font-size: 15px;
    }
}