@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../fonts/myriadpro-regular.otf);
}
@font-face {
  font-family: "Neutra Text";
  src: url(../fonts/NeutraText-Bold.otf);
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1430px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: #ffaf00;
}
.contentDarkTop{
	height: 68px;
	display: flex;
	align-items: center;
	color: #000000;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: left;
	padding-left: 11px;
	position: relative;
}
.telTop{
	display: flex;
	align-items: center;
}
.telTop figure{
	background: #ff6420;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 19.5px;
	margin-right: 8px;
}
.telTop a{
	margin-left: 5px;
	font-size: 17px;
	font-weight: 700;
	color: #000;
}
.cntLinkASoporte{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	color: #303030;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	position: absolute;
	top: 0;
	right: 0;
}
.cntLinkASoporte a{
	color: #303030;
}
.cntLinkASoporte a span{
	color: #ff6b1c;
}

#logo{
	display: flex;
	align-items: center;
	width: auto;
	position: absolute;
	top: 23px;
	left: 15px;
	z-index: 2;
}
#logo:hover{
	text-decoration: none;
}
#logo span{
	color: #000000;
	font-family: 'Arial', sans-serif;
	font-weight: 900;
	font-size: 8px;
	line-height: 12px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-align: left;
}
#logo span.span2{
  display: block;
}
#logo img{
	margin-right: 12px;
	display: block;
	width: 48px;
}
#topMenu{
	height: 107px;
	width: 100%;
	position: relative;
	background: #fff;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
}
#menu > ul{
	margin: 0;
	position: relative;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu > ul > li{
	float: left;
	position: relative;
	padding: 0px;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 5px;
}
#menu > ul > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #272727;
	position: relative;
	background: transparent;
	text-transform: none;
	font-size: 13px;
	font-family: 'Encode Sans', sans-serif;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 30px;
	height: 107px;
	text-align: center;
	padding: 0px 4px;
	border-radius: 0px;
	overflow: hidden;
}
#menu > ul > li:last-child a{
	background: #e9072b;
	color: #fff;
	padding: 0 6px;
	height: 45px;
	border-radius: 7px;
	border: solid 1px #e9072b;
}
#menu > ul > li:first-child{
	padding-left: 0px;
}
#menu > ul > li:last-child{
	float: right;
	padding-right: 0px;
	background: transparent;
	padding-left: 10px;
}
#menu > ul > li.active > a, #menu > ul > li > a:hover, #menu > ul > li > a:focus{
	color: #ff6420;
}
#menu > ul > li:last-child a.active,#menu > ul > li:last-child > a:hover, #menu > ul > li:last-child > a:focus{
	background: transparent;
	border: solid 1px #ff6420;
}
#menu > ul > li > a::before, 
#menu > ul > li > a::before, 
#menu > ul > li > a::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	transform: scaleX(0);
	background: #ff6420;
	bottom: 0;
	left: 0px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
#menu > ul > li.active > a::before, 
#menu > ul > li > a:hover::before, 
#menu > ul > li > a:focus::before{
	transform: scaleX(1);
}
#menu > ul > li:last-child > a::before, 
#menu > ul > li:last-child > a::before, 
#menu > ul > li:last-child > a::before{
	width: 0;
	height: 0;
}

.submenu{
	display: none;
	position: absolute;
	top: 103px;
	left: 5px;
	width: 307px;
	background: #f15418;
	padding-top: 4px;
	z-index: 2;
}
.submenu::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ff6420;
}
.submenu li{
	border-bottom:solid 1px #fff;
}
.submenu li:last-child{
	border-bottom: 0;
}
.submenu li a{
	display: block;
	height: 37px;
	padding-left: 14px;
	line-height: 37px;
	text-align: left;
	color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1px;
}
.submenu li.active a,.submenu li a:hover,.submenu li a:focus{
	background: #ffb000;
	text-decoration: none;
	color: #fff;
}
#menu > ul > li.open > .submenu{
	display: block;
}
.submenu.submenuI{
	width: 100%;
}

#redes{
  width: auto;
  height: 25px;
  position:relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-top: 19px;
}
#redes a{
  color: #ffffff;
  width: 26px;
  height: 25px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
#redes .fb{
  background: url(../images/redes/redes.png) left center no-repeat;
  background-size: cover;
}
#redes .in{
  background: url(../images/redes/redes.png) right center no-repeat;
  background-size: cover;
}
#redes .wh{
  background: transparent;
}
#redes a:last-child{
  margin-right: 0;
}
#redes a .fa{
  display: none;
}
#redes a img{
  display: block;
}
#redes a:hover,#redes a:focus{
  transform: scale(1.15);
}

.btnIngresarTop{
	position: absolute;
	top: 40.5px;
	right: 15px;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	background: #272727;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btnIngresarTop img{
	margin-right: 7px;
}
.btnIngresarTop img.hover2{
	display: none;
}
.btnIngresarTop:hover,.btnIngresarTop:focus{
	text-decoration: none;
	color: #272727;
	background: #fff;
	border: solid 1px #272727;
}
.btnIngresarTop:hover img.hover2,.btnIngresarTop:focus img.hover2{
	display: block;
}
.btnIngresarTop:hover img.hover1,.btnIngresarTop:focus img.hover1{
	display: none;
}

#textDatFooter{
	background: #333333;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 93px;
	padding-bottom:76px;
}
.contentDatFooter .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	line-height: 25px;
	padding-top: 35px;
	margin-bottom: 15px;
}
.contentDatFooter ul li{
	list-style: none;
}
.contentDatFooter ul li a{
	display: inline-flex;
	align-items: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
}
.contentDatFooter ul li a div{
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentDatFooter .itemDat3 ul li a img,
.contentDatFooter .itemDat4 ul li a img,
.contentDatFooter .itemDat5 ul li a img{
	margin-right: 7px;
}
.itemDat1{
	width: 100%;
	padding: 0 20px;
	margin-right: 0px;
}
.itemDat1 img.logos{
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	width: 130px;
}
.itemDat2{
	margin-right: 60px;
}
.itemDat3{
	width: 580px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.itemDat4{
	margin-right: 57px;
}
.div4Dat{
	width: 66.6666%
}
.div4Dat ul{
	display: flex;
}
.div4Dat ul li:first-child{
	margin-right: 10%
}
.div5Dat{
	width: 33.3333%
}
.div6Dat{
	margin-left: 50px
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #232326;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
	margin-top: -1px;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: left;
	float: left;
	min-height: 22px;
	display: flex;
	align-items: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: right;
	display: flex;
	align-items: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover::after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#sliderTop{
	height: 320px;
	position: relative;
	margin-top: 175px;
	border-bottom-left-radius: 150px;
}
#sliderTop .slides li{
	height: 320px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.contentSliderTop{
	height: 100%;
}
.contentSliderTop{
	padding-bottom: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.titleSlider1{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	letter-spacing: -0.25px;
	text-align: center;
	color: #fff;
}
.titleSlider2{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: -0.25px;
	text-align: center;
	margin-top: 12px;
}
.titleSlider2 div{
	margin-right: 44px;
	position: relative;
}
.titleSlider2 div:last-child{
	margin-right: 0;
}
.titleSlider2 div::before{
	content: '';
	position: absolute;
	top: calc(50% - 3.5px);
	right: -25.5px;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}
.titleSlider2 div:last-child::before{
	width: 0;
	height: 0;
}
.titleSlider3{
	position: absolute;
	right: 0;
	bottom: 31px;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
}
.titleCaption1{
	background: rgba(0, 158, 198, 0.75);
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	padding: 15px 20px;
}
.titleCaption1 strong.black{
	font-weight: 900;
	font-size: 20px;
	letter-spacing: -0.3px;
	color: #ffe500;
}
.titleCaption1 span strong{
	font-weight: 600;
}
.titleCaption2{
	height: 120px;
	max-width: 725px;
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	color: #ffe900;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 19px;
	margin-left: auto;
	margin-right: 9px;
}
.titleCaption2 strong{
	font-weight: 800;
	color: #fff;
}
.titleCaption3{
	width: 300px;
	height: 30px;
	margin-left: auto;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #616161;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.5px;
	text-align: center;
}
.titleCaption3 .div2{
	position: relative;
	margin-left: 36px;
	margin-right: 36px;
}
.titleCaption3 .div2::before,.titleCaption3 .div2::after{
	content: '';
	position: absolute;
	background: #616161;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: calc(50% - 3.5px);
	left: -21.5px;
}
.titleCaption3 .div2::after{
	left: auto;
	right: -21.5px;
}
.titleCaption4{
	margin-top: 15px;
	margin-right: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
}
.titleCaption4 strong{
	font-weight: 800;
}
.flex-control-nav {
  bottom: 23px;
}
#sliderTop .flex-control-nav li {
  background: transparent;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
.flex-control-paging li a {
  width: 21px;
  height: 21px;
  display: block;
  background: #fff;
  border: 0;
  box-shadow: inset 0 0 3px transparent;
  border-radius: 50%;
  border: solid 5px #fff;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #363636;
  cursor: pointer;
}
.flex-control-nav {
  bottom: 32px;
}
.flex-direction-nav a{
	width: 36px;
	height: 36px;
	bottom: 25px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png?v2);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png?v2);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	position:fixed;
	width: 229px;
	height: 63px;
  z-index: 10;
	right: 11px;
	bottom: 80px;
	background: url(../images/icoWa.png) center no-repeat;
	background-size: contain;
}
#icoWa:hover{
	text-decoration: none;
}
#bajarSl{
	margin-top: 194px;
	position: relative;
}
@keyframes pulse{
	0%{
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(256,256,256,0.25);
	}
	70%{
		transform: scale(1);
		box-shadow: 0 0 0 25px rgba(256,256,256,0);
	}
	85%{
		transform: scale(1.03);
		box-shadow: 0 0 0 25px rgba(256,256,256,0);
	}
	100%{
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(256,256,256,0);
	}
}

.contentHome1{
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #212529;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.titleHome1{
	font-family: 'Oswald', sans-serif;
	color: #ff631f;
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
#textHome2{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentHome2{
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #1e1e1e;
}
.contentHome2 strong{
	font-weight: 400;
}
.titleHome2{
	padding: 25px 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 42px;
	font-size: 30px;
	background: #ff1524;
	color: #fff;
	display: inline-block;
	margin-bottom: 35px;
}
#textHome3{
	position: relative;
	background: #1E1E1E;
	margin-top: -2px;
}
#textHome3 .tit{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}
#textHome3::before{
	content: '';
	position: absolute;
	width: 176px;
	height: 48px;
	background: url('../images/inicio/before2.png') center no-repeat;
	background-size: cover;
	left: calc(50% - 88px);
	bottom: -21px;
}
#textHome4{
	padding-top: 131px;
	padding-bottom: 77px;
}
.contentHome4{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentHome4 img{
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	border-radius: 8px;
}
.titleHome4{
	color: #424242;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.25px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-top: 25px;
	position: relative;
}
.titleHome4::before{
	content: '';
	position: absolute;
	width: 37px;
	height: 2px;
	bottom: 0;
	left: calc(50% - 13.5px);
	background: #bababa;
}
.texto1Home4{
	color: #505050;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	max-width: 340px;
}
.texto1Home4 span{
	display: block;
}
.itemHome4{
	padding-top: 13px;
	padding-bottom: 5px;
	margin-bottom: 35px;
}
.itemHome4b{
	margin-right: 0px;
	margin-left: 40px;
	position: relative;
}
.itemHome4b::before,.itemHome4b::after{
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	background: rgba(97, 97, 97, 0.25);
	width: 1px;
	height: 100%;
}
.itemHome4b::after{
	left: auto;
	right: -70px;
	width: 0;
	height: 0;
}
#textHome5{
	background: url('../images/inicio/bg2.webp?v2') center no-repeat;
	background-size: cover;
}
.contentHome5{
	height: 450px;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 25px;
	text-align: center;
}
.titleHome5{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.1px;
	text-align: center;
	color: #232323;
}
.titleHome5 strong{
	font-size: 22px;
	font-weight: 800;
	display: block;
}
.contentHome5 a{
	width: 232px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 52px;
	border-radius: 26px;
	background: #ff1524;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: normal;
	letter-spacing: 0.1px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome5 a:hover,.contentHome5 a:focus{
	background: #232323;
	text-decoration: none;
	color: #fff;
}

#textLogosCarousel{
	background: #fff;
}
.contLogosInicio{
	max-width: 1842px;
	padding-top: 74px;
	padding-bottom: 56px;
	padding-left: 15px;
	padding-right:15px;
	margin-left: auto;
	margin-right: auto;
}
#textLogosCarousel .carousel li{
	position: relative;
	width: 209px;
	height: 168px;
	background: #fcfcfc;
	border:solid 1px rgba(97, 97, 97, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
#textLogosCarousel .carousel li img{
	mix-blend-mode: multiply;
}
.flexLogosHome .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: -146px;
  outline: 0;
  width: 21px;
  height: 24px;
  text-indent: -9999px;
  z-index: 10;
}
.flexLogosHome .bx-wrapper .bx-prev {
  left: 0px;
  background: url('../images/slider/n2.png') center no-repeat;
}
.flexLogosHome .bx-wrapper .bx-next {
  right: 0px;
  background: url('../images/slider/n3.png') center no-repeat;
}
#textHome6{
	position: relative;
	 background: url(../images/inicio/bg1.png) center no-repeat;
	 position: relative;
	 z-index: 0;
}
#textHome6::before {
  content: '';
  position: absolute;
  width: 176px;
  height: 48px;
  background: url('../images/inicio/before.png?v1') center no-repeat;
    background-size: auto;
  background-size: cover;
  left: calc(50% - 88px);
  bottom: -17px;
  z-index: 1;
}
#textHome6 .tit {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #484848;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
}

#textNos1{
	position: relative;
	padding-top: 112px;
	padding-bottom: 107px;
}
.titleNos1{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 16px;
	color: #ff631f;
	position: relative;
}
.titleNos1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 108px;
	height: 9px;
	border-radius: 4.5px;
	background: #e9e9e9;
}
.textoNos1{
	color: #212529;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	padding-right: 10px;
}
.imgNos1{
	margin-left: auto !important;
	margin-right: auto !important;
}

.contentNos2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.contentNos2 .nos2{
	position: relative;
	z-index: 2;
}
.contentNos2 .itemNos2a,.contentNos2 .itemNos2b{
	width: 50%;
	padding-top: 100px;
	height: 440px;
	position: relative;
}
.contentNos2 .itemNos2a::before,.contentNos2 .itemNos2b::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 960px;
	height: 100%;
	z-index: 1;
	background: #ff1524;
	/*background: url('../images/nosotros/fondo1a.png') center no-repeat;
	background-size: cover;*/
}
.contentNos2 .itemNos2b::before{
	width: 962px;
	background: url('../images/nosotros/fondo2.jpg') center no-repeat;
	background-size: cover;
	right: auto;
	left: -2px;
}
.contentNos2 .itemNos2a{
	padding-right: 48px;
}
.contentNos2 .itemNos2b{
	padding-left: 48px;
}
.titleNos2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 32px;
	margin-bottom: 20px;
	position: relative;
}
.titleNos2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 9px;
	background: #fff;
	border-radius: 4.5px;
}
#textNos3{
	background: #eaeaea;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #616161;
	text-align: center;
	height: 139px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
}
#textNos4{
	padding-top: 62px;
}
#textNos4 div[class*="col-"]{
	margin-bottom: 75px;
	width: 50%;
	border-right: solid 1px rgba(82, 82,82, 0.25);
}
#textNos4 div[class*="col-"]:nth-child(2),
#textNos4 div[class*="col-"]:nth-child(4),
#textNos4 div[class*="col-"]:nth-child(6),
#textNos4 div[class*="col-"]:nth-child(8){
	border-right: 0;
}

.contentNos4{
	position: relative;
	color: #757575;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	max-width: 340px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.contentNos4a{
	max-width: 313px;
}
.contentNos4b{
	max-width: 358px;
}
.contentNos4 img{
	margin-right: auto;
	margin-left: auto;
}
.titleNos4{
	color: #424242;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.25px;
	text-align: center;
	position: relative;
	margin-top: 17px;
	margin-bottom: 30px;
}
.titleNos4::before{
	content: '';
	position: absolute;
	width: 37px;
	height: 1px;
	background: #ff630f;
	bottom: -15px;
	left: calc(50% - 18.5px);
}
.nos4{
	height: 124px;
}
#textServ1{
	background: #f3f3f3;
	padding: 74px 0;
}
.titleServ1{
	font-family: 'Oswald', sans-serif;
	color: #ff631f;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
.titleServ1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 9px;
	background: #adadad;
	border-radius:4.5px; 
}
.serv1Texto{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #212529;
	margin-right: auto;
	margin-left: auto;
}
.serv1Texto strong{
	font-weight: 800;
}
#textServ2{
	padding-top: 68px;
	padding-bottom: 7px;
}
#textServ2 .row{
	margin: 0 -15px;
}
#textServ2 div[class*="col-"]{
	margin-bottom:60px;
	padding: 0 15px;
	border-right: solid 1px #adadad;
}
#textServ2 div[class*="col-"]:nth-child(2n + 2),#textServ2 div[class*="col-"]:last-child{
	border-right: 0;
}
.contServ2{
	max-width: 638px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.contServ2 figure{
	position: relative;
	height: 350px;
	overflow: hidden;
	cursor: pointer;
}
.contServ2 figure.serv1{
	background: url('../images/servicios/serv1a.webp') center no-repeat;
	background-size: cover;
}
.contServ2 figure.serv2{
	background: url('../images/servicios/serv2a.webp') center no-repeat;
	background-size: cover;
}
.contServ2 figure.serv3{
	background: url('../images/servicios/serv3a.webp') center no-repeat;
	background-size: cover;
}
.contServ2 figure.serv4{
	background: url('../images/servicios/serv4.jpg') center no-repeat;
	background-size: cover;
}
.contServ2 figure.serv5{
	background: url('../images/servicios/serv5a.webp') center no-repeat;
	background-size: cover;
}
.contServ2 figure.serv6{
	background: url('../images/servicios/serv6.jpg') center no-repeat;
	background-size: cover;
}
.contServ2a{
	max-width: 1400px;
}
.contServ2a figure{
	height: 350px;
}
.contServ2 figure.serv7{
	background: url('../images/servicios/serv7.jpg') center no-repeat;
	background-size: cover;
}
.titleServ2{
	position: absolute;
	left: 0;
	bottom: 36px;
	width: 330px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-align: center;
	color: #393a3a;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.25px;
	padding: 0 10px;
}
.titleServ2 span{
	color: #616161;
	font-weight: 300;
	font-size: 13px;
	display: block;
}
.industriaServ8 .titleServ2 {
   width: 350px;
}
.cntDescriptionServ{
	position: absolute;
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	background: #3a3a3a;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	-webkit-transition: linear all .3s;
	-o-transition: linear all .3s;
	transition: linear all .3s;
}
.contServ2 figure:hover .cntDescriptionServ{
	left: 0;
}
.titleDesServ{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.titleDesServ::before{
	content: '';
	position: absolute;
	background: #ffe500;
	bottom: 0px;
	width: 59px;
	height: 6px;
	border-radius: 3px;
	left: calc(50% - 29.5px);
}
.textoDescriptionDet{
	max-width: 530px;
	margin-right: auto;
	margin-left: auto;
}
.textoDescriptionDet2{
	max-width: 678.5px;
}
.textoDescriptionDet span{
	display: block;
}
.btnDownPDF{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	font-style: italic;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0095c1;
	width: 139px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	height: 39px;
}
.btnDownPDF:hover,.btnDownPDF:focus{
	text-decoration: none;
	background: #fff;
	color: #0095c1;
}
#textInd1{
	background: #eeeeee;
}
#textInd1 .tit{
  font-family: 'Oswald', sans-serif;
	color: #ff631f;
	font-weight: 500;
  font-size: 40px;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 70px 0;
}
#textInd2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cntItemInd{
	width: calc(50% - 5.5px);
	margin-right: 11px;
	margin-bottom: 11px;
}
.cntItemInd:nth-child(2n + 2){
	margin-right: 0;
}
.cntItemInd{
	position: relative;
	height: 350px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.cntItemInd1{
	background: url('../images/industria/industria1.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd2{
	background: url('../images/industria/industria2.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd3{
	background: url('../images/industria/industria3.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd4{
	background: url('../images/industria/industria4.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd5{
	background: url('../images/industria/industria5.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd6{
	background: url('../images/industria/industria6.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd7{
	background: url('../images/industria/industria7.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd8{
	background: url('../images/industria/industria8.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd9{
	background: url('../images/industria/industria9.jpg') center no-repeat;
	background-size: cover;
}
.cntItemInd10{
	background: url('../images/industria/industria10.jpg') center no-repeat;
	background-size: cover;
}
.titleIndu2{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	background: rgba(255, 21, 36, 0.85);
	width: 100%;
	max-width: 627px;
	padding: 0 5px;
	height: 100px;
	color: #fff;
}
#textInd1 .tit2{
	color: #3f3f3f;
}
#textPLagas1{
	padding-top: 86px;
	padding-bottom: 7px;
}
#textPLagas1 .row{
	margin: 0 -15px;
}
#textPLagas1 div[class*="col-"]{
	margin-bottom: 82px;
	padding: 0 15px;
	width: 50%;
}
.contentPlagas1{
	max-width: 427px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.contentPlagas1::before{
	content: '';
	position: absolute;
	z-index: -1;
	background: url('../images/plagas/shadow.png') center no-repeat;
	background-size: contain;
	bottom: -29px;
	height: 45px;
	width: calc(100% - 6px);
	left: 3px;
}
.titlePlagas1{
	position: absolute;
	bottom: 17px;
	left: calc(50% - 150px);
	color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 19px;
	letter-spacing: 0px;
	background: rgba(27, 27, 27, 0.85);
	width: 300px;
	height: 70px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


#formTop{
	position: relative;
	padding-bottom: 35px;
	padding-top: 45px;
}
#frmContacto{
	overflow: hidden;
	position: relative;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#frmContacto .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
	color: #5e5e5e;
	margin-bottom: 42px;
}
#frmContacto .row{
	margin: 0 -2px;
}
#frmContacto div[class*="col-"]{
	padding: 0 2px;
}
#frmContacto .form-group{
	margin-bottom: 4px
}
#frmContacto .form-control{
	display: block;
	height: 52px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 12px;
	font-weight: 400;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border: solid 1px #d7d7d7;
	padding-left: 21px;
	border-radius: 0px;
}
#frmContacto .textarea{
	height: 114px;
	padding-top: 20px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	margin-right: auto;
	margin-left: auto;
	background: #3c3c3c; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 42px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#a6a5a5; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#textWhats2{
	background: #00943a;
	position: relative;
}
#textWhats2 .contentWaFooter{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	padding: 31.5px 0;
}
#textWhats2 .contentWaFooter div{
	margin-right: 23px;
}
#textWhats2 .contentWaFooter a{
	background: rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 222px;
	height: 52px;
	border-radius: 26px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1px;
	line-height: normal;
	text-transform: none;
}
#textWhats2 .contentWaFooter a .fa{
	font-size: 34px;
	margin-right: 11px;
}
#textWhats2 .contentWaFooter a:hover,#textWhats2 .contentWaFooter a:focus{
	text-decoration: none;
	transform: scale(1.05);
}

.serv2Texto2{
	max-width: 1200px;
}
#textServ1.bgWrite{
	background: #fff;
}
#textResi1{
	background: #2c2c2c;
}
.contentResi1{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Encode Sans', sans-serif;
}
.itemResi1{
	width: 50%;
	height: 746px;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: left;
	position: relative
}
.itemResi1 strong{
	font-weight: 800;
	font-size: 35px;
	display: block;
}
.itemResi1b{
	display: flex;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.25px;
}
.resi1{
	position: relative;
	z-index: 2;
}
.itemResi1a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 960px;
	height: 100%;
	background: url('../images/residencial/fondo1.webp') center no-repeat;
	background-size: cover;
}
.itemResi1b .resi1{
	padding-left: 40px;
}
.titleResi1b{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	letter-spacing: 0.1px;
	margin-bottom: 54px;
}
.icoResi1{
	display: flex;
	align-items: center;
	margin-bottom: 45px;	
}
.figureIcoResi{
	width: 118px;
}
.titIcoResi1{
	width: calc(100% - 118px);
	padding-left: 20px;
	font-size: 24px;
}
.icoResi1.mb-0{
	margin-bottom: 0;
}
#textResi2{
	padding-top: 102px;
	padding-bottom: 195px;
	background: #e8e8e8;
}
.titleResi2{
	color: #004254;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: center;
	margin-bottom: 22px;
}
.textoResi2{
	color: #3a3a3a;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.1px;
	text-align: center;
}
#textResi3{
	margin-top: -126px;
	padding-bottom: 43px;
}
#textResi3 .row{
	margin: 0 -17.5px;
}
#textResi3 div[class*="col"]{
	padding: 0 17.5px;
	width: 20%;
}
.contentResi3{
	max-width: 252px;
	margin-right: auto;
	margin-left: auto;
	color: #303030;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}
.contentResi3 figure img{
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}
.titleResi3{
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 39px;
	padding-bottom: 13px;
	margin-bottom: 10px;
}
.titleResi3::before{
	content: '';
	position: absolute;
	width: 64px;
	height: 1px;
	background: rgba(48,48,48,0.5);
	bottom: 0;
	left: calc(50% - 32px);
}
#textResi4{
	background: url('../images/residencial/fondo2.webp') center no-repeat;
	background-size: cover;
}
.resi4{
	max-width: 1272px;
	margin-left: auto;
	margin-right: auto;
	height: 685px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 28px;
}
.textoResi4{
	color: #ffffff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.1px;
	text-align: center;
	padding: 54px 10px;
	border: solid 2px #999c94;
	border-top:0;
	position: relative;
}
.titleResi4{
	position: absolute;
	top: -20px;
	left: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}
.titleResi4 span{
	position: relative;
	display: inline-block;
}
.titleResi4 span::before,.titleResi4 span::after{
	content: '';
	position: absolute;
	top: 20px;
	left: -512px;
	height: 2px;
	width: 500px;
	background: #999c94; 
}
.titleResi4 span::after{
	left: auto;
	right: -512px;
}
.subtitleResi4{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.25px;
	margin-top: 48px;
}
.subtitleResi4 strong{
	font-weight: 800;
	color: #00af4b;
}
#textServ1.bgcomercial1{
  padding-top: 130px;
  padding-bottom: 109px;
}
.titServComercial{
	background: #ff630f;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	line-height: 76px;
	padding: 0 50px;
	color: #fff;
	border-radius: 38px;
	font-weight: 700;
	margin-top: 36px;
	margin-bottom: 33px;
}
#textComercial{
	background: #434343;
}
#textComercial .tit{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.1px;
	color: #fff;
	text-align: center; 
	padding: 50px 0;
}
#textComercial .tit strong{
	font-weight: 800;
}
#textComercial2{
	background: url('../images/comercial/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 93px;
	padding-bottom: 100px;
}
.titleComercial2{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 39px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.subtitleComercial2 br{
	display: none;
}
.titleComercial2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 9px;
	border-radius: 4.5px;
	background: #ff630f; 
}
.subtitleComercial2{
	font-family: 'Encode Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.1px;
	text-align: center;
	color: #fff; 
	margin-bottom: 65px;
}
.itemComercial2{
	max-width: 1104px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 27px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	margin-bottom: 27px;
	font-family: 'Encode Sans', sans-serif;
	color: #fff;
}
.icoComercial2{
	width: 94px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleItemComercial2{
	width: 161px;
	min-height: 65px;
	display: flex;
	align-items: center;
	border-right: solid 1px rgba(255,255,255,0.5);
	font-weight: 800;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.1px;
	text-align: left;
}
.textoItemComercial2{
	width: calc(100% - 255px);
	padding-left: 28px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.itemComercial2.bt-0{
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.contentComercial3{
	position: relative;
	height: 620px;
	display: flex;
	align-items: center;
}
.contentComercial3 .divComercial3{
	position: relative;
	z-index: 2;
}
.contentComercial3 .imgcomercial3{
	position: absolute;
	bottom: 0;
	right: -300px;
}
.titleComercial3{
	color: #00943a;
	position: relative;
	z-index: 2;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
}
.contentComercial3 ul{
	list-style-image: url('../images/comercial/li.png');
	margin-left: 28px;
	color: #000000;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 44px;
	letter-spacing: 0.1px;
	text-align: left;
	position: relative;
	z-index: 2;
}
#textComercial4{
	background: url('../images/comercial/fondo2.webp') center no-repeat;
	background-size: cover;
	padding-top: 108px;
	padding-bottom: 45px;
}
.titleComercial4{
	font-weight: 600;
	font-size: 26px;
	font-family: 'Oswald', sans-serif;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #009cc5;
	margin-bottom: 64px;
}
.contentComercial4{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#textComercial4 .row{
	margin:0 -10px;
}
#textComercial4 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 40px;
}
.contentComercial4 div{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 95px;
	text-align: center;
	color: #ffffff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-top: 22px;
}
.contentComercial4 div::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 87.5px);
	width: 175px;
	height: 7px;
	background: #009cc5;
}
#textTrans1{
	background: url('../images/transporte/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 93px;
	padding-bottom: 28px;
}
.titleTrans1{
	margin-bottom: 65px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.cntTrans1{
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
#textTrans1 .row{
	margin: 0 -20px;
}
#textTrans1 div[class*="col-"]{
	padding: 0 20px;
	margin-bottom: 50px;
	position: relative;
}
.contentTras1{
	max-width: 323px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #fff;
	text-align: center;
}
.contentTras1 div{
	padding: 0 -12px;
	padding-top: 26px;
}
#textTrans1 div[class*="col-"]::before{
	content: '';
	position: absolute;
	top: 0;
	right: -4px;
	width: 8px;
	height: 320px;
	background: rgba(240,240,240,0.25);
}
#textTrans1 div[class*="col-"]:last-child::before{
	width: 0;
	height: 0;
}
#textTrans2{
	background: url('../images/transporte/fondo2.png') center no-repeat;
	background-size: cover;
}
#textTrans2 .tit{
	font-family: 'Encode Sans', sans-serif;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.1px;
	color: #fff;
	padding: 50px 0;
}
#textTrans2 .tit strong{
	font-weight: 800;
}
.servTrampeo{
	max-width: 800px;
}
.titleServ1.titleTrampeo1-1 span{
	font-size: 24px;
	font-weight: 300;
	display: block
}
#textTrampeo1{
	background: url('../images/trampeo/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentTrampeo1{
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.trampeo1{
	width: 100%;
	position: relative;
	background: rgba(42,40,40,0.75);
	text-align: center;
	font-family: 'Encode Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0.1px;
	padding: 54px 0;
}
.trampeo1::before,.trampeo1::after{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	background: rgba(42,40,40,0.75);
}
.trampeo1::after{
	left: auto;
	right: -500px;
}
.trampeo1 strong{
	font-weight: 800;
}
.trampeo1 span{
	display: block;
}
#textFumi1{
	background: #383838;
}
#textFumi1 .tit{
	text-align: center;
	color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.1px;
	text-align: center;
	padding: 50px 0;
}
#textFumi2{
	position: relative;
}
#textFumi2::before,#textFumi2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #fff;
	z-index: 2;
}
#textFumi2::after{
	top: auto;
	bottom: 0;
}
.contentFumi2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemFumi2{
	height: 643px;
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
}
.itemFumi2a{
	padding-right: 20px;
}
.itemFumi2::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 961px;
	height: 100%;
	background: url('../images/trampeo/fondo2.webp') center no-repeat;
	background-size: cover;
}
.itemFumi2b::before{
	width: 955px;
	right: auto;
	left: 7px;
	background: url('../images/trampeo/fondo3a.webp') center no-repeat;
	background-size: cover;
}
.fumi2{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: left;
	max-width: 590px;
}
#textIndu1{
	padding-top: 84px;
}
#textServ2 .textIndu2{
	padding-top: 47px;
	padding-bottom: 26px;
}
.contServ2 figure.nohover{
	cursor: default;
}
.contServ2 figure.industriaServ1{
  background: url('../images/industriascomerciales/industria1.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ2{
  background: url('../images/industriascomerciales/industria2.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ3{
  background: url('../images/industriascomerciales/industria3.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ4{
  background: url('../images/industriascomerciales/industria4.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ5{
  background: url('../images/industriascomerciales/industria5.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ6{
  background: url('../images/industriascomerciales/industria6.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ7{
  background: url('../images/industriascomerciales/industria7.webp') center no-repeat;
  background-size: cover;
}
.contServ2 figure.industriaServ8{
  background: url('../images/industriascomerciales/industria8a.webp') center no-repeat;
  background-size: cover;
}

pre {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #00ff0a;
}

pre span:first-child {
  color: rgb(255, 255, 0);
}

pre span:last-child {
  color: #795548;
}

.snow {
  background: url('../images/copoazul.png') center no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: fixed;
  top: -100px;
}

.snow-floor {
  width: 100%;
  height: 3%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 50% 50% 0 0;
}

@keyframes fall {
  0% {
    top: -100px;
  }

  100% {
    top: 100vh;
  }
}

.imgLuces{
	position: absolute;
	top: 0;
	right: calc(50% + 95px);
	width: 400px;
}
.imgEsferas{
	position: absolute;
	top: 0;
	right: -80px;
	width: 140px;
}

#textNos5{
	background: #0095c1;
	padding-top: 38px;
	padding-bottom: 37px;
}
.titleNos5{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 12px;
	position: relative;
}
.titleNos5::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 19px);
	width: 38px;
	height: 1px;
	background: #fff;
}
.cntNos5{
	color: #ffffff;
	font-family: 'Encode Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}