
/* HOJA DE ESTILOS WEBAPP */
/* REGLAS GENERALES */

@charset "utf8";
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

/* todas en comun*/
.footer {
    display: flex;
    padding: 1em;
    font-family: 'Poppins', sans-serif;
    background-color: lightgray;
    color: grey;
    font-size: 8pt;
    align-items:  center;
    width: 460px;
}  
.header {
    padding: 1.3rem;
    display: flex;
    flex-direction: row;
    background: white;
    justify-content: space-between;
    align-items: center;
    width: 460px;
} /* HEADER EN TODAS*/f
font-family: 'Poppins', sans-serif;

.links {text-decoration-line:none;
text-decoration: none;}

/* estilos menu*/
.menu { display: flex;
    flex-direction: row;
background: #fff;
    justify-content: space-between;
align-items: center;
font-family: 'Poppins', sans-serif;
max-height:30;
padding-bottom: 5px}


.nav{
display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    list-style: none;
    background-color:#0a8fb5;
    margin-top: 1rem;
align-content: center;
font-family: 'Poppins', sans-serif;
    text-decoration-color: white;
    text-decoration-line: none;}

header nav li {color: white;
text-decoration-line: none;
margin: 42;
background-color: #0a8fb5}

/* termina estilos menu*/





/*estilos pantalla principal*/

font-family: 'Poppins', sans-serif;

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: white; 
    justify-content: space-between;
}

.header {
    padding: 1.3rem;
    display: flex;
    flex-direction: row;
    background: white;
    justify-content: space-between;
    align-items: center;

}

#fondo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    width: 107%;
    
}


.principalsolo {
    color: white;
    font-family: 'Poppins';
    padding-left: 20px;
    margin-bottom: 4px;
    text-align: left;
    margin-left: 35px;
    font-weight: 800;
}
 
.principalsolo2 {
    color: white;
    font-family: 'Poppins';
    padding: 25px;
    padding-top: 5px; 
    padding-bottom: 10px;
    margin-left: 30px;
    font-size: 14;
}

.contenedor {
    position: relative;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;

}

.texto-encima {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

article {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.imagen {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
    margin: auto;
    border-radius: 20%;
}


article h2 {
    font-family: 'Poppins';
    color: #0a8fb5;
    display: flex;
    justify-content: center;
}

.botonprincipal {
    background-color: #0a8fb5;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: white;
    list-style-type: none;
    padding: 7px;
    border-radius:7px;
    transition: all .2s ease;
    padding-left: 12px;
    width: 25%; 
    margin-left: 50px;
    margin-top: 15px;
}

.footer {
    display: flex;
    padding: 1em;
    font-family: 'Poppins', sans-serif;
    background-color: lightgray;
    color: grey;
    font-size: 8pt;
    align-items:  center;
}   


/*  termina estilos pantalla principal*/




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




/* empieza menu*/

#llamamenu {
    background-color: transparent;
    color: 0093be;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
}

#llamamenu: hoover {
    background-color: white
}

#llamamenu i {
    padding: 0;
    margin: auto;

}

header nav {
    background-color: white
    color: white;
}

header nav a {
    color: white;
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins, sans serif;
}

header nav ul {
    
    background-color: white; 
    opacity: 0.98;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-top: 6em;
    transition: all .5s ease;
    z-index: 9998
}


.visible {
    left: 0%;
    transition: all .2s ease;
}    
/* termina menu*/


/* index*/
.pantalla { display: flex;
    flex-direction: column;
    background-image: url('../imagenes/menu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
margin: auto;
font-family: 'Poppins', sans-serif;}

.index {margin: auto;
display: flex;
    flex-direction: column;
    align-items: center;
font-family: 'Poppins', sans-serif;}

   /* barra*/
.barra {margin: auto;
    background: #fff;
    margin-right: -10;
    
}

.logoacumar {padding: 15px;
    align-content: center;
    }
   /* centro*/
.logoconectarte {
height: 25vmin;
    margin-top: 4em;
    margin-bottom: 2em;}

h2 {font-family: 'Poppins', sans-serif;
font-size: 21;
    margin-bottom: 15px;
color: white;
align-content: center;}

  /* botones*/
.login button {
    background-color: #d22c3e ;
    color:white;
    font-size:15;
    font-family: 'Poppins', sans-serif;
    border-radius: 4em;
    width: 93%;
    text-align: center;
    padding:0.4rem;
    width:100%;
    text-decoration: none;  
    margin-bottom: 0.7rem;
align-content: center;}
    
    .login ul {display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    list-style: none;
    background-color:none;
    margin: auto;}

.login ul li {display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding: 0.5rem;
    text-align: center;
    width: 13rem; }
    
    .registrarse1 { color:white;
    border:  2px solid ;
    border-radius:4em;
    font-size:14;
        background: transparent;
    text-align: center;
    padding:0.4rem;
    width: 100%;
    text-decoration: none;  
    margin-top: -1rem;
margin-left: auto}

.ingresar { background-color: #0a8fb5;}


/*.facebook1{ color: white;
    font-size: 12;
    text-align: center;
    margin: auto;
    margin-left: 1em;
    margin-right: 1em;
    background: transparent;
    
}*/

.registro
{ display: flex;
    padding: 0.5rem;
    border-radius: 5em;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5rem;
    align-content: center;
}
    /*termina index*/


/* ESTILOS ACTIVIDADES */

html,body {
    margin: auto;
    width: auto;
}

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

.header {
    padding: 1.3rem;
    display: flex;
    flex-direction: row;
    background: white;
    justify-content: space-between;
    align-items: center;
    width: 460px;
}
    
.main2 {margin: auto;
    padding: 1.7rem;
    background-color: #d22c3e;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    color: white;
    width: 460px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom:.6em ;  
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.3  
    font-size: 13; 
}

.espacio {
    padding-bottom: 30px;
}

.taller-de-trap {
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.imagen-taller-de-trap img {
    border-radius: 10%; 
    width: 260px;
    height: 300px;
    margin-top: 25px;
}


.informacion-taller-de-trap {
    display: flex;
    padding: 0.7rem;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 10pt;
    line-height: 1.3;
    color: grey;
    justify-content: center;
}

.informacion-taller-de-trap img{
    width: 100px;
    height: 80px;
    margin-left: 20px;
} 

.informacion-taller-de-trap h4{
    margin-top: -30px;
    font-size: 15pt;
    margin-left: 10px;
    justify-content: center;
} 

.informacion-taller-de-trap p{
    margin-top: 0px;
    font-size: 11pt;
    margin-left: 0px;
    text-align: center;
    margin-left: 15;
} 

.titulos-actividades {
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    text-align: center;
    color: #0093be;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-right: auto;
}

.taller-de-cestería {
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.imagen-taller-de-cesteria img {
    padding: 0.7rem;
    border-radius: 10%; 
    width: 275px;
    height: 300px;
    margin-top: 25px;
    margin-left: 1px;
    padding-right: 0px;
    padding-left: 0.9rem;
}


.informacion-taller-de-cesteria {  
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    padding-right: 1px;
    text-align: center;
    font-size: 10pt;
    line-height: 1.3;
    color: grey;
    justify-content: center;
    margin-left: -4
} 

.informacion-taller-de-cesteria img{
    width: 100px;
    height: 80px;
    margin-left: 28px;
    margin-top: 20px;
} 



.informacion-taller-de-cesteria h4{
    margin-top: -12px;
    font-size: 15pt;
    margin-left: 25px;
    justify-content: center;
} 

.informacion-taller-de-cesteria p{
    margin-top: 0px;
    font-size: 11pt;
    margin-left: 10px;
} 

.CTA-ver-mas {
    margin-top: 1em;
    background-color: #d22c3e;
    border-radius: 25px;
    padding: 0.5em;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 15pt;
    color: white;
    margin-left: 10px;
}

.footer {
    display: flex;
    padding: 1em;
    font-family: 'Poppins', sans-serif;
    background-color: lightgray;
    color: grey;
    font-size: 8pt;
    align-items:  center;
    width: 460px;
}   

/* estilos pantalla una actividad*/
/*  empieza estilos pantalla una actividad*/

.texto {color: dimgray;
font-family:'Poppins',sans-serif;
font-size: 15;}

.fecha {display: flex;
flex-direction: row;
line-height: 3rem;
margin-top: 25px;
}

.dia {font-family:'Poppins', sans-serif;
font-size: 75;
color: #0093be; }

#taller {font-family: 'Poppins', sans-serif;
font-size: 25;
color: #0093be;
align-content: center;
text-align: center;
align-items: center;
margin: auto;}

.obra { border-radius: 1em;
margin: auto;
width: 100%}

.main3 {margin: auto;
    padding: 1.7rem;
    width: 460px;
}

/*  empieza estilos pantalla una actividad*/
   
/* termina estilos pantalla  exhib*/
.rojo {color: #d22c3e;
margin-left: 30;
margin-right:60;
margin-top: 15px;}

h4 { font-family: 'Poppins', sans-serif;
font-size: 15;
color: #A5A5A5;
align-content: left;
text-align: left;
margin-bottom: 15;
margin-left: 30;
margin-right:60;
align-items: center;}

#redes {max-height: 150px;
    align-content: left;
text-align: left;
margin-bottom: 15;
margin-left: 30;
margin-right:60;
align-items: center;
    
}
#artista { width: 90%;
    margin: auto;
    height: 50px;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
    margin: 15px; 
text-align: start;
color: lightgray;
    border:  1px solid ;
    border-radius:1em;}


/* termina estilos pantalla exhibiciones*/

/* empieza estilos comentarios*/

.pregunta{ display: flex;
flex-direction: row;
color:grey;
    border:  2px solid ;
    border-radius:1em;
padding: 15px;
margin-right: 45px}

.persona { border-radius: 50%;
width: 100px;
height: 100px;}

.preguntatexto {margin-left: 15px;}

.respuesta{ display: flex;
flex-direction: row;
color:grey;
    border:  2px solid ;
    border-radius:1em;
padding: 15px;
    margin-top: 25px;
    margin-bottom: 35px;
margin-left: 45px}

/* temrina estilos comentarios*/

/* empieza estilos contacto*/
.contacto1 { padding-bottom: 25px;}

/* termina estilos contacto*/

/* empieza estilos donaciones*/
.donaciones {font-family: 'Poppins', sans-serif;
text-decoration:none;}
.donaciones1 {border-radius: 50%;
width: 200px;
height: 200px;
margin: auto;}

.sumate { width: 170px;
margin-left: 20px}

.donaciones3 { font-size: 15px;
text-align: center;}

.donaciones2{ display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}


.donaciones4{ display: flex;
    flex-direction: row-reverse;
    margin-bottom: 25px;
}
.titulos-donacion {
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    text-align: center;
    color: #0093be;
    padding-top: 60px;
    padding-bottom: 10px;
}

.donaciones .registro
{ display: flex;
    padding: 0.5rem;
    border-radius: 5em;
    text-align: center;
    width: 100%;
    border:  2px solid ;
    border-radius:1em;
    color: grey;
    margin-bottom: 0.5rem;
    align-content: center;
}
/* termina estilos donaciones*/


/* empieza estilos exhibiciones virtuales*/

.exhib1 { font-family: 'Poppins', sans-serif;
font-size: 20;
color: #d22c3e;
font-weight: 700;
align-content: center;
text-align: left;
margin-bottom: 15;
margin-top: 10;
align-items: center;}

.obra2 { border-radius: 1em;
margin: auto;
width: 100%;

}

.descripcion { font-family: 'Poppins', sans-serif;
font-size: 13px;
    
}

.CTA-ver-mas-ex {
    margin-top: 20;
    background-color: #d22c3e;
    border-radius: 25px;
    padding: 0.5em;
    width: 30%;
    display: flex;
    justify-content: center;
    font-size: 15pt;
    color: white;
    font-family: 'Poppins', sans-serif;
    
   
}



/* termina estilos exhibiciones virtuales*/


/* estilos isla*/
* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

.isla { padding-bottom: 25px;
font-size: 15;
font-family: 'Poppins', sans-serif;
text-decoration:none;
}

.imagenisla {
    border-radius: 1em;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    }

.imagenisla1 {
    border-radius: 1em;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    }


.espacio2 {
    padding-bottom: 400px;
}

.tituloisla { font-family: 'Poppins', sans-serif;
font-size: 25px;
color: #d22c3e;
font-weight: 700;
align-content: center;
text-align: center;
margin-bottom: 15;
margin-top: 10;
align-items: center;}

/* estilos isla*/


@media (min-width: 768px) /* media del responsive*/{
    .pantalla { display: flex;
    flex-direction: column;
    background-image: url('../imagenes/menur.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    font-family: 'Poppins', sans-serif;}
    
