@charset "utf-8";

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

/* ............. REGLAS GENERALES ............... */



body {
 font-family: 'Lora', serif;
  background-color: #FEF4F3;
}

p{
    color: #484D5C;
    padding: .5em .25em; 
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', sans-serif;
 font-weight: 300;
 text-transform: uppercase; 
    color: #272a34;
    padding: .25em; 
}

h1{
    font-size: 35pt;
    margin: 1rem 0;
    line-height: 1.3em;
}

img { 
 max-width: 100%;
    height: auto;
}

li { 
    list-style: none;
}


a {
    text-decoration: none;
}

/* ------ ENCABEZADO ------ */


header{ 
    background-color: #B04C55;
    padding: 1rem;
    box-shadow: 0em .2em .5em .1em #D3B8B8;
}


#buscar{
    display: flex;
    align-items: center;
    
}  

#buscar form input{
   width: 100%;
  padding: 14px 20px;
    border-radius: .4rem;
} 

#buscar form{
   width: 100%;
  padding: 5px 10px;
} 

#buscar a{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    max-width: 2.5rem;
    color: #FFFFFF; 
    font-size: 10pt;
    justify-self: flex-end;
     margin: 0px 10px 0 0;    
} 

.material-icons{
    color: #FFFFFF;
    font-size: 36px; 
}

.logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 .5rem .5rem;   
    
}
.logos figure{
    max-width: 100%;
}


.logos img{
 padding: 0 .5rem;
    max-width: 9rem;
    
}

/* Para que en mobile y tablet el nav quede abajo */
nav {
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    left: 0 ;
    width: 100%;
    z-index: 9999;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    opacity: 85%;
    }

.material-icons-outlined.gris{ 
    font-size: 32px; 
    color: #808080;   
}


header nav ul{
    list-style: none;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
    
}

header nav ul li{
    display: flex;
    justify-content: center;
    padding: .5rem 1rem;
    align-items: center;
    
}

header nav ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav ul li p{
    color: #808080; 
    font-size: 10pt;
    padding: 0;
}

.usuario {
    display: flex;
    justify-content: center;
    width: 2.8em;
}

.contenedora {
    margin: 1.3rem 1rem 1rem;
}

.botonstandard a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    background-color: #FF6364;
    color: #FFFF;
    padding: .5rem;
    border-radius: .2em;
    width: 10em;
    margin: .5em .5em .5em .5em;
    
}
.botonstandard{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;  
}

 header nav a:hover .material-icons-outlined.gris{
        color: #FF6364;
     transition: .2s;
          }
header nav a:hover p{
    color: #FF6364;
    transition: .2s;
}


/* ............... INICIO ............... */
#olitas{
    margin: 1rem auto 0;
}

#frase p{
    margin: auto;
    padding-bottom: 1em;
    padding-top: .25em;   
    text-align: center;
    font-size: 15pt;  
}

#inscripacts{
    padding: 1rem;
}

.caja h1{
    font-size: 27pt;
}

#inscripacts ul{
   
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
   
}
#inscripacts h2{
   text-align: center; 
}

#inscripacts p,
#inscripacts a{
    padding: .5rem 1rem;  
}

#inscripacts a{
    background: #FF6364;
    border-radius: .7rem;
    padding: .5rem 1rem;
    margin: 1rem 0;
    max-width: 5rem;
    display: block;
    align-self: center;
    color: #FFF;
}

#inscripacts li{
    padding: 1rem 1rem;
    background: #FFF;
    border-radius: .7rem;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
   max-width: 25rem;
}

.vermass a {
    background: #FF6364;
    border-radius: .7rem;
    padding: .5rem 1rem;
    margin: 1rem 0;
    max-width: 6rem;
    display: block;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;  
}

/* ............. INICIAR SESIÓN Y REGISTRARSE ............. */

#regis{
    height: 0;
    padding-bottom: 0; 
}

#regis .logos{
    padding: 1rem 0;
     height: 5rem;
    
}
#regis .logos figure img{
   max-width: 9rem;
    
}

#iniciarsesion{
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 26%;  
    padding: 2rem 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#iniciarsesion h1,
#registrarse h1{
   font-size: 30px;
}

#registrarse{
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 23%;  
    padding: 2rem 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#data{
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 100%;
}

#data input{
    background-color: #FEF4F3;
    border-bottom: solid #FF6364 .1rem;
    border-radius: .4rem;
    padding: .7rem 4rem .7rem .5rem;
    margin: 0rem 0 1.4rem;
    align-self: center;
    max-width: 80%;
}

#unico div{
    display: flex; 
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem 0;
    align-self: center;
    width: 18rem;
}

#unico a{
    font-size: 10pt;
    color: #484D5C;
}

#button{
    font-size: 11pt;
    padding: .7rem;
    background-color: #FF6364;
    border-radius: .3rem;
}

#button h4{
    color: white;
    
}

#botonvolver{
    padding: .7rem;
    border-radius: .3rem;
    border: #FF6364 solid .1rem;
}

#botonvolver h4{
    color: #FF6364;
     font-size: 11pt;
}

#unico section>a:hover{
    color: #FF6364;
    text-decoration: underline;
    transition: .2s;
}
  #botonvolver:hover{
        background-color: #FEF4F3;
        border: #B04C55 solid .1rem;   
      transition: .4s;
    } 
#botonvolver:hover h4{
        color: #B04C55;
    transition: .4s;
        
    } 
    
    #button:hover{
         background-color: #B04C55;
        cursor: pointer; 
        transition: .4s;
    }
    
    

/* ............. BIBLIOTECA .............. */

#generos{ 
    text-align: center;
    
}


#libros{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#libros article {
     margin: .2rem;
    max-width: 10rem;
}
#libros figure{
    max-width: 10rem;
}
#libtitul{
    text-align: center;
    margin: 2rem 0 0;
}
#generos{
    margin: .5rem 0 2rem;
}
#generos select{
    padding: .5rem;
    border: solid rgb(255, 99, 100, .5) .1rem;
    border-radius: .5rem;
}

#libros figure img { 
    max-width: 100%;
    display: block;
    padding: .5rem;
    background-color: white;
    
}

#libros .desplegable {
    max-width: 10rem;
    display: block;
    background-color: white;
    margin-bottom: 2rem;
    padding: .25rem;
}

#libros .mostrar { 
    display: flex;
    background-color: white;
    color: #484D5C;
    font-weight: 300;
    
}

#libros .vermas a { 
    background-color: white;
    color: #FF6364;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    
}

#libros .masinfo #info { 
    display: flex;
    right: 20%;
    bottom: 10%;
    
}

.material-icons-outlined { 
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.desplegable h4 a{ 
    color: #808080;
    font-weight: 600;
}

main .botonstandard li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    
    
}

main .botonstandard li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    background-color: #FF6364;
    color: #FFF;
    padding: .5rem;
    border-radius: .2em;
    width: 10em;
    margin: .5em .5em .5em .5em;
    
}

main .botonstandard a:hover { 
    background-color: rgba(255, 255, 255, 0.9);
    color: #FF6364;
}

#sele a{ 
    background-color: rgba(255, 99, 100, 0.45);
    color: rgba(255, 255, 255, 0.63);  
}

/*NOVEDADESS*/
.novedades{ 
   margin:.5rem 1rem 1.25rem;
}
.w3-twothird{ 
   max-width: 20rem;
}
.w3-row{ 
   margin:.5rem 1rem 1.25rem;
}
.novedades,
.w3-content{ 
   margin: auto;
    max-width: 40rem;
}
.w3-third img{ 
   max-width: 20rem;

}


/* ............. CADA LIBRO .............. */

.nines h1{ 
   text-align: center;
    margin: 2rem 0 0;
    
    
}

.cadalibro { 
   margin: 1.5em; 
}

.cadalibro article figure{ 
    max-width: 120px;
    margin: auto;
    
}

#retileer{  
    display: flex;
    justify-content: center;
}

.detalle h3 { 
    font-weight: 700;
    padding: 1rem 0 0.25rem 0;
    text-align: center;   
}

.detalle h5 {
    margin: 0 0 .7rem 0;
    text-align: center;
    
    
}


.detalle img {
    display: block;
    max-width: 120px;
    padding-top: .5em;
    
}

.datoslibros {
    margin-top: 1em;
    line-height: 1.5em;
    
}

.boton a { 
    display: flex;
    color: #FF6364;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1em;
}

.similares {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}


.similares img {
    display: flex;
    max-width: 120px;
    margin: 1em;
       
}


/*----------------- LAS ESTRELLAS -----------*/


#form {
  width: 100px;
  height: 35px;
}

#form p {
  text-align: center;
    margin: 0;
}

#form label {
  font-size: 20px;
}

input[type="radio"] {
  display: none;
}

label {
  color: grey;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

label:hover,
label:hover ~ label {
  color: #FF6364;
}

input[type="radio"]:checked ~ label {
  color: #FF6364;
}




/* ........... QUIENES SOMOS ............ */

.video video{
    width: 100%;
    height: auto; 
}

.video{
   margin: 0 1.3rem;
}

.iniciativa{
    margin: 1.5rem 1rem;   
}

.objetivos{
    margin: 1.5rem 1rem;   
}
.objetivos h2{
    margin: 1rem 0;   
}

#objetivo123{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#objetivo123 img{
    margin-top: 1rem;
    background-color: #FF6364;
    align-self: center;
    width: 200px;
    height: 200px;
}

#objetivo123 figure{
    display: flex;
    background-color: #FF6364;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
        margin-right: 1rem;
    margin-left: 1rem;
   align-self: center;
   flex-direction: column;
    border-radius: .7rem;
}
#objetivo123 a{
    background-color: #FF6364;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: .5rem;
    max-width: 20rem;
    min-height: 19rem;
}

#objetivo123 figcaption{
    background-color: #FF6364;
}

#objetivo123 h3{
    background-color: #FF6364;
    color: white;
    margin-bottom: .5rem;
    margin-top: 3rem;
    text-align: center;
    font-family: 'lora', sans-serif;
    text-transform: none;
    font-size: 25px;
    
}

#objetivo123 p{
    background-color: #FF6364;
     align-self: center;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-bottom: 1rem;
    margin-top: .5rem;
    margin-left: .5rem;
    margin-right: .5rem
}

.equipo{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding:0 1rem;
}

.integrantes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem
}


.equipo h2 {
   margin-bottom: 1em;
}

.equipo figure {
    max-width: 80vmin;
    margin: 1rem;
    position: relative;
    overflow: hidden;
}

.equipo img {
    object-fit: cover;
    object-position: left center;
   max-width: 80vmin;
    max-height: 80vmin;
    display: block;
}

.equipo figcaption {
    background-color: rgba(250, 128, 114, 0.5);
    color: white;
    padding: .5em;
    line-height: 2em;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 100% - 3em );
    transition: all .6s ease-out;
}


.equipo figure:hover figcaption {
    background-color: rgba(120,60,60,.5);
    top: 0;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.equipo figcaption span {
    display: block;
    font-size: 16px;
    color: #ddd;
    margin-top: .5em;
    text-transform: none;
}


.barrio{
    margin-top: 1.5rem;

}
.barrio h2{
    margin:0 1rem;

}


.covid{
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 67.5rem;

}

.covid p{
  
    background-color: #FF6364;
    color: white;
    padding: 1.2rem;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1rem;
    
}

.covid a{
    font-family:'Montserrat', serif;
    font-size: 18px;
    color: darkred;
    text-transform: uppercase;
    font-weight: 600;
}

#botonete{
    display: block;
    text-align: center;
    padding: .8rem;
    background-color: #B04C55;
    border-radius: .3rem;
    margin: auto;
    max-width: 20rem;
}

#botonete a{
    color: white;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    
}

#botonete:hover{
        background-color: #FF6364;
        cursor: pointer; 
        transition: .4s;
    }

#mapa{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.retiro h3{
    margin-top: 1rem;
    color: #B04C55;
    border-bottom: 3px solid #B04C55;
}

.retiro p{
    font-family: 'Montserrat', serif;
    font-size: 18px;
    margin-top: .2rem;
}

.formulario{
    max-width: 24rem;
    margin: 2rem auto 3rem;
    padding: 1rem;
}

.formulario h1 { 
    font-size: 30px;
}

 #consulta {
    display: block;
     width: 100%;
     padding: .75rem;
    border: 3px solid ;
    border-radius: 5px;
    color: #B04C55;
    transition: all 0.3s ease-out;
    margin: 1rem 0 1rem 0 ;
    font-family: 'Montserrat', serif;
     font-size: 15px
}

#consulta:hover {
    border-radius: 8px
}

#consulta:focus {
    outline: none;
    border-radius: 8px;
    border-color: #FF6364;
}

#enviar{
    background-color: ;
    color: white; 
    font-family: 'Montserrat', serif;
    background-color: #B04C55;
    border-radius: .3rem;
    font-size: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    
}

#enviar:hover{
    background-color: #FF6364;
}

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


/* ............. TALLER DE LECTURA .............. */
.taller {
    padding: 1rem;
}
.taller h3{
     font-family: 'Montserrat', sans-serif;
}
.chatvirtual h4{
     font-family: 'Lora', serif;
    text-transform:none
}


.opinion h2{
    font-family: 'Montserrat', sans-serif;
}

.opinion h4{
    font-family: 'Montserrat', sans-serif;
}

.opinion a{
    color: #B04C55
}

/* ............. TALLER DE FOTOGRAFIA .............. */


.taller h4{
    font-family: 'Lora', serif;
    text-transform: none;
    color: #B04C55;
}


.taller h1{
    font-family: 'Montserrat', sans-serif;
    margin-top: 1rem;
    margin-bottom: 0px;
    
}

.taller p{
    font-family: 'Lora', serif;
    font-size: 18px;
    margin-bottom: 1rem;
}

.taller p span{
    font-weight: bold;
}

.concurso{
    margin: auto;
    padding-bottom: 2rem;
    border-bottom: solid #B04C55 .1rem;
}

.concurso>h2{
    
   margin:0 .6rem 1rem;
    
}
.concurso h2{
    
   margin-bottom: 1rem;
    
}

.concurso span{
    font-weight: bold;
}

.concurso h3{
    padding: 0 1rem 2rem;
    text-align: center;
}

.concurso h3 a{
    color: #B04C55;
}


/* ........... VIDEO RESPOSIVE ............ */


.videoresposive {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
    
    
}

.videoresposive iframe { 
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;

}
/*>>>>>>>>>>>>>>>>>>> ESTRELLITASSS MICA <<<<<<<<<<<<<<<<< */

.estr {
  max-width: 100%;
  height: 50px;
}

.estr p {
  text-align: center;
    margin: 0;
}

.estr label {
  font-size: 40px;
}

.clasificacion input[type="radio"] {
  display: none;
}

.clasificacion label {
  color: grey;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.clasificacion label:hover,
.clasificacion label:hover ~ label {
  color: #FF6364;
}

.clasificacion input[type="radio"]:checked ~ label {
  color: #FF6364;
}

.participant{
    max-width: 30rem;
    margin: 1rem;
    }
.puntaje {
    display: block;
    position: inherit;
    align-self: center;
    margin-bottom: 3rem;
}

.puntaje p{
    text-align: center;
    font-family:'Montserrat', sans-serif;
    font-size: 20px
}

.fotos{
    display: flex;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
   
}

.img h2{
    color: white;
    margin-top: .5rem;
}

#autor p{
    color: white;
    font-size: 20px;
}

#autor
{
  text-align: center;
  font-weight: normal;
  width: 100%;
  margin: 3px;
  visibility: hidden;
    color:white;
    font-size: 20px;
}

div:hover #autor{
  visibility:visible;
    
}


.img{
  margin-bottom: 1rem;
    padding: 2rem;
  box-sizing:border-box;
  background:#B04C55;
  height: auto;
  float: left;
  text-align: center;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease; 
  -o-transition:all 0.5s ease; 
  transition:all 0.5s ease;
  border-radius:1rem;
    max-width: 100%;

}	
div:hover #autor {line-height:30px;font-size:16px;}

.anteriores {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: solid #B04C55 .1rem;
}

.anteriores h2 {
   margin: 0 .5rem 1em;
}

.anteriores figure {
    max-width: 80vmin;
    margin: 1rem;
    position: relative;
    overflow: hidden;
}

.anteriores img {
    object-fit: cover;
    object-position: left center;
    max-width: 80vmin;
    max-height: 80vmin;
    display: block;
}

.anteriores figcaption {
    background-color: rgba(250, 128, 114, 0.5);
    color: white;
    padding: .5em;
    line-height: 2em;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 100% - 3em );
    transition: all .6s ease-out;
}


.anteriores figure:hover figcaption {
    background-color: rgba(120,60,60,.5);
    top: 0;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.anteriores figcaption span {
    display: block;
    font-size: 16px;
    color: #ddd;
    margin-top: .5em;
    text-transform: none;
}
.anteriores figcaption p{
    color:#ddd;
    font-family: 'Lora',serif;
    text-transform: none
}

.file-area {
  width: 100%;
  position: relative;
}
  
  input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
  }
  
.dummy {
    width: 100%;
    padding:10px 30px;
    background: rgb(255, 99, 100, .2);
    border: 2px solid rgba(255,255,255,0.2);
    text-align: center;
    transition: background 0.3s ease-in-out;
    margin: 1rem 0;
}
    
.success {
      display: none;
    }
  }
  
.succes:hover .dummy {
    background: rgba(255,255,255,0.1);
  }
  
  input[type=file]:focus + .dummy {
    outline: 2px solid rgba(255,255,255,0.5);
    outline: -webkit-focus-ring-color auto 5px;
  }
  
  input[type=file]:valid + .dummy {
    border-color: 2px solid #FF6364;
    background-color: rgba(250, 128, 114, 0.5);
}

    .success {
      display: inline-block;
    }

    .default {
      display: none;
    }

.participar{
padding: 0 1rem 1.5rem;
}

.participar label {
  font-weight: 500;
  display: block;
  margin: 4px 0;
  text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.participar label span {
    float: right;
    text-transform: none;
    line-height: 1em;
    font-style: italic;
    font-size: 14px;
    opacity: 0.8;
  }


.participo{
    margin-top: 2rem;
    margin-bottom: 2rem;
}



.form-controll {
  display: block;
  padding: 8px 16px;
  width: 100%;
  font-size: 16px;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid rgb(255, 99, 100, .3);
border-radius: .4rem;
  color: #808080;
  font-weight: 200;
}

.form-controll:focus {
    outline: 2px solid rgba(255,255,255,0.5);
    outline: -webkit-focus-ring-color auto 5px;
  }

.form-group {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
}

.subirr{
text-align: center;
    
}
.subirr button{
 font-size: 16px;
    padding: 1rem 3rem;
    background-color:#FF6364;
    color:white;
    margin: .5rem 0;
    border-radius: .3rem; 
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08rem;
}
.subirr #demo{
    font-size: 20px;
    margin: .5rem 0 1rem;
    color: #FF6364;
    font-weight: 600;
}

/*....... contacto.................*/
#contactt h1{ 
    font-size: 35px;
    margin: 2rem 1rem 0;
    text-align: center;
}
.formuu{
    max-width: 45rem;
    margin: 0 auto 1rem;
    padding: 1rem;
}
#consulta form{
    display: block;
     width: 100%;
     padding: .75rem;
    border: 3px solid ;
    border-radius: 5px;
    color: #B04C55;
    transition: all 0.3s ease-out;
    margin: 1rem 0 1rem 0 ;
    font-family: 'Montserrat', serif;
     font-size: 15px;
}

.contactop #mapaaa{
   display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 45rem;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem;
} 


.contactop #mapaaa .comunica7 ul{
    margin: 1rem 1rem 1rem 3rem;
  
}

.contactop #mapaaa .comunica7 ul li{
    display:list-item;
    list-style:circle;
    padding: .2rem;
    

}



/* ................ PERFIL ............ */

#gladysfernandez{
   
    padding: 0 0 1rem;
    margin: 0 0 2rem;
    
}

#gladysfernandez li{
    color: #484D5C;
}

#perfil{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

#perfil figure{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 15rem;
}
#perfil figure a{
    width: 100%;
    color: #808080;
    
}

#perfil figure a:hover{
     color: #FF6364;
    text-decoration: underline;
    transition: .2s;
    cursor: pointer;
}

#perfil img{
    padding: 2rem 0 1rem;
}


#perfil h1{
    text-align: center;
    margin-bottom: .2rem;  
}


#actividades ul li{
    line-height: 1.6em;
    padding: 0 1rem;
}

#hobbies li{
     line-height: 1.6em;
    padding: 0 1rem;
}

#actividades,
#hobbies{
     margin: 1rem 0;
}

#infousuario{
 max-width: 25rem;
    padding: 0 1rem;
    margin: auto;
}


#reviewgladys{
    background: #ffffff;
    border-radius: .7rem;
    
}

#reviewgladys h2{
    text-align: center;
    padding: 2rem 0;
   
}

#reviewgladys figcaption div{
    display: flex;
    align-items: center;
}

#reviewgladys figure{
    display: flex;
    flex-direction: column;
}

#reviewgladys figure a{
    max-width: 15rem;
    align-self: center;
     box-shadow: 2px 2px 7px rgb(153, 153, 153, .4);
}

#reviewgladys figcaption{
    padding: 1.5rem 1rem 1rem;

}

.estrellitas {
  width: 110px;
  height: 40px;
}

.estrellitas p {
  text-align: center;
    margin: 0 0 0 1rem;
}

.estrellitas label {
  font-size: 20px;
}

input[type="radio"] {
  display: none;
}

label {
  color: grey;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

label:hover,
label:hover ~ label {
  color: #FF6364;
}

input[type="radio"]:checked ~ label {
  color: #FF6364;
}

#deseados{
    margin: 3.5rem 0 2rem;
}

#leidosrecien{
    margin: 2rem 0 4rem;
}

 .swiper-container {
        width: 100%;
        height: 100%;
     margin: 1rem 0 2rem;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }



/* ........... BLOG ........... */


form.comment_reply{
  display: none;
}
.debate h1{
    padding: 2rem 1rem 1rem;
    font-size: 30pt;
}

.debate main{
   max-width: 50rem;
    margin: auto;   
}

.debate #preguntas{ 
    padding: 0 1rem 2.5rem;
}

.debate #preguntas article{ 
    margin: 0 0 1rem;
    border-bottom: solid #B04C55 .1rem;
    }
 .debate #preguntas article p{ 
    padding: .25rem;
     color: #FF6364;
    } 

 .debate #preguntas article p a{ 
    color: #B04C55;
    } 

.debate #preguntas article .btn{ 
    background: none;
    cursor: pointer;
    margin: .5rem;
    padding: .3rem .5rem;
    color: #B04C55;
    background: #FFF;
    } 


.debate #preguntas article p:hover,
.debate #preguntas article .btn:hover{ 
    text-decoration: underline;
    } 

.debate #preguntas article .rep{ 
    background: none;
    cursor: pointer;
    margin: 0 .5rem;
    padding: .5rem .2rem;
    text-transform: uppercase;
    color: #FF6364;
    }   
.debate #preguntas article a{ 
    color: #B04C55;
    } 
.debate #preguntas article a:hover{ 
    color: #FF6364;
    text-decoration: underline;
    } 
  
  .debate #preguntas article ul{ 
    margin: .5rem 2rem;
    max-width: 35rem;
    
    }   
.debate #preguntas article ul li{ 
    margin: 1rem 0;
    color: #484D5C;
   
    } 

.debate #preguntas article ul li h4{ 
   font-weight: 400;
   color: #484D5C;
   margin: 0 -.7rem;
    }   
form.comment_reply button{
    border: solid rgb(176, 76, 85, .3) .1rem;
    border-radius: .4rem;
}
form.comment_reply textarea{
width: 75%;
    border: solid rgb(176, 76, 85, .1) .1rem;
}

.debate #preguntas article .veryresp{ 
   /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    */
    }  
/* ........... FOOTER ........... */


footer { 
    background-color: #B04C55;
    color: white;   
    padding-bottom: 4.9rem;
    position: absolute;
    right: 0;
    left: 0;   
}

footer .contenedor img {
    width: 130px;
}

footer p { 
    margin: .5em .5em .5em .5em;
    font-style: italic;
}


#contacto ul li {
    list-style: circle;
    margin-left: 1.5em;
    
}

#social img { 
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 2em;
    height: 2em;  
    margin: .5rem;
}

#social ul{
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

footer div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer div p{
 text-align: center;
}
footer div img{
    max-width: 9rem;
}
#logofooter{
    padding: 0 0 1rem 0;
}

footer #social ul{
    display: flex;
    flex-wrap: wrap;
   
}
footer #contacto a{
    text-align: center;
    color: #46433E;  
    width: 100%;
}

footer #contacto a h4{
    border-bottom: solid .05rem #FEF4F3 ;
    color: aliceblue;
    padding: 1.3rem;

}

/*----------taller de fotografía (esta al final para sobreescribir otra cosa--------*/

.participar label:hover {
color: #808080;
}

@media all and (min-width: 600px){
    
      /* ............ ENCABEZADO ............... */
    
     #buscar{
    display: flex;
    position: absolute;
        top: .9rem;
        right: 9.5rem;
        margin: 0 -8.5rem;
}  
    .logos{
        margin: .5rem;
        justify-content: flex-start;
         
    }
    .logos img{
        padding: 0 .4rem;
        max-width: 8.5rem;
    }
    
    #regis .logos{
       position: absolute;
        top:0;
        justify-content: space-between;
        left: 0;
        right: 0;
        padding: 0 1rem;
        
    }
/*
    
    #regis{
    height: 0;
    padding-bottom: 0;        
}

#regis .logos{
 position: relative;
    bottom: .7rem;
    justify-content: space-between;
}
  */  
    
    
    
    #inscripacts li{
    padding: 1rem 1rem;
    background: #FFF;
    border-radius: .7rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
   max-width: 25rem;
}
.w3-row { 
   display: flex;
}
    .w3-twothird{ 
   padding: 1rem;
        max-width: 30rem;
}
    /* ............. INICIAR SESIÓN Y REGISTRARSE ............. */

#iniciarsesion{
    width: 460px;
    height: 440px;
    border-radius: .9rem;    
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-230px;/* half width*/
    margin-top:-220px;/* half height*/
   
    }
    
#registrarse{
    width: 460px;
    height: 460px;
    border-radius: .9rem;    
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-230px;/* half width*/
    margin-top:-225px;/* half height*/
    padding: 2.2rem 0 2rem;
}
#data{
    display: flex;
    flex-direction: column;
    justify-items: center;
    max-width: 100%;
}

#data input{
    background-color: #FEF4F3;
    border-bottom: solid #FF6364 .1rem;
    border-radius: .4rem;
    padding: .7rem 4rem .7rem .5rem;
    margin: 0rem 0 1.6rem;
    align-self: center;
    max-width: 100%;
}

#unico div{
    display: flex; 
    flex-direction: row;
    justify-content: space-around;
    padding: .5rem 0 1rem;
    align-self: center;
    width: 18rem;
}
 


#unico h1{
   margin: 1rem 0 1.5rem;
}

#botonvolver{
    padding: .7rem;
    border-radius: .3rem;
    border: #FF6364 solid .1rem       
}

    /*.............LIBROS................*/
    
    #libros article {
     margin: 1rem;
    max-width: 15rem;
}
#libros figure{
    max-width: 15rem;
}
#libtitul{
    text-align: center;
}
#generos{
    margin: .5rem 0 2rem;
}
#generos select{
    padding: .5rem;
    border: solid rgb(255, 99, 100, .5) .1rem;
    border-radius: .5rem;
}

#libros figure img { 
    max-width: 100%;
    display: block;
    padding: .5rem;
    background-color: white;
    
}

#libros .desplegable {
    max-width: 15rem;
    display: block;
    background-color: white;
    margin-bottom: 2rem;
    padding: .25rem;
}
/*.......-....... 1LIBROOOO.............*/  
    
    #infaa{  
   min-width: 12rem;
        max-width: 16rem;
}

#infofo{  
    display: flex;
    justify-content: center;
    padding: 1rem .3rem;
}
#sinop{  
   max-width: 25rem;
    padding: 0 .5rem;
}
    
/* .................... TALLER DE LECTURA...............*/
    
    .taller p{
        max-width: 55rem;
        margin: 0 0 2rem;
}
    
    .taller{
       padding: 1rem;
}
     .taller h3{
       font-weight: 300;
}
    /*trate de arreglar el chat, pero todavia no funciona:*/
    .alert-info{
        width: 100%;
        margin: auto;
    }
    .col-lg-4{
        margin: auto;
        width: 100%;  
    }
      #ListaOnline{
        margin: auto;
        width: 100%;   
    }
    .col-lg-8{
        margin: auto;
        width: 100%;  
    }
    #ElChat{
        margin: auto;
        width: 100%;   
    }

/*.............TALLER DE FOTOGRAFIA...........  */
    
   .participar{
max-width: 50rem;
       margin: auto;
}  
    
    
/* ............. QUIENES SOMOSS...........*/

#objetivo123 img{
    margin-top: 1rem;
    background-color: #FF6364;
    align-self: center;
    max-width: 200px;
    max-height: 200px;
}

#objetivo123 figure{
    max-width: 20rem;
    display: flex;
    background-color: #FF6364;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
    margin-right: 1rem;
    margin-left: 1rem;
   align-self: center;
   flex-direction: column;
    border-radius: .7rem;
}
    .covid p{
    background-color: #FF6364;
    color: white;
    padding: 1.2rem 5rem;
    font-size: 14px;
    text-align: center;
    margin-bottom: 2rem
}

   /* ......................... ONLINE..............*/ 
    #libonl{
    margin: 0rem 1rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #libonl img{
        max-width: 15rem;
        margin: 1rem;
    }
    
    #libonl h1{
    margin: 2rem 0rem 0rem;
       
    }
    
  /* .............. PERFIL ............. */
    #infousuario{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 100%; 
   
}
    
    #reviewgladys figure{
        margin: auto;
        padding: 2rem 1rem;
        display: flex;
        justify-content: center;
        flex-direction: row;
        
    }
    #reviewgladys .review{
        max-width: 33rem;
        padding: 1rem 0 1rem 1.5rem;
      
    }
    #reviewgladys figcaption div{

        padding: 0 1rem;
      
    }
    #reviewgladys h2{
        padding: 1.5rem 1.5rem 0;
        text-align: left;
        max-width: 50rem;
        margin: auto;
    }
    
    #reviewgladys{
        padding: 1.5rem 0;
    }
          
   }


@media all and (min-width: 1200px){
    

    main{
        margin: auto;
        max-width: 70rem;
        align-self: center;
}
    
     #inscripacts li{
    padding: 1rem 1rem;
    background: #FFF;
    border-radius: .7rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
   max-width: 20rem;
}
     
     /* ............ ENCABEZADO ............... */

       nav{
        position: absolute;
        bottom:100%;
        top: 1.2rem;
        max-width: 30rem;
        left:50%;
        margin-left: -15rem;
        background-color: #B04C55;
        opacity: inherit; 
    }
    
    header nav a:hover{
        background: #FF6364;
        border-radius: .5rem;
        padding: 0 .3rem;  
        transition: .3s ease;
    }
    
   header nav a:hover .material-icons-outlined.gris{
        color: #FFF;
     transition: .1s;
          }
header nav a:hover p{
    color: #FFF;
    font-weight: 700;
    transition: .1s;
    
}

    header nav ul li a{
        flex-direction: row;
         padding: 0 .3rem;
    }
    
    header nav ul li p{
    color: #FFF; 
    font-size: 12pt;
    padding: .7rem;
}
    
    #buscar{
        max-width: 19rem;
        position: absolute;
        top:1.5rem;
        left:85%
    }
    
    .logos{
        position: absolute;
        justify-content: flex-start;
        margin: .2rem auto;  
        height: 4rem;
        right: 75%;
     
    }
    
    .logos figure img{
        width: 9rem; 
        margin: 0 .5rem;
    }
    
    header{
        height: 6rem;
        width: 100%;
    }
    
    .material-icons-outlined.gris{ 
    font-size: 36px; 
    color: #FFFFFF;   
}
#regis .logos{
       position: absolute;
        top:0;
        justify-content: space-between;
        left: 0;
        right: 0;
        padding: 0 1rem;
    height: 6rem;
    }
/* .................. LIBROS...........*/
      #libros article {
     margin: 1rem;
    max-width: 20rem;
}
#libros figure{
    max-width: 20rem;
}
#libtitul{
    text-align: center;
}
#generos{
    margin: .5rem 0 2rem;
}
#generos select{
    padding: .5rem;
    border: solid rgb(255, 99, 100, .5) .1rem;
    border-radius: .5rem;
}

#libros figure img { 
    max-width: 100%;
    display: block;
    padding: .5rem;
    background-color: white;
    
}

#libros .desplegable {
    max-width: 20rem;
    display: block;
    background-color: white;
    margin-bottom: 2rem;
    padding: .25rem;
}
    /*.............1LIBROOOOO..........*/
    
    #infaa{  
   min-width: 12rem;
        max-width: 16rem;
}

#infofo{  
    display: flex;
    padding: .2rem 0 .2rem .8rem;
}
#sinop{  
   max-width: 25rem;
    padding: 0 .5rem;
}
    
    .cadalibro article{  
        display: flex;
        justify-content: center;
 
}
    /*...............QUIENES SOMOS...........*/
.retiro{  
   max-width: 40rem;
    padding: 0 .5rem;
}
    .retiro iframe{  
   width: 30rem; 
}
    .formulario{  
   width: 30rem;
}
    #objetivo123{  
  justify-content: space-around;
}
    #objetivo123 figure{  
  max-width: 21rem;
        margin: 0;
}
    
    #finalf{  
  display: flex;
   align-items: center;
        max-width: 65rem;
        margin: auto;
}
    
    /* .............. PERFIL ............*/
    
    #reviewgladys{
        padding: 1.5rem 0;
        max-width: 70rem;
        margin: auto;
}
    
    #infousuario{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 70rem; 
}
    
/* ................ FOOTER .............. */
    
    footer{
        padding: .5rem 0;
}
    
    
    
    
    
    
}
/* ......... PALETA ........ */

/* 
Fondo (rosa clarito): #FEF4F3
Salmón: #FF6364
Rosa más oscuro/apagado: #B04C55
Gris claro: #808080
Gris oscuro: #484D5C
*/