@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1200px) {
    .slide-info-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .art-clientes-item {
        width: 80%;
        margin-right: 0;
    }
    .sect-header {
        width: 90%;
        flex-wrap: wrap;
    }
    .art-fortalezasInfo-title {
        width: 30%;
    }
    .art-fortalezasInfo-list {
        width: 70%;
    }
    .slide-info-title {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .nav-menu {
        width: 79%;
    }
    .refrigeracionThree-title-fg {
        width: 25px;
    }
    .metalmecanicaOne-title-h2{
        font-size: 25px;
        text-align: center;
    }
    .footerLeft-fg {
        width: 50%;
    }
    .bannerRefrigeracion-fg {
        width: 45px;
    }
    .bannerRefrigeracion-title{
        font-size: 40px;
    }
    .refrigeracion-three-image {
        grid-template-columns: repeat(2, 1fr);
    }
    .cont-refrige--dif {
        grid-template-columns: 100%;
    }
    .refrigeracion-three-imageOne {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
    .fortalezasInfo-title-h2{
        font-size: 30px;
    }
    .fortalezasInfo-title-fg {
        /*width: 80px;*/
        width: 80%;
    }
}

@media screen and (max-width: 906px) {
    .sect-header {
        justify-content: center;
    }
    .sect-header-logo {
        padding: 10px 0;
        width: 25%;
    }
    .nav-menu {
        width: 100%;
    }
    .bannerTrabajmos {
        position: absolute;
        top: initial;
        right: 5%;
        transform: translateY(0);
        bottom: 0;
    }
    .bannerTrabajmos-icon,
    .bannerFortalezas-icon {
        font-size: 40px;
    }
    .bannerTrabajmos-title,
    .bannerFortalezas-title {
        font-size: 35px;
    }
    .formUbicanos-campos, 
    .art-direccionInfo,
    .sect-footer {
        grid-template-columns: 100%;
    }
    .formUbicanos-campos textarea {
        grid-column: 1 span;
    }
    .art-footerLeft::before {
        top: initial;
        transform: translateX(0);
        bottom: 0;
        height: 1px;
        width: 100%;
    }
    .footerRight-metal {
        width: 50%;
    }
    .footerRight-refri {
        margin-right: 0;
        width: 50%;
    }
    .footerLeft-fg {
        width: 40%;
        margin: 0 auto 10px;
    }
    .footerLeft-text {
        text-align: center;
        width: 85%;
        margin: auto;
        margin-bottom: 40px;
    }
    .footerLeft-list {
        width: 70%;
    }
    .footerLeft-item {
        justify-content: center;
    }
    .bannerFortalezas {
        position: absolute;
        top: initial;
        left: 5%;
        transform: translateY(0);
        bottom: 0;
    }
    .bannerFortalezas-text {
        font-size: 16px;
    }
    .slider_main .slick-prev, .slider_main .slick-next {
        --tamano-arrow: 60px;
    }
    .slide-info-title {
        font-size: 35px;
    }
    .slide-info>a {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .clienteTitle-h2, .serviciosTitle-h2, .cont-ubicanosTitle-h2{
        font-size: 30px;
    }
    .clienteTitle-text {
        font-size: 17px;
    }
    .clientesTile-fg {
        width: 60px;
    }
}

@media screen and (max-width: 800px) {
    .art-servicios-fg {
        height: 420px;
    }
    .art-servicios-btn{
        font-size: 30px;
    }
    .slide-info {
        width: 60%;
    }
    .quienesSomos-info-title {
        font-size: 40px;
    }
    .refrigeracion-two-fg {
        width: calc((100% - (10% * 2))/ 3);
    }
    .refrigeracion-two-fg:nth-child(4n) {
        margin-right: 5%;
    }
    .refrigeracion-two-fg:nth-child(3n) {
        margin-right: 0;
    }
    .bannerPrincipal-fg {
        height: 80vh;
    }
    .bannerPrincipal-fg img{
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .art-refrigeracion-one {
        width: 100%;
    }
    .metalmecanicaOne-gridThree {
        grid-template-columns: 1fr 1fr;
    }
    .metalmecanicaOne-gridTwo {
        grid-template-columns: 100%;
    }
    .metalmecanicaOne-title {
        justify-content: center;
        flex-wrap: wrap;
    }
    .metalmecanicaOne-title>p {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .art-fortalezasInfo-title,
    .formUbicanos,
    .art-clientes-item {
        width: 100%;
    }
    .art-fortalezasInfo-list {
        width: 100%;
        padding: 40px 20px; 
    }
    .art-homologia-fg {
        width: 40%;
    }
    .cont-ubicanosTitle-text {
        width: 80%;
    }
    .set-serviciosTitle {
        flex-wrap: wrap;
    }
    .set-serviciosTitle>div{
        width: 100%;
        text-align: center;
    }
    /* .slider_main-fg{
        height: 100vh;
    }
    .slider_main-fg img{
        height: 100%;
        object-fit: cover;
    } */
    .grid-two {
        grid-template-columns: 100%;
    }
    .refrigeracion-three-imageTwo{
        grid-template-columns: 1fr 1fr;
    }
    .art-quienesSomos-fg {
        height: 400px;
    }
    .art-quienesSomos-info {
        width: 70%;
        margin: auto;
    }
    .quienesSomos-info-title {
        font-size: 34px;
        text-align: center;
        padding-top: 20px;
    }
    .quienesSomos-info-title::before {
        content: none;
    }
    .bannerFortalezas,
    .bannerTrabajmos {
        position: absolute;
        top: initial;
        left: 50%;
        transform: translate(-50%,50%);
        bottom: 50%;
    }
    .footerLeft-list>li {
        width: 50%;
        padding-right: 7px;
    }
    .footerLeft-list>li br {
        display: none;
    }
    .slide-info {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
    }
    .slide-info-title {
        font-size: 35px;
        text-align: center;
    }
    .sect-header{
        display: none;
    }
    .navMovil{
        display: block;
        background: rgba(0,0,0,.1);
    }
    .cont-navMovil{
        justify-content: space-between;
        width: 75%;
        margin: auto;
    }
    .sect-header-logo {
        padding: 10px 0;
        width: 30%;
    }
    .btn-open{
        font-size: 26px;
        color: #fff;
        padding: 5px 8px;
        border: 1px solid #fff;
        border-radius: 5px;
        transition: .2s;
    }
    .btn-open:hover {
        border: 1px solid var(--color-secundary);
        color: #fff;
    }
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .slidenav-mostrar{
        width: 250px;
    }
    .sidenav>a,
    .dropdown-container>a {
        justify-content: space-between;
        font-family: var(--KohinoorDevanagari-Light);
        padding: 8px 14px;
        text-decoration: none;
        font-size: 18px;
        color: #a5a5a5;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        transition: all .3s ease-in-out;
    }
    .dropdown-container>a {
        padding-left: 20px;
        font-size: 16px;
        color: #262626;
    }
    .dropdown-container>a:hover{
        background: #a5a5a5;
        color: #fff;
    }
    .sidenav>a:hover{
        color: #f1f1f1;
        background: #262626;
    }
    .active {
        background-color: #262626;
        color: #fff;
    }
    .dropdown-container {
        display: none;
        background-color: #eee;
        /* padding-left: 10px; */
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 30px;
        margin-left: 0;
        text-align: right;
    }
}

@media screen and (max-width: 680px) {
    .art-quienesSomos-info {
        width: 90%;
    }
    .footerLeft-list {
        width: 79%;
    }
}

@media screen and (max-width: 640px) {
    .clientes-item-fg {
        width: 90%;
        margin: auto;
        height: 280px;
        order: 2;
    }
    .clientesInfo-icon{
        margin: auto;
    }
    .clientes-item-info {
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }
    .clientesInfo-title {
        text-align: center;
        padding-top: 10px;
    }
    .clientesInfo-list {
        text-align: left;
        display: inline-block;
    }
    .refrigeracion-two-fg {
        width: calc((100% - (20% * 1))/ 2);
    }
    .refrigeracion-two-fg:nth-child(2n) {
        margin-right: 0;
    }
    .refrigeracion-two-fg:nth-child(3n) {
        margin-right: 5%;
    }
    .refrigeracion-one-p {
        width: 100%;
    }
    .refrigeracion-three-image,
    .refrigeracion-three-imageTwo,
    .refrigeracion-three-imageOne,
    .metalmecanicaOne-gridThree {
        grid-template-columns: 100%;
    }
    .art-homologia-fg {
        width: 50%;
    }
    .list-metalmecanica {
        font-size: 18px;
        padding: 20px;
    }
}

@media screen and (max-width: 580px) {
    .sect-header-logo {
        width: 34%;
    }
    .footerLeft-list {
        width: 95%;
    }
    .footerLeft-text {
        width: 100%;
    }
    .fortalezasInfo-list-ul {
        margin-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .slider_main .slick-prev, .slider_main .slick-next {
        --tamano-arrow: 50px;
    }
    .footerLeft-item,
    .art-footerRight {
        flex-wrap: wrap;
    }
    .footerLeft-item figure{
        margin-bottom: 10px;
    }
    .footerLeft-list,
    .footerRight-refri,
    .footerRight-metal,
    .cont-ubicanosTitle-text {
        width: 100%;
    }
    .footerRight-refri, 
    .footerRight-metal {
        text-align: center;
    }
    .footer-link {
        justify-content: center;
    }
    .slide-info-title,
    .quienesSomos-info-title,
    .bannerRefrigeracion-title {
        font-size: 30px;
    }
    .slide-info>a {
        font-size: 15px;
        letter-spacing: 0;
        padding: 5px 10px;
    }    
    .art-servicios-btn {
        font-size: 28px;
    }
    .clientesInfo-title,.refrigeracionThree-title-h2,
    .clienteTitle-h2, .serviciosTitle-h2, .cont-ubicanosTitle-h2 {
        font-size: 25px;
    }
    .clienteTitle-text {
        font-size: 14px;
    }
    .bannerRefrigeracion-fg {
        width: 35px;
    }
    .refrigeracionThree-title-fg,
    .metalmecanicaOne-title-h2 {
        font-size: 20px;
    }
    .metalmecanicaOne-title>p {
        font-size: 17px;
    }
}

@media screen and (max-width: 420px) {
    .btn-open {
        font-size: 23px;
    }
    .sect-header-logo {
        width: 40%;
    }
    .arribair {
        font-size: 25px;
        width: 40px;
        height: 40px;
    }
    .direccionInfo-item-title {
        font-size: 25px;
    }
    .direccionInfo-item-text {
        font-size: 13px;
    }
    .footerLeft-list {
        flex-wrap: wrap;
        line-height: 1.4;
    }
    .footerLeft-list>li {
        width: initial;
        padding-right: 0;
        margin-left: 20px;
    }
    .footerLeft-fg {
        width: 55%;
    }
    .btn-formUbicanos>a {
        font-size: 16px;
    }
    .art-serviciosInfo-title {
        font-size: 25px;
    }
    .art-serviciosInfo-icon {
        font-size: 40px;
    }
    .art-serviciosInfo-text {
        font-size: 13px;
    }
    .direccionInfo-itemMas{
        flex-wrap: wrap;
    }
    .refrigeracion-three-title {
        align-items: flex-start;
    }
    /* .slider_main-fg {
        height: 80vh;
    } */
}

@media screen and (max-width: 360px) {
    .sect-header-logo {
        width: 50%;
    }
    .fortalezasInfo-title-h2 {
        font-size: 25px;
    }
    .fortalezasInfo-title-fg {
        width: 60px;
    }
    .fortalezasInfo-list-ul {
        font-size: 15px;
    }
    .art-homologia-fg {
        width: 60%;
    }
    .bannerTrabajmos-title, .bannerFortalezas-title {
        font-size: 30px;
    }
    .refrigeracionThree-image-h2{
        font-size: 17px;
    }
    .clientesInfo-title, .refrigeracionThree-title-h2, .clienteTitle-h2, .serviciosTitle-h2, .cont-ubicanosTitle-h2 {
        font-size: 20px;
    }
    .refrigeracion-two-fg {
        width: 60%;
        margin-right: 0;
        margin-bottom: 8%;
    }
    .refrigeracion-two-fg:nth-child(3n) {
        margin-right: 0;
    }
    .clientes-item-fg {
        width: 100%;
    }
    h2.slide-info-title {
        font-size: 25px;
    }
    .slider_main .slick-prev, .slider_main .slick-next {
        --tamano-arrow: 40px;
    }
    .clientesInfo-title {
        width: 60%;
        margin: 0 auto 10px;
    }
    .clienteTitle-h2 {
        width: 75%;
        margin: auto;
    }
    .clienteTitle-text {
        width: 60%;
        margin: 10px auto;
        line-height: 1.5;
    }
    /* .slider_main-fg {
        height: 70vh;
    } */
}

@media screen and (max-width: 320px) {
    .art-direccion {
        width: 100%;
    }
    .clientesInfo-title {
        width: 80%;
        margin: 0 auto 10px;
    }
    /* .slider_main-fg {
        height: 60vh;
    } */
}