@charset "utf-8";
*{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;
}

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: 1130px;
}
.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: 135px;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 8px;
}
#header::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: #00BA1E;
	z-index: 1;
}
#header::after{
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	height: 18px;
	background: url("../images/banner/shadow.png") center bottom no-repeat;
	background-size: auto;
	z-index: 1;
}
#darkTop{
	background: #003657; 
}
.contentDarkTop{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.itemTelsTop1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentDarkTop a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.contentDarkTop .itemTelsTop1 a{
	font-size: 12px;
	font-weight: 300;
}
.contentDarkTop .itemTelsTop1 div{
	margin-right: 12px;
}
.contentDarkTop .itemTelsTop1 div:last-child{
	margin-right: 0;
}
.contentDarkTop a img{
	margin-right: 5px;
}
.contentDarkTop .itemTelsTop1 a img{
	margin-right: 5px;
}
#redes{
	width: auto;
	height: 26px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 6px;
	font-size: 13px;
	border:solid 2px #fff;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
#redes a:last-child{
	margin-right: 0;
	align-items: flex-end;
	font-size: 16px;
}
#redes a:last-child .fa{
	margin-bottom: -1px;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
	text-decoration: none;
}
#logo{
	display: block;
	width: 160px;
	position: absolute;
	top: 4px;
	left: calc(50% - 80px);
	z-index:3;
}
#logo::before{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 8px;
	width: 100%;
	background: url("../images/banner/shadowlogo.png") center bottom no-repeat;
	background-size: contain;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.19);
}
#topMenu{
	height: 77px;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
}
#menu{
	margin: auto;
	position: absolute;
	left: 29px;
	top: 0;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 20px;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li:nth-child(3){
	margin-right: 180px;
}
#menu li:nth-child(4){
	padding-right: 10px;
}
#menu li a{
	display: block;
	color: #000000;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 37px;
	height: 37px;
	padding: 0px;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: #68b936;
	transform: scaleX(0);
	transition: all ease-in-out 0.5s;
}
#menu li:last-child{
	float: right;
	padding-right: 0;
	background: transparent;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #1b2329;
}
#menu li.active a:before, #menu li a:hover:before{
	transform: scaleX(1);
}
.cntLang{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	position: absolute;
	top: 20px;
	right: 15px;
}
.cntLang div.langSelect{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #6b6b6b;
	height: 37px;
	cursor: pointer;
	position: relative;
}
.cntLang div.langSelect span{
	display: inline-block;
	padding: 0 6px;
}
.cntLangsAval{
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	background: #fff;
	padding: 10px;
	padding-top: 14px;
	width: 100px;
	border: solid 1px #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.cntLangsAval a{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #6b6b6b;
	margin-bottom: 8px;
}
.cntLangsAval a img{
	margin-right: 6px;
}
.cntLangsAval a.close{
	position: absolute;
	top: 1px;
	right: 3px;
}
.cntLangsAval a:last-child{
	margin-bottom: 0px;
}
.cntLangsAval a:hover,.cntLangsAval a:focus{
	text-decoration: none;
}
.cntLang.open .cntLangsAval{
	display: block;
}

/*Footer*/
#datFooter{
	background: #292929;
	padding-top: 63px;
	padding-bottom: 58px;
	position: relative;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
}
#datFooter .tit{
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #68b936;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 8px;
}
.contentDatFooter ul{
	list-style: none;
}
.contentDatFooter a{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
}
.contentDatFooter a img{
	margin-right: 9px;
}
.contentDatFooter a img.img3Ul3{
	margin-right: 6px;
}
.contentDatFooter .dirDat{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 21px;
	background: url("../images/iconos/icoDir.png") no-repeat;
	background-position: 0px 6px;
}
#redes2{
	position: relative;
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #68b936;
	text-align: center;
	margin-right: 6px;
	font-size: 20px;
}
#redes2 a img{
	margin-right: 0px !important;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}
.itemDat1{
	width: calc(33.333%  - 10px);
	margin-right: 15px;
}
.itemDat2{
	width: calc(33.333%  - 10px);
	margin-right: 15px;
}
.itemDat3{
	width: calc(33.333%  - 10px);
	margin-right: 0px;
}
.itemDat4{
	width: calc(66.666%  - 10px);
	margin-right: 15px;
	margin-top: 35px;
}
.itemDat5{
	width: calc(33.333%  - 10px);
	margin-right: 0px;
	margin-top: 35px;
}
#footer .contentFooter{
	background: #00ba1e; 
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#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: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	float: left;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}
#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 1px #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: 500px;
	margin-top: 135px;
}
#sliderTop .slides li{
	height: 500px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.imgSlider{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderP{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0px;
}
.textoSlider{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
	text-align: center;
}
.textoSlider .text1P{
	font-weight: 900;
	font-size: 30px;
	padding-bottom: 9px;
	text-transform: uppercase;
	text-shadow: 3px -4px 5px rgba(0, 0, 0, 0.45);
}
.textoSlider .text2P{
	font-weight: 300;
	font-size: 28px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	background: rgba(0, 186, 30, 0.8);
}
.textoSlider .text2P strong{
	font-size: 30px;
	font-weight: 900;
}
.textoSlider .text2P::before,.textoSlider .text2P::after{
	content: '';
	position: absolute;
	top: 0;
	left: -1000px;
	width: 1000px;
	height: 100%;
	background: rgba(0, 186, 30, 0.8);
}
.textoSlider .text2P::after{
	left: auto;
	right: -1000px;
}
.logoslider{
	display: block !important;
	position: absolute;
	bottom: 23px;
	left: 15px;
}
.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	background: url(../images/icoWha.png) center center no-repeat;
	background-size: contain;
	width: 303px;
	height: 92px;
	position: fixed;
	bottom: 42px;
	right: 10px;
	z-index: 5
}
#icoWa.en{
	background: url(../images/icoWhaen.png) center center no-repeat;
	background-size: contain;
}
#textHome1{
	background: #eaeaea;
	position: relative;
}
#textHome1::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	background: url("../images/inicio/shadow.png") center bottom no-repeat;
	background-size: auto;
}
#textHome1 .flexCarouselHome ul li {
	width: auto !important;
}
.flexCarouselHome{
	padding: 40px 96px 40px 83px;
}
.cntHome1{
	height: 85px;
	display: flex;
	align-items: center;
	background: #eaeaea;
}
.logoMix4{
	mix-blend-mode: multiply;
}
#textHome1 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 10;
}
#textHome1 .bx-wrapper .bx-prev {
    left: -102px;
    background: url(../images/inicio/carousel/n1.png) center no-repeat;
}
#textHome1 .bx-wrapper .bx-next {
    right: -113px;
    background: url(../images/inicio/carousel/n2.png) center no-repeat;
}
#textHome2{
	position: relative;
}
#textHome2::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 12px;
	background: url("../images/inicio/shadow.png") center bottom no-repeat;
	background-size: auto;
	z-index: 2;
}
.contentHome2{
	display: flex;
	align-items: center;
	position: relative;
	height: 675px;
}
.contentHome2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 962px;
	height: 100%;
	background: url("../images/inicio/img1.webp") center no-repeat;
	background-size: cover;
}
.itemHome2{
	position: relative;
	z-index: 2;
}
.titleHome2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding: 11.5px 38px 11.5px 0px;
	background: #004754;
	position: relative;
	border-top: solid 16px #fff;
	border-bottom: solid 16px #fff;
	border-right: solid 16px #fff;
}
.titleHome2::before{
	content: '';
	position: absolute;
	top: 0;
	left: -87px;
	width: 87px;
	height: 100%;
	background: #004754;
}
.textHome2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 28px;
	max-width: 300px;
}
.btnIrAProductos{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 279px;
	height: 44px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background: #004754;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0px;
	text-align: center;
	border: solid 2px #004754;
}
.btnIrAProductos:hover,.btnIrAProductos:focus{
	text-decoration: none;
	color: #004754;
	background: transparent;
}
#textHome3{
	background: url("../images/inicio/bg1.webp") center no-repeat;
	background-size: cover;
}
.contentHome3{
	height: 616px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-left: 386px;
}
.contentHome3::before{
	content: '';
	position: absolute;
	top: calc(50% - 202.5px);
	right: calc(100% - 264px);
	width: 525px;
	height: 405px;
	background: url("../images/inicio/img2.webp") center no-repeat;
	background-size: cover;
}
.titleHome3{
	background: url("../images/inicio/tit1.webp") center no-repeat;
	background-size: cover;
	border: 0px;
}
.titleHome3::after{
	content: '';
	position: absolute;
	top: 0;
	right: -1000px;
	width: 1000px;
	height: 100%;
	background: url("../images/inicio/tit1.webp") center no-repeat;
	background-size: cover;
}
.titleHome3::before{
	content: '';
	position: absolute;
	top: -16px;
	left: -175px;
	width: 175px;
	height: calc(100% + 32px);
	background: url("../images/inicio/tit1.webp") center no-repeat;
	background-size: cover;
	border-top: solid 16px #fff;
	border-bottom: solid 16px #fff;
	border-left: solid 16px #fff;
}
html[data-lang="en"] body .titleHome3::before{
	width: 230px;
	left: -230px;
}
.textHome3{
	color: #3e3e3e;
}
.btnIrAProductos2{
	border:solid 2px #00BA1E;
	background: #00BA1E;
}
.btnIrAProductos2:hover,.btnIrAProductos2:focus{
	color: #00BA1E;
}
#textHome4{
	display: flex;
	padding: 32px 28px 0 28px;
	align-items: center;
	justify-content: center;
}
.itemHome4{
	width: calc(25% - 22.5px);
	margin-right: 30px;
	margin-bottom: 32px;
}
.itemHome4:last-child{
	margin-right: 0px;
}
#textHome5{
	background: #00BA1E;
	position: relative;
}
.contentHome5{
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0px;
}
.itemHome5a{
	width: 349px;
	height: 117px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 45px;
}
.itemHome5b{
	width: calc(100% - 349px);
	position: relative;
	height: 117px;
	font-size: 21px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 90px;
}
.itemHome5b.Services{
	font-size: 18px;
}
.itemHome5b div{
	position: relative;
	z-index: 2;
}
.itemHome5b::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1166px;
	height: 100%;
	background: url("../images/inicio/tit2.webp") left center no-repeat;
	background-size: cover;
}
.contentHome6{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 12px;
	padding-right: 18px;
	padding-top: 114px;
	padding-bottom: 102px;
}
.itemHome6{
	width: 200px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}
.itemHome6 figure img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#formTop{
	position: relative;
	padding-bottom: 65px;
	padding-top: 80px;
}
#formTop::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 12px;
	background: url("../images/inicio/shadow.png") center bottom no-repeat;
	background-size: auto;
	z-index: 2;
}
#frmContacto{
	overflow: hidden;
}
.titleC1{
	line-height: 35px;
	color:#114463;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 20px;
}
.titleC1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 18.5px);
	width: 37px;
	height: 5px;
	background: #114463;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 28px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6.5px;
}
#frmContacto .form-group{
	margin-bottom: 12px
}
#frmContacto .form-control{
	display: block;
	height: 52px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #b0b0b0;
	padding-left: 12px;
	border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#frmContacto .textarea{
	height: 114px;
	padding-top: 16px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block;
	height:42px;
	background: #00BA1E;
	color:#ffffff;
	text-transform:none;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	width: 266px;
	text-align: center;
	font-weight: 300;
	margin-top: 28px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
#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:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; 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;
}
.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 16px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 8px;
}
#dirMap{
	background: url("../images/contacto/bg.png") center top no-repeat;
	background-size: cover;
	padding: 25px 0;
}
#dirMap .tit{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}
#dirMap .tit img{
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: 5px;
}
.mapC{
	height: 350px;
}

#textProducto0{
	padding-top: 87px;
	padding-bottom: 84px;
	position: relative;
}
#textProducto0::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	background: url("../images/inicio/shadow.png") center bottom no-repeat;
	background-size: auto;
}
#textProducto1{
	background: url("../images/productos/bg1.webp") center no-repeat;
	background-size: cover;
}
#textProducto1 .container h1{
	height: 116px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Lato', sans-serif;
	font-size: 45px;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	position: relative;
}
#textProducto1 .container h1 strong{
	font-weight: 900;
}
#textProducto1 .container h1 div{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 232px;
}
#textProducto1 .container h1::before{
	content: '';
	position: absolute;
	top: -14px;
	right: 0;
	width: 1500px;
	height: 144px;
	background: #00BA1E;
	z-index: 1;
	clip-path: polygon(100% 0px, calc(100% - 109px) 100%, 0% 100%, 0 0);
}
#textProducto2{
	padding-bottom: 0px;
}
#textProducto2 .row{
	margin: 0 -40px;
}
#textProducto2 div[class*="col-"]{
	padding: 0 40px;
	margin-bottom: 74px;
}
.contentProducto{
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}
.contentProducto img{
	border-top-left-radius: 35px;
}
.titleProduto{
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	background: #00BA1E;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	border-bottom-right-radius: 35px;
}
#textProducto2 div[class*="col-"]:nth-child(2) .titleProduto,
#textProducto2 div[class*="col-"]:nth-child(3) .titleProduto,
#textProducto2 div[class*="col-"]:nth-child(6) .titleProduto,
#textProducto2 div[class*="col-"]:nth-child(7) .titleProduto,
#textProducto2 div[class*="col-"]:nth-child(10) .titleProduto,
#textProducto2 div[class*="col-"]:nth-child(11) .titleProduto{
	background: #00426A;
}
#textProy1{
	background: url("../images/proyectos/title1.webp") top center no-repeat;
	background-size: cover;
}
#textProy1 h1{
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
}
.textProy2{
	position: relative;
	margin-top: 78px;
}
.contentProy2{
	height: 474px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.contentProy2::before{
	content: '';
	position: absolute;
	top: 0;
	width: 960px;
	height: 100%;
	right: 50%;
	z-index: 0;
}
.contentProy2::after{
	content: '';
	position: absolute;
	bottom: -19px;
	width: 960px;
	height: 19px;
	right: 50%;
	z-index: 0;
	background: url("../images/proyectos/shadow.png") bottom center no-repeat;
	background-size: auto;
}
.proy2{
	width: 100%;
}
.titleProyect1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	height: 109px;
	width: 731px;
	display: flex;
	align-items: center;
	padding-left: 49px;
	border:solid 16px #fff;
	background: url("../images/proyectos/title2.png") left no-repeat;
	background-size: cover;
	margin-right: -88px;
	margin-left: auto;
	margin-bottom: 50px;
}
.textoProyect1{
	padding-left: calc(50% + 41px);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #3e3e3e;
	text-align: left;
}
.textoProyect1a{
	max-width: 490px;
}
.textProy3{
	position: relative;
	margin-top: 78px;
}
.contentProy3{
	height: 474px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.contentProy3::before{
	content: '';
	position: absolute;
	top: 0;
	width: 960px;
	height: 100%;
	left: 50%;
	z-index: 0;
}
.contentProy3::after{
	content: '';
	position: absolute;
	bottom: -19px;
	width: 960px;
	height: 19px;
	left: 50%;
	z-index: 0;
	background: url("../images/proyectos/shadow.png") bottom center no-repeat;
	background-size: auto;
}
.titleProyect2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	height: 109px;
	width: 731px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	border:solid 16px #fff;
	background: url("../images/proyectos/title3.png") left no-repeat;
	background-size: cover;
	margin-left: -98px;
	margin-right: auto;
	margin-bottom: 50px;
}
.textoProyect2{
	padding-right: calc(50% + 65px);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #3e3e3e;
	text-align: left;
}
.titleProyect1a{
	width: 868px;
}
.textoProyect1b{
	max-width: 504px;
}
.titleProyect2a{
	justify-content: flex-start;
	padding-left: 80px;
}
.textoProyect2-2{
	padding-right: calc(50% + 33px);
}
.textProy5{
	margin-bottom: 74px;
}
.bgProy1::before{
	background: url("../images/proyectos/proy1.webp") center no-repeat;
	background-size: cover;
}
.bgProy2::before{
	background: url("../images/proyectos/proy2.webp") center no-repeat;
	background-size: cover;
}
.bgProy3::before{
	background: url("../images/proyectos/proy3.webp") center no-repeat;
	background-size: cover;
}
.bgProy4::before{
	background: url("../images/proyectos/proy4.webp") center no-repeat;
	background-size: cover;
}
.bgProy5::before{
	background: url("../images/proyectos/proy5.webp") center no-repeat;
	background-size: cover;
}
#textServ1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 117px;
	padding-bottom: 268px;
	position: relative;
}
#textServ1::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	background: url("../images/inicio/shadow.png") center bottom no-repeat;
	background-size: auto;
}
.itemServ1{
	width: calc(33.333% - 10px);
	margin-right: 15px;
	height: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.itemServ1:last-child{
	margin-right: 0px;
}
.itemServ1a{
	background: url("../images/servicios/serv1.webp") center no-repeat;
	background-size: cover;
}
.itemServ1b{
	background: url("../images/servicios/serv2.webp") center no-repeat;
	background-size: cover;
}
.itemServ1c{
	background: url("../images/servicios/serv3.webp") center no-repeat;
	background-size: cover;
}
.cntServ1{
	background: rgba(0, 52, 88, 0.9);
	width: 190px;
	height: 260px;
	margin-bottom: -150px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	padding-top: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
.cntServ1 img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 100px;
}
.titleServ2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18px;
	position: relative;
}
.titleServ2 strong{
	font-weight: 900;
}
.titleServ2::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 23px);
	width: 46px;
	height: 3px;
	background: #fff;
}
