@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,600,800&display=swap');
body{
font-family: 'Barlow', sans-serif;
font-weight: 400;
background-color: #fff;
font-size: 16px;
	
}
html{
	max-width:1920px;
	margin: auto;
}
main{
	background-image:url("../images/fondomain.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
color:#fff;
font-weight: 600;
}

.pull-right {
    float: right!important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #6CC5F0;
	font-weight: 100;
}
.dias{
color:#6CC5F0;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
	    text-transform: uppercase;
    font-weight: 100;
    margin: 8px 0 0 0;
}
.navbar-dark .navbar-nav .nav-link {
    color:#313988;
	text-transform: uppercase;
	font-weight: 100;
	margin:0 5px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #6CC5F0;
}

.collapse.show {
    display: block;
    background-color: transparent;
    padding: 0.5em;
    z-index: 10001;
	color:#fff;
}
.navbar-toggler {
    /* padding: .25rem .75rem; */
    font-size: 1.25rem;
    line-height: 1;
    background-color: #313988;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.bg-dark {
    background-color: #fff!important;
}
.dropdown-item :hover{background-color: #0a0a1e!important;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #c2c2c7;
}

img{max-width:100%;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #0a0a1e!important;
    background-clip: padding-box;
    border:none;
    border-radius: .25rem;
}.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 100;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
	text-transform: uppercase;
    border: 0;
}
dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa300 !important;
}
.flex-direction-nav{
display:none;
}
.flex-active-slide{
    width: 970px!important;
    margin-top: 15px!important;
}
.clone .active{width:970px!important;}

li.countdownmenu{color: #ffa300;margin:6px 5px;}


footer{
background-color: #333333;
padding: 60px 0;
color:#fff;
}
footer a{
color:#fff;
font-weight: 100;
font-size: 0.9em;
}
footer a:hover{
color:#fff;
font-weight: 100;
}
footer ul{
margin:0;
padding: 0;
}
footer li{
list-style-type:none;
list-style-position: outside;
	line-height: 2.5em;
}
footer h4{
	font-size: 1.5625em;
	color:#6CC5F0;
}
footer p{
	color:#6CC5F0;
}
footer a.azul{
	color:#6CC5F0
}
footer .col-lg-4 img{float:right; }
footer .col-lg-4{
margin-bottom:30px;
}
footer img{max-width: 80%}


.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11,  .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.scroll-up{
position: relative;
margin-right: 1em;
	float: right;
}


/*sliders etc*/
.flex-viewport{
width:100%;
}
.flex-control-nav, .flex-control-paging{
display:none;
}

.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#navbarSupportedContent #countdown{
font-size: 1em;
    color: #ffa300;
    font-weight: 100;
}
.fa-whatsapp {display:block;}


@media (min-width: 500px){
.fa-whatsapp {display:none;}	
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
    .dias{
        color:#95C6EC;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        text-transform: uppercase;
        font-weight: 100;
        margin: 2px 0 0 5px;
		list-style: none;
    }
	
}
#scrollToTop{min-height: 60px;}

/*cookies 3*/

#cookie_directive_container{
z-index: 1000;
position: fixed;
bottom: 0em;right:0em;
background-color: rgba(255, 255, 255, 1);
width: 100%;
float: none;
clear: both;padding: 1em;
-webkit-box-shadow: 0 0 0.5em 0.5em rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0 0 0.5em 0.5em rgba(100, 1000, 100, 0.5);
box-shadow: 0 0 2em 0.5em rgba(100, 100, 100, 0.5);

}
.btn-success {
    color: #fff;
    background-color: #313988;
    border-color: #313988;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #313988;
    border-color: #313988;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 62, 137, .5);
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 62, 137, .5);
}
 .btn-success:hover {
    color: #fff;
    background-color: #313988;
    border-color: #313988;
}
.inner {
    width:80%;
    font-size:1em;
	margin: auto;
}
 
.inner a.ok {
    color:#95C6EC;
    text-decoration:none;
}
 
.inner a.info {
    text-decoration:none;
    color:#95C6EC;
}
@media (min-width: 768px){
	#cookie_directive_container {
    z-index: 1000;
    position: fixed;
    bottom: 3em;
    right: 1em;
    background-color: rgba(255, 255, 255, 1);
    width: 50%;
    float: none;
    clear: both;
    padding: 1em;
}	
}
@media (min-width: 992px){
#cookie_directive_container{
z-index: 1000;
position: fixed;
bottom: 1em;right:1em;
background-color: rgba(255, 255, 255, 1);
width: 35%;
float: none;
clear: both;padding: 1em;

}
.dias {
font-size: 75%;
}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 75%;}
    nav .container{
        max-width: 1040px;
    }

}
@media (min-width:1250px){
    nav .container{
        max-width: 1230px;
    }

    .dias {
font-size: 90%;
}
		.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 90%;}
	#cookie_directive_container{
z-index: 1000;
position: fixed;
bottom: 1em;right:1em;
background-color: rgba(255, 255, 255, 1);
width: 25%;
float: none;
clear: both;padding: 1em;

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


.inner {
    width:90%;
    font-size:1em;
	margin: auto;
}

}

/* Fin del CSS para cookies */
.solomovil{
	display: block;
}
.solopc{
	display: none;
}


.menu-resaltado{
    font-weight: 600;
    color: #95C6EC;
}

@media (min-width:992px){
.solomovil{
	display: none;
}
.solopc{
	display: block;
}	
}

/*varios */

/*menú*/

.navbar-expand-lg {
    min-height: 90px;

}
#barramenu{
		background-image: url("../images/fondoarribamenu.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
}
.navbar-brand img{
	width:70%!important;
}
@media (min-width:480px){
	#barramenu{
		background-image: url("../images/fondoarribamenu.png");
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
}
	.navbar-brand img{
	width:173px!important;
}
	.navbar-expand-lg {
    min-height: 160px;

}
}/*480*/