@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* reset */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

a{
	text-decoration: none;
}

/*img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
}*/


/* Reglas generales para dispositivos moviles */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    color: #a3a3a3;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    margin-top: auto;
    margin-bottom: auto;   
 }



.material-icons-text {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size:20px;
    margin-right: 0.5em;
    color: #FFAC2B;
}

.material-icons-categorias{
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size:30px;
}


body{
    font-family: 'Montserrat', sans-serif;
    background-color: #F9F9F9;
}

main {
    margin-top: 60px;
}

#barramenu{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2.2em;
    padding-right: 2.2em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    background-color: #F9F9F9;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    top:0;
}

#barramenu a i:hover{
	cursor: pointer;
	color: #F1857A;
	
}


#logo {
    width: 10em;
    margin-top: auto;
    margin-bottom: auto;
	object-fit:fill;
}


header h1{
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}

/* *** menu *** */


header nav a {
    color: #a3a3a3;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    text-transform: capitalize;
    
}

header nav .visible a {
    justify-content:center;
}

header nav a:hover {
    color: #54B0BB;
}

/* boton que llama al menu */
#botonmenu {
    background-color: #F9F9F9;
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9998;
}


header nav ul {
    background-color: #F9F9F9;
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    height: 100vh;
    transition: all .5s ease;
}


.visible {
    background-color: #F9F9F9;
    top: 60px;
    transition: all .25s ease;
}




#menu button{
    width: 30px;
    background-image: url(../imagenes/iconomenu.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#menu button:hover{
    background-image: url(../imagenes/iconomenuhover.svg);    
}

.buttondesplegado {
    background-image: url(../imagenes/iconomenudesplegado.svg);
}


#menu nav{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu li{
    list-style-type: none;
    font-size: 20px;
}

#menuresponsive {
    display: none;
}



/* Slider */

/* Slideshow containebr */

.mySlides {
    display: none;
}

.slideshow-container {
 height: 350px;
 position: relative;
margin-top:1em; 
}



/* The dots/bullets/indicators */

#puntos {
    text-align:center;
    display: flex;
    justify-content: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
    margin-bottom: 10px;
  background-color: #bbb;
  border-radius: 50%;
   transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #54B0BB;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

#novedades figure{
    height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    }

#novedades img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


#titulos_slider {
    margin-left:1.2em;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 1.2em;
    padding-top: 2em;
    padding-bottom: 2em;
    height: 350px;
    text-align:left;
    position: absolute;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#titulos_slider h3{
    font-weight: 200;
    font-size: 0.8em;

}

#titulos_slider h2{
    font-size: 3em;
    line-height: 1.1em;
    margin-bottom: 3px;

}

#titulos_slider button{
    margin-top: 20px;
}


/* botón más */
.boton{
    background-color: #F1857A;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 50%;
    width: 1.2em;
}

.boton:hover{
    background-color: #54B0BB;
}

.colortitulos {
    background-color: #FBBD3F;
}

.coloractividades {
    background-color: #F05838;
}

.colorprensa {
    background-color: #83C15E;
}

.ctitulos {
    color: #FBBD3F;
}

.cactividades {
    color: #F05838;
}

.cprensa {
    color: #83C15E;
}

.cdondeencontrarnos {
    color: #32BED1;
}


/* Capa de transparencia novedades */
.fondo_oscuro::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* fin slider noticias   */

/*botón registrate*/
.boton-titulos{
    background-color: #F1857A;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 1em;
    width: 7em;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 5px;
    }

.boton-titulos:hover{
    background-color: #54B0BB; 
}

/* barra buscador */

#explora {
    display: flex;
    justify-content: center;
    padding: 1em;
    
}

#explora i{
    padding: 0.3em;
    color: #F1857A;
}

#explora i:hover{
    color: #54B0BB;
    cursor: pointer;
}


input[type=text],input[type=password] {
    width: 320px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 3em;
    border-radius: 2em;
    background: #EAEAEA;
    padding-left: 2em;
    font-size: 1em;
}

input{
   color: white;
}

/* Cuando hacemos click el buscador se agranda al 100% */
input[type=text]:focus {
    width: 500px;
    background: #54B0BB;
    transition: background 0.4s ease-in-out;
}


/* fin barra buscadora */

/* titulos recomendados y boton */

.titulos-secciones{
    color: #343434;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em;
    align-items: flex-end;
    
        
}

.titulos-secciones h2{
    margin-left: 1.2em;
}

/* Cuadros con actividades */

.contenedor-scroll {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}


.recuadros-actividades{ 
    position: relative;
    margin-left: 1em;
    margin-right: -2em;
     
}

.recuadros-actividades article{
    width: 250px;
    height: 300px;
    border-radius: 2em;
    overflow: hidden;
    margin: 1em ;
	transition: all .5s ease;
    
}

.recuadros-actividades img{
	width: auto;
	height: 100%;
    object-fit:cover;
    object-position:center center;
    border-radius: 2em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	transform: translate(-75px);
	transition: all .7s ease;
      
}

.recuadros-actividades a{
    text-decoration: none;
    color: white;  
}

.recuadros-actividades article div{
    position: absolute;
    z-index: 2;
    bottom: 3em;
    left: 2.5em;
}



/* Capa de transparencia recuadros */
.recuadros-actividades figure::before{
    content: "";
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em; 
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    position: absolute;
    border-radius: 2em;
    z-index: 1;
}

.recuadros-actividades figure:hover::before{
    content: "";
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em; 
    background-color: rgba(84, 176, 187, 0.8);
    position: absolute;
    z-index: 2;
    border-radius: 2em;
}

.recuadros-noticias{
    position: relative;
    margin-left: 1em;
    margin-right: -2em;
       
}

.recuadros-noticias article{
    background-color: #83C15E;
    margin: 1em ;
    width: 250px;
    height: 200px;
    border-radius: 2em;
}

.recuadros-noticias a{
    text-decoration: none;
    color: white;
    
}

.recuadros-noticias article div{
    position: absolute;
    z-index: 3;
    bottom: 3em;
    left: 2.5em;
    right: 2.5em;
}



/* Capa de transparencia recuadros */
.recuadros-noticias figure::before{
    content: "";
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em; 
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    border-radius: 2em;
}
/* Mapa */
#contenedor-mapa{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ecebe7;
}

#mapa{
    margin-top: 1em;
    margin-bottom: 1em;
    height: 400px;
    flex-grow: 1;
    background-color: #eaebeb;
}

#mapa iframe{
    height: 400px;
    width: 100%;
}

/* Botones mapa */
#botoncontainer{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;    
}

#textomapa{
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-bottom: 1em;
    color: #32BED1;
    text-align: center;
}


#botonesmapa article{
    background-color: #F1857A;
    margin: 0.5em ;
    width: 300px;
    height: 65px;
    border-radius: 1.5em;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    color: white;
}

#botonesmapa article:hover{
    background-color: #54B0BB;
    cursor: pointer;
}

#botonesmapa article div{
    background-color: white;
    border-radius: 1em;
    width: 4em;
    margin:0.5em;
    padding: 0.4em;
    color: #F1857A;
    text-align: center;
    line-height: 1;
}

#botonesmapa p{
margin: auto 5px;
}

#botonesmapa h4{
    font-weight: 500;
    text-transform: uppercase;
}

footer{
    font-size:0.5em;
    text-align: center;
    text-align: justify-all;
    padding-top: 1em;
    
}

/* ----Página "Noticia"----- */


#noticias {
    height: 350px;
    margin-top: 1em;
    position: relative;
}


#noticias figure{
    height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    }

#noticias img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


#titulosnoticia {
    padding: 1.2em;
    height: 350px;
    text-align:right;
    position: relative;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.2em;
}

#titulosnoticia h3{
    text-align: left;
    font-weight: 200;
    font-size: 0.8em;
    
}

#titulosnoticia h2{
    font-size: 2em;
    text-align: left;
    line-height: 1.1em;
    margin-bottom: 3px;
    
    
}

#titulosnoticia p{
    text-align: left;
    padding-top: 0.5em;
    
}

#informacion {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    flex-direction: row;
    padding: 1.5em;
    margin-left: 1.2em;
}

.copete p{
    font-size: 0.8em;
    line-height: 1.4em;
}



#reviews{
    padding-top: 1em;
    
}

.textonoticia p{
    padding: 1.5em;
    font-size: 15px;
    line-height: 23px;
    margin-left: 1.2em;
    
}

.contenedor-scroll2 {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}


#video{
	width: 100%;
	margin-top: 1em;
    margin-bottom: 1em;
    height: 400px;
}

#video iframe{
    height: 400px;
	width: 100%;
}

#video-texto{
	width: 100%;
	display: flex;
	flex-direction: column;
}

/*---*/


/* ----Página "Libro"----- */

.recuadros-libros{ 
    position: relative;
    margin-left: 1em;
    margin-right: -2em;
     
}

.recuadros-libros article{
   
    margin-left: 1em;
    margin-top: 1em;
    margin-right: .5em;
    margin-bottom: 1em;
    width: 250px;
    height: 200px;
    border-radius: 2em;
}

.recuadros-libros img{
    width: 242px;
    border-radius: 2em;
    height: 200px;
}

.recuadros-libros a{
    text-decoration: none;
    color: white;
    
}

.recuadros-libros article div{
    position: absolute;
    z-index: 3;
    bottom: 3em;
    left: 2.5em;
    right: 2.5em;
}

.descripcionlibro{
    padding-left: 1.5em;
    padding-top: 4em;
    padding-right: 1.5em;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    margin-left: 1.2em;
}


.estrella{
    display: flex;
    flex-direction: row;
    padding-left: 1.5em;
    margin-left: 1.2em;
    margin-top: 1em;
    margin-right:1em;
    margin-bottom: 1em;
    justify-content: space-between;
    position: absolute;
    
}
.estrella p {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    margin-right: 0em;
    
}

.estrella p i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    margin-right: 0em;
    
}


.reservar{
    text-align: center;
    font-weight:bolder;  
    padding-top: 1px;
    padding-bottom: 3px;
    margin-top: 1em;
    }

#reservarboton{
    background-color: #FBBD3F;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 1em;
    width: 20em;
    height: 3em;
    margin: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 15px;
    margin-right: 15px;
 
    }

#reservarboton:hover{
	background-color: #54B0BB;
}
  
  
#libro {
    height: 300px;
    margin-top: 1em;
    position: relative;
}

#libro figure{
    position: absolute;
    height: 300px;
    overflow: hidden;
    text-align: center;
   }

#libro figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#titulos_slider3 {
	padding: 2em;    
	height: 300px;
    text-align:right;
    position: relative;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#titulos_slider3 h3{
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    
}

#titulos_slider3 h2{
    font-size: 3em;
    text-align: left;
    
}

#titulos_slider3 button{
    margin-top: 0.5em;
}

#titulos_slider3 p{
    text-align: left;
    padding-top: 0.5em;
    font-size: 20px;  
}

#foros article div h3{
line-height: 2em;
}

#foros article div button{
	margin-top: 1em;
}

/*--*/


/*-----------Pagina actividad-------------*/

.titulo{
    display: flex;
    justify-content: space-between;
    background-color: #F05838;
}

.titulos-secciones2{
    color: #343434;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em;
    align-items: flex-end;
    
        
}

.inscribirmeboton{
    background-color: white;
    color: #F05838;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 1em;
    width: 10em;
    height: 2.5em;
    margin: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 1.2em;
    margin-right: 1.2em;
    }

.inscribirmeboton:hover{
	background-color:#FBBD3F;
	color:white;

}
 

.descripcionactividad {
    margin-left: 1em;
    margin-top: em;
    margin-right:2em;
    margin-bottom: 1em;

}

.titulo h1 {
    color: white;
    font-weight: bold;
    padding: 1em;    
 
}

#botonesmapa-actividades article{
    background-color: #F05838;
    margin: 0.5em ;
    width: 300px;
    height: 65px;
    border-radius: 1.5em;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    color: white;
}

#botonesmapa-actividades article:hover{
    background-color: #54B0BB;
    cursor: pointer;
}

#botonesmapa-actividades article div{
    background-color: white;
    border-radius: 1em;
    width: 4em;
    margin:0.5em;
    padding: 0.4em;
    color: #F05838;
    text-align: center;
    line-height: 1;
}

#botonesmapa-actividades p{
margin: auto 5px;
}

#botonesmapa-actividades h4{
    font-weight: 500;
    text-transform: uppercase;
}

/*-----------Pagina contacto ----------*/

#pantalla-contacto {
	padding-left: 2.2em;
	padding-right: 2.2em;
}



#pantalla-contacto label{
    display:block;
    margin-top: 1em;
    margin-bottom: 1em;
	text-align: center;
}

.textarea9{
    width: 100%;
    height: 10em;
    padding: 1em;
    display: flex;
    margin:auto;  
}

.titulos-contacto{
    display: flex;
    padding-top: 2em;
    flex-direction: column;
    text-align: center;

}

.titulos-contacto h2{
    color: #F1857A;
}

.contacto{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
}

#pantalla-contacto input[type=text], input[type=password] {
    width: 320px;
    height: 3em;

}

#pantalla-contacto input[type=text]:focus, input[type=password]:focus{
    background: #54B0BB;
    transition: background 0.4s ease-in-out;
}

.redes{
    padding-top: 2em;
    padding-bottom: 1em;
    display: flex;
    justify-content: center;
    
}

.iconos-redes {
	display: flex;
	justify-content: center;
}

.iconos-redes a{
	width: 4em;
    height: 4em;
	padding-left: 1em;
	padding-right: 1em;
}

#enviarcontacto {
    width: 8em; 
    max-width: 16em;
    cursor: pointer;
    font-weight: 600;
    background-color: #F1857A;
    border-radius: .6em;
    font-size: 1.3em;
    margin: 1.2em .7em;
    padding: .5em 0;
    margin: auto;
    display: flex;
    justify-content: center;
    

    }

.envio{
    display: flex;
    cursor: pointer;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    background-color: #F1857A;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 1em;
    width: 10em;
    margin: auto; 
}


/*---------Pagina inciar sesion-------*/



.ingresar{
    display: flex;
	justify-content: center;
	cursor: pointer;
    margin: auto;
    background-color: #F1857A;
    color: white;
    text-decoration: none;
    font-size: 1em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 1em;
    width: 10em;
	height: 2.5em;
}


.botoningresar{
    padding-top: 2em;
    padding-bottom: 2em; 
}

.botoningresar input:hover{
	background-color: #54B0BB;

}

.registrarte p{
    text-align: center;
    padding-bottom: 1.5em;
}

.registrate{
    text-align: center;
    padding-bottom: 1em;
    font-size: 12pt;
    
    
}

.formularios form{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.titulos-sesion h1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1em;   
}

#pantalla-iniciar {	
	padding-left: 2.2em;
	padding-right: 2.2em;
	display: flex;
	flex-direction: column;	
}

#pantalla-iniciar label {
	display:block;
    margin-top: 1em;
    margin-bottom: 1em;
	text-align: center;
}

#pantalla-iniciar input[type=text] {
    width: 320px;
    height: 3em;

}

#pantalla-iniciar input[type=text]:focus {
    background: #54B0BB;
    transition: background 0.4s ease-in-out;
}


/*---------titulos-------*/
#hola{
            display: flex;
            flex-direction: column;
            padding-top: 2em;
            padding-bottom: 1em;
            align-content: flex-end;
            text-align: center;
            
        }
        
        #hola h1{
         font-size: 30px;
         color: #F1857A;
            
        }
        
        #hola h2{
            font-size: 23px;          
        }
        
#busqueda {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-left: 2.2em;
	overflow-x: scroll;
}
        
#busqueda a{
	text-decoration: none;
}

#busqueda button{
	background-color: #F1857A;
	color: white;
}

#busqueda button:hover{
	background-color: #FBBD3F;

}

#podria-interesarte article {
	height: 85px;
}

#podria-interesarte article:hover {
	background-color: #54B0BB;
}


          
        

/*---------Perfil---------------------*/

#perfil{
    display: flex;
	flex-direction: column;
    align-items: center; 
}

#perfil img{
    width: 300px;
	height: 300px;
    margin-top: 2em;
    border-radius:50%;
}

#perfil h1{
    margin-top: 0.7em;
    font-family: 'Montserrat', serif;
    color: #414141;
    font-size: 35px;
    text-align: center;
}
#perfil button{
    background-color: #F1857A;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight:bolder;
    cursor: pointer;   
    border-radius: 1em;
    width: 100%;
    margin-top: 2em;
   padding: 1em;
    justify-content: center;
    }

#perfil button:hover{
    background-color: #54B0BB; 
}


.librosterminados{
    text-align: center;
    color: #414141;
    margin-top: 1em;
    margin-right: 0em;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

   
  

/*-----------Pagina foros ----------*/

.subtitulos h3{
    font-weight: 500;
    padding-left: 1.2em;
    text-transform: capitalize;
}

#foros-actuales article{
    width: 250px;
    height: 250px;
    text-transform: capitalize;
}

#otros-foros article{
	width: 150px;
	height: 200px;
	background-color: #32BED1;
}

#otros-foros div{
	width: 120px;
}


#foros-actuales article div{
    display: flex;
    flex-direction: column;

}


#foros-actuales article div button{
    margin-top: 40px;
}

.contenedor-scroll-foros {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}

#categoria h2{
    color: #a3a3a3;
}

#categoriaboton:hover{
    cursor: pointer;
}

#categoriaboton button{
	background-color: nopne;
}

#categoriaboton i:hover{
    color: #54B0BB;
}

#categoria-contenedor{
    margin-left: 1.2em;
	margin-right: 2.2em;
	color: #32BED1;
}


#categoria-contenedor li{
    display: flex;
	margin-left: 10px;
	list-style: none;
	width: 180px;
	padding:1em;
}

#categoria-contenedor p{
	margin: auto 10px; 
}

#categoria-contenedor li:hover{
    cursor: pointer;
   	background-color: #32BED1;
	border-radius: 2em;
	color: white;
	
}


.contenedordisplay{
    display: none;
}

/* ---------- Página novedades ---------*/

#news {
	margin-left: 1.2em;
}

.contenedor-novedades {
	padding-left: 2.2em;
	padding-right: 2.2em;
	display: flex;
	flex-direction: column;
}

.contenedor-novedades a{
	text-decoration: none;
	color:black;
}

.contenedor-novedades a:visited{
	text-decoration: none;
	color: black;
}

.contenedor-novedades article{
	background-color: #f4f4f4;
	border-radius: 2em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.contenedor-novedades article:hover{
	cursor: pointer;
}

.titulo-fecha{
	text-align: center;
	font-style: italic;
	font-weight: 500;
	color:#F1857A;
	padding-bottom:  10px;
	padding-top:  10px;
	border-bottom: solid 2px;
	border-bottom-color: #F1857A;
	border-top: solid 2px;
	border-top-color: #F1857A;
	width: 30%;
	margin: auto;
}

.notas{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.notas figure{
	height: 200px;
	overflow: hidden;
}

.notas img{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	border-top-right-radius: 2em;
	border-top-left-radius: 2em;
}

.notas div{
	padding:1.2em;
}

.notas div h2{
	margin-bottom: 0.5em;
	color: #83C15E;
}


#ir-arriba a{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #F1857A;
}

#ir-arriba a:hover{
    color: #54B0BB;
}

#ir-arriba i{
    font-size: 40px;
}

#ir-arriba i:hover{
  color: #54B0BB;  
}

/* @media OTROS DISPOSITIVOS */

@media (min-width: 800px){
    
    #menu{
        display: none;
    }
    
    #menuresponsive{
        display: flex;
        flex-direction: row;
		margin-top: 10px;
    }
    
    header nav a {
    padding-top: 0;
}
    
    header nav li{
        padding-left: 1em;
        padding-right: 1em;
    }

    header nav ul {
    list-style: none;
    background-color: none;
    position: relative;
    display: flex;
    top:0;
    height: 0;
	}

   
    #contenedor-mapa{
        display: flex;
        flex-direction: row;
    }

    
    #botoncontainer{
        margin-top: 1em;
        padding-right: 1.2em;
        padding-left: 1.2em;
        height: 400px;
    }
    
    #textomapa{
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1em;
    text-align: left;
}

    
    .slideshow-container {
 height: 450px;
}
    
    #novedades figure{
    height: 450px;
    }
    
    .recuadros-actividades article{
    width: 400px;
		transition: all .5s ease;
}
	
	.recuadros-actividades img {
		transform: translate(0);
		transition: all .5s ease;
	}
    .contenedor-scroll {
     overflow-x: visible;
    flex-wrap: wrap;
		
}

/* Responsive foros */
	#categoria-contenedor{
	display: flex;
   	flex-direction: row;
}
	
	#otros-foros article{
	width: 300px;
}

	#otros-foros div{
	width: 200px;
}
	
	#foros-actuales article{
    width: 350px;
}
	
	#foros-actuales article div{
 		left:0;
		right: 0;
		text-align: center;
}
	#foros-actuales article div p{
		text-align: center;
	}
	
	#categoria-contenedor li{
	border: solid 1px;
    border-color: #32BED1;
	border-radius: 2em;
	
}
	
/* responsive noticias */

    #titulosnoticia p{
    text-align: left;
    padding-top: 0.5em;
    margin-right: 20em;
    
}


/* Responsive perfil */
	.perfil img{
    width: 400px;
	height: 400px;
    margin-top: 2em;
    margin-left: 0.3em;
}

	.perfil h2{
    margin-top: 0.4em;
    margin-left: 0.8em;
    font-family: 'Montserrat', serif;
    color: #192643;
}

    .botonesperfil{
    flex-direction: row;
    justify-content: space-between;
    padding-left: 23em;
    padding-right: 23em;
}

	#perfil {
		flex-direction: row;
		margin-left: 1.2em;		
	}
	
	#datos {
		margin-left: 2.2em;
	}
	
	#datos h1, p, button {
		text-align: left;
	}
	
	/* responsive iniciar sesión */

	
	
	/* responsive titulos */
	
#busqueda {
	justify-content: center;
}
	
	
	/* responsive novedades */
	
.notas{
	width: 48%;
	
}


.contenedor-novedades{
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
}
	.contenedor-novedades article{
		margin-right: 2%;
	}
 
}

@media (min-width:900px){
	/* responsive noticias */

#video{
	width: 50%;
}

#video iframe{
	flex-grow: 1; 
}
	
	#video-texto{
	flex-direction: row;
	justify-content: space-between;
	}

#texto-noticia{
	width: 50%;
}
}

@media (min-width: 1000px){
	
	.notas{
		width: 32%;
	}
	
	.contenedor-novedades article{
		margin-right: 1.33%;
	}
}
    
    
    


