/* INI - General */
body {
	background-color: #ffffff;
	font-size: 1rem;
	font-weight: 300;
  color: #000000;
  cursor: default;
  overflow-x: hidden;
}

body.editMode .row>.mgnlEditorBar.mgnlEditor.area {
  width: 100% !important;
}

.mt-component {
  margin-top: 40px;
}

.mb-component {
  margin-bottom: 40px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.rowTitle h1,
.rowTitle h2,
.rowTitle h3,
.rowTitle h4 {
  margin-bottom: 1rem;
}

div.containerBg {
    position: relative;
}

div.containerBg.bg-grey {
  background-color: #DEDEDE;
}

div.containerBg section.section {
    background-color: transparent;  
}

section.section {
    padding: 75px 0;
    background-color: transparent;
}

section.full-height {
  height: 100vh;
}

section.section video.video_background,
section.hero video.video_background {
    object-fit: fill;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-parallax section.section video.video_background,
.section-parallax section.hero video.video_background {
    backface-visibility: hidden;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1;
}

section h1 span, 
section h2 span, 
section h3 span, 
section h4 span,
section h5 span,
section h6 span {
  margin-bottom: 1rem;
  display: block;
}

section h1 span span, 
section h2 span span, 
section h3 span span, 
section h4 span span, 
section h5 span span, 
section h6 span span {
  display: inline;
}

.rowTitle h1, 
.rowTitle h2, 
.rowTitle h3, 
.rowTitle h4 {
  margin-bottom: 0;
}

.rowTitle h1 + p, 
.rowTitle h2 + p, 
.rowTitle h3 + p, 
.rowTitle h4 + p {
  margin-top: 10px;
}

.rowTitle p {
  color: #9B9B9B;
  font-size: 16px;
  margin-bottom: 0;
}

section.section[style*="color:"] .rowTitle p,
section.section[style*="color:"] .rowTitle h6,
section.section[class*="text-"] .rowTitle p,
section.section[class*="text-"] .rowTitle h6 {
  color: inherit;
}

.page-content section.section .row.rowTitle + .row > .column:not(.align-self-center),
.page-content section.section.pt-0 > .row .column:not(.align-self-center),
.column-detail > section[class*="section"]:first-child .container > .row.rowTitle + .row > .column:not(.align-self-center),
.page-content > section.section.pt-0 > .container > .row > .column:not(.align-self-center),
.page-content section.section.pb-0 + section.section.pt-0 > .container > .row > .column:not(.align-self-center),
.page-content > .breadcrumbs + section.pt-0,
.page-content .section .row:not(.rowTitle) > .column > .row > .column,
.page-content .section.pb-0 + .section.pt-0 > .container > .row.rowTitle > .col-12 {
	margin-top: 40px;
}

.column-detail > section[class*="section"]:first-child > .container > .row > .column:not(.align-self-center) {
	margin-top: 0;
}

.page-content section.pt-0 .column.align-self-center {
	padding-top: 40px;
}

.page-content section.pb-0 .column.align-self-center {
	padding-bottom: 40px;
}

div.column-detail > section[class*="section"]:first-child {
  padding-top: 35px;
}

.page-content section.section .row .column.pt-0 > .column-detail {
  padding-top: 0px;
}

.page-content section.section .row .column.pb-0 > .column-detail {
  padding-bottom: 0px;
}

.page-content section.section .row .column.pl-0:not(.justify-left):not(.justify-right) > .column-detail {
  padding-left: 0px;
}

.page-content section.section .row .column.pr-0:not(.justify-right):not(.justify-left) > .column-detail {
  padding-right: 0px;
}

.page-content section.section .row .column > .column-detail .column .column > .column-detail {
  padding: 20px 30px 20px;
}

.page-content section.section .row .column > .column-detail {
  height: 100%;
}

.page-content > section.section .row .column[class*="bg-"] > section.section:not(.pt-0) > .container > div[class^="row"]:not(.rowTitle):first-child > .column {
  margin-top: 0;
}

.pl-d {
  padding-left: 30px;
}

.pr-d {
  padding-right: 30px;
}

/* Loading */
.page-loading {
	text-align: center;
	display: none;
}

.form-wrapper .page-loading {
	position: absolute;
	width: 100%;
	top: 100px;
}

.loading {
	width: 100%;
	height: 50px;
	text-align: center;
	background: transparent url('../img/loading.gif') no-repeat center;
	display: none;
}

.bg-opacity-primary {
  background: #007bff50;
}

.bg-opacity-gradient-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#007bff00), color-stop(30%, #007bff65));
  background: -o-linear-gradient(top, #007bff00 0%, #007bff65 30%);
  background: linear-gradient(to bottom, #007bff00 0%, #007bff65 30%);
}

.bg-opacity-danger {
  background: #dc354550;
}

.bg-opacity-gradient-danger {
  background: -webkit-gradient(linear, left top, left bottom, from(#dc354500), color-stop(30%, #dc354565));
  background: -o-linear-gradient(top, #dc354500 0%, #dc354565 30%);
  background: linear-gradient(to bottom, #dc354500 0%, #dc354565 30%);
}

.bg-opacity-success {
  background: #28a74550;
}

.bg-opacity-gradient-success {
  background: -webkit-gradient(linear, left top, left bottom, from(#28a74500), color-stop(30%, #28a74565));
  background: -o-linear-gradient(top, #28a74500 0%, #28a74565 30%);
  background: linear-gradient(to bottom, #28a74500 0%, #28a74565 30%);
}

.bg-opacity-warning {
  background: #ffc10750;
}

.bg-opacity-gradient-warning {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc10700), color-stop(30%, #ffc10765));
  background: -o-linear-gradient(top, #ffc10700 0%, #ffc10765 30%);
  background: linear-gradient(to bottom, #ffc10700 0%, #ffc10765 30%);
}

.bg-opacity-info {
  background: #17a2b850;
}

.bg-opacity-gradient-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#17a2b800), color-stop(30%, #17a2b865));
  background: -o-linear-gradient(top, #17a2b800 0%, #17a2b865 30%);
  background: linear-gradient(to bottom, #17a2b800 0%, #17a2b865 30%);
}

.bg-opacity-light {
  background: #f8f9fa50;
}

.bg-opacity-gradient-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa00), color-stop(30%, #f8f9fa65));
  background: -o-linear-gradient(top, #f8f9fa00 0%, #f8f9fa65 30%);
  background: linear-gradient(to bottom, #f8f9fa00 0%, #f8f9fa65 30%);
}

.bg-opacity-dark {
  background: #343a4050;
}

.bg-opacity-gradient-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(#343a4000), color-stop(30%, #343a4065));
  background: -o-linear-gradient(top, #343a4000 0%, #343a4065 30%);
  background: linear-gradient(to bottom, #343a4000 0%, #343a4065 30%);
}

.bg-opacity-white {
  background: #ffffff50;
}

.bg-opacity-gradient-white {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(30%, #ffffff65));
  background: -o-linear-gradient(top, #ffffff00 0%, #ffffff65 30%);
  background: linear-gradient(to bottom, #ffffff00 0%, #ffffff65 30%);
}

.no-overlay-background {
  background: transparent;
}
/* FIN - General */

/* INI - Cabecera */
nav .active a {
  color: #000000;
  font-weight: bold;
}

nav a {
  color: #444444;
}

nav a:hover {
  color: #000000;
}
/* FIN - cabecera */

/* INI - Seccion Parallax */
.section-parallax h1,
.section-parallax h2,
.section-parallax h3,
.section-parallax h4,
.section-parallax h5,
.section-parallax h6 {
    color: #ffffff;
}

.section-parallax [class*="text-"] h1,
.section-parallax [style*="color:"] h1,
.section-parallax [class*="text-"] h2,
.section-parallax [style*="color:"] h2,
.section-parallax [class*="text-"] h3,
.section-parallax [style*="color:"] h3,
.section-parallax [class*="text-"] h4,
.section-parallax [style*="color:"] h4,
.section-parallax [class*="text-"] h5,
.section-parallax [style*="color:"] h5,
.section-parallax [class*="text-"] h6,
.section-parallax [style*="color:"] h6 {
    color: inherit;
}
/* FIN - Seccion Parallax */

/* INI - Hero Component */
body .hero > .overlay-hero {
  width: 100%;
  height: 100%;
}

body .hero > .container,
body .hero .overlay-hero > .container,
body .hero > .container > .row,
body .hero .overlay-hero > .container > .row {
  height: 100%;
}

.hero:not(.full-height) {
  height: 500px;
  background-size: 100% auto;
  position: relative;
}

.hero.full-height {
  background-size: cover;
  background-repeat: no-repeat;
}

.video-background section.hero {
	overflow: hidden;
}

.video-background section.hero:not(.full-height) video.video_background {
  min-height: auto;
  height: auto;
}

.video-background section.hero video.video_background {  
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

.hero:not(.no-bg) .hero-content {
  color: #ffffff;
}

.hero .hero-content {
  padding-bottom: 40px;
}
/* INI - Hero Component */

/* INI - Texto e Imagen */
.textImageComponent.light * {
  color: #FFF;
}

.textImageComponent.txt18,
section .txt18 {
	font-size: 18px;
}

.textImageComponent.txt16 {
	font-size: 16px;
}
/* FIN - texto e Imagen */

/* INI - Imagen */
.imageComponent.img-cover img {
  width: 100%;
  max-width: none;
}

.imageComponent.ml-0 {
  margin-left: -15px !important;
}

.imageComponent.mr-0 {
  margin-right: -15px !important;
}

section .column .column-detail.circle,
img.img-circle {
  border-radius: 50%;
}

section .column .column-detail.rounded,
img.img-rounded {
  border-radius: 30px !important;
}

img.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
/* FIN - Imagen */

/* INI - Botones */
.btn.focus, 
.btn:focus,
button:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	outline: none;	
	box-shadow: none;
}

.btn-link.focus, 
.btn-link:focus {
  text-decoration: none;
}

.btn,
.buttons .btn-cancel, 
.buttons .btn-send {
	font-size: 14px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.14);
	padding: 6px 12px;	
}

.btn.btn-link {
	font-weight: 300;
	background: transparent;
	padding: 0;
	box-shadow: none;
	text-transform: none;
}

a.btn.btn-default {
  border-color: #212529;
}

a.btn.btn-default:hover {
  background-color: #212529;
  color: #ffffff;
}

.linkComponent:not(.mt-component) {
	margin-top: 0px;
}

.linkComponent .btn .icon-button {
  line-height: inherit;
}

.linkComponent .btn .text + .icon-button.position-left {
  padding-right: 7px;
}

.linkComponent .btn .text + .icon-button.position-right {
  padding-left: 7px;
}

.linkComponent .btn.w-100.text-left .icon-button.position-right {
  float: right;
}

.linkComponent .btn.w-100.text-right .icon-button.position-left {
  float: left;
}

.linkComponent .btn.btn-link .icon-button.position-right {
	padding-left: 5px;
}

.linkComponent .btn.btn-link .icon-button.position-left {
	padding-right: 5px;
}
/* FIN - Botones */

/* INI - Componente Tablas */
table.table-bordered[class*="bg-"],
table.table-bordered[style*="background-color"],
table[class*="bg-"] thead tr th,
table[style*="background-color"] thead tr th,
table[class*="bg-"] tbody tr td,
table[style*="background-color"] tbody tr td {
	border-color: rgba(255,255,255,0.2);
}

div.responsibe-table-mobile {
  overflow-y: scroll;
}

table.table-blocknet .title_cab {
  display:none;
}

table.table-blocknet .title-file {
  font-size: 16px;
  line-height: 120%;
  font-family: 'Open Sans', serif;
  font-weight: normal;
}

table.table-blocknet tr .cellwithdiv {
  position: relative;
}

table.table-blocknet tr .cellContaint {
  width: 100%;
  padding: .75rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-color: inherit !important;
}

table.table-blocknet tr .borderRounded .border-top.border-left {
  border-top-left-radius: 15px;
}

table.table-blocknet tr .borderRounded .border-top.border-right {
  border-top-right-radius: 15px;
}

table.table-blocknet tr .borderRounded .border-bottom.border-left {
  border-bottom-left-radius: 15px;
}

table.table-blocknet tr .borderRounded .border-bottom.border-right {
  border-bottom-right-radius: 15px;
}

table.table-blocknet tr .cellwithdiv .cellContaint.shadow-table { 
  box-shadow: 0 8px 8px 3px rgba(0,0,0,.15);
}

table.table-blocknet thead tr:first-child .cellwithdiv .cellContaint.shadow-table { 
  box-shadow: 0 0px 8px 3px rgba(0,0,0,.15);
}

table.table-blocknet tr .vertical-middle .cellContaint div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

table.table-blocknet tr .vertical-bottom .cellContaint div {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

table.table-blocknet .accordion > .card .card-header  {
  border: 0;
  padding: 10px 15px 10px 0;
}

table.table-blocknet .accordion > .card .card-header .title-file button {
  background-color: transparent;
  min-height: auto;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
}

table.table-blocknet .accordion > .card .card-header .title-file button:hover {
  background-color: transparent;
  opacity: 1 !important;
}

table.table-blocknet .accordion > .card .card-header .title-file button > span.icon-button {
  font-size: 1.7rem !important;
}

table.table-blocknet .accordion > .card .card-header .title-file button > span.text {
  padding: 0 40px 0 0px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 120%;
}

table.table-blocknet .accordion > .card .card-header .title-file button > span.text span {
  margin-bottom: 0px;
}

table.table-blocknet .accordion > .card .card-body {
  padding: 0;
  font-size: 14px;
}
/* FIN - Componente Tablas */

/* INI - Image */
.image-overlay-footer .imageBox {
  position: relative;
}

.imageBox img {
  max-width: 100%;
}

img.img-responsive {
  max-width: 100%;
  height: auto;
}

.image-overlay-footer .pieFoto {
  position: absolute;
  color: #ffffff;
  padding: 15px 15px;
  width: 100%;
}

.image-overlay-footer .pieFoto.top {
  top: 0;
}

.image-overlay-footer .pieFoto.bottom {
  bottom: 0;
}

.image-overlay-footer .pieFoto p:last-child {
  margin-bottom: 0;
}
/* FIN - Image */

/* INI - Detalle Video */
.detalle-video .modal-video.video {
  position: relative;
}

.detalle-video .modal-video.video figure {
  overflow: hidden;
}

.detalle-video .modal-video.video figure img {
  transition: transform .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.detalle-video .modal-video.video figure figcaption {
  background: rgba(0, 0, 0, 0) url(../img/svg-play.svg) no-repeat scroll 0 0 / 128px 128px;
  color: #ffffff;
  margin-left: -64px;
  margin-top: -64px;
  opacity: 0.5;
  position: absolute;
  transition: all 0.5s linear 0s;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

.detalle-video .modal-video.video figure figcaption.blackPlayIcon {
  background: rgba(0, 0, 0, 0) url(../img/svg-play-black.svg) no-repeat scroll 0 0 / 128px 128px;
  background-size: 80px;
}

.detalle-video .modal-video.video a.play_btn.no-cookie-functionality {
  cursor: default;
}

.detalle-video .modal-video.video a.play_btn.no-cookie-functionality figure figcaption {
  display: none;
}

.detalle-video .modal-video.video a:hover figure figcaption {
  opacity: 1;
}

.detalle-video .modal-video.video a:hover figure img {
  transform: scale(1.2, 1.2); 
}

.detalle-video .modal-video.video figure figcaption a {
  display: block;
  height: 100%;
  text-indent: -99999px;
  width: 100%;
}

.detalle-video .video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
  
.detalle-video .video-responsive iframe,
.detalle-video .video-responsive object,
.detalle-video .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}  

.detalle-video .text-detalle-video.center,
.detalle-video .modal-video.video.center {
  margin-left: auto;
  margin-right: auto;
}

.detalle-video .text-detalle-video.right,
.detalle-video .modal-video.video.right {
  float: right;
}

.detalle-video .video-iframe.center {
  text-align: center;
}

.detalle-video .video-iframe.right {
  text-align: right;
}

.detalle-video .video-iframe iframe {
  max-width: 100%;
}

.detalle-video .text-detalle-video {
  font-size: 12px;
}

.detalle-video .anchoVideo490 {
  width: 490px;
  max-width: 100%;;
}

.detalle-video .anchoVideo297 {
  width: 297px;
  max-width: 100%;;
}

.detalle-video .anchoVideo230 {
  width: 230px;
  max-width: 100%;;
}

.detalle-video .anchoVideo550 {
  width: 550px;
  max-width: 100%;;
}

.detalle-video .anchoVideo800 {
  width: 800px;
  max-width: 100%;;
}

.detalle-video .anchoVideo405 {
  width: 405px;
  max-width: 100%;;
}

.detalle-video .anchoVideoAll {
  width: 100%;
  max-width: 100%;;
}

/*Animación para la apertura y cierra del video en modal*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* FIN - Detalle Video */

/* INI - Formulario */
.generic-form {
  width: 100%;
}

.form-wrapper .generic-form .textImageComponent {
  padding-left: 15px;
  padding-right: 15px;
}

.form-wrapper .generic-form .row.row-form {
  width: 100%;
  margin: 0;
}

.generic-form input,
.generic-form select,
.generic-form textarea,
form .input-group {
    margin-bottom: 20px;
}

form .column select {
  width: 100%;
  background-color: #FFF;
}

form .input-group select {
  width: 80%;
}

form.generic-form .row > div.mgnlEditorBar.area {
    display: block;
    height: 25px !important;
    width: 100% !important;
}

form.generic-form div.mgnlPlaceholder {
    width: 100% !important;
}

.form-wrapper form.generic-form textarea,
.form-wrapper form.generic-form input {
    outline: none;
}

.form-wrapper form.generic-form .errorMessage,
.form-wrapper form.generic-form .form-alert {
  color: red;
  font-size: 11px;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 15px;
}

.form-wrapper form.generic-form textarea.error,
.form-wrapper form.generic-form input.error,
.form-wrapper form.generic-form input.error + .custom-file-label {
    border-color: red !important;
}

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.field-container.checkbox-list .checkbox-container,
.field-container.checkbox .checkbox-container {
	padding-left: 0;
	margin-bottom: 0;
}

.field-container.checkbox-list .checkbox-container label,
.field-container.checkbox .checkbox-container label {
	padding-left: 35px;
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.field-container.opciones.radio-file .checkbox-container.radio-button-container,
.field-container.checkbox .checkbox-container label {
	display: inline-block;
	margin-right: 20px;
}

.field-container.opciones.radio-list .radio-button-container {
	margin-bottom: 8px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form .checkbox-container input[type="radio"]:disabled,
form .checkbox-container input[type="checkbox"]:disabled {
	opacity: 0 !important;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid;
}

.checkbox-container.radio-button-container .checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover label,
.field-container.checkbox-list .checkbox-container label:hover {
  cursor: pointer;  
}

.checkbox-container:hover input ~ .checkmark,
.field-container.checkbox-list .checkbox-container label:hover input ~ .checkmark,
.field-container.checkbox .checkbox-container label:hover input ~ .checkmark {
  background-color: #ccc;
}

.field-container.checkbox-list .checkbox-container:hover input ~ .checkmark,
.field-container.checkbox .checkbox-container:hover input ~ .checkmark {
	background-color: #eee;
}

.form-wrapper form.generic-form .checkbox-container .error .checkmark,
.form-wrapper form.generic-form .checkbox-container.error .checkmark {
    border-color: red;
    background-color: #fff1f1;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark,
.form-wrapper form.generic-form .checkbox-container input:checked ~ .checkmark {
  background-color: #212529;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container.radio-button-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border-width: 2px;
}

/* switch-field */
.switch-field {
	margin-bottom: 30px;
}

.switch-field.switch-horizontal {
	width: 100%;
	margin-bottom: 25px !important;
	position: relative;
}

.switch-field.switch-horizontal > label:first-of-type {
	display: inline-block;
	width: 67%;
	vertical-align: middle;
	font-weight: 300 !important;
	padding-right: 3%;
}

.switch-field.switch-horizontal .switch {
	display: inline-block;
	width: 30%;
}

.cuestionario .switch-field {
	margin-bottom: 50px;
}

.switch-field .switch {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	height: 40px;
	border: 1px solid transparent;
}

.switch-field .switch.error {
	border: 1px solid red;
	border-radius: 22px;
}

.page-content .form-wrapper form.generic-form .switch-field .switch.error + .errorMessage {
	margin-top: 10px;
    margin-bottom: -26px;
}

.page-content .form-wrapper form.generic-form .switch-field.switch-horizontal .switch.error + .errorMessage {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: right;
}

.switch-field .switch input { 
	opacity: 0;
}

.switch-field .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	display: table;
	width: 100%;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.5);
}

.switch-field .switch input:disabled ~ .slider {
	opacity: 0.5;
}

.switch-field .switch .slider {
	background-color: #e4e4e4;
}

.switch-field .switch .slider:before {
	position: absolute;
	content: "";
	height: 40px;
	width: 50%;
	bottom: 0px;
	-webkit-transition: .4s;
	transition: .4s;
	left: 0px;
}

.switch-field .slider:before {
	background-color: #000000;
}

.switch-field .switch .slider.haveNeutral:before {
	width: 14%;
	left: 43%;
}

.switch-field .switch input.input-switch-off:checked ~ .slider:before {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	left: 0;
}

.switch-field .switch input.input-switch-off:checked ~ .slider.haveNeutral:before,
.switch-field .switch input.input-switch-on:checked ~ .slider.haveNeutral:before {
	width: 43%;
}

.switch-field input.input-switch-on:checked + .slider:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.switch-field input.input-switch-on:checked + .slider.haveNeutral:before {
	-webkit-transform: translateX(33%);
	-ms-transform: translateX(33%);
	transform: translateX(33%);
}

.switch-field .switch .slider .values {
	height: 40px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.switch-field .switch .slider:not(.haveNeutral) .values {
	width: 50%;
}

.switch-field .switch .slider.haveNeutral .values {
	width: 43%;
}

.switch-field .switch .slider.haveNeutral .values.values-neutral {
	width: 14%;
}

.switch-field .switch input.input-switch-off:checked ~ .slider .values.values-off,
.switch-field .switch input.input-switch-on:checked ~ .slider .values.values-on {
	color: #ffffff;
	transition: color 0.6s ease;
    -webkit-transition: color 0.6s ease-in;
}

.switch-field .switch input ~ .slider .values {
	color: #8c8c8c;
	transition: color 0.1s ease;
    -webkit-transition: color 0.1s ease-in;
}

.switch-field .switch .slider .values i {
	margin-right: 5px;
}

.switch-field .switch .slider .values img {
	height: 20px;
	margin-top: -5px;
	margin-right: 5px;
	display: inline-block;
}

.switch-field .switch .slider .values img,
.switch-field .switch input.input-switch-off:checked ~ .slider .values.values-off img.off,
.switch-field .switch input.input-switch-on:checked ~ .slider .values.values-on img.off {
	opacity: 0;
	display: none;
	transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease-in;
}

.switch-field .switch input.input-switch-off ~ .slider .values.values-off img.off,
.switch-field .switch input.input-switch-on ~ .slider .values.values-on img.off,
.switch-field .switch input.input-switch-off:checked ~ .slider .values.values-off img.on,
.switch-field .switch input.input-switch-on:checked ~ .slider .values.values-on img.on {
	opacity: 1;
	display: inline-block;
	transition: all 0.6s ease;
    -webkit-transition: all 0.1s ease-in;
}

/* Rounded sliders */
.switch-field .slider.round:before,
.switch-field .slider.round {
	border-radius: 34px;
}

/* DatePicker */
form .date-input {
	position: relative;
	display: block;
}

form .date-input i {
	position: absolute;
	top: 10px;
	right: 10px;
}

form .date-input .ui-datepicker-trigger {
	position: absolute;
	top: 4px;
	right: 4px;
	border: 0px;
	background: transparent;
	font-size: 0px;
	width: 25px;
	height: 25px;
	z-index: 2;
}

/*estilos del calendaio del datepicker*/
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active,
.ui-widget-header {
	border: none;
	text-align: center;
	background: transparent;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight,
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-button:hover, 
.ui-button:focus {
	background: #ededed;
}

.datepicker .ui-datepicker-inline.ui-widget-content .dia-evento .ui-state-default,
.ui-state-default.ui-state-active, 
.ui-widget-content .ui-state-default.ui-state-active,
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
	color: #ffffff !important;
}

.bg-primary .datepicker .ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.bg-primary div.datepicker .ui-datepicker-inline.ui-widget-content {
	background: transparent;
	border: 0;
}

.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-datepicker-header {
	border-bottom: 1px solid #ffffff;
}

.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header {
	color: #ffffff !important;
}

.bg-primary .datepicker .ui-widget-header .ui-state-hover {
	border-radius: 12px;
	border: 0px;
	cursor: pointer;
}

.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-state-highlight, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-content .ui-state-highlight, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header .ui-state-highlight, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-state-hover:not(.ui-state-active), 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-content .ui-state-hover, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header .ui-state-hover, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-focus, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header .ui-state-focus, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-button:hover, 
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-button:focus {
	background-color: rgba(255,255,255,0.2);
}

.ui-datepicker-unselectable.ui-state-disabled  .ui-state-default {
	opacity: 50%;
}

.bg-primary .ui-datepicker-unselectable.ui-state-disabled  .ui-state-default {
	color: #ffffff !important;
}

/* Botones */
.buttons {
  text-align: right;
}

.buttons .btn-cancel,
.buttons .btn-send {
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
}

.buttons .btn-cancel {
  float: left;
  border-color: #212529;
}

.buttons .btn-send {
  background-color: #212529;
  color: #ffffff;
}
/* FIN - Formulario */

/* INI - Componente Carrusel */
.owl-carousel.text-carousel .owl-stage-outer[class*="bg-"],
.owl-carousel.text-carousel .owl-stage-outer[style*="background-color"] {
  padding: 30px 0;
}

/* INI - Para la edicion en Mgnl */
body.editMode .text-carousel.owl-carousel .carousel-item {
  float: left;
  margin: 0 2% 2%;
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="2"] .carousel-item {
  width: 46% !important;
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="3"] .carousel-item {
  width: 29% !important;
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="4"] .carousel-item {
  width: 25% !important;
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .carousel-item {
  width: 16% !important;
}
/* FIN - Para la edicion en Mgnl */

.carousel .carousel-indicators {
    margin-bottom: 0px;
}

.carousel .carousel-inner .carousel-item img {
    margin: auto;   
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: static;
    padding: 15px 10%;
}

.carousel .carousel-control-next, .carousel-control-prev {
    z-index: 10;
}

.carousel .carousel-control-next span, .carousel-control-prev span {
  font-size: 40px;
  font-weight: bold;
  height: 40px;
  background-image: none;
}

.carrusel-menu.owl-carousel .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.carrusel-menu.owl-carousel.float-menu .owl-dots {
  position: relative;
  bottom: 40px;
	margin: 0 auto -40px;
}

.carrusel-menu.owl-carousel .owl-dots .owl-dot {
	width: 150px;
  height: 100%;
  background-color: #ffffff;
}
/* FIN - Componente Carrusel */

/* INI - Cards Image */
.card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  display: flex;
}

.card-picture {
  position: relative;
  /*height: 350px;*/
  border: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  margin-bottom: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.card-picture::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background .35s ease-out;
}

.card-picture .card-link {
  color: inherit;
  overflow: hidden;
}

.card-picture.no-text-color .card-link,
.card-picture.no-text-color .card-overlay {
  color: #ffffff;
}

.card-picture .card-link .card-overlay {
  font-family: "OpenSans-Regular", sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  -o-transition: transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out; 
  padding: 1.5rem;
}

.card-picture.hoverCard:hover .card-link .card-overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.card-picture .card-link .card-overlay .card-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
	-webkit-transform: translateY( -webkit-calc(-100% - -24px) );
	transform: translateY( calc(-100% - -24px) );
	transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
}

.card-picture .card-link .card-overlay .card-description {
  font-size: 1rem;
}

.card-picture.hoverCard:hover .card-link .card-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-picture .card-link .card-img-mask picture {
  width: 100%;
}
/* FIN - Cards Image */


/* INI - Componente Destacados */
.destacado {
    background-color: transparent;
    height: 100%;
    position: relative;
}

.destacado.row {
  margin-left: 0;
  margin-right: 0;
}

.destacado.up .float {
  position: relative;
  top: -30px;
}

.destacado.down .float {
  position: relative;
  bottom: -30px;
}

.destacado.right .float {
  position: relative;
  right: -30px;
}

.destacado.left .float {
  position: relative;
  left: -30px;
}

.destacado.rounded {
  border-radius: 30px !important;
}

.destacado.up.rounded>div:not(.float) figure,
.destacado.up.rounded>a>div:not(.float) figure {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.destacado.down.rounded>div:not(.float) figure,
.destacado.down.rounded>a>div:not(.float) figure {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.destacado.left.rounded>div:not(.float) figure,
.destacado.left.rounded>a>div:not(.float) figure {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.destacado.right.rounded>div:not(.float) figure,
.destacado.right.rounded>a>div:not(.float) figure {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.destacado.row .float {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.destacado.row div.detalle-video[class*="col-"],
.destacado.row div.image-destacado[class*="col-"] {
  padding: 0;
}

.destacado.row div.image-destacado[class*="col-"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destacado.up .float .image-destacado,
.destacado.down .float .image-destacado {
  margin: 0 20px;
}

.destacado.left .float .image-destacado,
.destacado.right .float .image-destacado {
  margin: 20px 0px;
}

.destacado .image-destacado,
.destacado .detalle-video {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.destacado.down {
	position: relative;
}

.destacado.down.destacado-cubo .image-destacado,
.destacado.down.destacado-cubo .detalle-video {
	position: absolute;
	bottom: 0;
}

.destacado .image-destacado figure {
  margin-bottom: 0;
  overflow: hidden;
}

.destacado a .image-destacado figure img,
.destacado .image-destacado a figure img {
  transition: transform .2s ease-in-out;
  max-width: 100%;
}

.destacado a:hover .image-destacado figure img,
.destacado .image-destacado a:hover figure img {
  transform: scale(1.2, 1.2); 
}

.destacado .detalle-destacado {
    padding: 15px 0px 5px;
    position: relative;
}

.destacado[style*="background-color"] .detalle-destacado,
.destacado[class*="bg-"] .detalle-destacado,
.destacado.shadow .detalle-destacado {
  padding-left: 15px;
  padding-right: 15px;
}


.destacado.destacado-cubo .detalle-destacado {
	padding: 30px;
}

.destacado .detalle-destacado {
	display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  flex-direction: column;
  -ms-flex-direction: column;
}

.destacado .detalle-destacado .textImageComponent + .linkComponent {
    margin-top: 1rem;
}

.destacado .detalle-destacado .textImageComponent a {
    color: inherit;
}

.destacado .detalle-destacado .linkComponent {
    /*margin: 0 auto 1rem;*/
    margin-top: 0;
    margin-bottom: 1rem;
}
/* FIN - Componente Destacados */


/* INI - Componente Destacado de Videos */
.destacado-video .column {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.destacado-video .detalle-destacado-video {
	padding: 80px;
}

.destacado-video .detalle-destacado-video p {
	font-size: 16px;
}

.destacado-video .detalle-destacado-video i {
	font-size: 50px;
}

.destacado-video .detalle-video,
.destacado-video .detalle-video .modal-video,
.destacado-video .detalle-video figure {
	height: 100%;
}

.destacado-video .detalle-video .modal-video.video figure figcaption {
	height: 145px;
  text-align: center;
  line-height: 280px;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.destacado-video .detalle-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;	
}
/* FIN - Componente Destacado de Videos */


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

/*Para la edición de Magnolia*/
body.editMode .owl-carousel {
  display: block;
}

.owl-carousel .carousel-item {
    display: block;
    float: none;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-item .carousel-item .textImageComponent .textImageZoom img, 
.owl-carousel .owl-item .carousel-item .section .textImageComponent .textImageZoom img, 
.owl-carousel .owl-item .carousel-item .imageBox img, 
.owl-carousel .owl-item .carousel-item .section .imageBox img {
  display: inline;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 15px;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url(owl.video.play.png) no-repeat;*/
  background: url(../img/svg-play.svg) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; 
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Provided by owl.carousel https://github.com/OwlCarousel2/OwlCarousel2
 * This file only includes the required, default css from the jQuery plugin
 * and does the proper customization
 */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -21.5px; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 43px;
    position: absolute; }
    .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
      opacity: .3; }
    .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
      outline: none; }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
      display: none; }
  .owl-carousel .owl-nav button.owl-prev {
    background: url("../img/arrow-left.png") no-repeat;
    left: -30px; }
  .owl-carousel .owl-nav button.owl-next {
    background: url("../img/arrow-right.png") no-repeat;
    right: -30px; }

.owl-dots {
  text-align: center;
  margin-top: 0; }
  .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #98989A;
    margin-right: 25px; }
    .owl-dots button.owl-dot:last-child {
      margin-right: 0; }
    .owl-dots button.owl-dot.active {
      background: #000000; }
    .owl-dots button.owl-dot:focus {
      outline: none; }

/* INI - Acordeón */
.accordion > .card {
  background-color: transparent;
}

.accordion[class*="bg-"] > .card,
.accordion[class*="bg-"]>.card:first-of-type,
.accordion[class*="bg-"]>.card:not(:first-of-type):not(:last-of-type),
.accordion[style*="background-color"] > .card,
.accordion[style*="background-color"] > .card:first-of-type,
.accordion[style*="background-color"] > .card:not(:first-of-type):not(:last-of-type),
.accordion > .card[class*="bg-"],
.accordion>.card[class*="bg-"]:first-of-type,
.accordion>.card[class*="bg-"]:not(:first-of-type):not(:last-of-type),
.accordion > .card[style*="background-color"],
.accordion > .card[style*="background-color"]:first-of-type,
.accordion > .card[style*="background-color"]:not(:first-of-type):not(:last-of-type) {
	border-color: rgba(255,255,255,0.2);
}

.accordion > .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}

.accordion > .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.accordion > .card .card-header .btn {
  width: 100%;
  text-align: left;
} 

.accordion[class*="bg-"] > .card .card-header button.btn,
.accordion[class*="bg-"] > .card .card-header button.btn:hover,
.accordion[style*="background-color"] > .card .card-header button.btn,
.accordion[style*="background-color"] > .card .card-header button.btn:hover,
.accordion > .card[class*="bg-"] .card-header button.btn,
.accordion > .card[class*="bg-"] .card-header button.btn:hover,
.accordion > .card[style*="background-color"] .card-header button.btn,
.accordion > .card[style*="background-color"] .card-header button.btn:hover,
.accordion > .card .card-header[class*="bg-"] button.btn,
.accordion > .card .card-header[class*="bg-"] button.btn:hover,
.accordion > .card .card-header[style*="background-color"] button.btn,
.accordion > .card .card-header[style*="background-color"] button.btn:hover {
    background-color: inherit;
}

.accordion[class*="text-"] > .card .card-header button.btn,
.accordion[class*="text-"] > .card .card-header button.btn:hover,
.accordion[style*="color:"] > .card .card-header button.btn,
.accordion[style*="color:"] > .card .card-header button.btn:hover,
.accordion > .card[class*="text-"] .card-header button.btn,
.accordion > .card[class*="text-"] .card-header button.btn:hover,
.accordion > .card[style*="color:"] .card-header button.btn,
.accordion > .card[style*="color:"] .card-header button.btn:hover,
.accordion > .card .card-header[class*="text-"] button.btn,
.accordion > .card .card-header[class*="text-"] button.btn:hover,
.accordion > .card .card-header[style*="color:"] button.btn,
.accordion > .card .card-header[style*="color:"] button.btn:hover {
    color: inherit;
}

.accordion > .card .card-header .btn .text,
.accordion .btn.btn-link.collapsed .icon-open,
.accordion .btn.btn-link[aria-expanded="false"] .icon-open,
.accordion .btn.btn-link .icon-close {
  margin-bottom: 0;
  display: block;
}

.accordion > .card .card-header .btn .icon-button.float-right + .text {
  padding: 0 20px 0 0px;
}

.accordion > .card .card-header .btn .icon-button:not(.float-right) + .text {
  padding: 0 0px 0 20px;
}

.accordion > .card .card-header .btn .text .icon-button {
  margin-bottom: 0;
  padding: 0;
}

.accordion > .card .card-header .btn .text .icon-button.left {
  margin-right: 7px;
}

.accordion > .card .card-header .btn .text .icon-button.right {
  margin-left: 7px;
}

.accordion .btn.btn-link .icon-button {
  padding-top: 4px;
}

.accordion .btn.btn-link.collapsed .icon-close,
.accordion .btn.btn-link[aria-expanded="false"] .icon-close,
.accordion .btn.btn-link .icon-open {
	display: none;
}
/* FIN - Acordeón */

/* INI - tabs */
.responsive-tab.tabs-left,
.responsive-tab.tabs-right {
  float: left;
  width: 100%;
}

.responsive-tab.tabs-right > .nav-tabs {
  float: right;
}

.responsive-tab.tabs-left > .nav-tabs {
  float: left;
}

.responsive-tab.tabs-left > .nav-tabs,
.responsive-tab.tabs-right > .nav-tabs {
  display: block;
  width: 25%;
}

.responsive-tab.tabs-left > .nav-tabs > li,
.responsive-tab.tabs-right > .nav-tabs > li {
  float: none;
  display: block;
}

.responsive-tab.tabs-left > .nav-tabs .nav-item .nav-link, 
.responsive-tab.tabs-left > .nav-tabs .nav-link,
.responsive-tab.tabs-right > .nav-tabs .nav-item .nav-link, 
.responsive-tab.tabs-right > .nav-tabs .nav-link {
  border-color: #dee2e6 #dee2e6 #fff
}

.responsive-tab.tabs-left > .nav-tabs .nav-item.show .nav-link, 
.responsive-tab.tabs-left > .nav-tabs .nav-link.active {
  border-right-color: #ffffff;
  background-color: transparent;
}

.responsive-tab.tabs-right > .nav-tabs .nav-item.show .nav-link, 
.responsive-tab.tabs-right > .nav-tabs .nav-link.active {
  border-left-color: #ffffff;
  background-color: transparent;
}

.responsive-tab .nav-tabs .nav-item a {
  height: 100%;
}

.responsive-tab .nav-tabs .nav-item a.icon-image.right,
.responsive-tab .nav-tabs .nav-item a.icon-image.left {
  display: table;
  width: 100%;
}

.responsive-tab .nav-tabs .nav-item a .tab-title {
  display: table;
  width: 100%;
  height: 100%;
}

.responsive-tab .nav-tabs .nav-item a.icon-image.right .tab-title.icon-image.right,
.responsive-tab .nav-tabs .nav-item a.icon-image.left .tab-title.icon-image.left {
  display: table-cell;
  vertical-align: middle;
}

.responsive-tab .nav-tabs .nav-item a .tab-title.up img {
  margin: 0 auto 10px;
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.up img,
.responsive-tab.tabs-left .nav-tabs .nav-item a .tab-title.up img {
  margin: 5px 0 7px;
}

.responsive-tab .nav-tabs .nav-item a .tab-title.down img {
  margin: 10px auto 0px;
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.down img,
.responsive-tab.tabs-left .nav-tabs .nav-item a .tab-title.down img {
  margin: 7px 0 5px;
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.down img,
.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.up img {
  float: right;
}

.responsive-tab .nav-tabs .nav-item a .tab-title.right img,
.responsive-tab .nav-tabs .nav-item a .tab-title.left img {
  display: inline-block !important;
  margin: 0 0px 0 10px;
}

.responsive-tab .nav-tabs .nav-item a .tab-title.left img {
  margin: 0 10px 0 0px;
}

.responsive-tab .nav-tabs .nav-item a .tab-title img.hover-active,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title img.has-active-image,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title img.has-active-image {
  display: none !important;
}

.responsive-tab .nav-tabs .nav-item a .tab-title.up .icon-button,
.responsive-tab .nav-tabs .nav-item a .tab-title.down .icon-button,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title.up img.hover-active,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title.down img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.up img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.down img.hover-active {
  display: block !important;
}

.responsive-tab .nav-tabs .nav-item a:hover .tab-title.left img.hover-active,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title.right img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.left img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.right img.hover-active {
  display: inline-block !important;
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.up .text,
.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.down .text {
  float: right;
  width: 100%;
}

.responsive-tab:not(.tabs-right):not(.tabs-left) .nav-tabs .nav-item a:not(.icon-image) .tab-title .text {
  display: table-cell !important;
  vertical-align: middle;
}

.responsive-tab.tabs-left .tab-content .tab-pane:not([class*=" bg-"]),
.responsive-tab.tabs-right .tab-content .tab-pane:not([class*=" bg-"]) {
  padding-top: 0;
}

.r-tabs .r-tabs-panel {
  padding: 30px 30px;
}

.responsive-tab .tab-content .tab-pane > section.section {
  margin-left: -15px;
  margin-right: -15px;
}

.responsive-tab .tab-content .tab-pane > section[class*="section"]:first-child > .container > div[class^="row"]:not(.rowTitle):first-child > .column {
  margin-top: 0;
}

.responsive-tab.tabs-left .tab-content,
.responsive-tab.tabs-right .tab-content {
  width: 75%;
  float: left;
}
/* FIN - Tabs */

/* INI - Anclas */
.ancla-menu[class*="bg-"] ul ,
.ancla-menu[style*="background-style"] ul {
	padding: 12px 15px 10px;
}

.ancla-menu ul {
	padding: 0;
	list-style: none;
	width: 100%;
}

.ancla-menu ul li.ancla-contenido.col-auto {
	max-width: none;
	width: auto;
	margin-right: 30px;
	padding-right: 0px;
	padding-left: 0;
}

.ancla-menu ul li.ancla-contenido {
	display: inline-block;
}

.ancla-menu ul li.col-auto.ancla-contenido:last-child {
	margin-right: 0;
}

.ancla-menu ul li.ancla-contenido:not(.col-auto):last-child {
	padding-right: 0;
}

.ancla-menu ul li.ancla-contenido:not(.col-auto):first-child {
	padding-left: 0;
}

.ancla-menu ul li.ancla-contenido.text-center a.item-ancla {
  text-align: center;
}

.ancla-menu ul li.ancla-contenido.text-right a.item-ancla {
  text-align: right;
}

.ancla-menu ul li.ancla-contenido.text-left a.item-ancla {
  text-align: left;
}

.ancla-menu ul li.ancla-contenido a.item-ancla{
	color: #4a4a4a;
}

.ancla-menu[class*="text-"] ul li.ancla-contenido a.item-ancla,
.ancla-menu[class*="bg-"] ul li.ancla-contenido a.item-ancla,
.ancla-menu[style*="background-color"] ul li.ancla-contenido a.item-ancla {
	color: inherit;
}

.ancla-menu ul li.ancla-contenido a.item-ancla:hover {
	text-decoration: none;
}

.ancla-menu ul li.ancla-contenido.text-center a.item-ancla img {
	margin: auto;
}

.ancla-menu ul li.ancla-contenido.up.text-right a.item-ancla img,
.ancla-menu ul li.ancla-contenido.down.text-right a.item-ancla img {
	float: right;
}

.ancla-menu ul li.ancla-contenido.up a.item-ancla span.icon-button,
.ancla-menu ul li.ancla-contenido.down a.item-ancla span.icon-button {
	display: block;
	width: 100%;
}

.ancla-menu ul li.ancla-contenido.up a.item-ancla img,
.ancla-menu ul li.ancla-contenido.up a.item-ancla span.icon-button {
	margin-bottom: 7px;
}

.ancla-menu ul li.ancla-contenido.down a.item-ancla img,
.ancla-menu ul li.ancla-contenido.down a.item-ancla span.icon-button {
	margin-top: 7px;
}

.ancla-menu ul li.ancla-contenido.left a.item-ancla img,
.ancla-menu ul li.ancla-contenido.right a.item-ancla img {
	display: inline-block !important;
	margin-left: 7px;
}

.ancla-menu ul li.ancla-contenido.left a.item-ancla img {
	margin-left: 0px;
	margin-right: 7px;
}

.ancla-menu ul li.ancla-contenido:not(.col-auto) a.item-ancla .text {
	word-break: break-all;
}

.ancla-menu ul li.ancla-contenido.up.text-right a.item-ancla span.text,
.ancla-menu ul li.ancla-contenido.down.text-right a.item-ancla span.text {
	display: block;
	width: 100%;
}

.ancla-menu ul li.ancla-contenido a.item-ancla:hover span.text {
	text-decoration: underline;
}
/* FIN - Anclas */


/* INI - Timeline: Nuestra historia */
.timeline {
	position: relative;
}

.timeline .timeline-line {
	height: 100%;
	position: absolute;
	border-left: 10px dotted #ECECEC;
	margin: auto;
    left: 0;
    right: 0;
    width: 10px;
}

.timeline .timeline-list {
	padding: 0;
	list-style: none;
	position: relative;
	padding: 75px 0;
}

.timeline .timeline-list .timeline-item {
	margin-bottom: 75px;
} 

.timeline .timeline-list .timeline-item:last-child {
	margin-bottom: 0;
}

.timeline .timeline-list .timeline-item .historia-timeline {
	width: 35%;
}

.timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline { 
	float: left;
	margin-left: 11%;
}

.timeline .timeline-list .timeline-item:nth-child(odd) .historia-timeline { 
	float: right;
	margin-right: 11%;
}

.timeline .timeline-list .timeline-item:first-child .historia-timeline {
	width: 50%;
	margin: auto;
	float: none;
}

.timeline .timeline-list .timeline-item .historia-timeline .year {
	font-size: 30px;
	font-family: 'Lora', serif;
	padding-bottom: 10px;
}

.timeline .timeline-list .timeline-item:first-child .historia-timeline .year {
	text-align: center;
}

.timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline .year { 
	text-align: right;
}

.timeline .timeline-list .timeline-item .historia-timeline .year .bullet {
	display: inline-block;
    border: 10px solid #ffffff;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    left: 0;
	margin: auto;
}

.timeline .timeline-list .timeline-item:first-child .historia-timeline .year .bullet {
	position: static;
	display: block;
	margin-bottom: 10px;
}

.timeline .timeline-list .timeline-item .historia-timeline .year .text {
	background: #ffffff;
}

.timeline .timeline-list .timeline-item .historia-timeline .detalle-historia {
	text-align: center;
}

.timeline .timeline-list .timeline-item .historia-timeline .detalle-historia img {
}

.timeline .timeline-list .timeline-item .historia-timeline .detalle-historia .year-info {
	padding: 30px;
	background: #ffffff;
	text-align: left;
}
/* FIN - Timeline: Nuestra historia */


/* INI - Bootstrap 5 columns */
.col-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }

	/* INI - Cards Destacadas */
	.card-picture .card-link .card-overlay {
		-webkit-transform: translateY(75%);
		-ms-transform: translateY(75%);
		transform: translateY(75%);
	}
	/* FIN - Cards Destacadas */
}
@media (min-width: 768px) {
  .col-md-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }

	/* INI - Cards Destacadas */
	.card-picture .card-link .card-overlay {
		-webkit-transform: translateY(75%);
		-ms-transform: translateY(75%);
		transform: translateY(75%);
	}
  /* FIN - Cards Destacadas */
  
  /* INI - Carrusel */
  .carousel.carousel-image .carousel-control-next span.text-dark, .carousel-control-prev span.text-dark {
    color: #ffffff !important;
  }  
  .carousel.carousel-image .carousel-indicators li.bg-dark {
    background-color: #ffffff !important;
  }
  /* FIN - Carrusel */
}
@media (min-width: 992px) {
  .col-lg-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }

	/* INI - Cards Destacadas */
	.card-picture .card-link .card-overlay {
		-webkit-transform: translateY(75%);
		-ms-transform: translateY(75%);
		transform: translateY(75%);
	}
	/* FIN - Cards Destacadas */
}
@media (min-width: 1200px) {
  .col-xl-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }

	/* INI - Cards Destacadas */
	.card-picture .card-link .card-overlay {
		-webkit-transform: translateY(80%);
		-ms-transform: translateY(80%);
		transform: translateY(80%);
	}
	/* FIN - Cards Destacadas */
}
/* FIN - Bootstrap 5 columns */


/* INI - Footer */
footer {
  background: #DEDEDE;
  padding: 30px 0;
}

footer section.section {
    background-color: transparent;  
}
/* FIN - Footer */


/* INI - Responsive */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  /* INI - Componente Carrusel */
    .carousel .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        left: 0;
        right: 0;
    bottom: 0;
    }
    /* FIN - Componente Carrusel */
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* INI - <1200px */
@media (max-width:1199.98px) {
	/* INI - Componente Destacos de Videos */	
	.destacado-video .detalle-destacado-video {
		padding: 60px;
	}	
  /* FIN - Componente Destacos de Videos */	
  
  /* INI - Timeline: Nuestra historia */
	.timeline .timeline-list .timeline-item .historia-timeline {
		width: 45%;
	}

	.timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline { 
		margin-left: 0%;
	}

	.timeline .timeline-list .timeline-item:nth-child(odd) .historia-timeline { 
		margin-right: 0%;
	}

	.timeline .timeline-list .timeline-item:first-child .historia-timeline {
		width: 60%;
		margin: auto;
	}
	/* FIN - Timeline: Nuestra historia */
}
/* FIN - >1200px */

/* FIN - < 992px */
@media (max-width: 991.98px) {
  /* INI - General */ 
  section.section {
      padding: 70px 0;    
  }
  /* FIN - General */

  /* INI - Componente Destacado de Videos */	
	.destacado-video .detalle-destacado-video {
		padding: 50px;
	}
	
	.destacado-video .detalle-destacado-video h1 {
		font-size: 22px;
	}	
	
	.destacado-video .detalle-destacado-video p {
		font-size: 12px;
	}

	.destacado-video .detalle-destacado-video i {
		font-size: 38px;
	}
	/* FIN - Componente Destacado de Videos */	

  /* INI - Tabs */
  .responsive-tab .tab-content .tab-pane > section[class*="section"]:first-child > .container > div[class^="row"]:not(.rowTitle):first-child > .column.col-sm-12 {
    margin-top: 40px;
  }  

  .responsive-tab .tab-content .tab-pane > section[class*="section"]:first-child > .container > div[class^="row"]:not(.rowTitle):first-child > .column[class*="col-sm-12"]:first-child {
    margin-top: 0;
  }  
  /* FIN - Tabs */

  /* INI - Componente Tablas */
  table.table-blocknet .accordion > .card .card-body {
    padding: 0 !important;
  }
  /* FIN - Componente Tablas */
}
/* FIN - < 992px */

/* INI - < 768px */
@media (max-width: 767.98px) {
  /* INI - General */
  section.section {
      padding: 60px 0;    
  }
  /* FIN - General */
    
  /* INI - Carrusel */
  .owl-carousel.owl-drag .owl-item {
    padding: 0;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption {
    background: #ffffff;
    color: #000;
  }

  .containerBg .carousel .carousel-inner .carousel-item .carousel-caption,
  .column .column-detail .carousel .carousel-inner .carousel-item .carousel-caption {
    background-color: transparent;
    color: inherit;
  }

  section.section[class*="text-"] .carousel .carousel-inner .carousel-item .carousel-caption,
  section.section[style*="color:"] .carousel .carousel-inner .carousel-item .carousel-caption {
    color: inherit;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      width: 15px;
      height: 35px;    
      background-size: 15px 35px !important;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
      left: 7px;
  }
  
  .owl-carousel .owl-nav button.owl-next {
      right: 7px;
  }

  .carousel.carousel-image .carousel-control-next span, .carousel-control-prev span {
    color: inherit;
  }  

  .carousel.carousel-image .carousel-indicators li {
    background-color: inherit;
  }
  /* FIN - Carrusel */

  /* INI - Tabs */
  .responsive-tab.tabs-left > .nav-tabs, .responsive-tab.tabs-right > .nav-tabs {
    display: none;
  }

  .responsive-tab.tabs-left .tab-content, .responsive-tab.tabs-right .tab-content {
    width: 100%;
  }

  .r-tabs .r-tabs-panel {
    padding: 15px 0;
    margin-bottom: 25px;
  }

  .responsive-tab .tab-content .tab-pane > section[class*="section"]:first-child > .container > div[class^="row"]:not(.rowTitle):first-child > .column.col-12 {
    margin-top: 40px;
  }  

  .responsive-tab .tab-content .tab-pane > section[class*="section"]:first-child > .container > div[class^="row"]:not(.rowTitle):first-child > .column[class*="col-12"]:first-child {
    margin-top: 0;
  }  
  /* FIN - Tabs */

  /* INI - Destacados */
  .destacado.down .image-destacado,
  .destacado.down .detalle-video {
    position: relative;
    bottom: 0;
  }
  /* FIN - Destacados */

  /* INI - Componente Tablas */
  table.table.table-blocknet:not(.table-mobile-blocknet) thead {
    display: none;
  }

  table.table.table-blocknet:not(.table-mobile-blocknet) tr {
    border-top: 1px solid #dee2e6;
  }

  table.table.table-blocknet:not(.table-mobile-blocknet) tbody tr td {
    display: inline-block;
    width: 49%;
    border: 0;
  }

  table.table.table-blocknet:not(.table-mobile-blocknet) .title_cab {
    display:block;
    font-weight: bold;
	}
  /* FIN - Componente Tablas */

	/* INI - Componente Destacado de videos */	
	.destacado-video .detalle-destacado-video {
		padding: 30px;
	}
	
	.destacado-video .detalle-destacado-video h1 {
		font-size: 28px;
	}	
	
	.destacado-video .detalle-destacado-video p {
		font-size: 16px;
	}

	.destacado-video .detalle-destacado-video i {
		font-size: 42px;
	}
	/* INI - Componente Destacado de videos */	

	/* INI - Timeline: Nuestra historia */
	.timeline .timeline-list {
		padding: 60px 0;
	}

	.timeline .timeline-list .timeline-item {
		margin-bottom: 60px;
	} 

	.timeline .timeline-list .timeline-item .historia-timeline {
		width: 85%;
		float: none !important;
	}

	.timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline,
	.timeline .timeline-list .timeline-item:nth-child(odd) .historia-timeline { 
		margin: auto;
	}

	.timeline .timeline-list .timeline-item:first-child .historia-timeline {
		width: 85%;
		margin: auto;
	}

	.timeline .timeline-list .timeline-item .historia-timeline .year {
		text-align: center !important;
	}

	.timeline .timeline-list .timeline-item .historia-timeline .year .bullet {
		position: static;
		display: block;
	}
	/* FIN - Timeline: Nuestra historia */

  /* INI - Componente Tablas */
  table.table-blocknet .accordion > .card .card-header {
    padding: 10px 5px 10px 0;
  }
  /* FIN - Componente Tablas */
}
/* FIN - < 768px */

/* INI - < 576px */
@media (max-width:575.98px) {
	/* INI - Timeline: Nuestra historia */
	.timeline .timeline-list .timeline-item .historia-timeline,
	.timeline .timeline-list .timeline-item:first-child .historia-timeline {
		width: 100%;
	}

	.timeline .timeline-list .timeline-item .historia-timeline .detalle-historia .year-info {
		padding: 20px;
	}	
  /* FIN - Timeline: Nuestra historia */
  
	/* INI - Cards Destacadas */
	.card-picture .card-link .card-overlay {
		-webkit-transform: translateY(80%);
		-ms-transform: translateY(80%);
		transform: translateY(80%);
	}
	/* FIN - Cards Destacadas */

  /* INI - Formularios */
  /*switch*/
	.switch-field.switch-horizontal > label:first-of-type {
		width: 58%;
		padding-right: 2%;
	}

	.switch-field.switch-horizontal .switch {
		width: 40%;
	}

	.switch-field.switch-horizontal .switch .slider .values img {
		height: 15px;
		margin-right: 2px;
	}

	.switch-field.switch-horizontal .switch .slider.haveNeutral .values {
		width: 50%;
	}

	.switch-field.switch-horizontal .switch .slider.haveNeutral .values.values-neutral {
		width: 0%;
	}

	.switch-field.switch-horizontal .switch .slider.haveNeutral:before {
		width: 10%;
		left: 45%;
	}

	.switch-field.switch-horizontal .switch input.input-switch-off:checked ~ .slider.haveNeutral:before,
	.switch-field.switch-horizontal .switch input.input-switch-on:checked ~ .slider.haveNeutral:before {
		width: 50%;
	}		
	
	.switch-field.switch-horizontal input.input-switch-on:checked + .slider.haveNeutral:before {
		-webkit-transform: translateX(9%);
		-ms-transform: translateX(9%);
		transform: translateX(9%);
	}
  /* FIN - Formularios */
}
/* FIN - <576px */
/* FIN - Responsive */

/* INI - Animaciones AOS Añadidas */
[data-aos^=fade-out][data-aos^=fade-out] {
  opacity: 1;
  transition-property: opacity,transform;
}

[data-aos^=fade-out][data-aos^=fade-out].aos-animate {
  opacity:0;
  transform:translateZ(0)
}
/* FIN - Animaciones AOS Añadidas */

/* INI - Icono superpuesto Columnas */

.popicon {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  display: grid;
  padding: 1rem 0;
  z-index: 999;
}

.popicon div {
  padding: 4px;
}

.popicon img {
  width: 100%;
  height: auto;
}

.popicon-horizontal-left {
  justify-content: start;
}

.popicon-horizontal-right {
  justify-content: end;
}

.popicon-vertical-top {
  align-items: start;
}

.popicon-vertical-bottom {
  align-items: end;
}

.popicon-vertical-center {
  align-items: center;
}

.popicon-size-big div {
  width: 128px;
}

.popicon-horizontal-right.popicon-size-big div {
  margin-right: -64px;
}

.popicon-horizontal-left.popicon-size-big div {
  margin-left: -64px;
}

.popicon-size-medium div {
  width: 64px;
}
.popicon-horizontal-right.popicon-size-medium div {
  margin-right: -32px;
}

.popicon-horizontal-left.popicon-size-medium div {
  margin-left: -32px;
}

.popicon-size-small div{
  width: 32px;
}

.popicon-horizontal-right.popicon-size-small div {
  margin-right: -16px;
}

.popicon-horizontal-left.popicon-size-small div {
  margin-left: -16px;
}

.popicon-style-rounded img {
  border-radius: 10px;
}

.popicon-style-circular img {
  border-radius: 100%;
}

.popicon-style-rectangular img {
  border-radius: 0;
}

.popicon-horizontalpad-right {
  padding-right: 32px!important;
}

.popicon-horizontalpad-left {
  padding-left: 32px!important;
}

.popicon-col .column-detail {
  padding: 0;
}

.popicon-col div {
  height: 100%;
}

.popicon-col div img {
  height: 100%;
  object-fit: cover;
}

.popicon-style-circular {
  border-radius: 100%;
}

.popicon-style-rounded {
  border-radius: 8px;
} 

@media only screen and (max-width: 767px) {
  .popicon {
      padding: .2rem 0 0 1rem;
  }

  .popicon-horizontal-right.popicon-size-big div {
      margin-right: 8px;
  }

  .popicon-horizontal-left.popicon-size-big div {
      margin-left: 8px;
  }
  .popicon-horizontal-right.popicon-size-medium div {
      margin-right: 8px;
  }

  .popicon-horizontal-left.popicon-size-medium div {
      margin-left: 8px;
  }

  .popicon-horizontal-right.popicon-size-small div {
      margin-right: 8px;
  }

  .popicon-horizontal-left.popicon-size-small div {
      margin-left: 8px;
  }

  .popicon-vertical-center {
      align-items: start;
  }

  .popicon-horizontal-left {
      justify-content: end;
  }

}

/* FIN - Icono superpuesto Columnas */

/* INI - CPC-1984 */
section.section video.col-video-bg, section.hero video.col-video-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-bg-content {
  position: relative;
  z-index: 2;
}

/* FIN - CPC-1984 */

  /* INI - Etiquetas componentes modo edición */
  span.edit-mode-cmp-name {
    font-size: .7rem;
    padding: 3px 10px;
    background-color:#fff3cd;
    border: 1px solid #856404;
    color: #856404;
    cursor: pointer;
    box-shadow: -1px -1px 18px -6px rgba(0,0,0,0.75);
    z-index: 9999;
    position: absolute;
    margin-left: 20px;
}
/* FIN - Etiquetas componentes */