@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;
    font-size:10px;
		text-decoration:none;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
        background-color:#F5F5F5;
        color: #63636B;
}
			
.animation {
    -webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

/*
.content {
background-color: #FFF;
position: relative;
}
.wrapper {
width: calc(100% - 16rem);
padding: 16rem 8rem 6rem 8rem;
text-align: center;
}
*/
table img {
overflow: hidden;
border-radius: 1rem;
}

table #td-show {
display: none;
} 
/*HEADER*/

header {
	width:  calc(100% - 16rem);
	height: 16rem;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	padding: 0 8rem;
}
header a {
    text-decoration: none;
}
.header_small {
background-color: #FFF;
	height: 8rem;
	box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);

}


.logo {
	float: left;
	display: table;
	overflow: hidden;
	height: 100%;
}
.logo img {
width: auto;
height: 8rem;
}
.logo_small img {
height: 6rem;
}
.nav {
	float: right;
	width: calc(100% - 25rem);
	text-align: right;
    margin-top: 4rem;
	display: table;
}
.nav_small {
    margin-top: 0;
    height: 8rem;
}
.nav-content {
display: inline-block; 
vertical-align: middle;
}
.menu {
	font-size:1.6rem;
    color:#63636B;
	text-decoration:none;
	letter-spacing:.1rem;
	margin: 0 4rem 0 0;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
    text-transform: uppercase;
}
.menu-wrap {
position: relative;
vertical-align: middle;
display: inline-block;
}
.menu-wrap:hover .menu-content {
display: block;
}
.menu-content {
display: none;
position: absolute;
background-color: rgba(0,0,0,.6);
width: 30rem;
padding: 1rem;
border-radius: 2rem;
margin-left: -10rem;
}
.submenu {
	font-size:1.4rem;
	color:#FFF;
	text-decoration:none;
	letter-spacing:.1rem;
	vertical-align: middle;
	display: block;
	cursor: pointer;
    background-color:transparent;
    width: 100%;
    text-align: center;
    border-top: solid 1px #FFF;
    padding-top: 1rem;
    height: 3rem;
    border-radius: 0;
}
.submenu:hover {
	color:#63636B;
    background-color:#FFF;
    border-radius: 1rem;
    border-top: none;
}


.lang-wrap {
position: relative;
vertical-align: middle;
display: inline-block;
}
.lang-wrap:hover .lang-content {
display: block;
}
.lang-content {
display: none;
position: absolute;
top: 4rem;
left: 0;
padding-top: .5rem;
}
.lang {
width: 4rem;
border-radius: 50%;
height: 2.8rem;
padding-top: 1.2rem;
text-align: center;
border: solid .1rem #63636B;
color: #63636B;
display: block;
font-size: 1.2rem;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: .5rem;
background-color: #FFF;
}
.esp:hover {
background-image: url(images/flag-esp.jpg);
color: transparent;
}
.ita:hover {
background-image: url(images/flag-ita.jpg);
color: transparent;
}
.eng:hover {
	background-image: url(images/flag-eng.png);
	color: transparent;
}

#foods-menu {
display: none;
}
#trading-menu {
display: none;
}
#chemicals-menu {
display: none;
}
#investment-menu {
display: none;
}
#details-menu {
	display: none;
}


.icon_close, .icon_menu {
position: initial;
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 4rem;
height: 4rem;
}

.icon_menu {
display: none;
position: absolute;
left: 2rem;
top: 2rem;
color: #666;
background-image: url(images/icon-menu.svg);
}

.icon_close {
display: none;
position: absolute;
top: 3rem;
right: 2rem;
background-image: url(images/icon-close.svg?v=1.2);
}

#lang-desk {
display: inline-block!important;
}

#lang-mob {
display: none !important;
position: absolute;
right: 2rem;
top: 2rem;
}


/*FOOTER*/

footer {
width: calc(100% - 32rem);
position: relative;
background-color: #63636B;
margin: 6rem 8rem;
margin-top: 0;
border-radius: 2rem;
padding: 6rem 8rem;
}

footer .left, footer .left-es {
float: left;
width: calc(55% - 18rem);
margin-right: 4rem;
background-image: url("images/icon-1999.svg");
background-position: left center;
background-repeat: no-repeat;
background-size: auto 100%;
padding-left: 14rem;
}
footer .left-es {
background-image: url("images/icon-1999-es.svg");
}
footer .right {
float: right;
width: 45%;
}
.footer_column {
background-position: left top;
background-repeat: no-repeat;
background-size: 3rem auto;
padding-left: 6rem;
display: block;
}
.tag-email {
background-image: url("images/icon-envelope.svg");
}
.tag-email:hover {
background-image: url("images/icon-envelope-color.svg");
}
.tag-phone {
background-image: url("images/icon-phone.svg");
}
.tag-phone:hover {
background-image: url("images/icon-phone-color.svg");
}

.contact_column {
background-position: left top;
background-repeat: no-repeat;
background-size: 2rem auto;
padding-left: 4rem;
display: block;
margin-bottom: 4rem;
}
.cc-gps {
background-image: url("images/icon-gps-color.svg");
}
.cc-phone {
background-image: url("images/icon-phone-color.svg");
}
.cc-envelope {
background-image: url("images/icon-envelope-color.svg");
}


.menu-footer {
width: calc(100% - 16rem);
padding: 0 8rem;
position: relative;
}
.menu-footer .left {
border-top: solid .1rem #63636B;
float: left;
width: 100%;
}
.menu-footer .right {
background-color: #F5F5F5;
position: absolute;
right: 8rem;
top: -.1rem;
}

.bt-company, .bt-webmail, .bt-intranet, .bt-docs  {
border-top: solid .1rem #63636B;
padding: 2rem 0;
margin-left: 2rem;
float: right;
font-size: 1.2rem;
text-transform: uppercase;
color: #63636B;
text-decoration: none;
letter-spacing: .2rem;
}
.bt-webmail, .bt-intranet, .bt-docs {
margin-left: 0;
float: left;
background-position: left center;
background-repeat: no-repeat;
background-size: 2rem auto;
border-top: none;
margin-right: 2rem;
padding: 2rem 0 2rem 3rem;
font-size: 1.2rem;
text-transform: uppercase;
color: #63636B;
text-decoration: none;
letter-spacing: .2rem;
}


.bt-webmail {
background-image:url(images/icon-envelope-black.svg);
}
.bt-webmail:hover {
background-image:url(images/icon-envelope-color.svg);
}
.bt-intranet {
background-image:url(images/icon-intranet-black.svg);
}
.bt-intranet:hover {
background-image:url(images/icon-intranet-color.svg);
}
.bt-docs {
background-image:url(images/icon-docs-black.svg);
}
.bt-docs:hover {
background-image:url(images/icon-docs-color.svg);
}

.bt-company {
border-top: solid .1rem #63636B;
padding: 2rem 0;
margin-left: 2rem;
float: initial;
display: inline-block;
vertical-align: top;
font-size: 1.2rem;
text-transform: uppercase;
color: #63636B;
text-decoration: none;
letter-spacing: .2rem;
}
.bt-company:hover {
border-top-width: .3rem !important;
padding: 1.8rem 0 2rem 0;
}


/*MAIN BANNER*/

.main_banner {
width: 100%; 
position: relative;
z-index: 2;
padding-top: 8rem;
}
.main_banner .img {
width: 100%;
}
.main_banner .img img {
width: 100%;
height: auto;
display: block;
}
.main_banner .txt {
width: calc(100% - 16rem);
padding: 10rem 8rem 2rem 8rem;
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
text-align: center;
}


.interior_banner {
width: 100%; 
height: calc(100vh - 2rem);
position: relative;
z-index: 2;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-radius: 0 0 8rem 8rem;
overflow: hidden;
}
.interior_banner .wrap {
width: calc(100% - 16rem);
padding: 4rem 8rem;
position: absolute;
bottom: 0;
left: 0;
z-index: 4;
}
.interior_banner .txt {
width: 40%;
text-align: left;
}

.interior_banner .shadow-top, .interior_banner .shadow-bottom {
width:100vw;
height: 100vh;
z-index: 2;
position: absolute;
}
.interior_banner .shadow-top {
background: rgb(99,99,107);
background: linear-gradient(180deg, rgba(99,99,107,1) 0%, rgba(99,99,107,0) 45%);
mix-blend-mode: multiply;
}
.interior_banner .shadow-bottom {
background: rgb(99,99,107);
background: linear-gradient(360deg, rgba(99,99,107,1) 0%, rgba(99,99,107,0) 45%);
mix-blend-mode: multiply;
z-index: 3;
}

.interior_banner .scroll {
width: 4rem;
}
.interior_banner .scroll img {
width: 100%;
height: auto;
}



/*SLIDES */

.slide-access {
width: calc(100% - 16rem);
padding: 6rem 8rem;
padding-top: 3rem;
text-align: center;
position: relative;
}
.slide-clients {
width: 100%;
text-align: center;
margin: 4rem 0;
position: relative;
}
.slide-about, .slide-name, .slide-contact, .slide-products, .slide-content {
width: calc(100% - 16rem);
padding: 6rem 8rem;
text-align: left;
position: relative;
z-index: 2;
}
.slide-about {
padding-bottom: 0;
}
.slide-name {
padding-top: 20rem;
}
.slide-history {
text-align: left;
background-color: #63636B;
padding: 20rem 0 0 0;
margin-top: -10rem;
height: 30rem;
position: relative;
}
.slide-content {
padding-top: 15rem;
}





.banner-strengths {
border-radius: 2rem;
width: calc(100% - 8rem);
padding: 4rem;
background-color: azure;
position: relative;
background-image: url(images/slide-strengths.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.banner-strengths .txt {
padding: 4rem;
height: calc(100% - 8rem);
border-radius: 2rem;
background-color: rgba(7,77,104,.75);
display: table;
}

.clients {
vertical-align: middle;
margin: 0 25px 0 25px;
mix-blend-mode: multiply !important;
-webkit-mix-blend-mode: multiply !important;
filter: grayscale(100%);
}
.clients:hover {
filter: grayscale(0);
}
.clients img {
mix-blend-mode: multiply !important;
-webkit-mix-blend-mode: multiply !important;
background-blend-mode: multiply;
-webkit-background-blend-mode: multiply !important;
}

.desc-serv {
loat: left; 
width: 60%;
}

.timeline {
position: absolute; 
left: 0;
right: 0;
display: -webkit-inline-box;
overflow-x: scroll;
}
.step-history {
background-color: #FFF; 
width: 22rem; 
height: 22rem !important; 
border-radius: 2rem;
box-shadow: 0px 0 20px -15px #000;
padding: 4rem;
margin-right: 2rem;
float: left;
}



.thumb {
width: calc(33.3333% - 6rem);
border: none;
border-radius: 1.6rem;
text-align: center;
margin-right: 6rem;
position: relative;
float: left;
box-shadow: 0px 0 20px -15px #000;
padding: 1rem;
background-color: #FFF;
}

.thumb .img {
width: 100%;
border-radius: .6rem;
position: relative;
padding-top: 60%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: aliceblue;
margin-bottom: 2rem;
}
.thumb .sublogo {
height: 8rem;
margin: auto;
}
.thumb .desc {
display: none;
width: calc(100% - 4rem);
padding: 2rem;
}
.thumb:hover .desc {
display: block;
}




.despegable {
background-color: #FFF; 
border-radius: 2rem; 
overflow: hidden;
margin-bottom: 2rem;
}
.categoria {
width: calc(100% - 2rem); 
padding: 1rem; 
background-image: url(images/arrow-drop.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.categoria .img {
border-radius: 1rem; 
width: 10rem; 
height: 8rem; 
/*margin-right: 2.5rem;*/
vertical-align: middle; 
display: inline-block; 
background-color: antiquewhite;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.categoria .txt {
vertical-align: middle; 
font-size: 1.8rem;
letter-spacing: .2rem;
font-weight: 500;
height: 8rem; 
display: inline-table; 
width: calc(100% - 17rem);
color: #63636B;
line-height: 2.4rem;
padding: 0 2rem;
}

.detalle {
	overflow: hidden;
    width: calc(100% - 8rem);
	clear: both;
	display:block;
	padding: 2rem 4rem;
}


.bt-sub-content {
background-color: #E6E6E7; 
border-radius: 1rem; 
overflow: hidden;
margin-bottom: 1rem;
color: #63636B;
text-decoration: none;
}
.sub-cat {
width: calc(100% - 2rem); 
padding: 1rem; 
background-image: url(images/arrow-drop.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 1.5rem auto;
font-size: 1.2rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .2rem;
}
.sub-det {
	overflow: hidden;
    width: calc(100% - 4rem);
	clear: both;
	display:block;
	padding: 2rem 4rem;
}



.bt-sub {
display: block;
background-image: url(images/arrow-enter.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 1rem auto;
background-color: #E6E6E7;
font-size: 1.2rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .2rem;
margin-bottom: 1rem;
padding: 1rem;
color: #63636B;
border-radius: 1rem;
}
.bt-sec {
display: block;
font-size: 1.2rem;
text-decoration: none;
color: #63636B;
margin: .5rem 0;
}



.contact-txt {
width: 30%;
float: left;
}
.contact-form {
width: 60%;
float: right;
}

.detail-intro, .detail-filter, .detail-more {
vertical-align: bottom;
display: inline-block;
width: 30%;
margin-right: calc(10% - .5rem);
}
.detail-banner, .detail-content {
width: 60%;
vertical-align: bottom;
display: inline-block;
background-color: aqua;
border-radius: 2rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.detail-filter {
vertical-align: top;
}
.detail-more {
vertical-align: top;
margin-right: initial;
margin-left: calc(10% - .5rem);
}
.detail-content {
vertical-align: top;
background-color: transparent;
border-radius: 0;
}




.thumb-type-1 {
width: calc(50% - 3rem); 
margin-right: 2rem; 
border-radius: 2rem; 
padding: 1rem; 
background-color: #FFF; 
float: left;
margin-bottom: 2rem;
background-image: url(images/arrow-enter.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 1.5rem auto;
}
.thumb-type-1 .img {
border-radius: 1rem; 
width: 12rem; 
height: 8rem; 
margin-right: 2.5rem;
vertical-align: middle; 
display: inline-block; 
background-color: antiquewhite;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.thumb-type-1 .txt {
vertical-align: middle;
font-size: 1.8rem;
letter-spacing: .2rem;
font-weight: 500;
display: inline-block; 
width: calc(100% - 15rem);
color: #63636B;
line-height: 2.4rem;
}
.thumb-type-1 .shadow {
display: none;
}



.thumb-type-2 {
width: calc(25% - 3rem); 
margin-right: 2rem; 
border-radius: 2rem; 
background-color: #FFF; 
float: left;
margin-bottom: 2rem;
overflow: hidden;
position: relative;
}
.thumb-type-2 .img {
width: 100%;
padding-top: 100%; 
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.thumb-type-2 .txt {
position: absolute;
z-index: 3;
left: 2rem;
bottom: 2rem;
right: 2rem;
font-size: 1.8rem;
letter-spacing: .2rem;
font-weight: 500;
display: inline-block; 
color: #FFF;
line-height: 2.4rem;
background-image: url(images/arrow-enter-white.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 1.5rem auto;
}
.thumb-type-2 .shadow {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgb(99,99,107);
background: linear-gradient(360deg, rgba(99,99,107,1) 0%, rgba(99,99,107,0) 75%);
mix-blend-mode: multiply;
}

.thumb-type-3 {
width: calc(100% - 3rem); 
margin-right: 2rem; 
border-radius: 2rem; 
padding: 1rem; 
background-color: #FFF; 
float: left;
margin-bottom: 2rem;
background-image: url(images/arrow-drop.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: auto 1.5rem;
height: 8rem;
display: flex;
align-items: center;
}
.thumb-type-3 .img {
border-radius: 1rem; 
width: 12rem; 
height: 8rem; 
/*margin-right: 2.5rem;*/
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.thumb-type-3 .txt {
font-size: 1.8rem;
letter-spacing: .2rem;
font-weight: 500;
display: inline-block; 
width: calc(100% - 17rem);
color: #63636B;
line-height: 2.4rem;
padding: 0 2rem;
}
.thumb-type-3 .shadow {
display: none;
}

.thumb-type-4 {
width: calc(100% - 3rem); 
margin-right: 2rem; 
border-radius: 2rem; 
padding: 1rem; 
background-color: #FFF; 
float: left;
margin-bottom: 2rem;
background-image: url(images/icon-jump.svg);
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
height: 8rem;
display: flex;
align-items: center;
}
.thumb-type-4 .img {
border-radius: 1rem; 
width: 12rem; 
height: 8rem; 
margin-right: 2.5rem;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.thumb-type-4 .txt {
font-size: 1.8rem;
letter-spacing: .2rem;
font-weight: 500;
display: inline-block; 
width: calc(100% - 15rem);
color: #63636B;
line-height: 2.4rem;
margin-left: 1rem;
}
.thumb-type-4 .shadow {
display: none;
}


.about-left {
float: left; 
width: 60%;
}
.about-right {
float: right;
width: 30%
}
.name-left {
float: left; 
margin-right: 8rem; 
width: calc(50% - 4rem);
}
.name-right {
float: right; 
width: calc(50% - 4rem);
}

/* FONTS */

.t1 {
	font-size:2.6rem;
	line-height: 3rem;
    font-family: 'DM Serif Display', serif;
	}
.t2 {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.t3 {
	font-size:2.4rem;
	line-height: 3rem;
}
.t4 {
	font-size:1.2rem;
    letter-spacing: .2rem;
	line-height: 1.6rem;
}
.t5 {
	font-size:3.6rem;
	line-height: 4rem;
    font-weight: 200;
}
.t6 {
	font-size:2rem;
	line-height: 2.6rem;
}


.white {
	color:#FFF;
}
.black {
color: #63636B;
}
.blue {
color: #009EE2;
}

.divider {
width: 10rem;
clear: both; 
margin: 3rem 0; 
height: .6rem; 
border-radius: .3rem; 
}




/* REDES */

.link-ld {
padding: 0 0 0 6rem;
background-position: left center;
background-repeat: no-repeat;
background-size: 4rem auto;
background-image: url(images/icon-ld.svg);
margin-bottom: 2rem;
display: inline-block;
text-decoration: none; 
line-height: 2.4rem;
}
.link-ld:hover {
background-image: url("images/icon-ld-color.svg");
}
.link-whatsapp {
padding: 3rem 8rem 3rem 0;
background-position: right center;
background-repeat: no-repeat;
background-size: 6rem auto;
background-image: url(images/icon-whatsapp.svg);
display: inline-block;
color: #FFF;
text-decoration: none; 
} 
.link-whatsapp:hover {
background-image: url(images/icon-whatsapp-color.svg);
background-size: 6rem auto;
background-position: right center;
background-repeat: no-repeat;
} 

.bt-home {
display: inline-block;
vertical-align: middle;
width: 2rem;
height: 2rem;
background-image: url("images/icon-home-white.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
text-decoration: none;
margin-right: 4rem;
}


.bt-quote {
 font-family: 'DM Serif Display', serif;
font-size:2rem;
color: #FFF;
border: none;
text-decoration: none;
padding: 1rem 1.4rem;
border-radius: 1rem;
display: inline-block;
vertical-align: middle;
margin-right: 4rem;
}

.bt-quotek:hover  {
transform: scale(1.1);
}






/* FORM*/

.field_box, .area_box {
padding: 2rem;
background-color: #FFF;
text-align: left;
width: calc(50% - 5rem - .5rem);
margin: 0 2rem 2rem 0;
display: inline-block;
border-radius: 2rem;
}
.area_box {
width: calc(100% - 4rem - .5rem);
display: block;
margin: 0;
margin-bottom: 2rem;
}


.field, .area, .drop {
	border: none;
	color:#666;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.6rem;
	background-color: transparent;
	border-bottom: solid .1rem #999;
	display: block;
	outline:none;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
}
.drop {
background-image: url(images/arrow-drop.svg);
background-position: right center;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.area {
height: 20rem;
resize: none;
}

.send_wrapper {
margin: auto; 
width: 50%;
}
.send {
	color:#63636B;
    background-color: transparent;
	text-decoration:none;
	width: calc(100% - 2rem);
	border: #63636B solid .1rem;
	display:block;
	cursor:pointer;
	text-align: left;
	height: 6rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	padding: 0 0 0 2rem;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-image: url(images/arrow-send-black.svg);
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 3rem auto;
}

.send:hover {
transform: scale(1.025);
background-color: #009EE2;
border: #009EE2 solid .1rem;
color: #FFF;
background-image: url(images/arrow-send-white.svg);
}


.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}



.patch-1 {
margin-left: 8rem
}
.patch-2 {
float: right; 
color: white; 
font-size: 5rem; 
font-weight: 100; 
margin-right: 8rem;
}
.h-tittle {
width: 30rem;
float: left;
}
.h-body {
float: right; 
width: calc(100% - 50rem);
}

@media (min-width: 651px) and (max-width: 650px) {
html, body {
	zoom: 90%;
	-moz-zoom: 90%;
	-webkit-zoom: 90%;
}
}

@media (min-width: 1500px) {
html, body {
	zoom: 110%;
	-moz-zoom: 110%;
	-webkit-zoom: 110%;
}
}

@media (min-width: 1700px) {
html, body {
	zoom: 120%;
	-moz-zoom: 120%;
	-webkit-zoom: 120%;
}	
}

@media (min-width: 2000px) {
html, body {
	zoom: 125%;
	-moz-zoom: 125%;
	-webkit-zoom: 125%;
}
}

@media (min-width: 2400px) {
html, body {
	zoom: 130%;
	-moz-zoom: 130%;
	-webkit-zoom: 130%;
}
}

@media (min-width: 2800px) {
html, body {
	zoom: 137.5%;
	-moz-zoom: 137.5%;
	-webkit-zoom: 137.5%;
}

}

@media screen and (max-width: 1250px) {


.icon_close, .icon_menu  {
display: block;
}

.interior_banner {
background-attachment: scroll;
}


.bt-quote {
    display: block;
    margin-right: 0;
    margin-top: 4rem;
}
.bt-home {
    margin-right: 0;
}
/*HEADER*/

header {
	width:  calc(100% - 8rem);
	height: 12rem;
	padding: 0 4rem;
}

.logo {
	float: none;
    margin: auto;
}
.logo img {
height: 8rem;
}
.logo_small img {
height: 6rem;
}

.nav {
	width: 100%;
	float: none;
	position: fixed;
	text-align: center;
	background-color: #63636B;
	min-height: 100vh;
	z-index: 100;
	top: 0;
	left: -100%;
    margin-top: 0;
}

.menu {
	font-size:2rem;
	margin: 25px 0 25px 0;
	display: block;
	color: #FFF !important;
}

#lang-desk {
display: none !important;
}

#lang-mob {
display: inline-block !important;
}


.menu-content {
display: inline-block !important;
position: initial;
background-color: transparent;
width: 100%;
padding: 0;
border-radius: o;
margin-left: initial;
}

.t1 {
	font-size:2.4rem;
	line-height: 2.8rem;
}
.t5 {
	font-size:3rem;
	line-height: 3.6rem;
}

footer {
width: calc(100% - 8rem);
margin: 4rem 2rem;
padding: 4rem 2rem;
}
.menu-footer {
width: calc(100% - 8rem);
padding: 0 4rem;
}

.bt-company, .bt-webmail, .bt-intranet, .bt-docs {
font-size: 1rem;
}

}


@media screen and (max-width: 1050px) {

/*FOOTER*/



footer .left, footer .left-es {
width: 100%;
margin-right: 0;
background-position: top center;
background-size: 10rem auto;
padding-left: 0;
padding-top: 14rem;
float: none;
}
footer .right {
float: none;
width: 100%;
}



.menu-footer .left {
float: none;
}
.menu-footer .right {
position: initial;
right: initial;
top: initial;
float: left;
}


/* REDES */

.link-ld {
background-position: left top;
margin-bottom: 2rem;
display: block;
margin-top: 3rem;
}

.link-whatsapp {
padding: 8rem 2rem 0rem 2rem;
background-position: center top !important;
display: block;
text-align: center;
} 




.thumb {
width: calc(33.3333% - 4rem);
margin-right: 3rem;
}

.thumb .sublogo {
height: auto;
width: 85%;
}





}


@media screen and (max-width: 650px) {

.bt-webmail, .bt-intranet, .bt-documents {
width: calc(100% - 6rem);
}

.bt-company {
width: calc(100% - 2rem);
}



/*MAIN BANNER*/

.main_banner {
padding: 2rem;
width: calc(100% - 4rem);
padding-top: 12rem;
padding-bottom: 0;
}

.main_banner .txt {
position: initial;
    width: calc(100% - 4rem);
    padding: 16rem 2rem 2rem 2rem;
}
.main_banner .img {
position: absolute;
top: 12rem;
}
.main_banner .t1 {
font-size: 2.2rem;
line-height: 2.6rem;
}


.interior_banner {
background-attachment: scroll;
border-radius: 0 0 4rem 4rem;
}
.interior_banner .wrap {
width: calc(100% - 8rem);
padding: 4rem;
}
.interior_banner .txt {
width: 100%;
}





/*SLIDES */

.slide-access {
width: calc(100% - 8rem);
padding: 4rem;
padding-top: 2rem;
}

.slide-about, .slide-name, .slide-contact, .slide-products, .slide-content {
width: calc(100% - 8rem);
padding: 4rem;
}
.slide-about {
padding-bottom: 0;
}
.slide-name {
padding-top: 20rem;
}
.slide-history {
width: calc(100% - 8rem);
padding: 20rem 4rem 0 4rem;
margin-top: -10rem;
height: 30rem;
}
.slide-content {
padding-top: 15rem;
}


/* FORM*/

.field_box {
width: calc(100% - 4rem);
margin: 0 0 2rem 0;
}




.thumb {
width: calc(100% - 2rem);
margin-right: 0;
float: none;
margin-bottom: 3rem;
}


.contact-txt, .contact-form, .about-right, .about-left, .name-right, .name-left {
width: 100%;
float: none;
margin-bottom: 3rem;
}



/* FONTS */






.desc-serv {
loat: none; 
width: 100%
}




.thumb-type-1 {
width: calc(100% - 2rem); 
margin-right: 0; 
float: none;
}
.thumb-type-1 .img {
width: 10rem; 
height: 7rem; 
margin-right: 2rem;
}
.thumb-type-1 .txt {
font-size: 1.6rem; 
width: calc(100% - 16rem);
}

.thumb-type-2 {
width: calc(100% - 2rem); 
margin: 1rem; 
}

.thumb-type-3 {
width: calc(100% - 2rem); 
margin-right: 0; 
float: none;
}
.thumb-type-3 .img {
width: 10rem; 
height: 7rem; 
margin-right: 2rem;
}
.thumb-type-3 .txt {
font-size: 1.6rem; 
width: calc(100% - 16rem);
}

.thumb-type-4 {
width: calc(100% - 2rem); 
margin-right: 0; 
float: none;
}
.thumb-type-4 .img {
width: 10rem; 
height: 7rem; 
margin-right: 2rem;
}
.thumb-type-4 .txt {
font-size: 1.6rem; 
width: calc(100% - 16rem);
}

.detail-intro, .detail-filter {
width: 100%;
margin-right: 0;
margin-bottom: 3rem;
position: initial !important;
}
.detail-banner, .detail-content {
width: 100%;
margin-bottom: 3rem;
}


.menu-wrap {
display: block;
}

.bt-quote, .bt-home {
    margin-right: 0;
}
.bt-quote {
    margin-top: 3rem;
}

table td {
width: 100% !important;
display: block !important;
margin: 2rem 0;
}
table td img {
width: 100% !important;
}
table colgroup {
display: none !important;
}

table #td-show {
display: block;
}
table #td-hide {
display: none !important;
} 

.patch-1 {
margin-left: 0;
}
.patch-2 {
float: none; 
margin-right: initial;
}
.timeline {
    left: -4rem;
    width: calc(100% + 8rem);
    right: initial;
}
.h-tittle {
width: 100%; 
float: none;
}
.h-body {
float: none; 
width: 100%;
}
.categoria .img {
    margin-right: 1rem !important;
}
.categoria .txt {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    width: calc(100% - 16rem) !important;
}

}