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


/* PARA HEADER Y MENU COPIAR DESDE ACA */

* {
    font-family: 'Montserrat';
    margin: 0;
    box-sizing: border-box;
}

#contenedor_de_pagina {
  position: relative;
  min-height: 100vh;
}

#contenedor_general {
  padding-bottom: 18em; 
}

#bodyhome {   /* bodys deberiamos tener de dos clases "gris" y "verde" */
    background-image: url("../imagenes/fondomobile.jpg");
    width: 100%;
    margin: 0;
    
}

/* body que cambia el fondo de color */

#bodygris {
    background-color: #eff1f4; 
    background-image: none;
    
}

#bodyverde {
    background-color: #83b2a9;
    
    
}



/* logo y navegacion */

.contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    
    
}

#logo {
    width: 60px;
    margin-left: 1em;
}


/* Esta es para todas las páginas. el color cambia segun el fondo sumando id "fondogris" o id"fondoverde" */

header h2 {            
    text-align: center;
    font-size: 16px;
    font-weight: 400;

    
}

#fondogris {
    color: #83b2a9;
    
}

#fondoverde {
    color: white;
    
}

#nombre {        /* esta es solo en el index */
    color: #083549;
    font-size: 14px;
    padding-left: 1em;
    text-align: left;
    
}


/*menu desplegable*/

header {
    width: 100%;
    padding-right: 1em;
}

header nav a {
    color: white;
    text-decoration: none;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items:flex-start;
    padding: 1.5em 1em 1em 1.5em;

}
header nav ul {
    background-color: rgba(64,77, 85, 0.9);      
    text-align: center;
    padding: 0em 3em 6em 1em; 
}

header nav .visible a {
    display: block;
    padding: 1.5em 1em 1em 1.5em;
    z-index: 9999;
    text-align: left;
    
}

    
/* boton que llama al menu */
#butmenu {
    color:white;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    position: relative;
    z-index: 9999;

}

#butmenu i {
    background-color: #83b2a9;
    padding: .2em;
    margin: auto;
    border-radius: .2em;
}




/* el menú propiamente dicho */
header nav ul {
    position: fixed;
    left: 100%;
    right: 0;
    top: 0%;
    bottom: 25;
    list-style: none;
    z-index: 9990;
    padding-top: 6em;
    padding-left: .5em;
    transition: all .5s ease;
    border-bottom-left-radius: 1em;
}



.visible {
    top: 0%;
    left: 45%;
    right: 0%;
    bottom: 25;
    padding-top: 6em;
    display: block;
    list-style: none;
    transition: all .5s ease;
    border-bottom-left-radius: 1em;
 

    
}


/* HASTA ACÁ */



h1 {
    padding-top: 1.5em;
    margin-bottom: 0em;
    text-align: center;
    width: 100%;
    color: #404d55;
    font-size: 25px !important;
        
    
}


main h2{
    color: #404d55;
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: auto;
    
}


img {
    max-width: 100%;

}


.ladestacado {
    background-color: white;
    border-radius: 1em;
    margin: 1.5em 1.2em 3em 1.2em;
    padding: 1.2em;
    text-align: center;
    height: 520px;
    
}

.ladestacado img {
    width: 190px;
    margin-top: .9em;
    
    
}

.ladestacado p {
    margin-bottom: 1.5em;
}

#librodestacado {
    margin-top: 10em;
}


h4 {
    color: #83b2a9;
    
}


p {
    font-size: 12px;
    margin-top: 1em;
    margin-bottom: 3em;
    font-weight: 350;
}

.boton {  /* asi van todos los botones -- cada uno es div class boton y adentro a */
    width: 200px;
    background-color: #404d55;
    padding: .5em;
    margin: auto;
    border-radius: .5em;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    
}


.categorias h2 {
    margin-bottom: 1em;
    margin-top: 2.5em;
    color: white;
}


#textocat {
    color: white;
}


.categorias .boton {
    margin-top: 2em;
}

h3 {
    color: #404d55;
    text-align: center;
    font-size: 15px;
}


.iconosolo{  /* no puedo centrarlo */
    width: 55px;
    margin-left: 9.5em;
    margin-top: 5em;
    
}


.direccion h4 {
    text-align: center;
    margin-top: 2em;
    color: white;
    
}


.direccion p {
    text-align: center;
    margin: 0;
    color: #404d55;
}



.registro h1 {
    padding: 0;
    margin-bottom: .5em;
    margin-top: 2em;
}

.registro div {
    margin-bottom: 1em;
    
}

#ultimo { /* hecho con una id xq no me dejo last of type, modificar! */
    margin-top: 4em;
    margin-bottom: 1em;
    
} 

.video video {
    max-width: 90%;
    margin-bottom: 3em;

    }

.video {
    text-align: center;
}


/*/////////////////////////////////////////////* SLIDER*/
/* Slideshow container */
.slideshow-container {
    width: 100%;
  max-width: 300px;
    max-height: 400px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

#sliderimg{
   width: 300px;
    height: 400px;
}

img{
    width: 100%;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
    background-color:#83b2a9;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
    
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #083549;
}

/* Caption text */
.textslider {
    background-color: #83b2a9;
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* 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}
}

/*/FIN SLIDER///////////////////////////*/



/* FOOTER COPIAR DESDE ACÁ */

footer {    
    position:absolute;
    bottom:0;
    width: 100%;
    height: 16em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em;
    padding-bottom: ;
    background-color: #404d55;
    margin: 0;
}

footer ul {
    list-style: none;
    color: white;
    text-align: left;
}

footer li {
    padding: 1em;
    font-size: 14px;
}

.logofooter {
    width: 50px;
    margin-right: .8em;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

/* HASTA ACÁ */


/*//////////////////////////////////////////////////////////////////////// CSS AGENDA */    

.iconos {
    /*Saque los margin de los costados y el justify-content porque no son necesarios. SOFÍA DISMINUYO EL MARGIN DE 3em A 1em!!*/    
    margin-top: 1em;
    display: flex;
    align-items:baseline;
    border: 0;
}


.iconos p {
    display: flex;
    flex-direction: column;
    align-items:center;
    flex-basis: 50%;
}

.iconos .material-icons{
    color: #404d55;
    display: flex;
    justify-content:center;
    font-size: 20px;
    margin: auto;
    
}



.agenda {
    margin-left: 1em;
    margin-right: 1em;
 
} 

.agenda h1 {
    text-align: center;
    width: 100%;
    color: #404d55 !important;
    font-size: 25px !important; 
    margin-bottom: .1em;
}

.agosto {
   margin-top: .3em;
    margin-bottom: 1em;
}

p {
    font-size: 12px;
    margin-top: .5em;
    margin-bottom: 1em;
}


h3 {
    color: #404d55;
    font-size: 16px;
    padding-top: .5em;
    
}



/*/////////////////////////////////////// TALLER-ACTIVIDAD-PROYECCIONES INDIVIDUALES */

.taller {
    display: flex;
    background-color: #83b2a9;
    border-radius: 1em;
    margin-bottom: .3em;  
    align-items: center;
    justify-content:space-between;
    padding-left: 1em;
    padding-right: .8em;
    min-width: 50%;
    
}
/*---------TEXTO DENTRO DE CADA RECTANGULO VERDE-------*/
.tex {
    display: flex;
    flex-direction:column;
    padding: .5em;
}
 
.taller i {
    color: white;
}

/*------EL TAMAÑO DE LOS ICONOS DE LOS "TALLERES"-------*/
.taller .material-icons {
    font-size: 25px;
}
/*------ESTO ES DEL BOTON ADD-------*/
#info {
    color: white;
    font-size: 35px;
}

/*-------DESDE ACÁ ES EL CSS DE CADA AGENDAEXTRA QUE HAYA -------*/
.talleres {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    margin-top: .5em;
} 

.talleres img {
    margin: auto;
    max-width: 100%;
}

.talleres h1 {
    margin-top: .5em;
    text-align: center;
    width: 100%;
    color: #404d55 !important;
    font-size: 25px !important; 
    margin-bottom: .7em;
 
}


.lugar {
    display: flex;
    flex-direction: row;
    align-items:center;
    margin-bottom: 1em;
    margin-top: 1.5em;

}
.lugar .material-icons {
    color: #404d55;
    font-size: 30px;
    padding-right: .1em;
    
}

.lugar p {
    font-size: 14px;
    padding-left: .3em;
}




/*/////////////////////////////////////////////////////////////// CSS CONTACTO Y FORMULARIOS */


#formcontacto {
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
    
}


.datos {
    margin: auto;
    padding: 0;
    margin-top: 1em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
    width: 287px;
    padding: 1em;
    margin-top: 1em;
    border-radius: em;
    font-weight: 500;
    font-size: 11px;
    border: 0;
    border-radius: .6em;
    
    }

.barradivisoria  {
    color: #fff;
    margin: .5em;
    font-size: 12px;
    font-weight: 300;
}

#botoningresar {
    margin-top: 2em;
}



#textoayuda {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 12px;
    font-weight: 500;
    padding: 1em;
    width: 287px;
    height: 240px;
    border: none;
    border-radius: .6em;
    text-align: left;
      
    
}


input[type=button] {
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    background:none;
    color: white;
    border: none;
    
    

}



/*/// FORMULARIO DE RESERVA DE ACTIVIDADES */

.infoextra {
   margin: auto;
    
}
#recordatorio {
    margin: auto;
    width: 290px;
}

#leyenda {
    color: #404d55;
    width: 80%;
    text-align: center;
    margin: auto;
    font-weight: 400;
}

.infoextra h3 {
    text-align: left;
    color: white;
    font-size: 13px;
    margin-bottom: .7em;

}

.infoextra h4 {
    color: white;
    font-weight: 300;
    font-size: 12px;

}



.advertencia {
    margin: auto;
    display: flex;
    text-align:start;
    background-color: #404d55;
    color: white;
    border-radius: .6em;
    padding: .2em;
    padding-top: .6em;
    margin-top: 1.5em;
    width: 290px;
}

.advertencia .material-icons {
    margin: .5em;
}
.advertencia p {
    margin-left: 0;
    margin-right: 1em;
}


.infoextra .boton {
    margin-top: 1em;
    margin-bottom: 2em;
    
}


#mensaje {
    color: white;
    border-radius: .5em;
    font-size: 15px;
    font-weight: 700;
    margin: 1em;    
    text-align: center;
    
}

/*///////////////////////////////////////////////////////////////////////////// CSS PERFIL */

main #titulo {
    color: #83b2a9;
    padding-top:  0em;
    margin-top: 2em;
}

#barra {
    width: 150px;
    padding-top: 2.em;
    margin: auto;
    
}

.icono{
    max-width: 40px;
    padding-right: .5em;

    
}

#libropendiente{
    background-color: white;
    border-radius: 1em;
    margin: 3em 1em 3em 1em;
}

#pendiente, #puntodeentrega {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6em;  
    
}

#puntodeentrega h4 {
    font-weight: 355;
}

#libropendiente h3, #libropendiente h4 {
    text-align: center;
    margin: 0;
}

#libropendiente h3 {
    font-size: 17px;
}

#leidos ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    
    
}

#leidos ul li {
    background-color: white;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: .6em;
}

#leidos ul li a {
    color: #404d55;
    text-decoration: underline;
}

#leidos ul li h4 {
    margin-top: .4em;
    
}

#leidos .boton {
    margin-top: 2em;
    margin-bottom: 5em;
}

#comenzarahora {
    margin-top: 3em;
}




/*//////////////////////////////////////////////////////////////////////// CSS BIBLIOTECA */


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

#busqueda img {
    width: 20px;
    padding: 0;
    margin: 01,
}

input[type="search"] {
    width: 17em;
    margin: 2em .5em 2em 1em;
    background-color: rgba(0,0,0, 0.1);
    border: 0;
    border-radius: .6em;
    font-size: 14px;
    padding: .5em .3em;
    color: white;
}

input:focus {
    outline: 0;
}



#biblioteca {
    margin-left: .85em;
}

.categoria {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    
}



#biblioteca h3 {
    margin: auto;
    text-align: center;
    margin-bottom: .6em;
    margin-top: 2.5em;
    text-transform: uppercase;
    max-width: 90%;
}

.categoria img {
    margin: 0;
    max-width: 100%;
    width: 90px;
}

.libros {
    background-color: #404d55;
    margin: .2em;
    padding: .8em;
    width: 160px;
    border-radius: .4em;
}


h5 {
    color: white;
    margin-bottom: .5em;
    margin-top: .5em;
    
}

h6 {
    font-weight: 500;
    color: #83b2a9;
}

/* /////////////////////////////////////////////////////////////////////////////// INFO */
.contenedor-info {
    color: #fff;
    margin: auto;
    width: 90%;
    margin-top: 2em;

    
}

.contenedor-info__h1 {
    text-align:center;
    margin: auto;
    word-spacing: .1em;
    font-weight: 700;
    font-size: 25px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    
}


.contenedor-info__p {
    padding: 1em;
    font-size: 18px;
}

.contenedor-info figure {
    margin: auto;
    width: 75%;
}


#blancologoacumar {
    margin: auto;
    width: 90%;
}

/* //////// FIN INFO ///////// */


/* ///////////////////////////////////////////////////////////////  RESUMEN  DE LIBRO  */


.contenedor-general {
    margin-top: 1em;
}

.contenedor-general__titulo {
    font-size: 18px;
}

.contenedor-general__tituloh4 {
    text-align: center;
    margin-bottom: 2em;
    font-weight: 500;
}

.contenedor-general__tituloh5 {
    color: #83b2a9;
    padding-left: 2em;
    font-weight: 400;
    font-size: 15px;
}

.contenedor-general #resumencito {
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 2em;
    width: 300px;
    
}

.contenedor-general figure {
    background-color: #83b2a9;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .contenedor-general figure img {
        width: 200px;
    
}



.contenedor-general__tituloh6, .descarga {
    display: flex;
    justify-content: center;
    padding: 1em 0;
}


.descarga a {
    color: #000;
}

.donderetira {
    background-color: white;
    width: 250px;
    border-radius: .6em;
    margin: auto;
    font-weight: 600;
    padding: .5em;
}

.donderetira h6 {
    padding: 0;
    padding: .5em;
}

#mapa {
    margin-top: 1em;
    max-width: 100%;
}

#mapa iframe {
    display: block;
    height: 300px;
    width: 100%;
    
}


            

/*//////////////////////////////////////////////////////////////////////////// RESPONSIVE */



@media screen and (min-width: 768px) {
    
    #bodyhome {  
    background-image: url("../imagenes/fondotablet.jpg");
    width: 100%;  
    }
    
        #contenedor_general {
  padding-bottom: 7em; 
}
    
    
    footer {    
       height: 5em;
    }
    
     .fraseprincipal {
        margin-top: 1em;
    }
    
    
    
    
    #nombre { 
    font-size: 19px;
    padding: 0;
    }
    
    #destacados {
        display: flex;
        align-items: center;
        margin: 1em;
        margin-top: 8em;
        margin-bottom: 3em;
        
    }
    
    .ladestacado {
        margin: 0;
        margin: 1em;
    }
    
    #librodestacado {
        margin: 1em;
    }    
    
    .iconosolo {
        margin-left: 22.4em;
    }

    #puntos{
        text-align: center;
    }

    .direccion {
        display: inline-block;
        margin: 2em;
        margin-top: 0;
    }

    #preregistro p {
        width: 80%;
        margin: auto;
        margin-top: 5em;
        margin-bottom: 2em;
    }

    .registro {
        text-align: center;
    }

.registro div{
        display: inline-block;
    margin: .3em;
    }
 
    footer ul li {
        display: inline-block;
        
    }
    
    
/* TABLET BIBLIOTECA */
    
    #busqueda {
    margin-left: .8em;
    }
    
    .libros {
    margin: .5em;
    width: 170px;}
 
    
#biblioteca {
    margin-left: .7em;
}
    
    
/* TABLET AGENDA Y AGENDAEXTRA */ 
    .iconos {
        margin: 0;
    }
    .taller {
        min-width: 49%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        margin-left: .2em;
        margin-right: .2em;
    }
    .julio,
    .agosto{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
    }
    .agosto{
       /*Quite el padding, demasiado espacio*/
    }
    
            .agenda h1{
        margin-bottom: 1em;
    }
    .iconos {
        justify-content: flex-start;
    }
    .iconos p {
        margin-right: 2em;
        margin-top: 2em;
    }
    
    /*agendaextra*/
    

.lugar .material-icons {
    margin-left: 1em;
    
}

    
    .talleres {
        display: flex;
        flex-direction:column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    
    #parrafo{
        margin-top: 2em;
        margin-left: 9em;
        margin-right: 9em;
    }
    
    
.lugar {
    justify-content:center;
}
    
    .contenido .boton {
        margin-top: 3em;
    }
    
/* TABLET CONTACTO Y FORMULARIOS */
    


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
    width: 400px;
    font-size: 13px;
    }


#botoningresar {
    margin-top: 2em;
}


    #textoayuda {
    width: 400px;
    
}
    
    #recordatorio {
    width: 400px;
}

    /*TABLET PERFIL*/
    
    .icono{
    max-width: 60px;
    padding-right: 1em;

    
}
    
    #libropendiente{
    background-color: white;
    border-radius: 1em;
    margin: auto;
    padding: 1em;
    width: 625px;
    height: auto;
        margin-top: 3em;
        margin-bottom: 2em;
}
    
    #pendiente, #puntodeentrega {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em;  
    
}
    
    #leidos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2em;
    margin-left: 2em;
    margin-right: 2em;
        
}
    
    #leidos ul li {
    background-color: white;
     margin: .6em .2em .5em .5em;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: .6em;
}
    #puntodeentrega h4 {
    font-weight: 355;
        font-size: 20px;
}

    #libropendiente h3, #libropendiente h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
}

    #libropendiente h3 {
    font-size: 22px;
}
    #leidos h2 {
        margin-top: 4em;
    }
    
    
    /* TABLET INFO */


.contenedor-info__p {
    padding-top: 0em;
    font-size: 18px;
    margin: auto;
    width: 90%;
}

.contenedor-info figure {
    margin: auto;
    width: 50%;
}


#blancologoacumar {
    margin: auto;
    width: 20em;
}
    
    
    /* TABLET RESUMEN LIBRO */

    .contenedor-general figure img {
        width: 300px;
    
}
      
    .textocontenido {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    
    
    .contenedor-general__tituloh4 {
    font-size: 20px;
}

.contenedor-general__tituloh5 {
    margin: 0 4.5em;
    font-weight: 400;
    font-size: 16px;
}

.contenedor-general #resumencito {
    width: 600px;
    padding: 1em;
    margin: auto;
    font-size: 20px;   
}

    
    #pedirlibro, .descarga {
        display: inline-block;
        margin: 0 1.5em 2em 9.5em;
        font-size: 18px;
}
    .descarga {
        margin: 0;
    }
    
    .contenedor-general__tituloh6 {
    font-size: 14px;
    justify-content: center;
}
    .donderetira {
        width: 350px;
        
    }
    
    
    
}  /* OJO ESTE VA AL FINAL */




    
@media screen and (min-width: 992px) {
    
    
    #bodyhome {  
    background-image: url("../imagenes/fondo992.jpg");
    width: 100%;  
    }
    
    /* para sacar el boton hamburguesa */
    header nav ul {
        background: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    padding: 0;
    transition: none;
    
}
    
    header nav ul li a{
        color: #404d55;
        padding-top: 1.1em;
        font-size: 13px
        
    }
    
    #logo {
    width: 70px;
    
}
    #butmenu {
    display: none;
    }
    
    .fraseprincipal {
        font-size: 50em;
        padding: 0;
        margin-top: 3em;
    }
    
    .iconosolo {
        margin-left: 29.5em;
    }
    
    .video video {
    max-width: 70%;

    }
    
    
    /* 992 BIBLIOTECA */
    
    
#biblioteca {
    margin-left: 1.9em;
}
    
    
    
    
    
     /* 992 AGENDA Y AGENDAEXTRA */

        
    .iconos {
        margin: 0;
        
    }           
    
    .taller {
        
        min-width: 20%;
        flex-basis: 49%;
    }
    
    .julio,
    .agosto{
        
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .tex {
        
        
        display: flex;
        text-align: center;
        padding: 0.5em;
    }
    
    
    .tex h3 {
        font-size: 16px;
    }
    
    .tex p {
        font-size: 12px;
        font-weight: 500;
    }
    
    
    
     /*agendaextra*/
   
    
    .todo {
         display: flex;
        flex-direction:row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .lugar {
        margin-left: em;
    }
    .todo img {
        margin-left: 1em;
    }
  
    #parrafo{
        margin: 3em;
        
    } 
    
    
    /* formularios */
    
    #textoayuda {
    height: 200px;
        
    
}
 
    
    /* 992 RESUMEN DE LIBRO */
    
.contenedor-general figure {
    background: none;
}
    
    #resuweb {
        display: flex;
        margin-top: 2em;
        
    }
    
    .contenedor-general__titulo {
    text-align: left;
}

    .contenedor-general__tituloh4 {
        text-align: left;
    }
    
    .contenedor-general #resumencito {
        width: 500px;
        padding: 0;
        padding-top: 1em;
    margin: auto;
    font-size: 20px;   
}

    .contenedor-general__tituloh5 {
        padding: 0;
        margin: 0;
    }
    .textocontenido {
        text-align: left;
        margin-right: 3em;
    }
    
        .descarga{
        padding: 0;
    }
    
    #pedirlibro {
        margin-bottom: 0;
        margin-right: 2em;
        
    }
    
    #pedirdescargarretiro {
        display: flex;
        align-items: center;
        margin-top: 5em;
        
    }
    
    
    
#mapa {
    margin-top: 1em;
    max-width: 100%;
}

#mapa iframe {
    display: block;
    height: 300px;
    width: 100%;
    
}
    
    
    
    /*992 PERFIL*/
    
    
    #barraypendiente {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    
    #libropendiente{
        width: 410px;
        margin: 4em 1em 1em 7em;


}
      
    
    /* 992 info */
    
    
    .contenedor-info__h1 {
    text-align:left;
        display: block;
        width: 80%;
        margin: 0;
        margin-bottom: .5em;
        padding: 0;
    
}
    
        #quienesomos {
        display: flex;
        flex-direction: row-reverse;
        justify-content:center;
        align-items: center;
        margin: 3em 0em 3em 1.5em;
    
        
    }
    
    #sobreacumar {
        display: flex;
        justify-content: center;
        align-items: center;
         margin: 3em 0em 3em 1em;
    
    
    }
    
    
.contenedor-info__p {
    margin: 0;
    padding: 0;
    width: auto;

}

.contenedor-info figure {
    margin-right: 3em;
    padding: 0;
    width: auto;
    margin-top: .5em;
}


#blancologoacumar {
    margin: 0;
    margin-left: 2em;
    width: 110em;
}
    
     
    
    
    
} /* OJO ESTE VA AL FINAL */



@media screen and (min-width: 1200px) {
    
    #bodyhome {  
    background-image: url("../imagenes/fondo1200.jpg");
    width: 100%;  
    }
    
    header {
        padding-left: 3em;
        padding-right: 3em;
    }
    

    
    #destacados {
        margin: 0;
        margin-top: 5em;
    }
    .ladestacado {
        width: 380px;
    }

    #adaptacionweb {
        display: flex;
        justify-content: space-around;
        width: 98%;
        
    }
    
    
     .iconosolo {
        margin-left: 18.5em;
    }
    
    
    
    .fraseprincipal {
        margin-bottom: 2em;
        
    }
    
    
    #puntosyregistro {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin: 0em 5em 5em 3em;
    }
    

    
    /* 1200 BIBLIOTECA */
    

    
        .libros {
    margin: .5em;
    width: 180px; 
    }
    
    #busqueda {
        margin-left: 3em;
        margin-top: 5em;
    }
 
    
        #nombre {        /* esta es solo en el index */
     margin-right: 10em;
    }
    
    header h2 {
        margin-right: 10em;
    }
    
    
#biblioteca {
    margin-left: 4.32em;
}

    
    
    /* 1200 RESUMEN LIBRO */
    
    
    #resuweb {
        margin: auto;       
        margin-top: 4em;
        width: 80%;
        
    }

  
    
    
    /*1200 PERFIL*/
    
    #leidos h2 {
        margin-top: 4em;
    }

    #barrausuario {
        margin-left: 2em;
    }
    
     /*1200 AGENDA Y AGENDA EXTRA*/
    
    
    .iconos {
        margin: 0;
    } 
    
    .taller {
        
        flex-basis: 30%;
        flex-grow: 1;
    }
    
    .julio,
    .agosto{
        
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .tex {
        
        
        display: flex;
        text-align: center;
        padding: 0.5em;
    }
    
    
    .tex h3 {
        font-size: 18px;
        font-weight: 800;
    }
    
    .tex p {
        font-size: 13px;
        font-weight: 500;
    }
    
    
} /* OJO ESTE VA AL FINAL */








