@charset "utf-8";
/* CSS Document */


h2 {
    font-size: 22px!important;
    color: #1C6E9F!important;
  font-family: 'Encode Sans', sans-serif!important;
}

h3 {
  font-size: 30px!important;
  color: #1C6E9F!important;
  font-family: 'Encode Sans', sans-serif!important;
  
}
h4 {
  color: #1C6E9F!important;
  font-size: 18px!important;
  font-family: 'Encode Sans', sans-serif!important;
}
h5 {
  color: white;
  font-size: 25px!important;  
  font-family: 'Encode Sans Semi Condensed Light', sans-serif!important;
}

h6 {
  color: #FFFFFF;
  font-size: 20px!important;
  width: 500px;
  font-family: 'Encode Sans regular';!important;
  
}

h7 {
  color: #FFFFFF;
  font-size: 17px!important;
  width: 500px;
  font-family: 'Encode Sans regular';!important;
  
	
}





p {
  font-family: 'Encode Sans', sans-serif!important;
  text-align: justify;
}


h8 {
    font-size: 17px;
    color: #fff;    
    font-family: 'Encode Sans', sans-serif!important;    
    text-align: center;
	margin-left: 640px;
}

h9 {
    font-size: 17px;
    color: #fff;    
    font-family: 'Encode Sans', sans-serif!important;    
    text-align: center;
	margin-left: 640px;
}

h10 {
  color: #fff;
  font-size: 20px!important;
  width: 500px;
  font-family: 'Encode Sans regular';!important;
 }


.titulo-uno p {
	text-align: left;
}

.titulo-dos p {
	text-align: left;
}

a p{
  font-size: 17px;
  font-family: 'Encode Sans', sans-serif!important;
  color: #000000;
}
footer p {
  	font-family: 'Encode Sans Semi Condensed', sans-serif!important;
	background: #1C6E9F;
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 0px 0;
	
	}
footer p a {
  font-family: 'Encode Sans Semi Condensed', sans-serif!important;
	color:#fff;
}

.aviso-legal p{
    font-size: 87.5%!important;
    text-align: justify!important;
    color: #3b3b3b!important;
	
}

.aviso-legal h4{
  font-size: 15px!important;
    font-family: 'Encode Sans Semi Condensed'!important;
    color:#3b3b3b!important;
}

.aviso-legal h3{
  width: 100%!important;
    font-size: 82%!important;
    font-family: 'Encode Sans', sans-serif!important;
    color:#3b3b3b!important;
	margin-bottom: 1rem;
}

.last-row-of-page{
  padding-bottom: 60px!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  padding-top:1rem!important;
}

.mobileMenu{
   background-color: white!important;
  
}

.download-button{
  width: 100px;
	height: 32px;
    display: inline-block;
    background: #1C6E9F;
    font-size: 14px;
    color: #fff;
    padding-top: 3px;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    border-radius: 5px;
    text-align: center;
}

html, body {
  height: 83%;
  font-family: 'Encode Sans', sans-serif!important;
}

#wrap {
  min-height: 100%;
  font-family: 'Encode Sans', sans-serif!important;
}

#main {
  
  padding-bottom:150px; /* this needs to be bigger than footer height*/
  font-family: 'Encode Sans', sans-serif!important;
}




.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  clear:both;
  font-family: 'Encode Sans', sans-serif!important;
} 

.navbar-toggler>.close {
    display:inline;
  font-family: 'Encode Sans', sans-serif!important;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
  font-family: 'Encode Sans', sans-serif!important;
}




.aviso-cookies{
	display: none;
	background: #FFFFFF;
	padding: 20px;
	max-width: 860px;
	line-height: normal;
	border-radius: 10px;
	position: fixed;
	bottom: 250px;
	left: auto;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
	position-area: bottom;
}

.aviso-cookies.activo{
	display: block;
}

.aviso-cookies .teclado{
	max-width: 210px;
	position: absolute;
	top: -50px;
	border-radius: 10px;
	position-area: bottom;
}


.aviso-cookies .titulo-tres,
.aviso-cookies .parrafo{
	margin-bottom: 0px;
}

.aviso-cookies .boton{
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: "Encode Sans", sans-serif!important;
	text-align: center;
	padding: 20px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	text-decoration: none;
}


 .aviso-cookies .boton:hover{
	background: #000000;
	text-decoration: underline;
	}

.aviso-cookies .enlace{
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover{
	text-decoration: underline;
}

.fondo-aviso-cookies{
	display: none;
	background: rgba(0,0,0, .20);
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	top;0;
	left: 0;
	
}
.fondo-aviso-cookies.activo{
	display: block
}






.nav li:hover > ul{
	display: block
}














@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}




