/*===== Style: Start - Header =====*/
.navMovil{
    display: none;
}
.sect-slideMenu{
    position: relative;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    transition: 1s;
}
.blue{
    background: #2D3194
}
.sect-header {
    height: 100%;
    width: 78%;
    margin: auto;
    justify-content: space-between;
}
.sect-header-logo{
    padding: 20px 0;
    width: 20%;
}
.nav-menu{
    width: 74%;
}
.menu-list{
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
}
.menu-list-li{
    position: relative;
}
.menu-list-li>a{
    display: inline-block;
    font-size: 15px;
    font-family: var(--KohinoorDevanagari-Light);
    padding: 10px;
    color: #fff;
    font-stretch: extra-condensed;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}
.menu-list-li>a:hover{
    border-bottom: 1px solid #fff;
}
/* Sub Menu */
.subMenu{
	position: absolute;
	left: 0;
	top: 97%;
	background: #01C8FF;
	overflow: hidden;
	transition: .20s all ease-out;
	transform: rotateX(90deg);
	transform-origin: top;
	width: auto;
	box-shadow: 0 0 7px rgba(0, 0, 0, .37);
    z-index: 9;
    padding: 0;
    text-transform: uppercase;
}
.subMenu-li{
	width: 100%;
	position: relative;
}
.subMenu-li>a{
    padding: 1em;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    text-align: left;
    font-weight: 400;
    letter-spacing: .5px;
    border-top: 1px solid var(--color-three);
}
.subMenu-li>a>i{
    font-size: 16px;
    margin-right: 5px;
}
.subMenu-li>a:hover{
	background: #2D3194;
	color: #FFF;
}
.menu-list-li:hover .subMenu{
	transform: rotateX(0deg);
}

/*===== Style: Start - Slide =====*/
.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-next {
    right: 0;
    z-index: 1;
}
.slider_main .slick-prev, 
.slider_main .slick-next {
    --tamano-arrow: 80px;
    width: var(--tamano-arrow);
    height: var(--tamano-arrow);
}
.slick-prev:before, 
.slick-next:before {
    content: '';
    background: url(../img/svg/arrow-next.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-prev:before{
    transform: rotate(180deg);
    right: 0;
}
.subItem-slide{
    /* height: 700px; */
    position: relative;
}
/* .slider_main-fg img{
    height: 100%;
    object-fit: cover;
} */
.slide-info{
    position: absolute;
    z-index: 2;
    width: 50%;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    align-items: flex-start;
}
.slide-info-title {
    font-family: var(--KohinoorDevanagari-Bold);
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    text-shadow: 1px 1px 1px #000,
    1px 1px 2px #000,
    1px 1px 3px #000;
    margin-bottom: 25px;
    line-height: 1;
    letter-spacing: 1px;
}
.slide-info>a{
    font-family: var(--KohinoorDevanagari-Bold);
    text-transform: uppercase;
    border-radius: inherit;
    font-size: 22px;
    letter-spacing: 1.5px;
}

/* Sytle: Page -> Index */
.grid-two{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/* Section: Quienes Somos */
.sect-quienesSomos{
    margin-bottom: 25px;
    margin-top: 25px;
}
.art-quienesSomos-info {
    width: 70%;
    margin-left: auto;
}
.art-quienesSomos{
    grid-gap: 25px;
    margin-bottom: 25px;
}
.art-quienesSomos-fg {
    height: 600px;
}
.art-quienesSomos-fg img{
    height: 100%;
    object-fit: cover;
}
.quienesSomos-info-title {
    font-family: var(--KohinoorDevanagari-Bold);
    color: #01C8FF;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    line-height: 1;
}
.quienesSomos-info-title::before{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    background: #2D3194;
}
.quienesSomos-info-text {
    color: #282828;
    font-size: 16px;
    line-height: 1.5;
}
/* Section: Servicios */
.set-serviciosTitle {
    padding: 10px;
}
.clienteTitle-h2,
.serviciosTitle-h2,
.cont-ubicanosTitle-h2 {
    font-family: var(--KohinoorDevanagari-Bold);
    color: #2D3194;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.sect-servicios{
    margin-bottom: 40px;
}
.art-servicios {
    align-items: stretch;
}
.art-servicios-fg {
    height: 520px;
    position: relative;
    overflow: hidden;
}
.art-servicios-fg img{
    height: 100%;
    object-fit: cover;
}
.art-servicios-btn {
    position: absolute;
    font-family: var(--KohinoorDevanagari-Bold);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    z-index: 2;
    color: #000;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.art-servicios-btn:hover{
    color: #fff;
    transform: scale(1.1);
}
.btn-refrigeracion::before,
.btn-metalmecanica::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.art-servicios-btn.btn-metalmecanica:hover::before{
    background: rgba(225, 0, 0, .5);
}
.art-servicios-btn.btn-refrigeracion:hover::before{
    background: rgba(0, 156, 197, .5);
}
.art-servicios-btn>i{
    margin-right: 10px;
}
.art-serviciosInfo-one,
.art-serviciosInfo-two {
    font-family: var(--KohinoorDevanagari-Bold);
    padding: 40px;
    font-weight: 800;
    color: #fff;
}
.art-serviciosInfo-one {
    background: var(--color-three);
}
.art-serviciosInfo-two{
    background: var(--color-primary);
}
.art-serviciosInfo-icon {
    font-size: 60px;
    margin-bottom: 20px;
}
.art-serviciosInfo-title {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.art-serviciosInfo-text {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}
.art-serviciosInfo-one>a,
.art-serviciosInfo-two>a{
    margin-bottom: 15px;
}
.art-serviciosInfo-one>a{
    background: var(--color-primary);
}
.art-serviciosInfo-one>a:hover{
    border: 2px solid var(--color-primary);
}
/* Section: Nuestros Clientes */
.clientesTile-fg{
    width: 70px;
    margin-right: 10px;
}
.clienteTitle-h2{
    margin-bottom: 0;
}
.clienteTitle-text{
    color: var(--color-primary);
    font-size: 22px;
}
.art-clientes {
    flex-wrap: wrap;
}
.art-clientes-item{
    width: calc((100% - 2%) / 2);
    margin-right: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}
.art-clientes-item:nth-child(2n),
.art-clientes-item:last-child{
    margin-right: 0;
}
.clientes-item-fg{
    width: 55%;
    height: 280px;
    border: 5px #2D3194 solid;
    background-color: #FFF;
    padding: 1px;
}
.clientes-item-fg img{
    height: 100%;
    object-fit: cover;
}
.clientes-item-info{
    width: 43%;
}
.clientesInfo-icon {
    width: 55px;
    margin-bottom: 10px;
}
.clientesInfo-title {
    font-family: var(--KohinoorDevanagari-Bold);
    color: #01C8FF;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
}
.texto_clientesInfo {
    color: #444;
    list-style-type: unset;
    /* text-transform: uppercase; */
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 1.2;
    text-align: left;
    padding: 0 10px 0 0;
}
.clientesInfo-list {
    color: var(--color-primary);
    list-style-type: unset;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}
.sect-homologia{
    background: #f1f1f1;
    margin-bottom: 40px;
}
.art-homologia-fg{
    width: 30%;
    margin: auto;
}
/* Section: Ubicanos */
.sect-ubicanos{
    background: url("../img/background-paper.png");
    background-repeat: no-repeat;
    background-size: 100% 67%;
    background-position: top center;

    border-top: 1px #2D3194 dotted;
}
.art-formUbicanos {
    padding-top: 35px;
    position: relative;
}
.formUbicanos {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.grup-input{
    width: 100%;
}
.formUbicanos-campos,
.art-direccionInfo{
    grid-gap: 30px;
    margin-bottom: 30px;
}
.div-ubicanosTitle{
    margin-bottom: 30px;
}
.ubicanosTitle-fg{
    width: 35px;
    margin-right: 5px;
}
.cont-ubicanosTitle-h2{
    color: #2d3194;
    margin-bottom: 0;
}
.cont-ubicanosTitle-text{
    width: 58%;
    margin: 0 auto 35px;
    font-size: 16px;
    color: #6f6f6e;
    text-align: center;
    line-height: 1.3;
}
.formUbicanos label{
    font-size: 14px;
    font-style: italic;
    color: #6f6f6e;
}
.formUbicanos-campos input,
.formUbicanos-campos textarea{
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
    border: 1px solid #ccc;
}
.formUbicanos-campos input::placeholder,
.formUbicanos-campos textarea::placeholder{
    color: #000;
}
.formUbicanos-campos textarea{
    grid-column: 2 span;
    resize: none;
    height: 170px;
}
.btn-formUbicanos>a {
    font-size: 20px;
}
.art-direccion{
    width: 90%;
}
.direccionInfo-item{
    color: var(--color-three);
}
.direccionInfo-item-title {
    font-family: var(--KohinoorDevanagari-Bold);
    font-size: 30px;
    text-transform: uppercase;
    color: #2D3194;
}
.direccionInfo-item-text {
    font-family: var(--KohinoorDevanagari-Medium);
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
}
.direccionInfo-itemMas {
    margin-bottom: 45px;
}
.direccionInfo-itemMas-email {
    margin-right: 25px;
    font-size: 15px;
    font-family: var(--KohinoorDevanagari-Bold);
}
.direccionInfo-itemMas-email:last-child {
    margin-right: 0;
}
.direccionInfo-itemMas-email>figure{
    width: 30px;
    margin-right: 5px;
}
.direccionInfo-maps {
    width: 100%;
}

/*===== Style: Start - Footer =====*/
.footer {
    background: #4C84C1;
    color: #fff;
    padding: 10px 0;
}
.sect-footer {
    grid-gap: 30px;
}
.art-footerLeft{
    position: relative;
}
.art-footerLeft::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 90%;
    width: 2px;
    background: #fff;
}
.footerLeft-fg {
    width: 37%;
    margin-bottom: 10px;
}
.footerLeft-fg img{
    height: 100%;
    object-fit: contain;
}
.footerLeft-item img,
.footer-link img{
    width: 30px;
    /*margin-right: 10px;*/
}
.footerLeft-item {
    justify-content: flex-start;
    margin-bottom: 10px;
}
.footerLeft-text{
    font-size: 15px;
    line-height: 1.5;
    width: 85%;
    margin-bottom: 40px;
}
.footerLeft-list{
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
}
.footerLeft-list>li{
    width: 65%;
    position: relative;
    padding-left: 5px;
    font-size: 15px;
}
.footerLeft-list>li>i{
    position: absolute;
    top: 2px;
    right: 100%;
    font-size: 8px;
    color: #fff;
}
.art-footerRight {
    justify-content: flex-start;
    align-items: flex-start;
}
.footerRight-refri {
    margin-right: 30px;
}
.footerRight-title {
    font-family: var(--MyriadPro-Bold);
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    transition:  all .3s ease-in-out;
    border-bottom: 1px solid #fff;
}
/*.footerRight-title:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}*/
.footerRight-list{
    font-family: var(--KohinoorDevanagari-Light);
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.footerRight-link {
    margin-top: 35px;
}
.footer-link {
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 10px;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
}
.footer-link:hover{
    color: #fff;
}
.footer-link p{
    margin-bottom: 0;
    font-size: 15px;
    margin-left: 10px;
}
/* Icon Wobble Vertical */
@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.footer-link-fg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.footer-link:hover .footer-link-fg, 
.footer-link:focus .footer-link-fg, 
.footer-link:active .footer-link-fg {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -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;
}

/* Sytle: Page -> Fortalezas */
.bannerPrincipal-fg{
    position: relative;
}
.bannerFortalezas{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.bannerFortalezas-icon{
    color: var(--color-secundary);
    font-size: 50px;
    margin-bottom: 5px;
}
.bannerFortalezas-title{
    font-family: var(--KohinoorDevanagari-Bold);
    color: var(--color-secundary);
    font-size: 45px;
}
.bannerFortalezas-text{
    font-size: 20px;
    color: #fff;
}
.art-fortalezasInfo{
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 10px;
}
.art-fortalezasInfo:first-child{
    margin-top: 10px;
}
.art-fortalezasInfo:last-child{
    margin-bottom: 30px;
}
.art-fortalezasInfo-title{
    width: 25%;
    /*padding: 35px 25px;*/
    background: #e5e5e5;
}
.fortalezasInfo-title-fg {
    /*width: 90px;*/
    width: 100%;
}
.fortalezasInfo-title-h2{
    color: var(--color-secundary);
    font-family: var(--KohinoorDevanagari-Bold);
    font-size: 35px;
    text-transform: uppercase;
}
.art-fortalezasInfo-list {
    width: 75%;
    background: #FFF;
    justify-content: flex-start;
    border: 1px #ccc dotted;
    border-left: none;
    padding: 20px;
    font-size: 16px;
    line-height: 1.2rem;
}
.fortalezasInfo-list-ul{
    color: var(--color-three);
    font-size: 18px;
    line-height: 1.3;
    list-style-type: disc;
    margin-left: 30px;
    padding-right: 100px;
}

/* Sytle: Page -> Como Trabajamos */
.bannerTrabajmos{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.bannerTrabajmos-icon{
    color: var(--color-three);
    font-size: 50px;
    margin-bottom: 5px;
}
.bannerTrabajmos-title{
    font-family: var(--KohinoorDevanagari-Bold);
    color: var(--color-three);
    font-size: 45px;
    text-align: center;
    line-height: 1;
}
.comoTrabajamos-title{
    color: var(--color-three);
}

/* Sytle: Page -> Refrigeracion */
.bannerRefrigeracion{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.bannerRefrigeracion-fg{
    width: 60px;
    margin-bottom: 10px;
}
.bannerRefrigeracion-title{
    font-family: var(--KohinoorDevanagari-Bold);
    color: #fff;
    font-size: 45px;
    text-align: center;
    line-height: 1;
}
.art-refrigeracion-one{
    width: 80%;
    margin: 40px auto;
    line-height: 1.4;
    color: #6f6f6e;
    font-size: 17px;
    text-align: center;
}
.refrigeracion-one-p{
    width: 85%;
    margin: auto;
}
.art-refrigeracion-two{
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.refrigeracion-two-fg{
    width: calc((100% - (10% * 3))/ 4);
    margin-right: 5%;
    margin-bottom: 2%;
}
.refrigeracion-two-fg:nth-child(4n),
.refrigeracion-two-fg:last-child{
    margin-right: 0;
}
.art-refrigeracion-three{
    margin-bottom: 60px;
}
.refrigeracion-three-title{
    justify-content: flex-start;
    margin-bottom: 15px;
}
.refrigeracionThree-title-fg{
    width: 30px;
    margin-right: 10px;
}
.refrigeracionThree-title-h2{
    color: var(--color-primary);
    margin-bottom: 0;
    letter-spacing: -2px;
    font-size: 30px;
}
.refrigeracion-three-image{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.cont-refrige--dif{
    display: grid;
    grid-template-columns: 2.12fr 1fr;
    grid-gap: 40px;
}
.refrigeracion-three-imageTwo{
    grid-gap: 40px;
}
.refrigeracionThree-image {
    border: 3px solid var(--color-primary);
}
.refrigeracionThree-image-h2 {
    background: var(--color-primary);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 0;
}

/* Sytle: Page -> Metalmecanica */
.list-metalmecanica{
    text-align: left;
    font-size: 20px;
    list-style-type: disc;
    padding: 20px 40px;
}
.metalmecanicaOne-title-h2 {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -2px;
    font-size: 30px;
}
.metalmecanicaOne-title {
    justify-content: flex-start;
    background: var(--color-secundary);
    padding: 5px 20px;
}
.art-metalmecanica {
    border: 3px solid var(--color-secundary);
    margin-bottom: 60px;
}
.metalmecanicaOne-gridThree{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.metalmecanicaOne-gridTwo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}
.metalmecanicaOne-title>p {
    margin-bottom: 0;
    color: #fff;
    margin-left: 100px;
    font-size: 23px;
}

/* PANEL DE RESPUESTA DE ENVIO DE CORREOS */
.title-message{
	font-family: 'roboto';
	font-size: 25px;
	text-align: center;
}
.panel__confirmacion {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}
.active__panel__confirmacion {
    color: #fff;
    background: rgba(0, 0, 0, .7);
    display: flex;
    z-index: 2;
}

.footer2 {
    background: #2D3194;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    flex-direction: column;
}

.footer2 span{
    text-align: center;
    margin-bottom: 7px;
}

.footer2 .block_evm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.footer2 .logo_evm {
    width: 30%;
}

.footer2 figure {
    margin: 0;
}