@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: 1125px;}
.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;
}
@font-face {
  font-family: "century";
  src: url("../fonts/century.ttf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
@font-face {
  font-family: 'Harrington';
  src: url("../fonts/HARRINGT.TTF");
}
@font-face {
  font-family: 'old-english-text-mt-regular';
  src: url("../fonts/OLD.ttf");
}
#header{
	width: 100%;
	z-index: 3;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.redes{
	height: 31px;
	position: absolute;
	top: 54px;
	right:15px;
	display: flex;
	align-items: center;
	margin-left: 0px;
}
.redes a{
	display: block;
	width: auto;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: solid 2px #f0bf34;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
}
.redes a:nth-child(2){
	font-size: 13px;
}
.redes a:last-child{
	margin-right: 0;
	align-items: flex-end;
	font-size: 22px;
}
.redes a:last-child .fa{
	position: relative;
	margin-bottom: -1px;
}
.redes a:hover,.redes a:focus{
	text-decoration: none;
	transform: scale(1.15);
}
.redes .fb:hover{
	background: #395398;
}
.redes .tw:hover{
	background:  #f0bf34;
}
.redes .in:hover{
	background: #f0bf34;
}

#topMenu{
	position: relative;
	width: 100%;
	height: 150px;
}
#logo{
	display: block;
	position: absolute;
	top: 21px;
	left: 15px;
	width: 116px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#menu{
	margin: auto;
	position: absolute;
	top: 0;
	right: 230px;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	display: block;
	position: relative;
	padding: 0 25px;
	float: left;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	height: 51px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 51px;
	letter-spacing: 0.5px;
	text-align: center;
}
#menu li:nth-child(1) a{
	width: 48.35px;
}
#menu li:nth-child(2) a{
	width: 67.1px;
}
#menu li:nth-child(3) a{
	width: 94.1px;
}
#menu li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    left: 0px;
    top: 0px;
    transform: scaleX(0);
    position: absolute;
    z-index: 0;
    background: #f0bf34;
    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 li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0;
	float: right;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#fff;
	font-weight: 700;
	background: none;
}
#menu li a>div{
    position:relative;
    z-index: 1;
}
#menu li.active a::before, #menu li a:hover::before, 
#menu li a:focus::before{
	transform: scaleX(1);
}
#datFooter{
	background: #313131;
	padding: 68px 0;
}
.contentDat{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contentDat .tit{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	text-align: left;
	padding-bottom: 0px;
	position: relative;
}
.contentDat .tit span{
	color: #f0bf34;
}
.contentDat ul{
	list-style: none;
}
.contentDat ul li a{
	display: inline-flex;
	align-items: center;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}
.contentDat ul li a figure{
	margin-right: 4px;
}
.contentDat .itemDat3 ul li a figure{
	margin-right: 7px;
}
.redes2 a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 50%;
	color: #343434;
	background: #ffffff;
	font-size: 24px;
}
.redes2 a .fa{
	margin-bottom: -1px;
}
.redes2 a:last-child{
	margin-right: 0;
}
.redes2 .fb:hover,.redes2 .fb:focus{
	background: #395398;
	color: #fff;
	text-decoration: none;
}
.cntItemDatb{
	display: flex;
	flex-wrap: wrap;
}
.itemDat1{
	margin-left: 0px;
	margin-right:35px;
	position:  relative;
}
.itemDat1 img{
	width: 90px;
}
.itemDat2{
	margin-right: 30px;
	position:  relative;
}
.itemDat3{
	margin-right: 35px;
	position:  relative;
}
.itemDat4{
	margin-right: 0px;
	position:  relative;
}
.btnPreguntasFoot{
	width: 320px;
	height: 30px;
	background: #e1b332;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 16.5px;
	margin-left: auto;
	margin-top: 5px;
}
.btnPreguntasFoot:hover,.btnPreguntasFoot:focus{
	color: #333;
	text-decoration: none;
	opacity: 0.85;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #e1b332;
	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;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	float: right;
	align-items: center;
	justify-content: 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: 470px;
	margin-top: 0px;
	position: relative;
}
#sliderTop .slides li{
	height: 470px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
	background-repeat: no-repeat;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url('../images/banner/shadow.webp') top center no-repeat;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 96px;
}
.sliderCntTop .caption{}
.titleCaption1{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0px;
	text-align: left;
}
.titleCaption1 strong{
	display: block;
	text-transform: uppercase;
	color: #f0bf34;
}
.titleCaption2{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	height: 70px;
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.titleCaption2 div{
	position: relative;
	z-index: 2;
}
.titleCaption2 strong{
	color: #f0bf34;
}
.titleCaption2::before{
	content: '';
	position: absolute;
	top: 0;
	left: -415px;
	height: 100%;
	width: 1510px;
	background: url('../images/banner/tit.png') center no-repeat;
	background-size: cover;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav{
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	width: auto;
	margin-left: 265px;
	bottom: 30px;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 7px 0 !important;
  margin-right: 15px;
}
#sliderTop .flex-control-nav li:last-child{
	margin-right: 0;
}
.flex-control-paging li a {
  width: 22px;
  height: 22px;
  display: block;
  background: #505050;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px transparent !important;
  border-radius:50%;
}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active{
	background: #e3be44;
}
#main{
	overflow: hidden
}
#icoWa{
	background: url('../images/icoWha.png') center no-repeat;
	background-size: contain;
	width: 200px;
	height: 60px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}
#textHome1{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
}
.contentHome1{
	height: 612px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome1{
	width: 50%;
}
.itemHome1 img{
	max-width: 553px;
	margin-left: auto;
	margin-right: -62px;
}
.itemHome1a{
	padding-right: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.itemHome1a strong{
	color: #d1ad4a;
}
.itemHome1a div + div{
	margin-top: 16px;
}
.titleHome1{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	padding-right: 65px;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
	background: #1f1a1a;
	color: #fff;
	margin-bottom: 32px;
}
.titleHome1 span{
	color: #f0bf34;
}
.titleHome1::before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	background: #1f1a1a;
}
#textHome2{
	background: #1f1a1a;
}
.contentHome2{
	height: auto;
	padding: 45px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #e1b332;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
}
.contentHome2 span{
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
}
.itemHome2 .home2{
	display: flex;
	align-items: center;
}
.itemHome2 .home2 img{
	margin-right: 13px;
}
.itemHome2c .home2 img{
	margin-right: 25px;
}
.itemHome2b{
	margin-left: 78px;
	margin-right: 0px;
	position: relative;
}
.itemHome2b::before,.itemHome2b::after{
	content: '';
	position: absolute;
	top: calc(50% - 50px);
	left: -25px;
	width: 2px;
	height: 100px;
	background: #fff;
}
.itemHome2b::after{
	right: -30px;
	left: auto;
	width: 0;
	height: 0;
}
.itemHome2c{
	margin-top: 50px;
}
#textHome3{
	padding-top: 104px;
	padding-bottom: 101px;
}
.contentHome3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.contentHome3::before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 53px);
	width: 906px;
	height: 460px;
	background: url('../images/inicio/img2.webp') center no-repeat;
	background-size: cover;
}
.itemHome3{
	width: 50%;
	padding-top: 109px;
	padding-bottom: 62px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333;
}
.titleHome3{
	background: #1f1a1a;
	position: relative;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0px;
	color: #fff;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 48px;
}
.titleHome3::before{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	height: 100%;
	width: 500px;
	background: #1f1a1a;
}
.titleHome3 span{
	color: #e1b332;
}
.contentHome3b .itemHome3{
	padding-top: 172px;
	padding-bottom: 74px;
}
.contentHome3b::before{
	right: auto;
	left: calc(50% + 53px);
	background: url('../images/inicio/vision.webp') center no-repeat;
	background-size: cover;
}
.contentHome3b .titleHome3::before{
	right: auto;
	left: -500px;
}
.itemHome3a img{
	display: none;
}
#textHome4{
	background: url('../images/inicio/fondo2.webp') center no-repeat;
	background-size: cover;
}
.home4a{
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}
.home4a::before{
	content: '';
	position: absolute;
	left: calc(50% + 97px);
	top: 50px;
	width: 860px;
	height: 406px;
	background: url('../images/inicio/img4.webp') center no-repeat;
	background-size: cover;
}
.titleHome4{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 37px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 56px;
}
.titleHome4 span{
	color: #e1b332;
}
#textHome4 ul{
	list-style-image: url('../images/inicio/li.png');
	margin-left: 27px;
	max-width: 420px;
}
#textHome4 ul li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1px;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}
#textHome4 ul li:last-child{
	margin-bottom: 0px;
}
#textHome4 ul li strong{
	text-transform: uppercase;
	color: #e1b332;
}
#textHome4 ul li strong.strong2{
	text-transform: none;
}
#textHome4 ul.ul2{
	max-width: 350px;
	margin-right: 0;
	margin-left: auto;
}
.home4b{
	padding-top: 0px;
	padding-bottom: 105px;
	position: relative;
}
.home4b::before{
	content: '';
	position: absolute;
	left: -290px;
	top: 0px;
	width: 609px;
	height: 385px;
	background: url('../images/inicio/img5.webp') center no-repeat;
	background-size: cover;
}
#textHome5{
	background: #1f1a1a;
	margin-top: 70px;
	margin-bottom: 53px;
}
#textHome5 .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	padding: 45px 0;
}
#textHome5 .tit span{
	color: #e1b332;
}
.home6a{
	padding-top: 50px;
	padding-bottom: 75px;
	position: relative;
}
.home6a::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 12px);
	height: 444px;
	width: 971px;
	background: url('../images/inicio/img6.webp') center no-repeat;
	background-size: cover;
}
#textHome6 ul{
	list-style-image: url('../images/inicio/li2.png');
	margin-left: 25px;
	max-width: 700px;
	position: relative;
	z-index: 2;
}
#textHome6 ul li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.1px;
	color: #333333;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 23px;
}
#textHome6 ul li:last-child{
	margin-bottom: 0;
}
.home6b{
	position: relative;
	padding-top: 65px;
	padding-bottom: 41px;
}
#textHome6 ul.ul2{
	max-width: 640px;
	margin-right: 5px;
	margin-left: auto;
}
.home6b::before{
	content: '';
	position: absolute;
	top: -177px;
	left: -500px;
	height: 598px;
	width: 533px;
	background: url('../images/inicio/img7.webp') center no-repeat;
	background-size: cover;
}
#textHome7{
	background: #1f1a1a;
	padding-top: 71px;
}
.cntHome7{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome7{
	margin-right: 20px;
	flex: 1;
}
.itemHome7:last-child{
	margin-right: 0;
}
.titleHome7{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	padding-top: 53px;
	padding-bottom: 43px;
}
.titleHome7 strong{
	font-size: 18px;
	font-weight: 800;
	color: #f0bf34;
}
.titleHome7 strong.strong1{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff;
}
.titleHome7 img{
	margin-right: 21px;
}
#textHome8{
	padding-top: 114px;
	padding-bottom: 111px;
}
.contentHome8{
	background: rgba(31, 26, 26, 0.1);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	padding-left: 46px;
	padding-top: 54px;
	padding-bottom: 44px;
	position: relative;
}
.contentHome8 strong{
	color: #e9b932;
	font-weight: 800;
	font-size: 20px;
}
.titleHome8{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	background: #1f1a1a;
	color: #fff;
	position: relative;
	margin-bottom: 42px;
}
.titleHome8 span{
	color: #e1b332;
}
.titleHome8 strong{
	font-size: 45px;
	font-weight: 400;
	color: #f0bf34;
}
.titleHome8::before{
	content: '';
	position: absolute;
	top: 0;
	left: -600px;
	width: 600px;
	height: 100%;
	background: #1f1a1a;
}
.imghome8{
	position: absolute;
	top: -67px;
	right: -55px;
	width: 265px;
}
#textServ1{
	background: url('../images/servicios/tit.png') center no-repeat;
	background-size: cover;
	padding: 23px 0px;
}
.titleServ1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemServ1a{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	width: 260px;
}
.itemServ1a span{
	color: #f0bf34;
}
.itemServ1b{
	width: calc(100% - 260px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
}
.itemServ1b strong{
	color: #f0bf34;
	text-transform: uppercase;
}
#textServ2{
	padding-top: 74px;
}
#textServ2 .row{
	margin: 0 -10px;
}
#textServ2 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 74px;
	width: 50%;
}
.contentServ2{
	background: url('../images/servicios/fondo1.png') center no-repeat;
	max-width: 334px;
	height: 316px;
	border-radius: 15px;
	border: solid 5px #f0bf34;
	position: relative;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.contentServ2::before{
	content: '';
	position: absolute;
	width: calc(100% + 35px);
	left: -17.5px;
	height: 24px;
	bottom: -29px;
	background: url('../images/servicios/shadow.png') top center no-repeat;
	background-size: contain;
}
.contentServ2 figure{
	height: 199px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
}
.titleServ2{
	color: #f0bf34;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.1px;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 30px;
}
.texto1Serv2{
	padding: 0 17px;
}
.titleServ2-1{
	margin-bottom: 8px;
}
.titleServ2-4{
	margin-bottom: 10px;
}
#textServ3{
	background: url('../images/servicios/fondo2.webp') center no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 93px;
}
#textServ3 .serv3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 0.1px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 90px;
}
#textServ3 .serv3 strong{
	color: #f0bf34;
	text-transform: uppercase;
}
#textServ3 .serv3 span{
	display: block;
}
#textServ3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 569px;
	height: 59px;
	border-radius: 28px;
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.1px;
	background: #f0bf34;
}
#textServ3 a img{
	margin-left: 10px;
}
#textServ3 a:hover,#textServ3 a:focus{
	text-decoration: none;
}
.contentServ4{
	padding-left: 427px;
	padding-top: 138px;
	padding-bottom: 60px;
	position: relative;
}
.contentServ4::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -415px;
	width: 828px;
	height: 493px;
	background: url('../images/servicios/img1.webp') center no-repeat;
	background-size: cover;
}
.titleServ4{
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #212121;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 110px;
	position: relative;
	z-index: 2;
}
span.span1-c{
	color: #e1b332;
}
span.span2-c{
	color: #f0bf34;
}
.serv4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}
.serv4 strong{
	font-weight: 800;
	color: #f0bf34;
}
.itemServ4{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.itemServ4 img{
	margin-right: 20px;
}
.itemServ4:last-child{
	margin-bottom: 0;
}
#textServ5{
	margin-top: 87px;
}
#textServ6{
	background: url('../images/servicios/fondo3.png') center no-repeat;
	background-size: cover;
	padding: 23px 0px;
	position: relative;
	margin-bottom: 35px;
}
#textServ6::before{
	content: '';
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	height: 17px;
	background: url('../images/servicios/shadow2.png') center no-repeat;
}
.itemServ6a{
	width: 50%;
}
.itemServ6b{
	width: 50%;
	font-size: 13px;
}
.itemServ6b strong{
	font-weight: 800;
	text-transform: none;
}
#textServ7{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemServ7{
	margin-bottom: 30px;
	margin-right: 20px;
	width: calc(50% - 10px);
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}
.itemServ7:nth-child(2n + 2){
	margin-right: 0;
}
.itemServ7-1{
	background: url('../images/servicios/fondo4.png') center no-repeat;
	background-size: cover;
}
.itemServ7-2{
	background: url('../images/servicios/fondo5.png') center no-repeat;
	background-size: cover;
}
.itemServ7-3{
	background: url('../images/servicios/fondo6.png') center no-repeat;
	background-size: cover;
}
.itemServ7-4{
	background: url('../images/servicios/fondo7.png') center no-repeat;
	background-size: cover;
}
.serv7{
	max-width: 712px;
}
.titleServ7{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-bottom: 18px;
}
#textServ8{
	background: #efefef;
	padding-top: 58px;
	padding-bottom: 80px;
}
.titleServ8{
	width: calc(100% + 64px);
	margin-left: -32px;
	background: #1f1a1a;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #fff;
	line-height: normal;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 94px;
	padding: 6px 15px;
}
.contentServ8{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.itemServ8a{
	width: calc(50% + 23px);
}
.itemServ8b{
	width: calc(50% - 23px);
}
.contentServ8 ul{
	list-style-image: url('../images/servicios/li.png');
	margin-left: 23px;
}
.contentServ8 ul li{
	padding-left: 17px;
	margin-bottom: 55.3px;
}
.contentServ8 ul li:last-child{
	margin-bottom: 0px;
}
.contentServ8 ul li strong{
	color: #dcaf30;
}
.imgServ8{
	max-width: 845px;
	margin-left: 76px;
}
#textServ9{
	background: url('../images/servicios/fondo8.webp?v2') center no-repeat;
	background-size: cover;
	padding-top: 74px;
	padding-bottom: 57px;
}
.titleServ9{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 64px;
}
.bgNegroServ9{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 22px;
	min-height: 184px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}
.bgNegroServ9 strong{
	color: #dcb032;
}
.bgNegroServ9-mb{
	margin-top: 19px;
	margin-bottom: 39px;
}
#textServ10{
	max-width: 1590px;
	padding: 48px 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemServ10{
	margin-right: 15px;
	width: calc(14.28% - 13px);
	height: 176px;
	background: #f1f1f1;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemServ10:last-child{
	margin-right: 0px;
}
.itemServ10 img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.itemServ10 img.mix{
	mix-blend-mode: multiply;
}

#formTop{
	position: relative;
	padding-bottom: 67px;
	padding-top: 70px;
}
#formTop::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url('../images/contacto/shadow.png') center bottom no-repeat;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	background: #212121;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 71px;
	padding: 4px 15px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -7.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 7.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: 'Arial', sans-serif;
	font-size: 13.47px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border-radius: 0;
	background: #f0f0f0;
	padding-left: 13px;
	border: 0;
}
#frmContacto .textarea{
	height: 114px;
	padding-top: 13px;
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:48px; 
	background: #212121; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Open Sans', sans-serif; 
	font-size:18px;
	width: 109px;
	text-align: center;
	font-weight: 600;
	border-radius: 4px;
	margin-top: 25px;
}
#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:#949494; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#949494; 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: 18px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}
#textContacto2{
	background: #000000;
	padding-top: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemContacto2{
	width: calc(25% - 24px);
	margin-bottom: 38px;
	margin-right: 32px;
}
.itemContacto2:nth-child(4n + 4){
	margin-right: 0;
}
#textContacto3{
	padding: 76px 15px;
}
#textContacto3 a{
	background: #f0bf34;
	display: flex;
	max-width: 1313px;
	height: 108px;
	border-radius: 54px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #404040;
}
#textContacto3 a img{
	margin-left: 25px;
}
#textContacto3 a:hover,#textContacto3 a:focus{
	text-decoration: none;
	opacity: 0.8;
}
.cntCheks{
	height: 52px;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	padding-left: 13px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #949494;
	font-size: 13.42px;
	letter-spacing: 0px;
}
.cntCheks label{
	font-weight: 400;
}
.cntCheks label i{
	font-style: normal;
}
.itemChek1a{
	margin-right: 120px;
}
.label1c{
	margin-right: 48px;
}
.itemChek1b{
	margin-right: 31px;
}
.label2c{
	margin-right: 22px;
}
.cntCheks input[type="checkbox"]{
  bottom: 2px;
  width: 20px;
  height: 20px;
  margin-left: 2px;
}