@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: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@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: 1132px;}
.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: 84px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo{
	width: 145px;
	position: absolute;
	top: 24px;
	left: 15px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
}
#logo a:hover,#logo a:focus{
	text-decoration: none;
	cursor: pointer;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 84px;
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0px;
	height: auto;
}
#menu ul{
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
	padding: 0 7px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
#menu li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 6px;
	background: #FC0404;
	transform: scaleX(0);
	transition: all ease-in-out 0.5s;
}
#menu li a{
	display: block;
	position: relative;
	background: transparent;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height:49px;
	height: 49px;
	letter-spacing: 0px;
	text-transform: none;
	color: #1B2D33;
	padding: 0px;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0px;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #1B2D33;
	text-decoration: none;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before{
	transform: scaleX(1);
}
#redes{
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px;
	padding-top: 5px;
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}
#datFooter{
	background: #636363;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
}
.itemDat1::before{
	content: '';
	position: absolute;
	top: 0;
	left: -700px;
	width: 700px;
	height: 100%;
	background: #FC0404;
}
.itemDat1{
	width: 180px;
	display: flex;
	align-items: center;
	padding-right: 5px;
	background: #FC0404;
	height: 299px;
	position: relative;
}
.itemDat2{
	width: calc(100% - 180px);
	background: #636363;
	display: flex;
	align-items: center;
	padding-left: 33px;
}
.cntDat2{
	display: flex;
	flex-wrap: wrap;
}
.cntLogoFoot{
	background: #f5f5f5;
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	position: relative;
}
.cntLogoFoot figure{
	position: relative;
	overflow: hidden;
	max-width: 179px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.cntLogoFoot img{
	max-width: 100%;
	margin-left: -11px;
}
.cntLogoFoot::before{
	content: '';
	position: absolute;
	top: 0;
	left: -700px;
	width: 700px;
	height: 100%;
	background: #f5f5f5; 
}
.itemDat2 li,.itemDat2 a{
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fff;
}
.itemDat2 .tit{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.15px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	padding-bottom: 14px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.itemDat3 figure{
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
}
.itemDat4 figure,.itemDat5 figure{
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.itemDat4 strong{
	font-weight: 600;
}
.li2Dat4{
	margin-bottom: 30px;
}
.itemDat3{
	margin-right: 20px;
}
.itemDat4{
	width: auto;
	margin-right: 30px;
}
.itemDat5{
	width: auto;
}
.itemDat2 .tit2{
	margin-top: 34px;
}


/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #223034;
	display: flex;
	align-items: center;
	min-height: 117px;
	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;
	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: 336px;
	margin-top: 84px;
}
#sliderTop .slides li{
	height: 336px;
	position: relative;
	background-position: bottom center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 127px;
}
.caption{
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.titleCaptio1{
	position: relative;
	width: 100%;
}
.titleCaption1a{
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 25px;
	line-height: 73px;
	letter-spacing: 0px;
	color: #5f5f5f;
	text-align: left;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	text-transform: uppercase;
 	max-width: 350px;
}
.titleCaption1b{
	background: #FC0404;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 73px;
	letter-spacing: 0px;
	padding-right: 170px;
	position: relative;
}
.titleBCap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	max-width: 350px;
}
.titleCaption1b::before{
	content: '';
	position: absolute;
	top: 0;
	left: -700px;
	width: 700px;
	height: 100%;
	background: #FC0404;
}
.titleCaption1b a{
	width: 150px;
	height: 44px;
	background: #fff;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13.3px;
	line-height: 24px;
	text-align: center;
	color: #1B2D33;
}
.titleCaption1b a:hover,.titleCaption1b a:focus{
	text-decoration: none;
	background: #1B2D33;
	color: #fff;
}
.titleCaption1b1{
	margin-right: 69px;
}
.titleCaption1b2{
	max-width: calc(100% - 219px);
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.titleCaption1c{
	margin-top: 13px;
	color: #223034;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11.5px;
	line-height: 22px;
	letter-spacing: 0.1px;
	text-align: left;
	padding-right: 0px;
	max-width: 350px;
}
.imgBannerProd{
	position: absolute;
	top: 0px;
	right: 7px;
}
.imgBannerProd2{
	right: auto;
	left: 15px;
	top: 0px;
}
.sliderTops2{
	padding-right: 0px;
	padding-left: 124px;
	justify-content: flex-end;
}
.captions2 .titleCaption1a,.captions2 .titleCaption1b,
.captions2 .titleCaption1c{
	text-align: right;
}
.captions2{
	justify-content: flex-end;
}
.captions2 .titleCaption1a{
	margin-left: auto;
	margin-right: 0px;
}
.captions2 .titleBCap {
	justify-content: flex-end;
	margin-right: 0;
	margin-left: auto;
}
.captions2 .titleCaption1b::before{
	left: auto;
	right: -700px;
}
.captions2 .titleCaption1b{
	justify-content: flex-end;
	padding-right: 0;
	padding-left: 330px;
}
.captions1 .titleCaption1b1{
	margin-right: 69px;
	max-width: calc(100% - 219px);
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.captions1 .titleCaption1b2{
	width: auto;
	max-width: 100%;
}
.captions2 .titleCaption1c{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: 0;
}
#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 24px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png?v1') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png?v1') center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -360px;
}
#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: 0 1px;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 1px #1c2c34;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 50%;
  background-color: #1c2c34;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #FC0404;
  border: solid 1px #FC0404;
}
#icoWa{
	background: url('../images/icoWhatsapp.png') 0 0 no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 75px;
	z-index: 5;
	width: 190px;
	height: 58px;
	right: 20px;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#textHome1{
	padding: 46px 0;
	position: relative;
	z-index: 999;
	background: #f5f5f5;
}
.cntHome1{
	max-width: 1566px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
	border-radius: 88px;
	background: url('../images/inicio/bg1.png') center no-repeat;
	/* background-size: cover; */
}
.contentHome1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 176px;
}
.itemHome1a{
	width: calc(50% - 83px);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-right: 78px;
}
.itemHome1a strong{
	font-size: 18px;
}
.itemHome1b{
	width: calc(50% + 83px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contentHome1b{
	width: calc(50% - 10px);
	margin-right: 20px;
	position: relative;
}
.contentHome1b:last-child{
	margin-right: 0;
}
.btnHome1{
	display: flex;
	align-items: center;
	width: 100%;
	height: 72px;
	background: #fff;
	overflow: hidden;
	border-radius: 36px;
	cursor: pointer;
}
.btnHome1:hover,.btnHome1:focus{
	text-decoration: none;
}
.itemBtnHome1a{
	width: calc(100% - 40px);
	padding-right: 5px;
	padding-left: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #2A3235;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 38px;
	letter-spacing: 0px;
	text-align: left;
}
.itemBtnHome1a span{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.itemBtnHome1a img{
	margin-right: 5px;
}
.itemBtnHome1b{
	background: #FC0404;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resultadosTopografia{
	position: absolute;
	top: 75px;
	left: 7%;
	background: #484848;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 86%;
	padding-top: 38px;
	padding-bottom: 15px;
	z-index: 3;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	max-width: 618px;
	overflow-x: auto;
	display: none;
}
.contentHome1b.open .resultadosTopografia{
	display: block;
}
.closeVentana{
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #232323;
	font-size: 16px;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none;
}
.closeVentana:hover,#closeVentana:focus{
	text-decoration: none;
	background: #FF2251;
	color: #fff;
}
.resultadosTopografia ul{
	list-style: none;
}
.resultadosTopografia ul li a{
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	height: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11.5px;
}
.resultadosTopografia ul li a:hover{
	background: #FC0404;
	color: #fff;
	text-decoration: none;
}
.resultadosTopografia ul li a img{
	max-width: 20px;
	max-height: 20px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.itemListProd1{
	margin-right: 5px;
	width: 25px;
}
.itemListProd2{
	width: calc(100% - 30px);
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.titleSubCatListProd{
	display: flex;
	align-items: center;
	height: 55px;
	color: #323232;
	background: #f5f5f5;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.titleSubCatListProd figure{
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleSubCatListProd div{
	width: calc(100% - 45px);
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}

.ulListProdHome{
	margin-bottom: 15px;
}

.resultadosTopografia::-webkit-scrollbar {
    -webkit-appearance: none;
}
.resultadosTopografia::-webkit-scrollbar:vertical {
    width:10px;
}
.resultadosTopografia::-webkit-scrollbar-button:increment,.resultadosTopografia::-webkit-scrollbar-button {
    display: none;
}
.resultadosTopografia::-webkit-scrollbar:horizontal {
    height: 10px;
}
.resultadosTopografia::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}
.resultadosTopografia::-webkit-scrollbar-track {
    border-radius: 10px;  
}

#textHome2{
	padding-bottom: 13px;
	background: #f5f5f5;
}
.contentHome2{
	padding-left: 18px;
	padding-right: 15px;
}
.rowProds{
	margin: 0 -6.83px;
}
.rowProds div[class*="col-"]{
	margin-bottom: 36px;
	padding: 0 6.83px;
}
.contProds{
	max-width: 257px;
	margin-left: auto;
	margin-right: auto;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 500;
  	font-size: 14.54px;
  	line-height: 19px;
  	letter-spacing: 0px;
  	text-align: left;
}
.contProds a:hover,.contProds a:focus{
	text-decoration: none;
}
.titleCatList{
	background: #c5c5c5;
	color: #303538;
	padding: 0 14px;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	margin-bottom: 1px;
}
.titleProdList{
	color: #fff;
	font-weight: 300;
	background: #646464;
	padding: 0 14px;
	line-height: 36px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.contProds figure{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	height: 263px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: solid 1px #b8b8b8;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.contProds figure img{
	object-fit: contain;
	position: relative;
}
.bottomProdList{
	background: url('../images/inicio/titleProd.png') top left;
	background-size: cover;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 2px;
	display: flex;
	align-items: center;
	height: 46px;
}
.itemBottomProdLis1{
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemBottomProdLis2{
	font-weight: 400;
	font-size: 13.81px;
	color: #fff;
	text-align: center;
	width: calc(100% - 70px);
	justify-content: center;
}

#bajarSl{
	position: relative;
	margin-top: 84px;
}
#textProdcutos1{
	background: url('../images/productos/tit.webp') center no-repeat;
	background-size: cover;
	position: relative;
}
#textProdcutos1::before{
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('../images/productos/shadow.png') top center; 
}
#textProdcutos1 h1{
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 38px;
	letter-spacing: 0px;
}
#textProductos2{
	padding-top: 49px;
	padding-bottom: 13px;
}
.contentProducto2{
	display: flex;
	flex-wrap: wrap;
}
.sidebarLeft{
	width: 100%;
	padding-right: 0px;
}
.mainProductos{
	width: 100%;
	padding-top: 45px;
}
.titleCategorias{
	background: #646464;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 61px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.titleCategorias img{
	margin-right: 8px;
}
.sidebarLeft{
	position: relative;
}
.sidebarLeft ul{
	list-style: none;
	display: none;
	transition: all ease-in-out 0.5s;
}
.sidebarLeft ul.open{
	display: block;
}
.sidebarLeft ul li{
	margin-bottom: 1px;
}
.sidebarLeft ul li a{
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #494949;
	text-align: left;
	height: 49px;
	background: #e4e4e4;
}
.sidebarLeft ul li a figure{
	width: 52px;
	display: flex;
	align-items: center;
	justify-content: center
}
.sidebarLeft ul.ulProductosSubcat li:nth-child(2) a{
	background: #646464;
	color: #fff;
}

.sidebarLeft ul li a div{
	width: calc(100% - 52px);
}
.sidebarLeft ul li.active a,
.sidebarLeft ul li a:hover,.sidebarLeft ul li a:focus{
	text-decoration: none;
	background: #FC0404;
	color: #fff;
}
.icoHover1{
	display: block;
}
.icoHover2{
	display: none;
}
.sidebarLeft ul li.active a .icoHover1,
.sidebarLeft ul li a:hover .icoHover1,.sidebarLeft ul li a:focus .icoHover1{
	display: none;
}
.sidebarLeft ul li.active a .icoHover2,
.sidebarLeft ul li a:hover .icoHover2,.sidebarLeft ul li a:focus .icoHover2{
	display: block;
}
.sidebarLeft ul li.nohover a:hover,.sidebarLeft ul li.nohover a:focus{
	background: #646464;
}
.sidebarLeft ul li.nohover a .icoHover1{
	display: none;
}
.sidebarLeft ul li.nohover a .icoHover2{
	display: block;
}
.subcategoriasLi{
	padding-left: 10px;
}




#textServ1{
	background: url('../images/servicios/bg1.webp') center no-repeat;
	background-size: cover;
	box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.30);
}
.contServ1{
	height: 264px;
	display: flex;
	align-items: center;
}
.itemServ1a{
	width: calc(50% - 58px);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
}
.itemServ1a strong{
	font-weight: 700;
	font-size: 30px;
}
.itemServ1a div div{
	padding-left: 10px;
}
.itemServ1b{
	width: calc(50% + 58px);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
#textServ2{
	padding-top: 68px;
	padding-bottom: 44px;
}
.contentServ2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.itemServ2{
	margin-right: 45px;
	margin-bottom: 34px;
	color: #FC0404;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
}
.itemServ2 figure{
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.itemServ2 img{
	margin-bottom: 22px;
}
.itemServ2:nth-child(3n + 3),.itemServ2:last-child{
	margin-right: 0px;
}
#mainDistri1{
	background: #f5f5f5;
	padding-top: 58px;
}
#textDistri1{
	background: url('../images/exposiciones/tit.webp') center no-repeat;
	background-size: cover; 
	position: relative;
	margin-bottom: 58px;
	padding: 50px 0;
}
#textDistri1::before{
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('../images/exposiciones/shadow.png') center no-repeat;
}
.titleDistri1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}
.titleDistri1 strong{
	font-size: 25px;
	display: block;
}
#textDistri2{
	padding-bottom: 32px;
}
#textDistri2 .row{
	margin: 0 -13.75px;
}
#textDistri2 div[class*="col-"]{
	padding: 0 -13.75px;
	margin-bottom: 25px;
}
.contentDistri2{
	max-width: 349px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border:solid 7px #bdbdbd;
}
.contentDistri2 figure{
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);max-width: 294px;
}
.contentDistri2 figure img{
	position: relative;
	z-index: 0;
}
.contentDistri2 figure::before{
	content: '';
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(39, 39, 39, 0.7);
	z-index: 1;
	transition: all ease-in-out 0.5s;
}
.contentDistri2 figure::after{
	content: '';
	position: absolute;
	width: 118px;
	height: 118px;
	top: calc(50% - 59px);
	left: -100%;
	background: url('../images/exposiciones/lupa.png') center no-repeat;
	background-size: cover;
	z-index: 2;
	transition: all ease-in-out 0.5s;
}
.contentDistri2 a:hover figure::before,.contentDistri2 a:focus figure::before{
	left: 0;
}
.contentDistri2 a:hover figure::after,.contentDistri2 a:focus figure::after{
	left: calc(50% - 59px);
}
.titleCategorias2{
	font-weight: 700;
	font-size: 24px;
	text-transform: none;
	height: 75px;
}
.titleCategorias2 img {
  margin-right: 13px;
}
.rowFichas{
	margin: 0 -17.333px;
}
.rowFichas div[class*="col-"]{
	padding: 0 17.333px;
	margin-bottom: 58px;
}

.contProds2{
	position: relative;
	max-width: 175px;
	margin-left: auto;
	margin-right: auto;
}


.contProds2 a:hover,.contProds2 a:focus{
	text-decoration: none;
	opacity: 0.9;
}
.contProds2 figure{
	background: #e4e4e4;
	position: relative;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleProdList2{
	height: 26px;
	background: #545454;
	text-align: center;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 300;
  	font-size: 14px;
  	color: #fff;
}
.bottomProdList2{
  background: url('../images/icons/title.png') top left;
  background-size: cover;
  margin-top: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 46px;
}
.itemBottomProdLis1-2{
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemBottomProdLis2-2{
  font-weight: 400;
  font-size: 13.81px;
  color: #fff;
  text-align: right;
  margin-top: -5px;
  padding-right: 7px;
  width: calc(100% - 33px);
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0px;
  color: #fff;
}
#textContacto1{
	background: #f5f5f5;
	padding-bottom: 30px;
	padding-top: 49px;
}
.titleCont1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: center;
	color: #FC0404;
	padding-bottom: 14px;
	position: relative;
}
.titleCont1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 18.5px);
	width: 37px;
	height: 5px;
	background: #FC0404;
}
#formTop{
	position: relative;
	padding-bottom: 58px;
	padding-top: 0px;
	background: #f5f5f5;
	margin-top: -1px;
}
#frmContacto{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 25px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -6.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 6.5px;
}
#frmContacto .form-group{
	margin-bottom: 12px;
	position: relative;
}
#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;
	padding-left: 14px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #a6a5a5;
	box-shadow: none;
	border: solid 1px #dedede;
	position: relative;
}
#frmContacto .textarea{
	padding-top: 17px;
	height: 114px
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:48px; 
	background:#5e5e5e; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Open Sans', sans-serif; 
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0px;
	width: 109px;
	text-align: center;
	border-radius: 5px;
	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:#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;
}
.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 26px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}

#textContacto2{
	position: relative;
	padding-top: 72px;
	padding-bottom: 53px;
	background: #f5f5f5;
}
#textContacto2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #FC0404;
}
.titleMapSuc{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
.icoMap{
	width: 37px;
	height: 37px;
	background: #FC0404;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleMapC{
	height: 37px;
	display: inline-flex;
	position: relative;
	background: #545454;
	align-items: center;
	color: #fff;
	width: 198px;
	padding-left: 11px;
	padding-right: 11px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 30px;
	text-transform: uppercase;
}
.titleMapC::before{
	content: '';
	position: absolute;
	top: 0;
	right: -19px;
	width: 19px;
	height: 100%;
	background: #545454;
	clip-path: polygon(0px 0px, 0 0px, 100% 100%, 0px 100%);
}
.titleMapSuc::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 3px;
	background: #545454;
}
.titleDirMap{
	display: block;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 9px;
}
.titMapDirection{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.titleNumPhons{
	display: flex;
	align-items: center;
	padding-right: 0px;
	height: 41px;
	width: 100%;
	text-align: right;
	background: #FF2250;
	justify-content: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
}
.titleNumPhons2{
	padding-right: 0px;
}
.titleNumPhons img{
	margin-right: 5px;
}
.titleNumPhons a{
	color: #fff;
}
.mapC{
	height: 396px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
}
.titleMapSuc2{
	margin-top: 63px;
}


.titleDetalle1{
	background: #FC0404;
	margin-bottom: 59px;
}
.titleDetalle1 h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	position: relative;
}
.titleDetalle1 .tit{
	position: relative;
	padding-right: 130px;
	display: flex;
	align-items: center;
	height: 101px;
}
.btnBack{
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14.54px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	display: flex;
	align-items: center;
}
.btnBack img{
	margin-left: 8px;
}
.btnBack:hover,.btnBack:focus{
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}
.detalleProducto1{
	display: flex;
	flex-wrap: wrap;
}
.thumbfotos{
	width: calc(50% - 31px);
}
.datosDetallesP{
	width: calc(50% + 31px);
}
.visorImg{
	max-width: 520px;
	position: relative;
}
.visor{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 520px;
	height: 432px;
	position: relative;
	overflow: hidden;
}
.visor img{
	max-height: 432px;
	display: none;
}
.visor img:first-child{
	display: block;
}
.visorImg::before{
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 9px;
	background: url('../images/productos/shadow2.png') bottom center no-repeat;
	background-size: cover;
	z-index: 2;
}
.flexProducto2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 26px;
}
.itemFlexProducto2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border: solid 2px #ebebeb;
	margin-right: 12px;
	cursor: pointer;
}
.cont-flexProducto .flexProducto{
	padding: 34px 36px;
}
.thumbLiCar img{
	max-height: 100%;
}
.cont-flexProducto .flexProducto .thumbLiCar{
	border: solid 2px #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 104px;
}
.itemFlexProducto2:last-child{
	margin-right: 0;
}

.cont-flexProducto .flex-direction-nav a {
	width: 28px;
	height: 104px;
	bottom: 0px;
	opacity: 1;
	text-indent: -9999%;
	left: -34px;
}
.cont-flexProducto .flex-direction-nav .flex-prev {
	background: url(../images/slider/prev.png) left top no-repeat;
	margin-left: 0px;
}
.cont-flexProducto .flex-direction-nav .flex-next {
	background: url(../images/slider/next.png) right top no-repeat;
	left: auto;
	right: -34px;
	margin-left: 0px;
}


.titleProductoP{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: url('../images/productos/title2.png') right center no-repeat;
	background-size: cover;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 58px;
	padding-right: 80px;
	margin-bottom: 46px;
}
.logoProductoMarca{
	margin-bottom: 30px;
}
strong.titleProd{
	font-family: 'Oswald', sans-serif;
	color: #FC0404;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 18px;
	display: block;
}
.titleDescription{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	color: #616161;
	text-align: left;
	padding-right: 50px;
}
.detalleProducto2{
	padding-top: 60px;
	padding-bottom: 55px;
}
.titleDescription2{
	background: #dcdcdc;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.titleDescription2 .tit{
	height: 57px;
	background: url('../images/productos/title3.png') right center no-repeat;
	background-size: cover;
	max-width: 453px;
	padding-left: 7px;
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.bgDetallesCaractP{
	border: solid 2px #d1d1d1;
	padding: 46px 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
.bgDetallesCaractP ul{
	margin-left: 14px;
	list-style-image: url('../images/productos/li.png')
}
.nohayP{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}

/*INICIO MODIFICACIONES*/
.cuadro-rojo{
	background: url('/_src/images/icons/rectangulo-ovalado.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.estaciones-totales{
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.grid_pdf{
	display: grid;
	grid-template-columns: repeat(1, 175px);
	column-gap: 75px;
}

.col-lg-5{
	width: 96%;
}

/*FIN MODIFICACIONES*/