@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: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

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: 1110px;}
.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{
	display: block;
	width: 155px;
	position: absolute;
	top: 30px;
	left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 30px;
	position: absolute;
	top: 38px;
	right: 15px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/red.png) left center no-repeat;
}
#redes .tr{
	background: url(../images/redes/red.png) right no-repeat;
}
#redes .in{
	background: url(../images/redes/red.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 84px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	left: 220px;
	top: 38px;
	height: 30px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 20px;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0.25px;
	font-weight: 300;
	line-height: 30px;
	height: 30px;
	padding: 0 5.5px;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	float: right;
	background: transparent;
	padding-right: 0;
}
#menu li:last-child:before{
	width: 0;
	height: 0;
	border-radius: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 22px);
	height: 2px;
	width: 44px;
	background: url(../images/banner/border.png);
}

#menu ul.submenu{
	display: none;
	background-color: #3d3d3d;
	border-radius: 0;
	border-top: solid 4px rgba(246,107,39,0.5);
	top: 28px;
	width: 188px;
	position: absolute;
	z-index: 9999;
}
#menuTopPDF.open ul.submenu{
	display: block;
}
#menu ul.submenu li{
	padding: 0px;
	float: none;
}
#menu li ul.submenu li a:hover:before{
	width: 0;
	height: 0;
}
#menu li ul.submenu li a:hover{
	background: rgba(246,107,39,1);
	text-decoration: none;
}



/*Footer*/
#datFooter{
	background: #eeeeee;
}
.contentDatFooter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 34px 0;
}
.itemDat1{
	max-width: 420px;
}


.direccionItem1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-family: 'Myriad Pro Regular';
	font-weight: 400;
	color: #141616;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.25px;
	text-align: left;
}
.direccionItem1a{
	align-items: center;
	padding-top: 10px;
}
.icodirDat{
	width: 29px;
	margin-right: 7px;
}
.textDirDat{
	width: calc(100% - 36px);
}
.textDirData{
	padding-top: 4px;
}


.teltopDat{
	display: flex;
	align-items: center;
	justify-content: center;
}
.teltopDat a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Myriad Pro Regular';
	font-weight: 400;
	color: #141616;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.25px;
	text-align: left;
}
.teltopDat a img{
	margin-right: 7px;
}
.teltopDat1a{
	margin-bottom: 25px;
}
.aTelTopDat1a{
	margin-right: 15px;
}

#redes2{
	width: auto;
	height: 34px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	height: 34px;
	width: 35px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 .fb{
	background: url(../images/banner/redes.png) left center no-repeat;
}
#redes2 .tr{
	background: url(../images/banner/redes.png) right no-repeat;
}
#redes2 .in{
	background: url(../images/banner/redes.png) center no-repeat;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}

.itemDat2{
	margin-left: 20px;
	margin-right: 0px;
}
.itemDat3{
	width: 100%;
	padding-top: 25px;
}
.itemDat3 .btn-contDat{
	display: flex;
	width: 115px;
	height: 32px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'Myriad Pro Bold';
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	background: #f46c20;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}


#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #353535;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 69px; 
}

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: inherit;
  	color: white;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: left;
  	float: left;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#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: 100vh;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 100vh;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}

body[data-page="4"] #sliderTop,
body[data-page="5"] #sliderTop{
	height: 650px;
}
body[data-page="4"] #sliderTop .slides li,
body[data-page="5"] #sliderTop .slides li{
	height: 650px;
}

.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contentSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 68px;
}
.caption span{
	display: block;
}
.caption1{
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.caption2{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 15.5px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
}
.menusBanner{
	display: inline-block;
	position: relative;
}
.caption a.cntMenuB{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	color: #fefefe;
	text-align: center;
	background: #f66b27;
	border-radius: 10px;
	width: 168px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0px;
	margin-top: 15px;
}
.caption a.cntMenuB{
	margin-left: 0px;
}
.caption a:hover{
	text-decoration: none;
}
.subMenuBanner{
	display: none;
	position: absolute;
	left: 0px;
	bottom: -63px;
	width: 200px;
	height: 64px;
	background-color: #3d3d3d;
	border-radius: 0;
	border-top: solid 4px rgba(246,107,39,0.5);
}
.menusBanner.open .subMenuBanner{
	display: block;
}
.subMenuBanner div a{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0.25px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	height: 30px;
	padding: 0 5.5px;
	text-align: left;
	display: block;
}
.subMenuBanner div a:hover{
	background: rgba(246,107,39,1);
	text-decoration: none;
}


.contentSliderTop3 .caption a{
	margin-left: 0px;
}
.redes3{
	display: none;
	align-items: center;
}
.redes3 a{
	width: 56px;
	height: 54px;
	margin-right: 10px;
	margin-top: 27px !important;
}
.redes3 a:last-child{
	margin-right: 0px;
}
.redes3 .fb{
	background: url(../images/contacto/redes.png) left center no-repeat;
}
.redes3 .tr{
	background: url(../images/contacto/redes.png) right no-repeat;
}
.redes3 .in{
	background: url(../images/contacto/redes.png) center no-repeat;
}
.redes3 a:hover,#redes3 a:focus{
	transform: scale(1.1);
}

.contentSliderTop4{
	display: flex;
	height: 100%;
	padding-top: 59px;
	justify-content: flex-start;
	align-items: center;
}
.caption4{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14.5px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.caption4 strong{
	font-weight: 800;
}
.caption4 strong.strong1{
	font-weight: 700;
	text-transform: uppercase;
}
.titleCaption4{
	font-family: 'Times New Roman', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ulPSlider div{
	margin-bottom: 22px;
	padding-left: 24px;
	position: relative;
}
.ulPSlider div:before{
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: url(../images/banner/li.png) center no-repeat;
	background-size: cover;
	top: 5px;
	left: 0;
}
.ulPSlider div:last-child{
	margin-bottom: 0px;
}
.ulPSlider div span{
	display: block;
}
.btnSliderTop4{
	display: flex;
	padding-left: 21px;
	padding-top: 25px;
	align-items: center;
}
.btnSliderTop4 #ingresarVip{
	margin-left: 33px;
	width: 168px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fefefe;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	border-radius: 17px;
	line-height: 25px;
	text-align: center;
	background: #f66b27;
	cursor: pointer;
}
.redes4{
	display: flex;
	align-items: center;
}
.redes4 a{
	width: 55px;
	height: 52px;
	margin-right: 8px;
}
.redes4 a:last-child{
	margin-right: 0px;
}
.redes4 .fb{
	background: url(../images/banner/redes2.png) left center no-repeat;
}
.redes4 .in{
	background: url(../images/banner/redes2.png) right center no-repeat;
}
.redes4 a:hover,#redes4 a:focus{
	transform: scale(1.1);
}
.subtitleSlider{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 24.87px;
	letter-spacing: 0.25px;
	color: #fff;
	text-align: left;
	margin-top: 30px;
}


.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#formTop{
	position: relative;
	padding-bottom: 40px;
	padding-top: 0px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 33px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -4px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4px;
}
#frmContacto .form-group{
	margin-bottom: 5px
}
#frmContacto .form-control{
	display: block;
	height: 56px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 700;
	color: #434040;
	background: #e2e2e2;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 0;
	padding-left: 10px;
}
#frmContacto .textarea{
	height: 108px;
	padding-top: 19px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:34px; 
	background: url(../images/contacto/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:none; 
	font-family:'Poppins', sans-serif; 
	font-size:16px;
	width: 199px;
	text-align: center;
	font-weight: 700;
	border-radius: 14px;
	margin-top: 20px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#434040; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#434040; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#434040; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#434040; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#434040; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#434040; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#434040; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#434040; 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;
}
#frmContacto label{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
}

#frmContacto .fSelect{
    cursor: pointer;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/caret.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.contentHome1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 75px;
	padding-bottom: 75px;
}
.itemHome1a{
	width: 100%;
}
.itemHome1b{
	width: 100%;
	padding-left: 0px;
	padding-top: 30px;
}

.itemHome1a img{
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.itemHome1b img{
	margin-left: auto;
	margin-right: auto;
}
.titleHome1{
	color: #141616;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.25px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
.textoHome1{
	color: #141616;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: center;
}
.textoHome1 span{
	display: block;
}
.textoHome1a{
	padding-top: 20px;
	padding-bottom: 20px;
}
.itemHome1b a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	text-align: center;
	color: #fefefe;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	letter-spacing: 0.25px;
	background: #f66b27;
	border-radius: 10px;
}

#textHome2{
	background: url(../images/inicio/fondo1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 32px;
	padding-bottom: 46px;
}
#textHome2 figure{
	max-width: 783px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#textHome2 figure iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
}
#textHome3{
	padding-top: 84px;
	padding-bottom: 84px;
}
#textHome3 .row{
	margin: 0 -28.5px;
}
#textHome3 div[class*="col-"]{
	padding: 0 28.5px;
}
.titleHome3{
	color: #141616;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: center;
	padding-bottom: 42px;
}
.contentHome3{
	max-width: 322px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.25px;
	color: #141616;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.contentHome3 img{
	margin-bottom: 33px;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}
#textHome3 a.menuInicioA{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fefefe;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	letter-spacing: 0.25px;
	background: #f66b27;
	border-radius: 10px;
}
.cntBtnMenuInicio{
	margin-top: 76px;
}
#textHome3 .menusBanner{
	margin-left: auto !important;
	margin-right: auto !important;
}
#textHome3 .subMenuBanner{
	left: calc(50% - 100px);
}
#textHome3 .subMenuBanner div a{
	text-align: center;
}

#textGal1{
	padding-top: 129px;
	padding-bottom: 118px;
	padding-left: 4px;
	padding-right: 4px;
}
.contentGal1{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.itemGal{
	width: 50%;
	padding-left: 4px;
	padding-right: 4px;
}

.subitemGal1{
	display: flex;
}
.cntGal1a{
	margin-right: 8px;
}
.subitemGal1{
	margin-bottom: 5px;
}

#textCon1{
	padding: 70px 0;
}
.contentCont1{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemCont1a{
	width: 100%;
}
.itemCont1b{
	width: 100%;
	padding-left: 0px;
	padding-top: 40px;
}
.bgmap{
	height: 253px;
	position: relative;
}

.titleSuc{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	width: 243px;
	height: 28px;
	border-radius: 10px;
	background: url(../images/contacto/tit.png);
	margin-top: 0px;
	margin-bottom: 30px;
}
.textoSuc{
	color: #141616;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.25px;
	text-align: left;
}

.contentCont1 a{
	display: inline-block;
	color: #141616;
	line-height: 29px;
	padding-left: 36px;
}
.contentCont1a{
	margin-top: 47px;
}
.contentCont1 a.icotelCont{
	background: url(../images/contacto/icotel.png) left center no-repeat;
}
.contentCont1 a.icomailCont{
	background: url(../images/contacto/icomail.png) left center no-repeat;
}

#textCon2{
	margin-bottom: 70px;
	background: url(../images/contacto/tit.png);
	padding-top: 55px;
	padding-bottom: 60px;
}
.titleCon2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: center;
	padding-bottom: 40px;
}
.contentCont2{
	display: flex;
	flex-wrap: wrap;
}
.itemCont2a{
	width: 50%;
}
.itemCont2b{
	width: 50%;
	position: relative;
}
.itemCont2b img{
	position: absolute;
	top: 0;
	left: 40px;
	max-width: 533px;
}
.bgmap2a{
	height: 253px;
}
.bgmap2a iframe{
    height: 253px !important;
}

.cntWinLogin .fancybox-skin{
    background: #ffffff;
    color: #616161;
    border-radius: 5px;
}
#logoLogin{
	padding-top: 30px;
	padding-bottom: 20px;
}
#logoLogin img{
	margin-right: auto;
	margin-left: auto;
}
.cntWinLogin .fancybox-close{
    top: 5px;
    right: 9px;
    width: 8px;
    height: 9px;
}
.cntWinLogin .fancybox-close{
    background: url(../images/close.png) center no-repeat;
}
.forml{
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.forml img{
	position: absolute;
	top: calc(50% - 6.5px);
	left: 40px;
}
#frmLogin #irm{
	height: 28px;
	width: 173px;
	border-bottom: solid 1px #d7d7d7;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #616161;
	padding-left: 57px;
}
.winLogin input[type=submit]{
	display: block;
	width: 168px;
	height: 40px;
	background: url(../images/input.png) center no-repeat;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.25px;
	color: #fefefe;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.contentSliderTop6{
	height: 100%;
	display: flex;
	justify-content: center;
	padding-top: 130px;
}
.contentSliderTop6 .caption6{
	background: #ffffff;
	width: 280px;
	height: 296px;
	border-radius: 5px;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 15px; 
	padding-bottom: 6px;
}
.contentSliderTop6 .caption6 #frmBuscar{
	border-bottom: solid 1px #d7d7d7;
	position: relative;
	padding-bottom: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #929292;
	text-align: left;
	margin-bottom: 12px;
}
.contentSliderTop6 .caption6 #icliente{
	height: 29px;
	width: 100%;
}
.contentSliderTop6 .caption6 input[type=submit]{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 29px;
	height: 29px;
	background: url(../images/lupa.png) center no-repeat;
	background-size: cover;
}

.textoPortal{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #929292;
	line-height: 22px;
	letter-spacing: 0.25px;
	text-align: left;
}
.titleClientePortal{
	color: #515151;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
}
.textoPortal2{
	margin-top: 17px;
	margin-bottom: 17px;
}
#btnCanjear{
	width: 168px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/input2.png) center no-repeat;
	background-size: cover; 
	margin-top: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fefefe;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
#btnCanjear:hover,#btnCanjear:focus{
	text-decoration: none;
	opacity: 0.85;
}

.cntSugerenciasUl{
	position: absolute;
	top: 40px;
	left: 0;
	background: #ffffff;
	width: 100%;
	max-height: 200px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}
.cntSugerenciasUl div{
	height: 35px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding-left: 7px;
	background: rgba(32,32,32,0.2);
	border-bottom: solid 1px rgba(255,255,255,0.75);
	cursor: pointer;
}
.cntSugerenciasUl div:last-child{
	border-bottom: 0;
}
.cntSugerenciasUl div:hover{
	background: #f66b27;
	color: #ffffff;
}
.cntSugerenciasUl.mostrarSugerencias{
	display: block;
}

#datFooter2{
	background: #eeeeee;
	padding-top: 31px;
	padding-bottom: 38px;
}
.cntDatFoot2{
	position: relative;
}
.datosFoot2{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
}
.datosFoot2b{
	margin-top: 30px;
	margin-bottom: 26px;
}
.datosFoot2 .teltopDat {
	justify-content: flex-start;
}
.datosFoot2 .aTelTopDat1a {
    margin-right: 18px;
}
.itemDatFoot2a{
	width: 50%;
}
.itemDatFoot2b{
	width:auto;
	margin-left: 15px;
}
.redes5{
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
.redes5 a{
	width: 34px;
	height: 32px;
	margin-right: 5px;
}
.redes5 a:last-child{
	margin-right: 0px;
}
.redes5 .fb{
	background: url(../images/banner/redes3.png) left center no-repeat;
}
.redes5 .in{
	background: url(../images/banner/redes3.png) right center no-repeat;
}
.redes5 a:hover,#redes4 a:focus{
	transform: scale(1.1);
}

.datosFoot3a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.datosFoot3a a{
	display: inline-flex;
	align-items: center;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #141616;
}
.datosFoot3a a img{
	margin-right: 7px;
}
.itemFoot3a{
	margin-right: 31px;
}
.itemFoot3b{
	margin-right: 36px;
}
.datosFoot3a .btn-contDat{
    display: flex;
    width: 115px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Myriad Pro Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.25px;
    background: #f46c20;
}
.datosFoot3a .btn-contDat:hover,
.datosFoot3a .btn-contDat:focus{
	text-decoration: none;
	opacity: 0.9;
}
.itemFoot3c{
	display: flex;
	align-items: center;
}
.datosFoot3a .btn-contDat.itemFoot3d{
	background: #6a6a6a;
	margin-left: 10px;
}
body[data-page="0"] #header{
	background: url('../images/facturar/fondo.webp') center top no-repeat;
	background-size: cover;
	height: 107px;
}
#bjSlider{
	margin-top: 107px;
}
#textFacturar1{
	background: #f46c20;
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 25px;
	letter-spacing: 0px;
	padding: 46px 15px;
}
.titleFacturar2{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.25px;
	color: #616161;
	margin-top: 42px;
	margin-bottom: 58px;
}
.contentFacturar2{
	display: flex;
	flex-wrap: wrap;
}
.itemFacturar{
	width: calc(50% - 29px);
}
.itemFacturar1{
	margin-right: 58px;
	position: relative;
}
.itemFacturar1::before{
	content: '';
	position: absolute;
	top: 0;
	right: -31.5px;
	width: 5px;
	height: calc(100% - 11px);
	background: rgba(6, 39, 63, 0.25);
}
.titleFacturar2a{
	width: 243px;
	line-height: 28px;
	background: #444444;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.25px;
	margin-bottom: 27px;
}

#frmFacturar .form-group{
	margin-bottom: 11px
}
#frmFacturar .form-control{
	display: block;
	height: 56px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: 400;
	color: #737373;
	background: #fff;
	box-shadow: inset 0 1px 1px transparent !important;
	border: solid 1px #d5d5d5;
	padding-left: 10px;
}
#frmFacturar .textarea{
	height: 108px;
	padding-top: 19px;
}

#frmFacturar input[type=submit],
#frmFacturar input[type=reset]{
	display:inline-block; 
	height:50px; 
	background: #f46c20; 
	color:#ffffff; 
	text-transform:none; 
	font-family:'Poppins', sans-serif; 
	font-size:18px;
	width: 295px;
	text-align: center;
	font-weight: 700;
	border-radius: 14px;
	margin-top: 37px;
}
#frmFacturar input[type=submit]:hover,
#frmFacturar input[type=reset]:hover{opacity:.8}
#frmFacturar .error input,
#frmFacturar .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmFacturar input::-webkit-input-placeholder {color:#434040; opacity:  1;}
.frmFacturar input:-moz-placeholder {color:#434040; opacity:  1;}
.frmFacturar input::-moz-placeholder {color:#434040; opacity:  1;}
.frmFacturar input:-ms-input-placeholder {color:#434040; opacity:  1;}
.frmFacturar textarea::-webkit-input-placeholder {color:#434040; opacity:  1;}
.frmFacturar textarea:-moz-placeholder {color:#434040; opacity:  1;}
.frmFacturar textarea::-moz-placeholder {color:#434040; opacity:  1;}
.frmFacturar textarea:-ms-input-placeholder {color:#434040; opacity:  1;}
.frmFacturar input:focus::-webkit-input-placeholder {opacity:0.5}
.frmFacturar input:focus:-moz-placeholder{opacity:0.5}
.frmFacturar input:focus::-moz-placeholder{opacity:0.5}
.frmFacturar input:focus:-ms-input-placeholder{opacity:0.5}
.frmFacturar textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmFacturar textarea:focus:-moz-placeholder{opacity:0.5}
.frmFacturar textarea:focus::-moz-placeholder{opacity:0.5}
.frmFacturar textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmFacturar .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmFacturar .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#frmFacturar .fSelect{
    cursor: pointer;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/facturar/caret.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding-right: 10%;
}
#frmFacturar .fSelect.color1{
	font-weight: 700;
	color: #434040;
}
.cntDocumento{
	padding-top: 24px;
}
.cntInstruciones{
	background: rgba(193, 201, 207, 0.5);
	height: 55px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 55px;
	color: #434040;
	padding-left: 17px;
	position: relative;
	padding-right: 258px;
	margin-bottom: 11px;
}
.adjuntarArchivo{
	position: absolute;
	top: 0;
	right: 0;
	width: 253px;
	height: 100%;
	background: #434040;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0px;
}
.adjuntarArchivo .btn-subir{
	display: flex;
	align-items: center;
	justify-content: center;
}
.adjuntarArchivo .btn-subir img{
	margin-right: 6px;
}
#textFacturar2{
	padding-bottom: 53px;
}
.mf_upload_m{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mf_upload_m form,.mf_upload_m form input{
	height: 100%;
	width: 100%;
}
.mf_upload_m form input{
	opacity: 0;
	cursor: pointer;
}

#loading{background-size:60% auto;display:block;width:100px;height:100px;position:fixed;left:50%;margin-left:-50px;top:50%;margin-top:-50px;z-index:99999 !important;}
.basic-spinner{display:inline-block;margin:0 auto;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../images/site-spinner-240.png);width:100px;height:100px;-webkit-animation:full-rotation 1s infinite linear;-moz-animation:full-rotation 1s infinite linear;animation:full-rotation 1s infinite linear}.basic-spinner.isHidden{display:none}.ua-ie-7 .basic-spinner,.ua-ie-8 .basic-spinner,.ua-ie-9 .basic-spinner{background-image:url(../images/site-spinner-100.gif)}
@-webkit-keyframes full-rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-moz-keyframes full-rotation{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@-o-keyframes full-rotation{from{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes full-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}