@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, font, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {line-height: 140%; }
body, td, th, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #3e545f; }
body { background-color: #FFF; margin: 0px;}
a{ color: #333; text-decoration: none;}
a:visited{color: #333;}
a:active{color: #333;}
a:hover { color: #333; text-decoration: underline;}
h1  {  color: #3e545f; font-size: 17px;}
h2 {color: #3e545f;  }
h3 {color: #3e545f; }
h4 {color: #27AEED; }
h5 {color: #666; }
h6 {color: #CCC; }

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {      background: #f7f7f7;}
.zebra tr.over td { background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #626262; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #28AEED; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}

#MenuVertical{padding: 0px;margin: 0px; width: 200px;float: left; margin-bottom: 25px;} 
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 7px;}
#MenuVertical li a { color: #3e545f;padding: 0px; font-size: 11px; font-weight: normal; text-decoration: none; margin: 0px; }

#content-box { margin-top: 0px; margin-right: auto; margin-bottom: 20px; margin-left: auto; background-color: #FFF; }
.content-box { max-width: 1100px;margin: auto;margin-bottom: 25px;}
#content-box .content-box-title { background-color: transparent; margin: 0px; color: #3e545f; font-size: 17px; text-transform: uppercase; padding-top: 14px; padding-right: 0px; padding-bottom: 10px; padding-left: 40px; }
#content-box #content-area { margin-top: 10px; margin-right: 20px; margin-bottom: 0px; margin-left: 20px; }
#mod-box { margin-top: 0px; margin-right: auto; margin-bottom: 15px; margin-left: auto; }
.mod-box {max-width: 1100px;margin: auto;margin-bottom: 80px;}
.mod-box .mod-box-title {color: #cb061c; font-size: 25px; font-weight: 600; border-bottom: solid 6px #f8f8f8; padding-bottom: 10px; margin-bottom: 30px; } 
#mod-box #content-area { margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }

.clear{clear: both;}

/* General Styles */
.content-box, .mod-box {
    padding: 25px;
}
.content-area {
    padding: 20px 0;
}

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}
.col-blue{
	color: #243B76;
}
.bg-whi{
	background-color: white;
}
.bg-bla{
	background-color: #000000;
}
.bg-gray{
	background-color: #EAEAEB;
}


.italic{
	font-style: italic;
}
.font-light{
	font-family: 'Antenna-light';
}
.text-center-intro p{
	text-align: center;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}
.header--elements{
    background-color: #243B76;
}
/* Margins */
.marg-0{
	padding: 0;
}
.marg-1{
	padding: 1em;
}
.marg-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
section.home-section,.site-content-inside,.page {
    padding-top: 144px;
}

.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1150px;
	margin: 0 auto;
}
.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
.bold {
    font-family: 'Antenna-bold';
}
.ext-bold{
	font-family: 'Antenna-black';
}
.relative{
	position: relative;
}

/* Fonts */
.text-upper{
	text-transform: uppercase;
}

/* Buttons */
.w-100{
	width: 100%;
}
.pad-0-intro .col-xs-12{
	padding: 0;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
	transition: all .4s ease;
}
.header-content {
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.nav-brand {
    max-width: 90px;
}
.nav-brand img{
	transition: all .2s ease;
}
.social-links, .navbar-header,.main-nav-mobile,.btn-top,.mail-top {
    display: none;
}
a.toogle-menu {
    color: #C41715;
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: #243B76;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.nav-mobile {
    background: #D7D9DD;
}
.nav-brand {
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(shadow.jpg) no-repeat right center,url(shadow.jpg) no-repeat left center;
    background-size: contain;
}
.nav-brand img {
    max-width: 150px;
}

/* Hamburgers */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
	line-height: 0;
}
.hamburger:hover {
    opacity: 0.7; 
}
.hamburger.is-active:hover {
    opacity: 0.7; 
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
    background-color: #243B76; 
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #243B76;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}
/* * Spring */
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear; 
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important; 
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
}


/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #243B76;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	background: #243B76;
	color: #fff;
}
ul.slick-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #243B76;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid #243B76;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background: none;
}
ul.slick-dots li button {
    display: none;
}
.slider-home {
    padding: 8px 14px;
}

/* Media Queries */
@media (min-width: 620px) {
	
}

@media (min-width: 768px){
	
}

@media (min-width: 992px){
	
}

@media(min-width: 1200px){
	
}

