@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;
}
@font-face {
	font-family: "Futura Extended";
	src: url("../fonts/futuraextended.ttf");
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-regular.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: 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: 148px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	position: relative;
	background: #fff;
	z-index: 1;
}
.contentDarkTop{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.linkDarkTop{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	color: #373737;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0px;
}
.linkDarkTop img{
	margin-right: 8px;
}
.itemDarkTop2{
	display: flex;
	align-items: center;
}
#redes{
	width: auto;
	height: 28px;
	display: flex;
	align-items: center;
	margin-left: 46px;
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#logo{
	display: flex;
	align-items: center;
	width: 200px;
	position: absolute;
	top: 42px;
	left: calc(50% - 100px);
	z-index: 2;
}
#logo:before{
	content: '';
	position: absolute;
	top: 44px;
	left: calc(50% - 125px);
	background: url(../images/banner/bglogo.png) top right no-repeat;
	background-size: contain;
	width: 250px;
	height:40px;
	z-index: -1;
}
#logo a{
	display: block;
	position: relative;
	z-index: 3;
}
#logo img{
	display: block;
	height: auto;
}

#topMenu{
	background: rgba(0, 34, 176, 0.75);
	height: 58px;
	width: 100%;
	position: relative;
}
#topMenu .container{
	text-align: center;
}
#menu{
	margin: auto;
	position: relative;
	display: inline-block;
	height: 58px;
}
#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 25px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
	padding: 0px;
}
#menu li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	height: 2px;
	width: 100%;
	background: #FF0001;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:nth-child(3){
	padding-left: 265px;
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
}
#menu li.active a::before, #menu li a:hover::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}


/*Footer*/
#datFooter{
	background: #1f1f1f;
}
.contentDatFoot{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemDat1{
	width: 220px;
	height: 292px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	border-top:solid 23px #F90000;
	border-bottom: solid 23px #F90000;
	position: relative;
}
.itemDat1::before{
	content: '';
	position: absolute;
	top: -23px;
	left: -700px;
	width: 700px;
	height: calc(100% + 46px);
	background: #fff;
	border-top:solid 23px #F90000;
	border-bottom: solid 23px #F90000;
}
.itemDat2{
	width: calc(100% - 220px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 30px;
}
.itemDat2 .tit{
	color: #607DCB;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.15px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 23px;
}
.contentDatFoot a.tel{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.25px;
	text-align: left;
}
.contentDatFoot a.mail{
	font-weight: 600;
}
.contentDatFoot a.tel img{
	margin-right: 12px;
}

#redes2{
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 9px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #152752;
	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 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: 400px;
	margin-top: 90px;
}
#sliderTop .slides li{
	height: 400px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contentSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contentSliderTop .titleCaption1{
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	padding: 4px 19px 4px 0;
	color: #001349;
	position: relative;
	text-transform: uppercase;
}
.contentSliderTop .titleCaption1 strong{
	color: #FF0000;
}
.contentSliderTop .titleCaption1:before{
	content: '';
	position: absolute;
	top: 0;
	left: -750px;
	background: #fff;
	width: 750px;
	height: 100%;
}
.contentSliderTop .titleCaption2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
	position: relative;
	text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.55);
	text-transform: uppercase;
	margin-top: 11px;
}
.contentSliderTop .titleCaption2 strong{
	display: inline-block;
	background: rgba(0, 34, 168, 0.9);
	padding: 7px 7px;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 120px;
	height: calc(100% + 1px);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #fff;
	top: auto;
	bottom: -1px;
}
#sliderTop .flex-control-nav li:first-child::before {
	display: block;
	content: "";
	position: absolute;
	left: -119px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0 100%);
}
#sliderTop .flex-control-nav li:last-child::before{
	right: -119px;
	clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0 0);
}
#sliderTop  .flex-control-nav {
	bottom: 0px;
}
#sliderTop .flex-control-nav li{
	background: #fff;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.flex-control-paging li a{
  width: 82px;
  height: 9px;
  display: block;
  background: #0022A8;
  border: 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
  background: #FF0100;
}

.flex-direction-nav a{
	width: 40px;
	height: 40px;
}
.flex-direction-nav .flex-prev {
	margin-left: -42px;
	opacity: 1;
	background: url(../images/slider/n1.png);
}
.flex-direction-nav .flex-next {
	margin-left: 2px;
	opacity: 1;
	background: url(../images/slider/n2.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	background-size: contain;
	width: 201px;
	height: 61px;
	position: fixed;
	bottom: 46px;
	right: 10px;
	z-index: 5;
}
.contentHome1{
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome1a{
	width: calc(50% + 30px);
}
.itemHome1b{
	width: calc(50% - 30px);
}
.itemHome1b img{
	margin-left: 10px;
	max-width: 100%;
}
.titleHome1{
	color: #373737;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 15px;
	position: relative;
	margin-bottom: 30px;
}
.titleHome1 strong{
	font-size: 25px;
	color: #FF0000;
}
.titleHome1::before{
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: -600px;
	width: 600px;
	height: 20px;
	background: #0022A8;
}
.home1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding-right: 44px;
}
.home1 strong{
	color: #0022a8;
}
.contentHome2{
	max-width: 1687px;
}
#textHome2{
	background: #0022A8;
	padding: 50px 15px;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1687px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome2 figure{
	margin-right: 10px;
}
.contentHome2 figure:last-child{
	margin-right: 0;
}
#textHome3{
	background: url('../images/inicio/bg1.webp') center no-repeat;
	background-size: cover;
}
.contentHome3{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 95px;
	padding-bottom: 90px;
}
.itemHome3{
	width: 50%;
	position: relative;
}
.itemHome3a img{
	max-width: 645px;
	margin-left: -165px;
	margin-right: 0;
}
.titleHome3{
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 36px;
}
.titleHome3 img{
	margin-right: 16px;
}
.titleHome3:last-child{
	margin-bottom: 0;
}
.itemHome3b::before{
	content: '';
	position: absolute;
	width: 1200px;
	left: -100px;
	height: 491px;
	top: calc(50% - 245.5px);
	background: #002EAD;
}
.home3{
	position: relative;
	z-index: 2;
}
#textHome4{
	background: url('../images/inicio/bg2.webp') center no-repeat;
	background-size: cover;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.contentHome4{
	height: 471px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	padding-top: 127px;
	text-transform: uppercase;
	text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.55);
}
.contentHome4 strong{
	font-weight: 900;
	position: relative;
}
.contentHome4 strong::before{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 6px;
	background: #FF0000;
}
.contentHome5{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -172px;
}
.itemHome5{
	width: 50%;
	padding: 0 40px;
	margin-bottom: 72px;
}
.home5{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
}
.contentHome5 img{
	margin-left: auto;
	margin-right: auto;
}
.titleHome5{
	color: #0022A8;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 21px;
	margin-bottom: 21px;
}
.home5 ul{
	list-style-image: url('../images/inicio/li.png');
}
.home5 ul li{
	margin-bottom: 19px;
}
.home5 ul li:last-child{
	margin-bottom: 0px;
}
.titleRecionados1{
	background: #F90000;
	font-family: "Futura Extended";
	font-weight: 400;
	font-size: 48px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 44px;
	padding: 46.5px 0;
	color: #ffffff;
}
.contRelacionadosNew{
	background: #f2f2f2;
	padding: 32px 27px;
}
.contentProducto2{
  background: #ffffff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 443px;
  z-index: 1;
}
.contentProducto2 figure{
	position: relative;
	height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffffff;
}
.contentProducto2 figure img{
	max-width: 100%;
	max-height: 100%;
}
.contentProducto2 figure .titleProd {
  position: absolute;
  background: rgba(0, 34, 163, 0.7);
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  padding: 13px 12px;
  display: flex;
  align-items: center;
}
.contentProducto2 figure .titleProd strong{
	text-transform: uppercase;
}
.bx-wrapper .bx-controls-direction a{
  top: 0;
  margin-top: -119px;
  outline: 0;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  z-index: 3;
}
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -378px;
  background: url(../images/inicio/prev.png?v1) center no-repeat;
}
.bx-wrapper .bx-next {
  right: auto;
  left: 50%;
  margin-left: 334px;
  background: url(../images/inicio/next.png?v1) center no-repeat;
}
#textSomos1{
	background: url('../images/somos/bg1.webp') center no-repeat;
	background-size: cover;
	margin-top: 50px;
	margin-bottom: 50px;
}
#textSomos1 .tit{
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 52px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
	color: #fff;
}
#textSomos1 .tit strong{
	font-weight: 900;
}
.contentSomos2{
	height: 546px;
	position: relative;
	padding-left: calc(50% - 156px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentSomos2::before{
	content: '';
	position: absolute;
	width: 935px;
	height: 100%;
	top: 0;
	right: calc(50% + 25px);
	background: url('../images/somos/bg2.webp?v2') center no-repeat;
	background-size: cover;
}
.contentSomos2::after{
	content: '';
	position: absolute;
	width: 899px;
	height: 18px;
	bottom: -18px;
	right: calc(50% + 36px);
	background: url('../images/somos/shadow.png') center top no-repeat;
	background-size: cover;
}
.somos2{
	position: relative;
	z-index: 2;
	width: 100%;
	border: solid 32px #fff;
	border-right: 0px;
	background: #00185A; 
	padding-left: 53px;
	height: 416px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.somos2::before{
	content: '';
	position: absolute;
	top: 0;
	right: -700px;
	width: 700px;
	height: 100%;
	background: #00185A; 
}
.titleSomos2{
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0px;
	margin-bottom: 27px;
}
.icoTitleSomos2{
	width: 73px;
}
.txtTitSomos2{
	width: calc(100% - 73px);
	padding-left: 18px;
}
.txtTitSomos2 div{
	border-bottom: solid 3px #fff;
}
#textSomos3{
	margin-top: 51px;
	margin-bottom: 50px;
}
#textSomos3 .contentSomos2{
	padding-left: 0px;
	padding-right: calc(50% - 156px);
}
#textSomos3 .contentSomos2::before{
	right: auto;
	left: calc(50% + 25px);
	background: url('../images/somos/bg3.webp?v2') center no-repeat;
	background-size: cover;
}
#textSomos3 .contentSomos2::after{
	right: auto;
	left: calc(50% + 36px);
}
#textSomos3 .somos2::before{
	right: 0;
	left: -700px;
}
#textSomos3 .somos2{
	border: solid 32px #fff;
	border-left: 0px;
	padding-left: 0px;
	padding-right: 120px;
}
#textSomos4{
	background: url('../images/somos/bg4.webp?v2') center no-repeat;
	background-size: cover;
	padding-top: 109px;
	padding-bottom: 100px;
	margin-bottom: 43px;
}
.titleSomos4{
	background: #FF2437;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 35px;
	line-height: 1;
	letter-spacing: 0px;
	margin-bottom: 70px;
	text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.35);
}
#textSomos4 ul{
	list-style-image: url('../images/somos/li.png');
	margin-left: 15px;
}
#textSomos4 ul li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 4px;
	text-align: left;
}
#textSomos4 ul li strong{
	font-weight: 800;
}
#textSomos4 ul li:last-child{
	margin-bottom: 0px;
}
.ulSomos4{
	display: flex;
	align-items: flex-start;
}
.ul1Somos4{
	padding-left: 18px;
	width: 50%;
}
.ul2Somos4{
	padding-left: 48px;
	width: 50%;
}
#textProductos2{
	margin-top: 50px;
	background: url('../images/iconos/tit.png') center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#textProducto1{
	background: #e8e8e8;
	padding-top: 80px;
}
.contentProds2{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
}
.titleProducto1{
	width: 170px;
	position: relative;
	height: 77px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.35);
}
.titleProducto1::before{
	content: '';
	position: absolute;
	right: 0;
	width: 705px;
	height: 111px;
	top: -17px;
	background: url('../images/iconos/tit2.png') center no-repeat;
	background-size: cover;
}
.titleProducto1 div{
	position: relative;
	z-index: 2;
}
.categorias{
	width: calc(100% - 170px);
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0px;
	position: relative;
}
.categorias::before{
	content: '';
	position: absolute;
	top: 0;
	right: -700px;
	width: 700px;
	height: 100%;
	background: #fff;
}
.categorias ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.categorias ul li{
	margin-right: 12px;
	position: relative;
}
.categorias ul li:last-child{
	margin-right: 0px;
}
.categorias ul li:last-child:before{
	width: 0;
	height: 0px;
}
.categorias a{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 13px;
	height: 77px;
	line-height: 77px;
	color: #2d2d2d;
	letter-spacing: 0px;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	border-radius: 0px;
	border: solid 1px transparent;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.categorias a img{
	width: 18px;
	margin-right: 5px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.categorias a img.silla{
	width: 14px;
}
.categorias a img.hover2{
	display: none;
}
.categorias a:hover,.categorias a.active{
	/*border:  solid 1px #ffffff;*/
	background: #0022A8;
	text-decoration: none;
	color: #fff;
}
.categorias a:hover img.hover1,.categorias a.active img.hover1{
	display: none;
}
.categorias a:hover img.hover2,.categorias a.active img.hover2{
	display: block;
}
.containerProds{
	max-width: 1403px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.contentProducto{
	background: #ffffff;
	border: solid 0.5px #ebebeb;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 443px;
	z-index: 1;
}
.contentProducto figure{
	height: 448px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #ffffff;
	z-index: 2;
}
.contentProducto figure img{
	max-width: 264px;
	max-height: 393px;
}
.contentProducto figure .titleProd{
	position: absolute;
	background: rgba(0, 34, 163, 0.7);
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	padding: 13px 12px;
	display: flex;
	align-items: center;
}
.contentProducto figure .titleProd strong{
	font-weight: 700;
	text-transform: uppercase;
}
#textProducto1 .row{
	margin: 0 -11px;
}
#textProducto1 div[class*="col-"]{
	margin-bottom: 76px;
	padding: 0 11px;
}

.nohayP{
	text-align: center;
	padding-bottom: 60px;
	font-size: 18px;
}
.titleCont1{
	margin-top: 88px;
	background: url(../images/contacto/tit.png) center no-repeat;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.35);
	padding: 50px 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
#textCont2{
	background: url(../images/contacto/bg1.png) center no-repeat;
	background-size: cover;
	margin-top: -50px;
	position: relative;
}
#textCont2::before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 505px;
	height: 52px;
	left: calc(50% - 252.5px);
	background: url(../images/contacto/poli.png) center no-repeat;
	background-size: cover;
}
.contentCont2{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 150px;
	padding-bottom: 146px;
	position: relative;
}
.contentCont2 .tit{
	color: #607DCB;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 11px;
	margin-bottom: 21px;
	position: relative;
}
.contentCont2 .tit::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 41px;
	height: 6px;
	background: #607DCB;
	z-index: 2;
}
.contentCont2 .tit::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.linkCont2{
	display: inline-flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}
.linkCont2 img{
	margin-right: 11px;
}
.itemCont2{
	margin-left: 60px;
	margin-right: 60px;
}
#formTop{
	position: relative;
	padding-bottom: 80px;
	padding-top: 87px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #494949;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 20px;
	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", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #a6a5a5;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 0;
	background: #e1e1e1;
	padding-left: 22px;
}
#frmContacto .textarea{
	height: 52px;
	padding-top: 19px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:33px; 
	background: #FF0002; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 99px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 28px;
}
#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;
}
.cntCap{
	display: inline-block;
	text-align: center;
	margin-top: 28px;
}
.tituloCatPrin{
	display: none;
}

