/*=========================================*/
/*=== CSS SCREEN (inicio) ===*/
/*=========================================*/

/* ===== 01 SETEOS GENERALES ===== */

@media screen{

body{
	font-size: 14px;
	background: #fff;
}

body,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
}

b,
strong{
	font-weight: 700;
}

i,
em{
	font-style: italic;
}

a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover{
	cursor: pointer;
}

a:hover,
a:focus,
.header_redes .social:hover,
.header_redes .social:focus {
	color: #999;
}

.btn {
	color: #fff;
	background-color: #222;
    text-transform: uppercase;
	border-radius: 0;	
    font-size: 13px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.07em;
	padding: 15px 30px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:hover{
	color: #fff;
	opacity: 0.7;
}

.relative{
	position: relative;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* .mobile_block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
} */

.color_white{
	color: #ffffff !important;
}

.bg_white{
	background: #ffffff !important;
}

.bg-light-gray {
	background: #f6f6f6 !important;
}

.border-top-1 {
	border-top: 1px solid;
}

.border-gray {
	border-color: #ccc;
}

.img-responsive{
	display: inline-block !important;
}

.modal{
	z-index: 1054;
}

.grayscale_filter{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.panel{
	border:0px solid transparent;
}

/* ===== FLEXBOX HELPER CLASSES ===== */

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
  }
  .flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important;
  }
  .flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important;
  }
  .flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
  }
  .flex-wrap{
	-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;    
  }
  .justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
  }
	.justify-content-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
  .align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
  }
  .align-self-end {
	  -ms-flex-item-align: end!important;
	  align-self: flex-end!important;
  }

/* Row with equal height columns */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.p-x-0{
	padding-left: 0px;
	padding-right: 0px;
}

.p-r-0{
	padding-right: 0px;
}

.p-l-0{
	padding-left: 0px;
}

.default{
	position: relative;
	width: 100%;
	height: auto;
}

.default .default_image{
	display: block !important;
}

.default_logo{
	display: inline-block;
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Safari */
	right: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
}

.alert{
	border-radius: 0;
}

.alert-success{
    color: #468847;
    background-color: #fff;
    border-color: #468847;
}

.alert-danger {
    color: #b94a48;
    background-color: #fff;
    border-color: #b94a48;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"]{
  -webkit-appearance: none;
  border-radius: 0;
}

.home .main-h1{
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
  color: #000 !important;
}

/* ===== 02 HOVERS ===== */

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* ===== BOTONES FLOTANTES ===== */

.floating-buttons{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1056;
  text-align: right;
}

.floating-buttons .btn-whatsapp a{
  color: #fff;
  background-color: #4dc247;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border: 0;
  position: relative;
  opacity: 1;
  display: inline-block;
  margin-top: 10px;
  width: 70px;
  height: 70px;
  text-align: left;
  padding: 16px 0px 16px 19px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;   
}

.floating-buttons .btn-whatsapp a:hover{
  width: 200px;
}

.floating-buttons .btn-whatsapp .fab.fa-whatsapp{
  font-size: 36px;
  color: #fff;
  text-align: left;
}

.floating-buttons .btn-whatsapp span{
  position: absolute;
  top: 24px;
  right: -10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.floating-buttons .btn-whatsapp a:hover span{
  opacity: 1;
  right: 30px;
}

/* ===== BOTON IR ARRIBA ===== */

.go-up-hide{
  display: none;
}
.go-up-show{
  display: block;
}
.go-up-btn{
  color: #000;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 10px;
  margin: 10px 16px 0 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.go-up-btn .fa{
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

.go-up-btn:hover{
	color: #fff;
}	

/* ===== HOME SECTIONS ===== */

#home-contact,
#home-hlt-contents,
#home-hlt-text {
	padding-top: 120px;
	padding-bottom: 150px;
}

#home-hlt-contents{
	padding-bottom: 80px;
}

/* ===== 05 TITULOS ===== */


.title,
.content .title{
	font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}


.content header .title{
	font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
	text-align: left;
	padding-right: 340px;
	margin-bottom: 30px;
}

.title_sep,
.title_sep_white{
	text-align: center;
	width: 30px;
	height: 3px;
	background: #d6d6d6;
	margin: 0px auto 50px auto;
}

.title_sep.has_subsection_desc,
.title_sep.has_hlt_desc {
	margin: 0px auto 30px auto;	
}

.title_sep_white{
	background: #fff !important;
}

/* ===== 06 LOADING ===== */

.sk-circle {
  margin: 0px auto 30px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.form_news_home .sk-circle{
	margin: 0px auto 0px auto;
	width: 30px;
	height: 30px;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.form_news_home .sk-circle .sk-child:before {
  background-color: #fff;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ===== 08 SOPORTES ===== */

.sop{
	background: #fff;
	padding: 70px 0px 120px 0px;
}

.list_contents,
.list_subsections{
	padding: 0 0px;
	margin-top: 50px;
}

.related .list_contents {
	margin-top: 30px;
}

.content{
	position: relative;
}

/* ===== 09 HEADER ===== */

#header{
	background: #fff;
	padding: 15px 0px 15px 0px;
	position: relative;
    border-bottom: 1px solid #d6d6d6;
}

#header.header-reverse{
	border-bottom: 0;
	background: #222;
}

#header .container{
	position: relative;
}

#header .logo{
	float: left;
	position: relative;
}

#header_fixed{
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%!important;
	padding: 10px 0px;
	left: 0px;
	z-index: 1020;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

#header_fixed .logo{
	float: left;
}

#header_fixed .menu{
	margin: 0px 0px 0px 0;
}

#header_fixed  .nav_menu > li > a{
	padding: 15px 10px 15px 10px !important;
}

.header_fixed_anim{
	top: -100%;
}

.header_fixed_anim2{
	top: 0%;
}

#header .logo a img,
#header_fixed .logo a img{
	width: 50%;
}

/* ===== 10 FOOTER ===== */

#footer{
	padding: 20px 0px;
	color: #fff;
}

.footer_text h6{
	margin-top: 0;
	font-size: 11px;
	line-height: 1;
}

.footer_text{
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0;
}

.footer_text,
.footer_text h6{
	font-weight: 400;
	color: #fff;
}

.footer_redes{
	position: relative;
}

#footer .desarrollo{
	margin-top: 10px;	
	text-align: center;
}	
#footer .desarrollo h6{
	margin-bottom: 0px;
	color:#fff; 
	text-transform: uppercase;
	border-top: 1px solid #fff;
	padding-top: 25px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
}	

.footer_dinamic{
	margin: 0 0 0px 0;
}

.footer_dinamic a{
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: none;
	font-weight: 400;
	color: #fff;
	display: block;
	padding-top: 0;
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;	
	transition: all 0.3s ease-in-out;
}

.footer_dinamic a:hover,
.footer_dinamic a:focus{
	opacity: 1;
}

.footer_dinamic img{
	color: #fff;
	float: left;
	margin-right:5px;
	margin-top: -1px;
}

#footer .box-container .box{
	flex: 1;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .box-container .box:first-child > span { margin-right: auto; }

#footer .box-container .box:last-child  > span { margin-left: auto;  }


/* ===== 11 MENU ===== */

.menu{
	margin: 0px 0px 0px 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari */	
}

ul.nav_menu{
	float: right;
	position: relative;
}

.nav_menu >li+li{
	margin-left: 0px;
}

.nav_menu > li > a{
	border-radius: 0px !important;
	padding: 15px 10px 15px 10px !important;
	margin: 0 0px 0 0px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav_menu > li > a:hover,
.nav_menu > li > a:focus {
  text-decoration: none;
  background: none;
}

.nav_menu > li.active > a,
.nav_menu > li.active > a:hover,
.nav_menu > li.active > a:focus{
	color: #000;
	font-weight: 700;
	background: none;
}

.header-reverse .nav_menu > li > a:hover,
.header-reverse .nav_menu > li > a:focus{
	opacity: 0.7;
}

.header-reverse .nav_menu > li > a,
.header-reverse .nav_menu > li.active > a,
.header-reverse .nav_menu > li.active > a:hover,
.header-reverse .nav_menu > li.active > a:focus{
	color: #fff;
}

.header-reverse .nav_menu > li.active > a,
.header-reverse .nav_menu > li.active > a:hover,
.header-reverse .nav_menu > li.active > a:focus{
	opacity: 1;
}

.submenu_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px; 
  /*width: 100% !important;*/
  padding: 0px 0;
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  background-color: #fff;
  border: none !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nav_menu > li:last-child .submenu_dropdown{
	right: 0px;
	left: auto;
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background-color: transparent !important;
	border-color: transparent !important;
}

.submenu_dropdown:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #d6d6d6;
	border-width: 5px;
	margin-left: -5px;
}

.nav_menu > li:last-child .submenu_dropdown:after{
	left: auto;
	right: 20%;
}


.submenu_dropdown > li > a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	display: block;
	padding: 12px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	white-space: nowrap;
	text-align: center;
	filter:none !important;
	background-image: none !important; 
}

.submenu_dropdown > li:last-child{
	display: none;
}

.submenu_dropdown > li > a:hover,
.submenu_dropdown > li > a:focus{
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.submenu_dropdown > .active > a,
.submenu_dropdown > .active > a:hover,
.submenu_dropdown > .active > a:focus {
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
  color: #000;
}	

.submenu_dropdown .divider {
	height: 1px;
	margin: 0px 0;
	overflow: hidden;
	background-color: #d6d6d6;
}

/* ===== 12 MENU MOVIL ===== */

.navbar-toggle {
  overflow: hidden;
}

.navbar-toggle .icon-bar {
	border-radius: 0px !important;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.header-reverse .navbar-toggle .icon-bar{
	background-color: #fff !important;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.menu_mobile_btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari */
	padding: 0px 0 !important;
	margin: 0px 0 0 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

ul.menu_collapse{
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
}

.header-reverse ul.menu_collapse{
	border-top:1px solid #ccc;
}

ul.menu_collapse li{
	margin: 0px !important;
	padding: 0px 0 0px 0 !important;
	list-style: none;
	border-bottom: 1px solid #e7e7e7;
	background: #f2f2f2;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

ul.menu_collapse>.active>a,
ul.menu_collapse>.active>a:hover,
ul.menu_collapse>.active>a:focus{
	color: #fff;
}

ul.menu_collapse li a{
	display: block;
	margin: 0;
	padding: 20px 40px;
	list-style: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

ul.menu_collapse li.hasSubs > a{
  position: relative;
}

ul.menu_collapse li.hasSubs > a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  color: inherit;
  position: absolute;
  right: 15px;
  top: 21px;
  margin: 0;
  text-align: center;
  color: #b2b2b2;
}

ul.menu_collapse>.active.hasSubs > a:after{
  color: #fff;
}

ul.menu_collapse li.hasSubs > a.collapsed:after{
  content: "\f107";
}

ul.menu_collapse li a:hover,
ul.menu_collapse li a:focus {
	text-decoration: none;
}

ul.menu_collapse li a i{
 	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submenu_collapse_sop{
}

ul.submenu_collapse{
	margin: 0px 0 0px 0 !important;
	padding: 0px !important;
	text-align: center;
}

ul.submenu_collapse li{
	margin: 0px !important;
	padding: 0px 0 0px 0 !important;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

ul.submenu_collapse > li:first-child{
	border-top: 1px solid #f1f1f1;
}

ul.submenu_collapse > li:last-child{
	border-bottom: 0px;
}

ul.submenu_collapse>.active>a,
ul.submenu_collapse>.active>a:hover,
ul.submenu_collapse>.active>a:focus{
	font-weight: 700;
}

ul.submenu_collapse li a{
	margin: 0px !important;
	padding: 20px 0 20px 0 !important;
	list-style: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

ul.submenu_collapse li a:hover,
ul.submenu_collapse li a:focus {
	text-decoration: none;
}

/* ===== 14 HIGHLIGHTED TYPE 1 SLIDE  ===== */

.carousel-img{
	text-align: center;
}

.carousel-img img{
	display: inline-block;
}

.carousel-caption{
	position: absolute;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	z-index: 10;
	padding-top: 150px;
	padding-bottom: 70px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	text-shadow: none !important;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}	

.carousel-caption h2{
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	margin: 0px 0 0px 0;
	padding: 0px;
}

.carousel-caption p{
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
}

.carousel-caption h2,
.carousel-caption p{
	display: inline-block;
}

.carousel-caption h2{
	max-width: 950px;
}

.carousel-caption p{
	max-width: 800px;
}

.carousel_control{
	position: absolute;
	top: 0px;
	height:100%;
	width: 150px;
	display: block;
	z-index: 15;
}

.carousel_control.left{
  color: #fff;
	left: 0px;
	opacity: 0;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.carousel_control.right {
  color: #fff;
	right: 0px;
	opacity: 0;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.2) 100%));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#carousel_slide_home:hover .carousel_control{
	opacity: 1;
}

.carousel_control i{
  font-size: 32px;
  color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel_control.left i{
	left: 30px;
}

.carousel_control.right i{
	right: 30px;
}

.carousel_control_mobile{
	width: 100%;
}
.carousel_control_mobile a{
	display: inline-block;
	width: 50%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.carousel_control_mobile .right{
	border-left: 1px solid #fff;
}

.carousel-indicators {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 15;
	width: 60%;
	padding-left: 0;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 4px 0 4px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 0) !important;	
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.carousel-indicators li:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	border: 1px solid #fff;
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 0.5) !important;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.carousel-indicators .active,
.carousel-indicators .active:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 10px;
	height: 10px;
	margin: 0px 4px 0 4px;
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 1) !important;	
	border: 1px solid #fff;
	cursor: default;
}

/* ====== 15 HIGHLIGHTED TYPE 2 NOVEDADES ====== */
/* ====== 20 LISTADO DE CONTENIDOS ====== */
/* ====== 21 LISTADO DE SUBSECCIONES ====== */

#home-hlt-contents .box{	
	position: relative;
	background: #fff;
}

#home-hlt-contents .box .title,
.subsection-title,
#home-contact .box .title {
	margin-bottom: 0;
	font-size: 30px;
}

.box-destacados {
	margin-top: 50px;
	position: relative;
}

.list-card {
	margin-bottom: 70px;
}

.list-card a {
	text-decoration: none;
}

.list-card figure {
	margin-bottom: 20px;
	overflow: hidden;
}

.list-card figure img.hvr {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.list-card:hover figure img.hvr,
.list-card:focus figure img.hvr,
.list-card:active figure img.hvr {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.list-card .text h1{
	font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;	
}

.list-card:hover .text h1 a{
	color: #222222;
}

.list-card .text h1 a:hover{
	opacity: 0.7;
}

.list-card .text p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.015em;
    font-weight: 400;
    margin: 0 0 0px 0;
    padding: 0 0 20px 0;	
}

.list-card .text .date { 
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 13px;
}

.list-card .btn {
	font-size: 11px;
	padding: 10px 12px;
	background-color: transparent;
	border: 1px solid #222;
	color: #222;
}

.list-card:hover .btn{
	background-color: #222;
	color: #fff;
}

.list-card .btn:hover{
	opacity: 0.7;
}



/* ====== 17 HIGHLIGHTED TYPE 6 TEXTO DESTACADO ====== */

#home-hlt-text .box{
	position: relative;
	/* background-color: #fff; */
	text-align: center;
}

#home-hlt-text .box .title{
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 50px;
}

#home-hlt-text .box p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.015em;
	font-weight: 400;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#home-hlt-text .box .fck img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#home-hlt-text .box .btn {
	margin-top: 50px;
}

/* ====== 17.1 HIGHLIGHTED TYPE 10 IMAGEN DESTACADA ====== */

.sop_home_imagen_destacada{
	height: 600px;
	position: relative;
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

/* ====== 18 HIGHLIGHTED TYPE 7 DATOS DE CONTACTO / REDES SOCIALES ====== */

#home-contact .box{
	position: relative;
	text-align: center;
}

.mod_contacto{
	text-align: left;
}

.mod_contacto .title_sep_white{
	width: 20px;
	height: 2px;
	margin: 0px 0px 20px 0px;
}

.mod_contacto .text{
	margin-top: 0px;
}

.mod_contacto .text .info {
	margin-bottom: 40px;
}

.mod_contacto .text .info .fck-editor {
	margin-top: 30px;
}

.mod_contacto .text .info .fck-editor p {
	margin-top: 0;
}

.mod_contacto .text .info p{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
}

.social{
	color: #333;
	width: 30px;
	height: 30px;
	padding: 4px 0px 0 0;
	margin: 0px 5px 0 5px;
	overflow: hidden;
	border-radius: 50%;
	font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
}

.header_redes{
	float: right;
	margin-top: 6px;
	margin-left: 10px;
}

.header_redes .social{
	margin: 0px 0px 0 0px;
	background: transparent;
}

.header_redes .social:hover,
.header_redes .social:focus{
	background: transparent;
}

.header-reverse .header_redes .social i{
	color: #fff;
}

.header-reverse .header_redes .social:hover{
	opacity: 0.7;
}

.footer_redes .social{
	background: transparent;
	width: 30px;
	height: 30px;
	padding: 4px 0px 0 0;
	margin: 0px 0px 0px 0px;
}

.footer_redes .social i{
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.footer_redes .social:hover i,
.footer_redes .social:focus i{
	opacity: 0.5;
}

.sop-mapa{
	position: relative;
}

.sop-mapa iframe{
	width: 100%;
	display: block;
	filter: grayscale(100%);
}

/* .mobile_block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
} */

/* ====== 22 CONTENIDO EDITORIAL ====== */

.content header .title_sep,
.descargas .title_sep,
.galeria_de_imagenes .title_sep,
.related .title_sep,
.content_video .title_sep,
.box-form-consulta .title_sep{
	text-align: left;
	width: 100%;
	border-top:1px solid #d6d6d6;
	background: transparent;
	margin: 0 0 27px 0;
}

.content header .title_sep,
.galeria_de_imagenes .title_sep{
  margin: 0;
}

.content .source{
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.content .source i{
	font-weight: 700;
}

.content .desc,
.galeria_de_imagenes .desc,
.sop > .desc,
.desc_list,
.desc-hlt-12{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.015em;
    margin: 0 0 0px 0;
}

.desc_list,
.desc-hlt-12{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;	
}

.sop > .desc{
	font-size: 14px;
}

.content .desc{
	font-size: 18px;
	line-height: 1.8;
  	margin: 0 0 50px 0;
}

.galeria_de_imagenes .desc{
	margin-top: 15px;
	margin-bottom:0;
}

.content .date{
  font-size: 16px;
  line-height: 1;
  font-style: italic;
  margin: 35px 0 0;
  padding: 0 0 0 0;
}

.content .main_img{
    padding: 0px 0 0 0;
    margin: 0 0 50px 0;
    position: relative;
}

.content .texto,
.content p{
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.content .texto{
	margin: 0 0 50px 0;
	text-align: left;
	position: relative;
}

.content header .title,
.content .desc,
.content .texto,
.content .main_img {
	padding: 0 390px 0 0;
}

.content header .sub-title{
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;	
}

.content .texto img{
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.content p{
	padding: 0px;
	margin: 0px;
}

.content ul{
	text-align: left;
}

.content .texto a{
	text-decoration: underline;
}

/* ====== 23 PLUGINS REDES SOCIALES ====== */

.content .redes_plugins{
	position: relative;
	margin-top: 0;
	margin-bottom: 35px;
}

.redes_plugins .plugin{
	float: left;
}

.redes_plugins .face{
	margin: 0px 15px 0 0 !important;
}

.redes_plugins .twit{
  margin:0px 15px 0 0 !important;
	width: 60px !important; 
}

.redes_plugins .whatsapp{
  margin: -1px 0 0 0;
}

.plugin_face{
	margin:-4px 15px 0 !important;
}

.plugin_twit{
	width: 60px !important; 
}

/* ====== 24 FCK TEMPLATES ====== */

.fck_template{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

.fck_template figure figcaption{
	color: #fff;
	text-align: center;
	padding: 10px 10px 12px 10px;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
}

.fck_template .col p{
	padding: 0 0px;
}

.fck_template .col-text-left{
	text-align: left;
}

.fck_template .col-text-right{
	text-align: right;
}

.quote{
	position: relative;
}

.quote .fa-quote-left{
	position: absolute;
	top: 10px;
	left: 0px;
}

.quote .fa-quote-right{
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.quote .fa{
	font-size: 42px;
}

.quote p{
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	font-style: italic;
	padding: 0 40px !important;
}

/* ====== 25 FCK STYLES ====== */

.fck_h3{
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
}

.fck_h4{
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
}

.fck_h5{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}

.fck_h6{
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
}

.fck_h3 b,
.fck_h3 strong,
.fck_h4 b,
.fck_h4 strong,
.fck_h5 b,
.fck_h5 strong,
.fck_h6 b,
.fck_h6 strong{
	font-weight: 700;
}

.fck_h3 u,
.fck_h4 u,
.fck_h5 u,
.fck_h6 u{
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 5px;
}

.box_00{
	border: 1px solid;
	padding: 30px;
}

.box_01{
	border: 1px dashed;
	padding: 30px;
}

.box_02{
	color: #fff;
	padding: 30px;
}

.box_03{
	background: #d6d6d6;
	border: 1px solid #b6b6b6;
	padding: 30px;
}

.box_00,
.box_01,
.box_02,
.box_03{
  padding: 50px;
  font-size: 18px;
}

/* ====== 27 VIDEO (EN CONTENIDO) ====== */

.content_video{
	margin-top: 80px;
}
.content_video .title{
  text-align: left;
}

/* ====== 28 CONTENIDOS RELACIONADOS ====== */
/* ====== 29 CONTENIDOS RECOMENDADOS ====== */

.related{
	margin-top: 30px;
}

.related .title{
	text-align: left;
	margin-bottom: 0;
}

/* ====== 30 GALERIA DE IMAGENES (RELACIONADA) ====== */

.galeria_de_imagenes {
	margin-top: 30px;
	margin-bottom: 50px;
}

.galeria_de_imagenes header{
	position: relative;
}

.galeria_de_imagenes .title{
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.galeria_de_imagenes .modulo{
	position: relative;
	margin:0;
	margin-top: 30px;
}

.galeria_de_imagenes .modulo .col{
	position: relative;
	padding: 0 0;
}

.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev,
.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: #000;
  outline: none;
  border:0;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev{
  left: 0;
  padding: 0;
}

.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next{
  right: 0;
  padding: 0;
}

.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev i,
.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next i{
  font-size: 21px;
  line-height: 1.4;
  color: #fff;
}


.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev:hover,
.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next:hover {
	opacity: 1;
}

.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-prev.disabled,
.galeria_de_imagenes .modulo .owl-carousel .owl-stage-outer .owl-next.disabled{
  opacity: 0;
}



/* ====== DESCARGAS ====== */

#content-downloads {
	margin-top: 30px;
	margin-bottom: 50px;
}

.descargas,
.descargas .title{
  text-align: left;
}

.descargas .title{
	margin-bottom: 0;
}

.descargas .box {
	margin-top: 15px;
}

.descargas a{
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.descargas a em{
	color: #999;
}

/* ====== FORMULARIO DE CONSULTA ====== */

.box-form-consulta{
	margin-bottom: 50px;
}

.box-form-consulta .title{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
  }

/* ====== 32 PAGINADOR ====== */

#paginador_contenedor{
	margin:20px 0px 50px 0px;
	padding:0px 0 0px 0;
	position: relative;
	text-align: center;
}

#paginador_contenedor span{
	color: #d6d6d6;
}

#paginador_contenedor span,
#paginador_contenedor a{
	display: inline-block;
	line-height: 1;
	padding: 0px 10px;
}

#paginador_contenedor a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.paginador_contenedor_num{
	padding: 0px 10px 0 10px;
	font-weight: 700;
	font-size:14px;
	color: #333 !important;
}

/* ====== 33 FORMULARIOS ====== */

.home .form_contacto .form-group{
	text-align: left;
}

.form-group label {
	font-weight: 400;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #909090;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 00);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 00);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}

.form-control:hover {
	border:1px solid;
}

.form-control:focus{
	border:1px solid;
  	outline: 0;
  	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
}

.form_contacto{
	padding: 0 0 0px 0;
	text-align: center;
}

.content_contacto .form_contacto,
.content .form_contacto {
	text-align: left;
  padding-right: 575px;
}

.form_contacto h5{
	margin-bottom: 15px;
}

.form_contacto .captcha{
	/*border-top: 1px dashed #ccc;
	margin: 15px 0 30px 0; 
	padding: 30px 0 0 0;*/
	text-align: center;
}

.form_contacto .captcha-full{
	border-top: 0px dashed #d6d6d6;
	margin: 15px 0 30px 0;
	padding: 0 0 0 0;
}

.form_contacto .captcha a{
	display: block;
}

.form_contacto .captcha img{
	border: 1px solid #909090;
	display: inline-block;
}

.form_contacto .captcha input{
  padding: 22px 12px 22px;
}

.form_contacto .btn{
    margin-top: 15px;
}


/* ====== 35 FORMULARIOS / PLACEHOLDER ====== */

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #757575;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}

.form-control:hover:-moz-placeholder,
.form-control:focus:-moz-placeholder,
.form-control:hover::-moz-placeholder,
.form-control:focus::-moz-placeholder,
.form-control:hover:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:hover::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: #757575;
}

/* ====== 36 FORMULARIOS / AUTOFILL ====== */

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:hover {
	box-shadow: 0 0 0 50px #ffffff inset!important;
	-webkit-box-shadow: 0 0 0 50px #ffffff inset!important;
    -webkit-text-fill-color: #696969;
}


/* ====== RECAPTCHA ====== */

.grecaptcha-badge { visibility: hidden; }

p.recaptcha-terms{
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #ccc !important;
}

p.recaptcha-terms a{
  color: #a2a2a2 !important;
}

.mod_contacto p.recaptcha-terms {
	text-align: center;
}









}


/*=========================================*/
/*=== CSS SCREEN (termina) ===*/
/*=========================================*/

/* ======

Alto de la pagina para que el footer quede fijo abajo cuando hay poco contenido
- Restarle a 100vh (alto del viewport) el tamaño del footer en px para cada version

 ====== */

@media screen and (min-width: 1200px) {
  #soporte_pagina > .soporte{
    min-height: calc(100vh - 60px); 
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #soporte_pagina > .soporte{
    min-height: calc(100vh - 60px);
  }    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #soporte_pagina > .soporte{
    min-height: calc(100vh - 90px);
  }    
}
@media screen and (max-width: 767px) {
  #soporte_pagina > .soporte{
    min-height: calc(100vh - 199px);
  }
}

/* ====== SETEOS RESPONSIVE ====== */

@media screen and (min-width: 1200px) {
	.popup_prehome .modal-dialog{
		width: 920px !important;
	}
	.list_contents .mod .img_mask,
	.list_subsections .mod .img_mask{
		height: 190px;
		overflow: hidden;
		position: relative;
	}
  .desc-hlt-12,
  .title-hlt-12{
    padding: 0 200px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	/* ===== HOME SECTIONS ===== */
	#home-contact,
	#home-hlt-contents,
	#home-hlt-text {
		padding-top: 90px;
		padding-bottom: 120px;
	}
	#home-hlt-contents{
		padding-bottom: 50px;
	}

	.popup_prehome .modal-dialog{
		width: 800px !important;
	}
	.carousel-caption p{
		font-size: 19px;
	}
	.list_contents .mod .img_mask,
	.list_subsections .mod .img_mask{
		height: 154px;
		overflow: hidden;
		position: relative;
	}
	#home-hlt-text .box{
		background-attachment: scroll;
		background-position: center center;
	}
	.sop_home_imagen_destacada{
		height: 468px;
		background-attachment: scroll;
    	background-position: top center !important;
	}
  .content_contacto .form_contacto,
  .content .form_contacto{
    padding-right: 475px;
  }

	.form_contacto .captcha input{
	  padding: 16px 12px 15px;
	}
	.form_news_home .form-control {
		width: 150px;
	}
	.flecha-izq{
		left: 20px;
	}
	.flecha-der{
		right: 20px;
	} 
  .content header .title,
  .content .desc,
  .content .texto,
  .content .main_img {
    padding-right: 190px;
  }
  .desc-hlt-12,
  .title-hlt-12{
    padding: 0 100px;
  }

}

@media (max-width: 991px) {
	.footer_dinamic img{
		margin-top: -2px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/* ===== HOME SECTIONS ===== */
	#home-contact,
	#home-hlt-contents,
	#home-hlt-text {
		padding-top: 90px;
		padding-bottom: 120px;
	}
	#home-hlt-contents{
		padding-bottom: 50px;
	}

	.sm-m-top-0{
		margin-top: 0px;
	}
	.popup_prehome .modal-dialog{
		width: 600px !important;
	}	
	.search_btn{
		color: #fff;
		background: transparent;
		margin: 37px 0px 0 5px;
	}
	.search_btn:hover{
		color: #fff;
		background: transparent;
	}	
	.search_btn i{
		font-size: 18px;
	}
	#header{
		padding: 15px 0px 15px 0px;
	}	
	#footer{
		padding: 30px 15px 30px 15px;
	}
	.footer_dinamic{
		float: right;
	    display: inline-block;
	    padding-top: 0px;
	}	
	.footer_dinamic a{
		font-size: 9px;
	}
	ul.footer_menu li a{
		font-size: 11px;
		line-height: 11px;
		font-weight: 600;
		margin-right: 10px;
		margin-left: 10px;
	}
	.carousel-caption{
		padding: 100px 0 45px;
	}	

	.carousel-caption h2{
		font-size: 32px;
	}
	.carousel-caption p{
		font-size: 16px;
		line-height: 1.7;
		margin-top: 5px;
	}

	.carousel-caption h2{
		max-width: 700px;
	}
	
	.carousel-caption p{
		max-width: 600px;
	}

	.carousel-indicators{
		margin-bottom: 0;
	}
	.list_contents .mod .img_mask,
	.list_subsections .mod .img_mask{
		height: 113px;
		overflow: hidden;
		position: relative;
	}
	#home-hlt-text .box{
		background-attachment: scroll;
		background-position: center center;
	}	
	.sop_home_imagen_destacada{
		height: 355px;
		background-attachment: scroll;
		background-position: top center !important;
	}
	.mod_contacto .text{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.mod_contacto .text h3{
		margin-top: 0px;
	}
	.mod_contacto .text h3,
	.mod_contacto .text p{
		text-align: center;
	}		
	.footer_redes .social i{
		font-size: 21px;
	}
	.fck_template{
		padding: 0 0px;
	}	
	.form_contacto .captcha input{
	  padding: 17px 12px 16px;
	}
	.form_news_home .form-control {
		width: 130px;
	}
	.sop_home_carousel_multiple{
		padding-bottom: 0px;
	}

	.sop_home_carousel_multiple .mod h1, .sop_home_carousel_multiple .mod h2{
		font-size: 13px;
		line-height: 18px;
	}
	.sop_home_carousel_multiple .mod p{
		font-size: 13px;
		line-height: 18px;
	}
	.flecha-izq{
		left: 15px;
	}
	.flecha-der{
		right: 15px;
	}  
	.menu_mobile_btn{
		right: 15px;
	}
  .content header .title,
  .content .desc{
    padding-right: 30px;
  }
  .content .texto{
    padding-right: 0;
  }
  .content_contacto .form_contacto,
  .content .form_contacto{
    padding-right: 245px;
  }

  .desc-hlt-12,
  .title-hlt-12{
    padding: 0 30px;
  }
  .content .main_img{
	  padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
	/* ===== HOME SECTIONS ===== */
	#home-contact,
	#home-hlt-contents,
	#home-hlt-text {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#home-hlt-text {
		padding-top: 70px;
	}
	#home-hlt-contents{
		padding-bottom: 30px;
	}

	.flex-xs-column{
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	#footer .box-container .box{
		flex: initial;
		display: block;
		justify-content: initial;
	}
	.sop{
		padding: 50px 0 70px;
	}
	.popup_prehome .modal-dialog{
		width: 100% !important;
	}
	.title_sep,
	.title_sep_white{
		margin: 0px auto 30px auto;
	}
	.content header .title{
		padding: 0;
		font-size: 26px;
	}
	.form_news_home .sk-circle{
		margin: 0px auto 15px auto;
		width: 30px;
		height: 30px;
	}
	.search_btn{
		color: #fff;
		background: transparent;
		margin: 37px 0px 0 5px;
	}
	.search_btn:hover{
		color: #fff;
		background: transparent;
	}
	.search_btn i{
		font-size: 18px;
	}
	.panel_search {
		padding: 0 15px;
	}
	.panel_search .text{
		font-size: 21px;
		line-height: 21px;
		font-weight: 300;
		width: 60%;
	}
	.panel_search .buttons{
		width: 40%;
	}
	#header{
		padding: 15px 15px 15px 15px;
	}

	#header > .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	#header .logo a img,
	#header_fixed .logo a img{
		max-width: 200px;
		width: 100%;
	}
	#footer{
		padding: 45px 15px 40px 15px;
		text-align: center;
	}
	.footer_dinamic{
		float: none;
	    display: inline-block;
	    padding-top: 0px;
	}
	.footer_dinamic a{
		font-size: 9px;
	}
	.item a:hover{
		text-decoration: none !important;
	}

	.carousel-caption{
		padding: 100px 30px 60px;
	}

	.carousel-caption h2{
		font-size: 21px;
		line-height: 1.2;
	}
	.carousel-caption p {
		font-size: 14px;
		line-height: 1.5;
	}	
	.home_destacados,
	.list_contents .mod {
		margin-bottom: 50px;
	}
	.home_destacados .title_sep,
	.list_contents .mod .title_sep,
	.list_subsections .mod .title_sep {
		margin: 0px auto 20px auto;	
	}	
	.list_contents .mod .img .default{
		width: auto;
	}
	.home_destacados .text h1,
	.list_contents .mod .text h1,
	.list_subsections .mod .text h1{
		text-align: center !important;
	}
	.home_destacados .text,
	.list_contents .mod .text,
	.list_subsections .mod .text{
		text-align: center;
	}
	.home_destacados .text p,
	.list_contents .mod .text p,
	.list_subsections .mod .text p{
		text-align: center;
	}
	#home-hlt-text .box{
		background-attachment: scroll;
		background-position: center center;
	}
	#home-hlt-text .box .title{
		margin-bottom: 30px;
	}
	#home-contact .box .title,
	#home-hlt-text .box .title,
	#home-hlt-contents .box .title,
	.subsection-title.title{
		font-size: 26px;
	}
	#home-hlt-text .box .btn {
		margin-top: 40px;
	}
	.sop_home_imagen_destacada{
		height: 173px;
		background-attachment: scroll;
		background-position: top center !important;
	}
	.mod_contacto{
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	.mod_contacto .text{
		margin-top: 0px;
		margin-bottom: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.mod_contacto .text h3,
	.mod_contacto .text p{
		text-align: center;
	}
	.mod_contacto .map{
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer_text h6{
		margin-bottom: 15px;
	}
	.footer_redes{
		margin-top: 0;
		margin-bottom: 30px;
		display: block;
	}
	.footer_redes .social{
		margin: 0px 3px 0px 3px;
	}
	.footer_redes .social i{
		font-size: 24px;
	}
	.sop_home_video{
		padding: 80px 15px 100px 15px;
	}
	.content .desc,
	.galeria_de_imagenes .desc,
	.sop > .desc{
		padding: 0 0px;
	}

	
	.content .texto{
		padding: 0 0px;
	}
	.fck_template .col{
		margin-bottom: 15px;
	}
	.fck_template .col p{
		text-align: center;
	}
	.fck_template .col-text-left,
	.fck_template .col-text-right{
		text-align: center;
	}
	.quote .fa-quote-left{
		top: 10px;
		left: 10px;
	}
	.quote .fa-quote-right{
		bottom: 10px;
		right: 0px;
	}
	.quote p{
		font-size: 18px;
		line-height: 30px;
		font-weight: 300;
		font-style: italic;
		padding: 0 50px !important;
	}
	.content_video{
		margin-top: 50px;
	}
	.galeria_de_imagenes .modulo{
		padding: 0 0;
		margin-right: 0;
		margin-left: 0;
	  }
	.form_contacto{
		padding: 0;
	}
	.form_contacto .captcha .p-l-0{
		padding-right: 0px;
	}
	.form_contacto .captcha a{
		text-align: center;
		margin-bottom: 15px;
	}
  .content_contacto .form_contacto .captcha div{
    text-align: left;
  }
  .content_contacto .form_contacto .captcha div a{
    display: inline-block;
  }
	.form_contacto .captcha img{
		display: inline-block;
	}
	.form_news_home .form-group{
	  margin: 15px 15px 0 15px;
	}
	.form_news_home .form-control {
		width: 100%;
	}
	.form_news_home .btn{
		margin-top: 25px;
	}
	.sop_home_carousel_multiple{
		padding-top: 100px;
		padding-bottom: 0px;	
	}

	.sop_home_carousel_multiple .tit_line {
    	margin-bottom: 30px;
	}

	.sop_home_carousel_multiple .mod{
		margin-bottom: 50px;
		text-align: center;
	}

	.carousel-inner.onebyone-carosel { margin: auto; width: 100%; }
	.onebyone-carosel .active.left { left: -100%; }
	.onebyone-carosel .active.right { left: 100%; }
	.onebyone-carosel .next { left: 100%; }
	.onebyone-carosel .prev { left: -100%; }  

  .content .desc{
    font-size: 16px;
  }
  .content .texto,
  .content p{
    font-size: 16px;
  }
  .box_00,
  .box_01,
  .box_02,
  .box_03{
	padding: 30px 30px;
	font-size: 16px;
  }
  .content_contacto .form_contacto,
  .content .form_contacto{
    padding-right: 0;
  }

  .desc-hlt-12,
  .title-hlt-12{
    padding: 0 15px;
  }
  .content .main_img{
	  padding-right: 0;
  }

}

@media screen and (max-width: 991px) {
	.mod_contacto .title_sep_white{
		margin: 0px auto 20px auto;
	}
}

@media screen and (min-width: 992px) { /*- Modificar para cambiar la medida a la que se muestra o no el botón del menú móvil-*/
  .navbar-toggle {
    display: none;
  }
}


@media screen and (max-width: 375px) {
  .redes_plugins .plugin{
    float: none;
  }
  .redes_plugins .twit{
    margin-bottom: 6px !important;
  }
  .redes_plugins .face{
    margin-bottom: 12px !important;
  }
}/* termina @media screen and (max-width: 767px) */


/*=========================================*/
/*=== CSS IMPRESION (inicio) ===*/
/*=========================================*/

/* ====== 39 IMPRIMIR ====== */

@media print{
	body{
		font-size: 11pt;
		line-height: 16pt;
		color: #000;
	}

	@page {
		size: A4;
		margin: 2cm 1.5cm;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  page-break-after: avoid;
	}

	h1{
		font-size: 24pt;
		line-height: 32pt;
		margin: 0;
	}
	h2{
		font-size: 21pt;
		line-height: 28pt;
		margin: 0;
	}
	h3{
		font-size: 18pt;
		line-height: 24pt;
		margin: 0;
	}
	h4{
		font-size: 16pt;
		line-height: 21pt;
		margin: 0;
	}
	h5{
		font-size: 14pt;
		line-height: 18pt;
		margin: 0;
	}
	h6{
		font-size: 14pt;
		line-height: 18pt;
		margin: 0;
	}

	.content .title{
		margin-bottom: 0.5cm;
	}

	.content .desc,
	.galeria_de_imagenes .desc,
	.sop > .desc {
		font-size: 11pt;
		line-height: 16pt;
		font-weight: 400;
		margin: 0 0 1cm 0;
	}

	.content .main_img{
		margin: 0 0 1cm 0;
	}

	.sec_img{
		margin: 0 0 1cm 0;
	}

	.content .texto{
		margin: 0 0 1cm 0;	
	}

	table,
	figure {
	  page-break-inside: avoid;
	}

	img {
	   max-width: 70% !important;
     height: auto !important;
	}

	.logo_print{
		border-bottom: 0.5pt solid #ccc;
		margin:0 0 1.5cm 0 !important;
		padding:0 0 1cm 0 !important
	}

	.logo_print img{
	}

	.footer_print{
		font-size: 10pt;
		line-height: 16pt;
		border-top: 0.5pt solid #ccc;
		margin: 1.5cm 0 0 0;
		padding: 1cm 0 0 0;
	}

	.galeria_de_imagenes{
		display: none !important;
	}

	.fck_h3{
		font-weight: 400;
	}
	.fck_h4{
		font-weight: 400;
	}
	.fck_h5{
		font-weight: 400;
	}
	.fck_h6{
		font-weight: 400;
	}
	.fck_h3 b,
	.fck_h3 strong,
	.fck_h4 b,
	.fck_h4 strong,
	.fck_h5 b,
	.fck_h5 strong,
	.fck_h6 b,
	.fck_h6 strong{
		font-weight: 700;
	}
	.fck_h3 u,
	.fck_h4 u,
	.fck_h5 u,
	.fck_h6 u{
		text-decoration: none;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}
	.box_00{
		border: 1px solid #000;
		padding: 30px;
	}
	.box_01{
		border: 1px dashed #000;
		padding: 30px;
	}
	.box_02{
		border: 1px solid #ccc;
		color: #000;
		padding: 30px;
	}
	.box_03{
		background: #dcdcdc;
		border: 1px solid #b6b6b6;
		color: #000;
		padding: 30px;
	}
  .grecaptcha-badge { visibility: hidden; }
}

/*=========================================*/
/*=== CSS IMPRESION (termina) ===*/
/*=========================================*/

/*=========================================*/
/*=== COLORES NEUTROS ===*/
/*=========================================*/

@media screen{
	.navbar-toggle .icon-bar,
	ul.menu_collapse>.active,
	.carousel_control_mobile a,
	.fck_template figure figcaption,
	.box_02,
	#footer{
		background-color: #222;
	}
	.form-control:hover{
		border-color: #222;
	}
} 

@media screen and (min-width: 768px) {
	.go-up-btn:hover{
		background-color: #222;
	}	
}



/*=========================================*/
/*=== CSS OWL CAROUSEL (empieza) ===*/

@media screen and (min-width: 768px) {
	.galeria_de_imagenes .modulo .owl-carousel .owl-stage{
	  display: flex;
	}
	.galeria_de_imagenes .owl-stage-outer{
	  max-height: 200px !important;/* Alto del soporte, debe ser igual al alto de la imagen */
	}
	.galeria_de_imagenes .owl-gallery-image{
	  width: auto !important;
	  height: 200px !important; /* Alto de la imagen, debe ser igual al alto del soporte */
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.galeria_de_imagenes .owl-gallery-image:hover{
	  opacity: 0.8 !important;
	}
  } /* termina @media screen and (min-width: 768px) */
  
  @media screen and (max-width: 767px) {
	.galeria_de_imagenes .owl-gallery-image{
	  max-width: 100% !important;
	  height: auto !important;
	  display: inline-block;
	}
  }/* termina @media screen and (max-width: 767px) */
  
  /*=== CSS OWL CAROUSEL (termina) ===*/
  /*=========================================*/