/* general */
body {font-family:'ABeeZee', Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 
	--color-text: #222;
    --color-number: #999;
    --color-bg: #006F84; 
    --color-link: #222; 
    --color-link-hover: #006F84;
    color: var(--color-text);
    background-color: var(--color-bg);}
/*hr {margin-top:1rem; margin-bottom:1rem; border:0; border-top:1px solid rgba(0,1,104,0.15)}*/ 
hr { margin: 1rem 0; color: inherit; border: 0; opacity: 1; }

*, *::after, *::before { box-sizing: border-box; -moz-box-sizing: border-box; }
*, *:after, *:before {box-sizing: border-box; -moz-box-sizing: border-box; }
* {margin:0;padding:0;border:0 none;position: relative; outline: none;}
a { color: #222; text-decoration: underline; }
a:hover { color:var(--color-link-hover); }
.content a {text-decoration:none; color:inherit; position:relative;}
.content a::before {content: ''; background-color:var(--color-link-hover); position:absolute; left:0; bottom:3px; width:100%; height:8px; z-index:-1; transition:all .3s ease-in-out;}
.content a:hover::before {bottom:0; height:100%;}

.content img {max-width:100%;}

small, .small { font-size:80%; }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {font-family: inherit;}

figure { position: relative; overflow: hidden; margin: 0; height: auto; width: 100%;}
figure img{ width: 100%; height: auto; }

footer a {text-decoration: underline !important;}

.noticia figure { float: left; max-height: 360px; background: var(--bs-orange); text-align: center; /*cursor: pointer;*/ }
.noticia figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 1.0; }
.noticia figure figcaption { padding: 0; /*color: var(--bs-white);*/ text-transform: uppercase; font-size: 1.25rem; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.noticia figure figcaption::before, .noticia figure figcaption::after { pointer-events: none; }
.noticia figure figcaption, .noticia figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.noticia figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; }
.noticia figure p { margin: 0; letter-spacing: 1px; font-size: 125%; }
/* animation */
figure.effect-chico img { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
figure.effect-chico:hover img { opacity: 0.25; }
figure.effect-chico figcaption { padding: 0; }
figure.effect-chico figcaption::before { position: absolute; content: ''; -webkit-transform: scale(1.1); transform: scale(1.1); }
figure.effect-chico figcaption::before, figure.effect-chico p { opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; }
figure.effect-chico p { -webkit-transform: scale(1.5); transform: scale(1.5); }
figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.text-white a{color:var(--bs-white) !important;}
.text-white a:hover, .text-white a:focus{color:var(--bs-light) !important;}
.text-white a::before, .text-white a::after { background: rgba(255,255,255,.55) !important; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: var(--color-link); background-color: var(--bs-light); }
.btn-outline-light:hover { color: var(--bs-yellow) !important; }

.bg-cover {width:100%; height:100%; background-position:center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover;}
.bg-fixed {background-repeat: no-repeat; background-position: center; position: fixed;}
.cover {object-fit: cover;}	.cover img{width:100%; height:auto;}
.fill { object-fit: fill; }
.blur {filter:blur(0.5rem);}
.opacity-75 {opacity:0.75 !important; filter:Alpha(Opacity=75);}
.opacity-50 {opacity:0.50 !important; filter:Alpha(Opacity=50);}
.opacity-25 {opacity:0.25 !important; filter:Alpha(Opacity=25);}

.bg-gradient_color {background-color: #006F84;
background-image: linear-gradient(315deg, #006F84 0%, #d3d3d3 74%);
 background-attachment: fixed, scroll;}

.mt-n1 { margin-top: -1rem !important; }	
.mt-n2 { margin-top: -2rem !important; }
.mt-n3 { margin-top: -3rem !important; }
.mt-n4 { margin-top: -4rem !important; }

.ico-text{width:95px; height:95px;}

.custom-font {font-family:'Josefin Sans', sans-serif !important;}
.serif-font {font-family: serif !important;}
.handwritten-font {font-family: cursive !important;}
.outline-font, .outline-font a{color:#fff; text-shadow:1px 1px 0 #FBC400, 1px -1px 0 #FBC400, -1px 1px 0 #FBC400, -1px -1px 0 #FBC400, 1px 0px 0 #FBC400, 0px 1px 0 #FBC400, -1px 0px 0 #FBC400, 0px -1px 0 #FBC400, 1px 1px 0px rgba(0,1,104,0);}
@supports((text-stroke: 2px #fff) or (-webkit-text-stroke: 1px #fff)) {
	.outline-font, .outline-font a {color:transparent; -webkit-text-stroke:1px #fff; text-stroke:1px #fff; text-shadow:none;}
}
.text-vertical {-webkit-writing-mode: vertical-rl; writing-mode: vertical-rl;}
.text-shadow {text-shadow: 3px 5px 2px rgba(0,0,0,0.25);}


/* ANIMATION */
/*effects*/
	.hovereffect { width:100%; height:100%; float:left; overflow:hidden; position:relative; cursor:default; }
	.hovereffect img { display:block; position:relative; -webkit-transition:all .4s linear; transition:all .4s linear; }
	.hovereffect:hover img { -ms-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2); }
	.hovercolor { width:100%; height:100%; float:left; overflow:hidden; position:relative; cursor:default; }
	.hovercolor img { display:block; position:relative; -webkit-transition:all .4s linear; transition:all .4s linear; }
	.hovercolor:hover img { filter: grayscale(0%);  opacity: 1; }
	/*shape*/
	.shape {animation: morph 6s ease-in-out infinite; border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; transition: all 1s ease-in-out;}
	.shape:hover {animation: morph 2s ease-in-out infinite; transition: all 1s ease-in-out;}
	@keyframes morph {
	 0% { border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%; } 
	 50% { border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%; }
	 100% { border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%; } 
	}
/*icons*/
	.line-arrow-right1{animation: line-arrow-right1-fly 3s infinite ease-in-out;}
     @keyframes line-arrow-right1-fly{
         0% { transform: translate3d(-200px, 0, 0);}
         30% {transform: translate3d(0px, 0, 0);}
         40% {transform: translate3d(-4px, 0, 0);}
         50% {transform: translate3d(0px, 0, 0);}
         70% {transform: translate3d(-4px, 0, 0);}
         100% {transform: translate3d(240px, 0, 0);}
     }
     @media (prefers-reduced-motion: reduce) {
         .line-arrow-right1 {
             animation: none;
         }
     }
.wow:first-child { visibility: hidden; } 
/* ----------------------------------------------
 * Generated by Animista on 2021-3-18 9:33:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
	.slide-in-blurred-bottom{-webkit-animation:slide-in-blurred-bottom .6s cubic-bezier(.23,1.000,.32,1.000) both;animation:slide-in-blurred-bottom .6s cubic-bezier(.23,1.000,.32,1.000) both}
	@-webkit-keyframes slide-in-blurred-bottom{0%{-webkit-transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform:translateY(1000px) scaleY(2.5) scaleX(.2);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0}100%{-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes slide-in-blurred-bottom{0%{-webkit-transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform:translateY(1000px) scaleY(2.5) scaleX(.2);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0}100%{-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter:blur(0);filter:blur(0);opacity:1}}
	.fade-in{-webkit-animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1.000) both}
	@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
	.fade-out{-webkit-animation:fade-out 1s ease-out both;animation:fade-out 1s ease-out both}
	@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}
	.tracking-in-contract{-webkit-animation:tracking-in-contract .8s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-contract .8s cubic-bezier(.215,.61,.355,1.000) both}
	@-webkit-keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}@keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}


/* header */
.navbar-brand {padding-top:0 !important; padding-bottom:0 !important; /*+*/max-width:260px;}
.blog-header {font-size:1.45rem; letter-spacing:0.35rem; text-transform:none; line-height:1.15; margin-bottom:150px;}
.blog-header span {font-size:1.95rem; letter-spacing:0.0rem; word-spacing:0.2rem;}
.blog-header small {font-size:85%; letter-spacing:0.0rem;}
.blog-header .img-fluid {width:100%;/*75%*/ height:auto;}
.blog-header:hover { text-decoration:none; }
.page-header {height:260px;/*height:25vh;*/ padding:0; margin-top:0; color:var(--bs-white); position:relative; background-position:center center; background-size:cover;}
.page-header h2 {letter-spacing:0rem;}
.page-header .page-header-img { position:absolute; background-size:cover; background-position:center center; width:100%; height:100%; z-index:-1; opacity:0.50; }
.page-header .container, .page-header .container-fluid { height:100%; z-index:1; position:relative; }
.page-header .category, .page-header .description { color:rgba(255, 255, 255, 0.5); }
.page-header:after, .page-header:before { position:absolute; z-index:0; width:100%; height:100%; display:block; left:0; top:0; content: ""; }
@media screen and (max-width: 991px) {
  /*.page-header .page-header-img {background-image:none !important;}*/
}

.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1rem; line-height: 1;}
.navbar-toggler-icon { width: 1rem; height: 1rem; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; }


/* MENU */
#menu {width:auto; max-width:100%; height:auto; margin:0 auto; padding:0; position:relative; z-index:1040; bottom:0; vertical-align:baseline !important;}
#main-menu {margin:0 auto; position:relative; z-index:1040; width:auto;}
#main-menu ul {width:45rem;}
/* SmartMenus Core CSS (No es recomendable editar esta)
===============================================================*/
.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Menu box
===================*/
.sm-blue {background:transparent;}
.sm-blue-vertical { }
.sm-blue ul {padding:7px 0; background:#fff; border-top:2px solid #fff; box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);}
/* Menu items
===================*/
.sm-blue a {font-size:0.85rem; padding:1.8rem 1rem; line-height:1.625rem; font-family: inherit; font-weight:400; color:var(--color-text) !important; text-decoration:none;}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {color:var(--bs-orange) !important; background:var(--bs-light);} 
.sm-blue-vertical a {padding:9px 40px 8px 23px; background:#fff;}
.sm-blue ul a {padding:9px 40px 8px 23px; text-shadow:none; background:transparent; border:1px solid transparent;}
.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {background:var(--bs-light); border-radius:none !important;}
.sm-blue ul a:focus, .sm-blue ul a:active {border-color:var(--bs-orange);} 
	
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active, .sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {color:#e23646;}
/* round the left corners of the first item for horizontal main menu */
.sm-blue > li:first-child > a {	}
/* round the corners of the first and last items for vertical main menu */
.sm-blue-vertical > li:first-child > a {	}
.sm-blue-vertical > li:last-child > a {	}
.sm-blue a.has-submenu {}
/* Sub menu indicators
===================*/
.sm-blue a span.sub-arrow {position:absolute; bottom:-1px; left:50%; margin-left:-5px;
/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
width:0; height:0; overflow:hidden; border-width:5px;/* tweak size of the arrow */ border-style:solid dashed dashed dashed; border-color:var(--bs-gray) transparent transparent transparent; display:none;/*+*/}
.sm-blue-vertical a span.sub-arrow, .sm-blue ul a span.sub-arrow {bottom:auto; top:50%; margin-top:-5px; right:15px; left:auto; margin-left:0; border-style:dashed dashed dashed solid; border-color:transparent transparent transparent var(--bs-gray); display:block;/*display:none;+*/}
.sm-blue-vertical a:hover span.sub-arrow, .sm-blue ul a:hover span.sub-arrow {border-color:transparent transparent transparent var(--bs-orange);}
.sm-blue a i.fa-angle-down { margin-top:0.25rem; margin-right:-1.5rem; } /*+*/
.sm-blue a:hover i.fa-angle-down{ transform:rotate(-90deg); } /*+*/
/* Items separators
===================*/
.sm-blue li {border-left:none;}
.sm-blue li:first-child, .sm-blue-vertical li, .sm-blue ul li {border-left:0;}
/* Scrolling arrows containers for tall sub menus 
===================*/
.sm-blue span.scroll-up, .sm-blue span.scroll-down {position:absolute; display:none; visibility:hidden; overflow:hidden; background:var(--bs-white); height:20px;}
.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {position:absolute; top:-2px; left:50%; margin-left:-8px; width:0; height:0; overflow:hidden; border-width:8px; border-style:dashed dashed solid dashed; border-color:transparent transparent var(--bs-gray) transparent;}
.sm-blue span.scroll-up-arrow:hover, .sm-blue span.scroll-down-arrow:hover {border-color:transparent transparent var(--bs-orange) transparent;}
.sm-blue span.scroll-down-arrow {top:3px; border-style:solid dashed dashed dashed; border-color:var(--bs-gray) transparent transparent transparent;}
.sm-blue span.scroll-down-arrow:hover {border-color:var(--bs-orange) transparent transparent transparent;}
/*
---------------------------------------------------------------
  Responsiveness
---------------------------------------------------------------*/
/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 84em) {
#menu {margin:0 auto 1rem auto;}
.sm-blue:not(.sm-blue-vertical) > li > a {padding-left:18px; padding-right:18px;}
}
@media screen and (max-width: 75em) {
#menu {margin:0 auto 1rem auto;}
.sm-blue:not(.sm-blue-vertical) > li > a {padding-left:10px; padding-right:10px;}
}
@media screen and (max-width: 991px) { /*max-width: 64em*/   
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
ul.sm-blue{width:auto !important;}
ul.sm-blue ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
ul.sm-blue>li{float:none;}
ul.sm-blue>li>a,ul.sm-blue ul.sm-nowrap>li>a{white-space:normal;}
ul.sm-blue iframe{display:none;}
/* Uncomment this rule to disable completely the sub menus for small screen devices */
/*.sm-blue ul, .sm-blue span.sub-arrow, .sm-blue iframe {display:none !important;}*/
/* Menu box
===================*/
.sm-blue {background:transparent;}
.sm-blue ul {border:0; padding:0; background:transparent; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
.sm-blue ul ul {/* darken the background of the 2+ level sub menus and remove border rounding */ 
background:transparent; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
/* Menu items
===================*/
.sm-blue a {padding:10px 2px 10px 30px !important;/* add some additional left padding to make room for the sub indicator */ background:transparent; border:none;}
.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {color:var(--bs-white);} 
.sm-blue ul a {background:var(--bs-white); color:#191d21 !important; text-shadow:none !important;}
.sm-blue a.current {background:transparent; color:#191d21 !important;}
/* add some text indentation for the 2+ level sub menu items */
.sm-blue ul a {border-left:10px solid transparent;} .sm-blue ul ul a {border-left:20px solid transparent;} .sm-blue ul ul ul a {border-left:30px solid transparent;} .sm-blue ul ul ul ul a {border-left:40px solid transparent;} .sm-blue ul ul ul ul ul a {border-left:50px solid transparent;}
/* round the corners of the first and last items */
.sm-blue > li:first-child > a {	}
/* presume we have 4 levels max */
.sm-blue > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-blue > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul { }
/* highlighted items, don't need rounding since their sub is open */
.sm-blue > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted { }
/* Sub menu indicators
===================*/
.sm-blue a span.sub-arrow, .sm-blue ul a span.sub-arrow {top:50%; margin-top:-9px; right:auto; left:6px; margin-left:0; width:20px; height:20px; font:bold 19px/19px monospace !important; text-align:center; border:0; text-shadow:none; color:inherit; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; display:block;/*+*/}
/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
.sm-blue a.highlighted span.sub-arrow {display:none !important;}
.sm-blue a i.fa-angle-down { display:none !important; } /*+*/
/* Items separators
===================*/
.sm-blue li {border-left:0;}
.sm-blue ul li {border-top:1px solid transparent !important;}
.sm-blue ul li:first-child {border-top:0;}
}
/* apply the animations just in desktop view */
@media (min-width:768px) {
  /* prevent text rendering degrade during animation in Mac browsers */
  #main-menu {
    -webkit-font-smoothing: subpixel-antialiased;
  }
  /* show animation */
  #main-menu ul.show-animation {
    -webkit-animation: show-animation 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: show-animation 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }
  @-webkit-keyframes show-animation {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
  @keyframes show-animation {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
  /* hide animation */
  #main-menu ul.hide-animation {
    -webkit-animation: hide-animation 1s ease-out both;
	        animation: hide-animation 1s ease-out both;
  }
  @-webkit-keyframes hide-animation {
    0% {
		opacity: 1;
	  }
	  100% {
		opacity: 0;
	  }
  }
  @keyframes hide-animation {
    0% {
		opacity: 1;
	  }
	  100% {
		opacity: 0;
	  }
  }
}


/* Slider */
.slick-slider { position: relative;  display: block; box-sizing: border-box;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; 	user-select: none;  -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative;  display: block; overflow: hidden;  margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0); 	transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0;  display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table;  content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left;  height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block;  height: auto;  border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* theme */
.slick-loading .slick-list { background:#fff url('../img/ajax-loader.gif') center center no-repeat; }
.slick-dots { position: absolute; bottom: 20px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { width: auto; position: relative; display: inline-block; width: 18px; height: 18px; margin: 0 10px; padding: 0; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 18px; height: 18px; padding: 2px; cursor: pointer; border-radius: 50%; border: 0; outline: none; border: 1px solid var(--bs-gray); background-clip: content-box;}
.slick-dots li button:before { font-size: 18px; color:var(--bs-gray); opacity: 1; }
.slick-dots li button:hover { background:var(--bs-gray);/*+*/ border-color:var(--bs-gray) !important;} 
.slick-active button { background: var(--bs-gray); border-radius: 50%; border: 1px solid var(--bs-white) !important; }
.slick-prev, .slick-next {position:absolute; top:50%; z-index:2; padding:0.5rem; font-size:2rem; background:transparent; color:var(--bs-white); opacity: 0.5;}
.slick-prev {left:0;}	.slick-next {right:0;}
.slick-prev:hover, .slick-next:hover {opacity: 1;}
/* hero */
/* animation-slide-text */
.hero-text .hero { position: relative; }
.hero .hero-slide img { width: 100%; /*height: 330px; object-fit: cover;*/ object-position: top center;}
.hero .hero-slide .header-content {width:100%; margin:0 auto; position:absolute; }
.slide-content { padding: 0; }
/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
	0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px) }
	100% { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUpSD {
	0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px) }
	100% { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUpSD { -webkit-animation-name: fadeInUpSD; animation-name: fadeInUpSD; }
.slick-active .slide-content { animation-name: fadeInUpSD; animation-duration: 1s; opacity: 1; width: 100%; }
/* Media Queries */
@media (max-width: 768px) {
	.hero-text .hero .hero-slide a {  }
	.hero-text .hero .hero-slide a span { font-size: 20px; }
	.hero .hero-slide .header-content {  }
}

/* Banner */
.banner { height: 65vh; background-position:center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; background-attachment: fixed !important;}	.banner .header-content { top:30vh; }
@media (max-width: 768px) {
	.banner, .banner img { height: 65vh; }
	.banner .header-content { top:30vh; }
}	

/* Promo */
.promo {height: auto;/*100px*/} /*width:calc(100% - 100px);*/
.promo img{margin:0 auto; filter: grayscale(100%); opacity: 0.65;}
.promo .slick-dots {position:relative; bottom:-10px; border-top:var(--bs-light);}
.promo .slick-prev, .promo .slick-next {position:absolute; top:25%; z-index:2; padding:1rem; font-size:1.25rem; background:transparent; color:var(--color-number);} 
.promo .slick-prev {left:0;}	.promo .slick-next {right:0;}


.social-btns a{display:inline-block; opacity: 0.80;}	.social-btns a:hover, .social-btns a:focus{opacity: 1;}

/* Button Images */
.grid { position: relative; margin: 0 auto; padding: 1em 0 4em; width: 100%; list-style: none; text-align: center; }
.grid figure { position: relative; float: left; overflow: hidden; margin: 10px 0; width: 100%; background:var(--bs-light); text-align: center; cursor: pointer; }
.grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 0.0; }
.grid figure figcaption { padding: 2em; color: var(--color-text); font-size: 1.25rem; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.grid figure figcaption, .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.grid figure figcaption > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; }
.grid figure figcaption .ico-text{width:75px; height:75px;}
.grid figure h5 {margin: 0; text-transform: uppercase; font-weight: 300;}
figure.effect-zoom_out { -webkit-perspective: 1000px; perspective: 1000px; }
figure.effect-zoom_out:hover {background:var(--bs-yellow);}/*+*/
figure.effect-zoom_out img { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,0,200px); transform: translate3d(0,0,200px); }
figure.effect-zoom_out:hover img { opacity: 0.0; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
figure.effect-zoom_out h5 { position: absolute; bottom: 25%; left: 0; width: 100%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
figure.effect-zoom_out h5 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.effect-zoom_out:hover h5 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}
@media (max-width: 991px) {
	.grid figure img, .grid figure figcaption, .grid figure figcaption > a { height: 35vh !important; overflow:hidden;}
}	

#back-to-top {position:fixed; bottom:20px; right:20px; display:none;}

/* Noticias */
.noticias .row .noticia {display:none;}
.noticias .row .noticia:nth-child(1), .noticias .row .noticia:nth-child(2), .noticias .row .noticia:nth-child(3) {display:flex;}
/* Noticias index2 */
.noticias_index2 .btn.h5{font-size:90%;}
.noticias_index2 .col-xl-4, .noticias_index2 .col-lg-5, .noticias_index2 .col-md-12, .noticias_index2 .col-sm-12 {-ms-flex:0 0 100% !important; flex:0 0 100% !important; max-width:100% !important;}
.noticias_index2 .noticias .row .noticia {display:none;}
.noticias_index2 .noticias .row .noticia:nth-child(1) {display:flex;}


/* Contáctenos */
.contacto .form-control, .contacto .form-select {color:var(--color-text); border-bottom:1px solid rgba(0,1,104,0.5) !important; font-family: inherit;}
.contacto .form-control:focus, .contacto .form-select:focus {color:var(--color-link); background-color:transparent; border-bottom-color:var(--bs-yellow) !important;}


/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } 
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } 
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } 
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } 
.mfp-align-top .mfp-container:before { display: none; } 
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } 
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } 
.mfp-ajax-cur { cursor: progress; } 
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } 
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } 
.mfp-auto-cursor .mfp-content { cursor: auto; } 
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } 
.mfp-loading.mfp-figure { display: none; } 
.mfp-hide { display: none !important; } 
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }   
.mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: var(--bs-white); } 
.mfp-s-ready .mfp-preloader { display: none; } 
.mfp-s-error .mfp-content { display: none; } 
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } 
button::-moz-focus-inner { padding: 0; border: 0; } 
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: var(--bs-white); font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; } .mfp-close:active { top: 1px; } 
.mfp-close-btn-in .mfp-close { color: #333; } 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: var(--bs-white); right: -6px; text-align: right; padding-right: 6px; width: 100%; } 
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } 
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }   
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid var(--bs-white); margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }   
.mfp-arrow-right:after { border-left: 17px solid var(--bs-white); margin-left: 39px; }   
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; } 
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #222; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } 
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; } 
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } 
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen **/
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } 
}
@media all and (max-width: 900px) {
  .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } 
}


/* Outdated Browser */
#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#cb4b44;color:var(--bs-white)}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:var(--bs-white);text-decoration:none;border:2px solid var(--bs-white);cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#cb4b44;background-color:var(--bs-white)}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:var(--bs-white);font-size:36px;line-height:36px}