@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 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: 216px;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
#header:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../images/banner/bot.png);
}
#darkTop{
	background: url(../images/banner/top.png);
}
.contentDarkTop{
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.correoTop a{
	display: flex;
	align-items: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	text-decoration: none;
}
.correoTop a img{
	margin-right: 9px;
}
#logo {
    display: block;
    width: 140px;
    position: absolute;
    top: 45px;
    left: 3px;
}

#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}
#topMenu{
	height: 154px;
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	right: 9px;
	top: 0;
	height: 154px;
}
#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 7px;
	height: 154px;
	display: flex;
	align-items: center;
}
#menu li a{
	display: block;
	color: #000000;
	position: relative;
	background: transparent;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 46px;
	height: 46px;
	padding: 0 3px;
}
#menu li:first-child{
	padding-left: 0;
}
#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: #000000;
}
#menu li.active a:before, #menu li a:hover:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: url(../images/banner/bot.png);
}


/*Footer*/
#datFooter{
	background: #1b1b1b;
	padding-top: 50px;
	padding-bottom: 50px;
}
#datFooter .contentDatFooter{
	display: flex;
	align-items: center;
	justify-content: center;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-size: 14px;
	margin-right: 40px;
}
#datFooter .contentDatFooter a:last-child{
	margin-right: 0;
}
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: url(../images/banner/footer.png);
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
#footer .container{
	padding-top:13px; 
	padding-bottom:12px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
#footer .tfooter{
	margin-bottom:10px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{display:block; text-align:center; line-height:18px}
/*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: auto;
	margin-top: 216px;
}
#sliderTop .slides li{
	height: auto;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img{
	display: block;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}

.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: 7px
}
#frmContacto .form-control{
	display: block;
	height: 44px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
}
#frmContacto .textarea{
	height: 91px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	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:#959595; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#959595; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#959595; 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;
}


#textHome1{
	background: url(../images/banner/caption.png); 
}
.titleHome1{
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	padding: 26.5px 0;
}
.titleHome1 span{
	display: block;
}

#textHome2{
	padding-top: 76px;
	padding-bottom: 10px;
}
#textHome2 .row{
	margin: 0 -9px;
}
#textHome2 div[class*="col-"]{
	padding: 0 9px;
	margin-bottom: 47px;
}
.contentHome2{
	margin-left: auto;
	margin-right: auto;
	max-width: 531px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	position: relative;
}
.contentHome2 a{
	text-decoration: none;
}
.home2{
	padding-left: 14px;
}
.salmo{
	color: #646464;
	font-size: 15px;
	line-height: 39.2px;
	font-weight: 400;
	padding-bottom: 10px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.salmo strong{
	text-transform: uppercase;
}
.titleHome2{
	color: #896123;
	font-weight: 700;
	font-size: 26px;
	line-height: 39.2px;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
}
.textoHome2{
	color: #646464;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;
}
.btnMsHome2{
	padding-top: 70px;
}
.fecha{
	color: #242424;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
}
.btnMas{
	position: absolute;
	bottom: 6px;
	right: 0;
	background: url(../images/blogs/btn.png);
	width: 135px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.masver{
	width: calc(100% - 45px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}
.arrow{
	width: 45px;
	background: url(../images/blogs/flecha.png);
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.noHay{
	padding-bottom: 66px;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
#bajarSl{
	margin-top: 216px;
}
#textDetalle1{
	padding-top: 50px;
}
.imgBlogs{
	max-width: 450px;
	float: left;
	margin: 0 30px 10px 0;
	/*position: absolute;
	left: 15px;*/
}
.textoDescripcion{
	color: #646464;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
}
.fechaDetalles{
	padding-bottom: 50px;
	color: #242424;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
}
.textoDescripcion ul{
	margin-left: 15px
}
.textoDescripcion ol{
	margin-left: 20px
}


.titleBlogDetalle {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background-size: cover;
    padding-left: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    margin-top: 39px;
}
.titleBlogDetalle .container{
	color: inherit;
}
/*.titleBlogDetalle .tbl{
	display: table;
}*/
.titleBlogDetalle .tr{
	display: flex;
	justify-content: center;
  	align-items: center;
}
.titleBlogDetalle .td1{
	font-weight: 600;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 5px;
	background: #ffffff;
}
.titleBlogDetalle .td2{
	flex: 1;
	padding-left: 24px;
	background: #D2B859;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.titleBlogDetalle a {
    color: #262626;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.titleBlogDetalle .regresar {
    line-height: 24px;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 42px;
}
.titleBlogDetalle .regresar img {
    margin-right: 8px;
}
.titleBlogDetalle .tituloDetalle{
    line-height: 24px;
    display: block;
    height: auto;
    text-align: left;
	padding-right: 160px;
}
.titleBlogDetalle .tituloDetalle strong{
	text-transform: uppercase;
}

.correoTop{
	display: flex;
	align-items: center;
}
.correoTop .spot{
	margin-right: 117px;
}