/*Main*/
*{
	margin: 0;
	padding: 0;
}

body {
	font-family: 'open-sans', sans-serif;
}
.container{
	max-width: 1200px;
}
.contenedor{
	margin: auto;
	width: 83.3333333333%;
}

/* Icomoon */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
/*tipografias*/
h1,h2,h3,h4,h5{
	font-family: 'Maven Pro', sans-serif;
	font-weight: 600;
}
p{
	font-family: 'open-sans', sans-serif;
}
a{
	font-family: 'Maven Pro', sans-serif;
}

/*Quitar efecto sombreado al clickar en boton*/
#btn-menu:focus, #btn-menu:active, #btn-menu:hover{
    box-shadow: none!important;
    outline: 0;
}

/*Cabecera y barra de navegacion*/
#navbar {
	padding-right: 10%;
}
#navbar a{
	text-decoration: none;
	color: #fff !important;
	padding: 5px 15px !important;
}
#navbar a:hover {
    background: #00AEAC;
    padding: 5px 15px !important;
}
#menu{
	justify-content: space-between !important;
}
#listanav li {
	padding-right: 2.8rem !important;
}
#logo{
	padding: 10px 30px;
	width: 185px;
}
/*Imagen de fondo en cabecera*/
#img-fondo{
	position: absolute;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	left: 0;
	top: 8%;
}
/*Idiomas*/
#idiomas a, #idiomas-index a, #idiomas-movil a{
	text-decoration: none;
}
#idiomas, #idiomas-index{
	padding: 0 !important;
}
#idiomas p, #idiomas a, #idiomas-index p, #idiomas-index a{
	color: #fff;
	z-index: 1111;
}
#idiomas{
	margin-top: 53px;
}
#barranav a, #idiomas-movil p{
	color: #fff !important;
}
.idiomaSelecionado{
	background: #E22030;
	padding: 5px;
	font-weight: bold;
}
/*Propiedades para los enlaces dentro de botones*/
button a{
	text-decoration: none;
	color: #fff;
}
/*Aviso Legal y poltica de privacidad*/
#cabecera-aviso-legal, #cabecera-politica-privacidad{
	margin-top: 31%;
}
#cabecera-aviso-legal h1, #cabecera-politica-privacidad h1{
	text-align: center;
}

/*Botones de enlace*/
.btn-enlace{
	background-color: #00AEAC;
	width: auto;
	min-width: 145px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	border-radius: 30px; 
}
.btn-enlace:hover{
	background-color: #0C3148;
}
.btn:hover{
	color: #fff;
}
/*Media queries*/
@media (max-width:430px){
	#logo{
		padding: 10px 30px 0 30px;
		width: 185px;
		margin-left: -20px;
	}
}

@media only screen and (min-width:431px) and (max-width:575px){
	#logo{
		padding: 10px 20px;
		width: 165px;
		margin-left: 10px;
	}
}
@media only screen and (max-width:767px){
	#cabecera-pagina{
		margin-top: 35%;
		width: 100% !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
@media (min-width: 768px) {
	/*Cabecera y barra de navegacion*/
	#idiomas-index{
		margin-top: 53px;
		margin-left: -10px;
		width: 80px;
	}
	#img-fondo{
		left: inherit;
		top: inherit;
		border-bottom-left-radius: 100px;
	}
}
@media (max-width: 920px) { 
	#navbar {
		padding-right: 0;
	}
	#listanav li {
		padding-right: 2rem !important;
	}
	#idiomas {
		margin-left: -16px;
	}
}

