@charset "utf-8";


html, body {
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-display: swap;
}

h1, h2, h3,
.mini-label,
.enlaces-edades-titulo,
.indiv-contenido dt {
	font-family: "Baloo 2", "Nunito", sans-serif;
	font-weight: 700;
} 

	 

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	margin: 0;
	background-color: #8A8469;
	body {-webkit-tap-highlight-color: rgba(0,0,0,0);}
	
}



.container{
	max-width: 845px;
	display:block;
	margin:auto;
	background-color: #797979;
}
.container p{
	font-size: 1em;
}
main{
	width: 100%;
	height: auto;
	float: none;
	background-color: #797979;
	display: block;
	margin: auto;
}
.contenido{
	width: 100%;
	height: auto;
	background-color: #797979;
	display: block;
	margin: auto;
}
.contenido p a{
	color:#333333;
	text-decoration: underline;
}
h1{
	font-size: 1.4em;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #ffffff;
}

p {
color: #161616;	
}

.articulo{
	width: 100%;
	padding: 2%;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 2%;
	 }
.fondo1Rojo{
	background-color: #924242; 
}
	 .fondo4Azul{
	background-color: #85abd0; 
}
.articulo a{
	color: #ffffff;
}
.articulo img{
	width: 50%;
height: 50%;
	float: left;
	padding-right: 2%;
}
	
.clearfloat {
  clear: both;
}
.clearfloat-10 {
  clear: both;
	height: 10px;
}
.responsive-img{
	width: 100%;
	height: auto;
	display:block;
	margin:auto;
}
.galeria-sm{
	width: 100%;
	height: auto;
	display: inline-block;
}
.minis-sm{
	width: 33.3%;
	height: auto;
	padding: 1%;
	float: left;
	border-radius: 10px 10px 10px 10px;
}
.minis-sm img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	background-color: #ffffff;
	padding: 1%;
	border-radius: 10px 10px 10px 10px;
}
.minis-sm a {
	text-decoration: none;
	cursor: pointer;
}
.esconder-mini-en-desk{
		display: none;
}
.esconder-mini-en-movil{
		display: inline-block;
}
.indiv-contenido{
	width: auto;
	background-color: #686867;
	padding: 1%;
}
.indiv-contenido h2{
color: #FFFFFF;
}

.indiv-contenido a{
	color: #ffffff;
}

.breadcrumb{
	clear: both;
	display: block;
	text-align: center;
	font-size: 0.9em;
	background-color: #686867;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.breadcrumb a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb span{
	color: #ffffff;
}
.enlaces-edades{
	background-color: #85abd0;
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 16px;
}
.enlaces-edades-titulo{
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 10px;
		text-align: center;
}
.enlaces-edades ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.enlaces-edades a{
	display: inline-block;
	background-color: #ffffff;
	color: #2f5a82;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 16px;
	border-radius: 8px;
	transition: background-color 0.2s;
}
.enlaces-edades a:hover{
	background-color: #eaf2fa;
}

.articulo .fondo4Azul .volver-home{
	padding-top: 10px;
	text-align: center;
}

.articulo .fondo4Azul .volver-home a{
	color: #2f5a82;
	text-decoration: none;
}

.articulo .fondo4Azul .volver-home a:hover{
	color: #ffffff;
	
}

.articulo4-indiv .volver-home{
	padding-top: 10px;
	text-align: center;
}

.articulo4-indiv .volver-home a{
	color: #f7c71a;
	text-decoration: none;
}

.articulo4-indiv .volver-home a:hover{
	color: #ffffff;
	
}

.banner-maui-mini-tablet{
	display: none;
}
.banner-maui-mini-mobile{
	display: none;
}
.banner-maui-mini-desk{
	margin: auto;
	display: block;
	width: 100%;
	height: auto;
}
	
.book-ad-menu{
    width: 100%;
    height: auto;
    float: left;
    margin: auto;
}
.book-ad-menu img{
       width: 100%;
    height: auto;
	max-width: 360px;
}

.indiv-contenido dl {
	margin: 0;
	padding: 0;
}
.indiv-contenido dt {
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #85abd0;
}
.indiv-contenido dd {
	margin: 0 0 12px 10px;
	padding: 8px 12px;
	color: #f0f0f0;
	background-color: #797979;
	border-radius: 8px;
	line-height: 1.5;
	overflow: hidden;
}
	.mini-label {
	display: block;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 2px 2px;
	line-height: 1.2;
}

.solo-movil {
    display: none;
}

.solo-desk {
    display: block;
}	

.responsive-img{
	max-width: 500px;
	height: auto;
	display:block;
	margin:auto;
	padding-top:10px;
}



/* Mobile+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width : 500px){
main{
	width: 100%;
	}
	
.galeria-sm{
	width: 100%;
	height: auto;
	
}
	
h1{
	font-size: 1.3em; 
	margin-top: 0px;
	margin-bottom: 0px;
}

aside{
	display: none;
}
.minis-sm{
	width: 50%;
}

.esconder-mini-en-movil{
		display: none;
}	
.esconder-mini-en-desk{
		display: inline-block;
}
.banner-maui-mini-mobile{
	display: inline-block;
margin: auto;
	width: 100%;
	height: auto;
}

    .solo-movil {
        display: block;
    }
.solo-desk {
        display: none;
    }

	
.banner-maui-mini-tablet{
	display: none;
}
.banner-maui-mini-desk{
	display: none;
}
.articulo img{
width: 100%;
height: auto;
}

.responsive-img{
	max-width: 480px;
	height: auto;
	display:block;
	margin:auto;
	padding-top:6px;
}

	}

/* TABLET +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 501px)and (max-width: 799px) {
main{
	width: 100%;
}
h1{
	font-size: 1.3em; 
	margin-top: 10px;
	margin-bottom: 10px;
}
aside{
	 display: none;
}
.banner-maui-mini-tablet{
	display: inline-block;
margin: auto;
	width: 100%;
	height: auto;
}
.banner-maui-mini-mobile{
	display: none;
}
.banner-maui-mini-desk{
	display: none;
}
	}


@media (min-width: 1200px){
	.lateral-der{
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		right: calc((100% - 845px) / 2 - 180px);
	}
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}