@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: 1126px;}
.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: 155px;
	position: absolute;
	top: 0;
	left: 0;
}
#topMenu{
	height: auto;
	width: 100%;
}
#logo{
	display: block;
	width: 265px;
	position: absolute;
	top: 30px;
	left: 15px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#menu{
	margin: auto;
	position: absolute;
	left: 13px;
	top: 172px;
	height: 257px;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: none;
	position: relative;
	padding:  7.5px 0px;
}
#menu li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: none;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	padding: 0;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
#menu li a figure{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 6px;
}
#menu li a figure img.hover2{
	display: none;
}
#menu li:nth-child(1) a{
	width: 333px;
	clip-path: polygon(0px 0px, 0% 100%, 322px 97.50%, 100% 0px);
}
#menu li:nth-child(2) a{
	width: 316px;
	clip-path: polygon(0px 0px, 0% 100%, 306px 97.50%, 100% 0px);
}
#menu li:nth-child(3) a{
	width: 299px;
	clip-path: polygon(0px 0px, 0% 100%, 289px 97.50%, 100% 0px);
}
#menu li:nth-child(4) a{
	width: 283px;
	clip-path: polygon(0px 0px, 0% 100%, 272px 97.50%, 100% 0px);
}
#menu li:nth-child(5) a{
	width: 268px;
	clip-path: polygon(0px 0px, 0% 100%, 256px 97.50%, 100% 0px);
}
#menu li:first-child{
	padding-top: 0px;
}
#menu li:last-child{
	float: none;
	padding-bottom: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#00b1ff;
	font-weight: 500;
	background: #fff;
}
#menu li.active a figure, #menu li a:hover figure, #menu li a:focus figure{
	background: #fff;
	border:  solid 3px #00b1ff;
}
#menu li.active a figure img.hover1, #menu li a:hover figure img.hover1, #menu li a:focus figure img.hover1{
	display: none;
}
#menu li.active a figure img.hover2, #menu li a:hover figure img.hover2, #menu li a:focus figure img.hover2{
	display: block;
}
#darkTop .datos-user{
	position: absolute;
	top: 458px;
	left: 23px;
	height: 133px;
	display: flex;
	align-items: center;
}
#darkTop .datos-user a.telefono{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
#darkTop .datos-user a.telefono img{
	margin-right: 16px;
}
.redes{
	height: 34px;
	position: absolute;
	bottom: -56px;
	left: -8px;
	display: flex;
	align-items: center;
	margin-left: 0px;
}
.redes .fa{
	display: none;
}
.redes a{
	display: block;
	width: auto;
	margin-right: 12px;
}
.redes a:last-child{
	margin-right: 0;
}
.redes a:hover,.redes a:focus{
	text-decoration: none;
	opacity: 0.9;
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #272727;
	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: 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: 766px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 766px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-right-radius: 160px;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}
.sliderCntTop::before{
	content: '';
	position: absolute;
	top: 0;
	left: -411px;
	width: 822px;
	height: calc(100% + 2px);
	background: url('../images/banner/slbg2.png') center top 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 li {
  background: transparent;
  padding: 7px 2.5px;
}
.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: rgba(255,255,255,0.2);
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px transparent !important;
  border-radius: 0px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
    margin-left: 0px;
  position: absolute;
  bottom: 22px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -9999%;
  left: 50%;
}
.flex-direction-nav .flex-next {
  background: url('../images/slider/next.png') right top no-repeat;
  left: auto;
  left: 50%;
  margin-left: 322px;
}
.flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png') left top no-repeat;
  margin-left: 270px;
}

#main{
	overflow: hidden
}
#icoWa{
	background: url('../images/icoWha.png') center no-repeat;
	background-size: contain;
	width: 180px;
	height: 65px;
	position: fixed;
	bottom: 85px;
	right: 0px;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}
#bodySeccion{
	background: url('../images/bgbody.jpg') center top no-repeat;
	background-size: cover;
	background-position-y: -6px;
}
#textHome1{
	padding-top: 75px;
}
.contentHome1{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #2a2a2a;
	text-align: left;
	padding-right: 0;
	padding-top: 9px;
	padding-bottom: 13px;
}
.contentHome1 .home1{
	padding-right: 41px;
}
.contentHome1 strong{
	color: #004077;
}
.titleHome1{
	display: flex;
	align-items: center;
	color: #004077;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 7px;
	margin-bottom: 12px;
}
.titleHome1 span{
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
	position: relative;
		margin-right: 9px;
}
.titleHome1 span::before{
	content: '';
  background-color: rgb(255, 255, 255);
  opacity: 0.251;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 652px;
  height: 4px;
  z-index:1;
}
.contentHome1::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 50%;
	background: url('../images/inicio/img1.webp') center no-repeat;
	background-size: cover;
}
#textHome2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 75px;
	padding-bottom: 20px;
}
.itemHome2a{
	height: 438px;
	width: calc(50% - 25px);
	margin-right: 50px;
	position: relative;
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
	border-top-right-radius: 110px;
	border-bottom-right-radius: 110px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome2b{
	height: 438px;
	width: calc(50% - 25px);
	position: relative;
	background: url('../images/inicio/fondo2.webp') center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	border-top-left-radius: 110px;
	border-bottom-left-radius: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mision{
	background: rgba(22,22,22,0.8);
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	padding: 11px 10px 12px 10px;
}
.titleHome2{
	color: #00b5f8;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-bottom: 12px;
}
.textoMision{
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 663px;
	margin-right: auto;
	margin-left: auto;
}
.textoVision{
	max-width: 675px;
	font-size: 13px;
}
#textHome3{
	background: url('../images/inicio/fondo3.webp') center no-repeat;
	background-size: cover;
	padding-top: 72px;
	padding-bottom: 68px;
}
#textHome3 .row{
	margin-right: 0 -10px;
}
#textHome3 .row div[class*="col"]{
	padding: 0 10px;
}
.contHome3{
	max-width: 244px;
	margin-right: auto;
	margin-left: auto;
}
.contHome3 img{
	margin-right: auto;
	margin-left: auto;
}
.contHome3 figcaption{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: center;
	margin-top: 27px;
}
#textHome4{
	padding: 60px 15px;
}
.contentHome4{
	max-width: 1795px;
	margin-right: auto;
	margin-left: auto;
}
.contentHome4 .row{
	margin: 0 -15px;
}
.contentHome4 div[class*="col-"]{
	padding: 0 15px;
}
.contentHome4 img{
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
#textEmpresa1a{
	padding-top: 31px;
	padding-bottom: 31px;
}
#textEmpresa1{
	background: url('../images/empresa/fondo1.webp?v1') center no-repeat;
	background-size: cover;
}
.contentEmpresa1{
	padding-left: 50%;
	height: 519px;
	display: flex;
	align-items: center;
}
.imgEmpresa1a{
	display: none;
}
.empresa1{
	padding-left: 30px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #2a2a2a;
  text-align: left;
}
.empresa1 strong {
  color: #004077;
}
.titleEmpresa1{
	font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #004077;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}
.titleEmpresa1::before {
  content: '';
  background-color: rgb(255, 255, 255);
  opacity: 0.251;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 930px;
  height: 4px;
  z-index: 1;
}
#textEmpresa2{
	padding: 0 15px;
}
.contentEmpresa2{
	max-width: 1825px;
	margin-right: auto;
	margin-left: auto;
	background: url('../images/empresa/fondo2.webp') center no-repeat;
	background-size: cover;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px 39px;
	border-radius: 70px;
}
.itemEmpresa2{
	margin-right: 10px;
}
.itemEmpresa2:last-child{
	margin-right: 0px;
}
.img1empresa2{
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
}
.img4empresa2{
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;
}
#textEmpresa3{
	padding-top: 94px;
	padding-bottom:94px;
}
.contentEmpresa3{
	display: flex;
	align-items: center;
	position: relative;
}
.contentEmpresa3::before{
	content: '';
	position: absolute;
	top: 0;
	left: -270px;
	width: 270px;
	height: 100%;
	background: #f3f2f2;
	clip-path: polygon(64px 0px, 0% 100%, 100% 100%, 100% 0px);
}
.titleEmpresa3{
	background: #f3f2f2;
	width: 797px;
	height: 217px;
	display: flex;
	align-items: center;
	margin-right: 0px;
	position: relative;
	z-index: 2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #2a2a2a;
	text-align: left;
}
.titleEmpresa3 strong {
  color: #004077;
  font-size: 24px;
  text-transform: uppercase;
}
.figureEmpresa3{
	position: relative;
}
.figureEmpresa3::before{
	content: '';
	position: absolute;
	width: 310px;
	height: 310px;
	top: calc(50% - 155px);
	left: calc(50% - 155px);
	background: #f3f2f2;
	border-radius: 50%;
}
.figureEmpresa3 img{
	position: relative;
	z-index: 1;
}
#textEmpresa4{
	background: url('../images/empresa/fondo3.webp') center no-repeat;
	background-size: cover;
	padding-top: 121px;
	padding-bottom: 119px;
}
.contentEmpresa4{
	max-width: 970px;
	height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	border:  solid 3px #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
}

#textServ1{
	padding-top: 74px;
	padding-bottom: 24px;
}
#textServ1 .row{
	margin: 0 -10px;
}
#textServ1 div[class*="col-"]{
	padding: 0 10px;
	margin-bottom: 50px;
}
.contServicios1{
	position: relative;
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}
.contServicios1 figure{
	position: relative;
}
.contServicios1 figure::before{
	content: '';
	position: absolute;
	bottom: -9px;
	width: 100%;
	height: 9px;
	background: url('../images/servicios/shadow.png') center bottom no-repeat;
	background-size: cover;
}
.iconoServ1{
	position: absolute;
	bottom: -59px;
	left: calc(50% - 59px);
	width: 118px;
	height: 118px;
	background: #f3f2f2;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.bgServ1{
	background: #f3f2f2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #2a2a2a;
	text-align: center;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 85px;
	padding-bottom: 20px;
}
.bgServ1 strong{
  color: #004077;
  font-weight: 500;
}
.titleServ1{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.1px;
	text-align: center;
	color: #004077;
	line-height: 30px;
	padding-bottom: 30px;
	margin-bottom: 18px;
	position: relative;
}
.titleServ1::before{
	content: '';
	position: absolute;
	height: 7px;
	width: 210px;
	bottom: 0;
	left: calc(50% - 105px);
	background: #004077;
}
.borderServ1{
	width: 100%;
	height: 11px;
	background: url('../images/servicios/borde.png') center no-repeat;
	background-size: cover;
}
#textServ2{
	background: url('../images/servicios/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-top: 116px;
	padding-bottom: 111px;
}
.imgserv2 {
  position: absolute;
  top: -15px;
  left: -244px;
  z-index: 2;
  width: 390px;
}
.contentServ2{
	margin-left: 124px;
	width: 1103px;
	height: 392px;
	background: url('../images/servicios/fondo2.png') center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 101px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	color: #fff;
	letter-spacing: 0px;
	text-align: left;
}
.contentServ2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 7px;
	background: #000;
}
.contentServ2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 2px;
	height: 100%;
	width: 13px;
	background: url('../images/servicios/shadow2.png') center no-repeat;
	background-size: cover;
	z-index: 1;
}
.contentServ2 ul{
	list-style-image: url('../images/servicios/li.png');
	margin-left: 18px;
}
.contentServ2 ul li{
	margin-bottom: 15px;
}
.contentServ2 ul li:last-child{
	margin-bottom: 0px;
}
.cntServ2{
	display: flex;
	align-items: flex-start;
}
.itemUl1Serv2{
	margin-right: 30px;
	max-width: 200px;
}
.itemUl2Serv2{
	max-width: 280px;
}
.titleServ2{
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 29px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  padding-bottom: 11px;
  margin-bottom: 28px;
  position: relative;
}
.titleServ2::before{
	content: '';
	position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  left: -12px;
  bottom: 0;
  height: 4px;
  width: 1014px;
}
#textServ3{
	background: url('../images/servicios/fondo3.png') center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
#textServ3 .tit{
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 41px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
 	text-align: center;
}

#textMarca1{
  background:  #004077;
  width: 100%;
  margin-top: 61px;
  position: relative;
  margin-bottom: 61px;
}
#textMarca1::before{
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 14px;
	background: url('../images/marcas/shadow.png') center bottom no-repeat;
	background-size: cover;
}
.contentMarca1{
	height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}
.titleMarca1{
  font-size: 33px;
  font-family: "Oswald", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 27px;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}
.cntMarca1{
  font-size: 17px;
  font-family: "OpenSans", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
}
.contentMarca2{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemMarca2{
	width: 50%;
}
.itemMarca2a{
	padding-right: 30px;
}
.itemMarca2b{
	padding-left: 5px;
}
.titleMarca2{
	background: #004077;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #fff;
	height: 64px;
	display: flex;
	align-items: center;
	padding-left: 48px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
}
.titleMarca2::before{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	width: 500px;
	height: 100%;
	background: #004077;
}
.imgMarca2Logos1{
	margin-left: 46px;
	margin-top: 20px;
	height: 269px;
}
.titleMarca2b{
	padding-left: 0;
	padding-right: 15px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.titleMarca2b::before{
	right: auto;
	left: -500px;
}
.contentMarca2b{
	margin-top: 48px;
}
.imgMarca2Logos2{
	margin-top: 27px;
	height: 209px;
}
.itemMarca2d{
	padding-left: 60px;
}
.textMarca3{
	background: url('../images/marcas/fondo1.webp') center bottom no-repeat;
	background-size: cover;
	margin-top: 46px;
}
.contMarca3{
	height: 369px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contMarca3 .tit{
	width: 924px;
	height: 81px;
	border-radius: 8px;
	background: rgba(24, 24,24, 0.8);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 33px;
	line-height: 35px;
	letter-spacing: 0.25px;
	color: #fff;
}
.textMarca4{
	background: url('../images/marcas/fondo2.png') center bottom no-repeat;
	background-size: cover;
}
.contentMarca4{
	height: 174px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemMarca4{
	margin-right: 146px;
}
.itemMarca4:last-child{
	margin-right: 0;
}
.imgMarca2Logos3{
	margin-top: 20px;
	margin-left: 49px;
	height: 250px;
}
.imgMarca2Logos4{
	margin-top: 25px;
	height: 210px;
}
#textMarca5{
	margin-top: 61px;
}
.textMarca3b{
	background: url('../images/marcas/fondo3.webp') center bottom no-repeat;
	background-size: cover;
}
.contMarca3b{
	height: 389px;
}
.itemMarca5{
	margin-right: 93px;
}
.itemMarca5:nth-child(2){
	margin-right: 73px;
}
.itemMarca5:last-child{
	margin-right: 0px;
}

#formTop{
	position: relative;
	padding-bottom: 65px;
	padding-top: 57px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 30px;
	text-align: center;
	
}
#frmContacto .tit strong{
	color: #004264;
}

#frmContacto .row{
	margin: 0 -6px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6px;
}
#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", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border-radius: 0;
	background: #ffffff;
	padding-left: 22px;
	border: solid 1px #b0b0b0;
}
#frmContacto .textarea{
	height: 114px;
	padding-top: 22px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: #004264; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Arial', sans-serif; 
	font-size:15px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 4px;
	margin-top: 30px;
}

#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:#868686; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#868686; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#868686; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#868686; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#868686; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#868686; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#868686; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#868686; 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;
}
.dirMap{
	background: #00284f;
	padding: 28.5px 0;
}
.dirMap .tit{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
}
.dirMap .tit img{
	margin-right: 3px;
	position: relative;
	top: 4px;
}
#mapC{
	height: 400px;
	width: 100%;
}
.titleContacto1{
	color: #004264;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 25px;
}
.titleContacto1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 18.5px);
	height: 5px;
	width: 37px;
	background: #004264;
}