@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rokkitt:300,500,700,900');

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

body {
        background-color: mediumaquamarine;
        color: white;
        min-height: 100vh;
        font-family: 'Rokkitt', serif;
        font-weight: 300;
        width: 100%;
        display: flex;
        flex-direction: column;
}

header {
    padding: 0.6em;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    height: 4.5em;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 100;
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header img {
    width: 3em;
}
#olvidastetuclave {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
}

main{
    padding: 1em;
    margin: auto;
    width: 100%;    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}



h1 {
    color: white;
    height: auto;
    font-size: 24pt;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}
h2{
    width: 100%;
    height: auto;
     color:cadetblue; 
    background-color: white;
     
    padding: 0.3em;
    font-size: 15pt;
     display: flex;
    justify-content: center;
    
}
#titulonoticias{
    margin-top: 0.2em; 
    display: flex;
    justify-content:flex-start;
}

span{
    width: 100%;
    padding: 0.1em;
    opacity: 0.8;
  font-size: 13pt;
   color: black;
    background-color: white;
    border-radius: 4px;
  
    
}

h3{
    width: 100%;
    height: auto;
    margin-top:1em;
     color:cadetblue; 
    background-color: white;
     text-transform: uppercase;
    padding: 0.3em;
    font-size: 15pt;
     display: flex;
    justify-content: center;
}

}
h4 {
   color:cadetblue; 
    background-color: white;
    display:flex;
    justify-content: flex-start;
}



h5 {
    margin-top: .4em;
    padding: 0.3em;
    width: 100%;
    height: auto;
    background-color: white;
    color: mediumaquamarine;
    font-size: 18pt;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
     border-radius: 5px;
}
h6 {
         color:cadetblue; 
    background-color: white;
    font-weight: 700;
    font-size: 14pt;
    width: 100%;
    height: auto;
    text-transform: uppercase;
  padding-left:  0.2em;
}
h7 {
    width: 100%;
    padding: .2em;
    font-size: 11pt;
    background-color: black;
    color: mediumaquamarine;
    text-align: center;
    text-transform: uppercase;
     position: absolute;
    top: 5.1em;
    font-weight: 500;
}

#noticiassecundarias {
    display: flex;
    flex-direction: column;
} 

#noti{
    text-decoration: none;
}

#editarperfil #camaraperfil {
    position: absolute;
    top: 11em;
    right: 16em;
    width: 3em;
    z-index: 100;
}

textarea{
    margin-top:1em;
    width: 100%;
    height: 7em;
    width: 100%;
    border-radius: 4px;
}

#botoness{
   width: 40%;
padding: 0.3em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#botoness img {
    width: 2em;
    height: 2em;
}

#notiuno {
    background-image: url(../imagenes/tres.jpg);
        background-position: center;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em;
}
#notiuno p {
    color: white;
    background-color: cadetblue;
    opacity: .9;
    margin-top: 0.3em;
    margin-bottom: .4em;
    padding: 0.4em;
     border-radius: 5px; }
#notiuno h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}

#notidos {
    background-image: url(../imagenes/dos.jpg);
     background-position: 75%;
    width: 100%;
     margin-bottom: 1em;
    padding: 1em;
}
#notidos p{
     color: white;
    background-color: cadetblue;
    opacity: .9;
    margin-top: 0.3em;
    margin-bottom: .4em;
    opacity: .9;
    padding: 0.4em;
     border-radius: 5px;
}
#notidos h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}

#notitres {
    background-image: url(../imagenes/uno.jpg);
    background-position: 50% 40%;
    width: 100%;
     margin-bottom: 1em;
    padding: 1em;
}
#notitres p{
     color: white;
   background-color: cadetblue;
    opacity: .9;
    margin-top: 0.3em;
    margin-bottom: .4em;

    padding: 0.4em;
     border-radius: 5px;
}
#notitres h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}

#noticuatro {
     background-image: url(../imagenes/cinco.jpg);
    background-position: 80% 90%;
    width: 100%;
     margin-bottom: 1em;
    padding: 1em;
} 
#noticuatro p{
     color: white;
  background-color: cadetblue;
    opacity: .9;
    margin-bottom: .4em;
    
    padding: 0.4em;
     border-radius: 5px;
} 
#noticuatro h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}


#noticinco {
     background-image: url(../imagenes/cuatro.jpg);
    background-position: 50% 40%;
    width: 100%;
     margin-bottom: 1em;
    padding: 1em;
}
#noticinco p {
    color: white;
   background-color: cadetblue;
    opacity: .9;
    margin-top: 0.3em;
    margin-bottom: .4em;
    opacity: .8;
    padding: 0.4em;
     border-radius: 5px; }
#noticinco h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}

#notiseis {
     background-image: url(../imagenes/seis.jpg);
    background-position: 50% 70%;
    width: 100%;
     margin-bottom: 1em;
    padding: 1em;
}
#notiseis p {
    color: white;
    background-color: cadetblue;
    opacity: .9;
    margin-top: 0.3em;
    margin-bottom: .4em;
    opacity: .8;
    padding: 0.4em;
     border-radius: 5px; }
#notiseis h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}

#notisiete {
     background-image: url(../imagenes/tapa.jpg);
    background-position: 50% 70%;
    width: 100%;
     margin-bottom: 1em;
    padding: 1em;
}
#notisiete p {
    color: white;
    background-color: cadetblue;
    margin-top: 0.3em;
    margin-bottom: .4em;
    opacity: .8;
    padding: 0.4em;
     border-radius: 5px; }
#notisiete h2 {
   background-color: white;
    opacity: .8;
    padding: 0.4em;
    color: black;
     border-radius: 5px;
}

#videos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
videos iframe {
    width: 50%;
}

#videos h4 {
    margin-bottom: .3em;
    font-size: 15pt;
    text-align: center;
}

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

p{
    color: white;
    width: 100%;
    margin-top: 0.3em;
    padding: 0.3em;
    font-size: 12pt;
}

#este {
    background-color: white;
    color: mediumaquamarine;
    width: 8em;
    height: 2em;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#noeste {
    color: white;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    border-radius: 5px;
    width: 8em;
    height: 2em;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#noeste a {
    color: white;
}
#noeste:hover {
    background-color: black;
    color: mediumaquamarine;
    border-radius: 5px;
}

#globo {
    width: 3.5em;
    z-index: 20;
    position: fixed;
    bottom: 1em;
    right: 1em;
    opacity: 0.75;
}

#dias{
    color: mediumaquamarine;
    background-color: white;
    font-size: 14pt;
}

td a{
    color: black;
    background-color: white;
    width: 4em;
height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
}




tr{
    font-size: 12.4pt;
    height: 2em;  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em;
}
#finmes {
    display: flex;
    justify-content: flex-start;
}
td{
    width: 1.2em;
    display: flex;
    justify-content: center;
}
table{
    background-color: #75b0b1;
    border-radius: 4px;
    margin-top: 1em;
    font-size: 9pt;
    
  
}

#listadoagenda {
     width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    flex-direction: column;
}
#calendario{
    
    color: black;
    background-color: white;
    margin-top: 1em;
  padding: .5em;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#copete{
  font-size: 11pt;
    font-weight: 500;
   background-color: white;
    color: cadetblue;
    opacity: .9;
    
    
}
a {
   
    color: black;
    font-family: 'Rokkitt', serif;
    font-weight: 500;
     margin-top: 0.5em;
}

#matedidac {
    width: 85%;
    margin-bottom: .7em;\
}
#matedidac li{
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul{
    width: 100%;
    height: auto;
    font-family: 'Rokkitt', serif;
    font-weight: 500;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between; 
}
li {
    list-style: none;
    padding: 0.5em; 
}
ul li a:hover {
    background-color: black;
    color: mediumaquamarine;
}

#cruz {
     width: 1.4em;
    z-index: 20;
    position: fixed;
    top: 5em;
    right: 1em;
}

#octubre{
    margin-top: 0.5em;
    font-size: 18pt;
padding: 0
}

#calendario{
    text-decoration: none;
    
    
}

#cuenta {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-left: 1em;
}
#perfilusuario{
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
#perfilusuario img {
    width: 7em;
    height: auto;
}
#editarperfil a{
    margin-top: .6em;
    padding: .3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 5px;
}
#cuenta {
    max-width: 100%;
    margin-left: .6em;
    display: flex;
    flex-direction: column;
}
#datos{
     font-weight: 300;
    padding: 0;
    font-size: 13pt;
    margin-bottom: .3em;
}
figcaption{
   margin-top: 0.3em;
    
    font-size: 14pt;
display:flex;
    justify-content: center;
}

#datos1{
    height: auto;
    width: auto;
    padding: 0;
     font-weight: 700;
}


#imgguardado{
    width: 100%;

}



#titulosecundario{
    height: auto;
    padding: .5em;
    color: black;
    font-size: 13pt;
    display: flex;
    align-items: center;
}
#publicoment{
    font-weight: 300;
    color: cadetblue;
    border-radius: 5px;
}

#publicacionprin {
    background-color: white;
    color: cadetblue;
    margin-top: .6em;
    
        font-weight: 500;
    font-size: 12pt;
}

#fopregunta{  
width: 100%;
    background-color: cadetblue;
    color: cadetblue;
    margin-bottom: 1.em; 
    padding: .3em;
    border-radius: 5px;
margin-top: 1em;
    margin-bottom: 2em;
    
}
#subcoment {
    width: 80%;
    background-color: white;
    padding: .3em;
    padding-left: .4em;
    border-radius: 7px;
    margin-bottom: 1em;
    border-bottom-right-radius: 5em;
}
#forta{  
width: 100%;
    background-color: white;
    padding: .3em;
    border-radius: 10px;
    margin-bottom: 1em;
    border-bottom-right-radius: 10em;
}
#forocomentarios {
      display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
#nuevocoment{
    width: 100%;
    background-color: lightgrey;
    color: black;
    padding: .3em;
    border-radius: 10px;
    margin-bottom: 1em;
    border-bottom-right-radius: 10em;
}
#publicomentnuevo {
    color: black;
}

#recientes{
  
        width: 100%;
    height: auto;
      padding: 0.3em;
    font-size: 19pt;
     display: flex;
    justify-content: center;
    margin: .8em;
    
}
#profpublicprincipal {
 
     
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#profpublicprincipal img {
    width: 3em;
    height: 3em;
}
#comentarios{
    margin-bottom: 0.7em;
    color: black;

}
   
    
#publicacionesforo {
    width: 100%;
    background-color: cadetblue;
    opacity: 0.9;
    color:black;
    display: flex;
    flex-direction: row;
    align-items: center;

  
    margin-top: .5em;
       
    border-width: 2px;
 border-bottom-right-radius: 10em;
    

}
#publicacionesforo img {
    width: 4em;
    margin-right: .5em;
    margin-left: 0.3em;
}

#forofiltro {
    display: flex;
flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#forofiltro .categorias {
    width: 8em;
    height: auto;
    border-radius: 5px;
}
#forofiltro .contenidointerno {
    width: 6em;
    height: auto;
}
#forofiltro button {
    display: flex;
    align-items: center;
    justify-content: center;
}
#confirmaciondatos {
    text-align: center;
    font-size: 15pt;
    font-weight: 500;
    
}

#carrusel img {
    width: 100%;
}

footer {
    background-color: white;
    color: mediumaquamarine;
    padding: 1em;
    margin-top: 1.5em;
    font-size: 11pt;
    font-weight: 300;
    font-style: italic;
}

#videoscajas{
    width: 100%;
    height: auto;
    background-color: cadetblue;
    padding: .3em;
    margin-top: 0.7em;

    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

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

.videoresponsive iframe {
    position: absolute;
    height: 100%;
    widows: 100%;
    top: 0px;
    left: 0px;
}


#materiales {
    display: flex;
    flex-direction: column;
     font-weight: 300;
    font-size: 13pt;
    margin-top: .5em;
}
#materiales li {
    list-style: circle;
    width: 80%;
    margin-left: 2em;
    height: auto;
    padding: .2em;
}
#pasoapaso {
    display: flex;
    flex-direction: column;
    max-width: 90%;
     font-weight: 300;
    font-size: 13pt;
    margin-top: .5em;
}
#pasoapaso li {
    list-style:decimal;
    height: auto;
    margin-bottom: .3em;
}
#proyindividual {
    display: flex;
    align-items: center;
    flex-direction: column;
   background-color: cadetblue;
    padding: .3em;
    margin-bottom: 1em;
    border-radius: 5px;
}
#epigraproyindiv {
    font-size: 12pt;
    font-weight: 500;
    color: white;
    margin-top: .3em;
}
#fotos {
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#fotos figure{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1em;
     background-color: cadetblue;
    padding-left: .4em;
     padding-right: .4em;
     padding-bottom: .4em;
    border-radius: 5px;
}
#fotos img {
    max-width: 100%;
    margin-bottom: .5em;
}



.dropbtn {
    background-color: white; 
    padding: 0.2em;
}
.dropdown {
    position: relative;
    display: inline-block;
    outline: none;
    border: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: mediumaquamarine;
    opacity: 0.8;
    min-width: 7em;
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: .5em .7em;
    text-decoration: none;
     font-family:  'Rokkitt', serif;
    font-weight: 500;
    display: block;
}
.dropdown-content a:hover {
    background-color: black; 
    color: mediumaquamarine}
.dropdown-content.visible { 
    display: block; 
}
.dropdown:hover .dropbtn {
    background-color: mediumaquamarine;
}

#cambiarfoto{
    background-color: aliceblue;
}


.categorias {
    position: relative;
    display: inline-block;
      font-family:  'Rokkitt', serif;
        font-size: 15pt;
    background-color: white;
    color: mediumaquamarine;
     display: flex;
    align-items: center;
    padding: .3em;
    height: 1.5em;
    border-radius: 5px;
    width: 8em;
}
.contenidointerno {
    width: auto;
    display: none;
    position: absolute;
    background-color: mediumaquamarine;
    text-transform: uppercase;
    opacity: 0.9;
    width: 12.5em;
    z-index: 1;
}
.contenidointerno a {
    color: black;
    padding: .5em .7em;
    text-decoration: none;
     font-family:  'Rokkitt', serif;
    font-weight: 500;
    display: block;
}
.contenidointerno a:hover {
    background-color: black; 
    color: mediumaquamarine}
.contenidointerno.visible { 
    display: block; 
}
.categorias:hover .menu {
    background-color: mediumaquamarine;
}
#categorias button {
    width: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.categorias2 {
    position: relative;
    display: inline-block;
      font-family:  'Rokkitt', serif;
        font-size: 15pt;
    background-color: white;
    color: mediumaquamarine;
     display: flex;
    align-items: center;
    padding: .3em;
    height: 1.5em;
    border-radius: 5px;
    width: 8em;
}
.contenidointerno2 {
    width: auto;
    display: none;
    position: absolute;
    background-color: mediumaquamarine;
    width: 10em;
    z-index: 1;
}
.contenidointerno2 a {
    color: black;
    padding: .5em .7em;
    text-decoration: none;
     font-family:  'Rokkitt', serif;
    font-weight: 500;
    display: block;
}
.contenidointerno2 a:hover {
    background-color: black; 
    color: mediumaquamarine}
.contenidointerno2.visible { 
    display: block; 
}
.categorias2:hover .menu {
    background-color: mediumaquamarine;
}
#categorias2 button {
    width: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

#olvidasteclave {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
form {
    width: 90%;
    
    font-family: 'Rokkitt', serif;
    font-size: 18pt;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
form label {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
form button {
    font-family: 'Rokkitt', serif;
    font-size: 14pt;
     margin-top: 0.5em;
    margin-bottom: .5em;
    border-radius: 4px;
    background-color: white;
    padding: 0.2em;
    width: 6em;
}
input{
    height: 1.5em;
    padding: 0.5em;
    border-radius: 4px;
    margin-bottom: 0.3em;
    width: 100%;
    font-family: 'Rokkitt', serif;
    font-size: 15pt;
}
#fotoperfil {
    height: auto;
}

#logopantalla1 {
    width: 8em;
}
#ecoescuelalogo {
       text-transform: capitalize;
    font-weight: 500;
    padding: .11em;
    font-size: 25pt;

}
#pantallauno {
     min-height: 100vh;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
}
#pantallauno p {
    text-align: center;
    font-size: 14pt;
    font-weight: 300;
    margin: 0;
}


#publirecientes{
         display: flex;
    align-items: center;
    flex-direction: column;
   background-color: white;
    padding: .3em;
    margin-bottom: 0.8em;
    border-radius: 3px;
    
}

#infoagenda{
    width: 100%;
   padding: 0.5em;
    margin-top: 1em;
    background-color: cadetblue;
}


#mapa{
    width: 100%;
}

#agenda{
margin-top: 0.5em;
    width: 100%;
padding: 0.5em;
  background-color: white;
    border-radius: 4px;
}

#imagnoticias {

    width: 100%;
}





.slider {
    overflow: hidden;
    width: 100%;
}
.slider figure div {
    width: 20%;
    float: left;
}
.slider figure img {
    width: 100%;
    float: left;
}
.slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s slidy infinite;
}
@keyframes slidy {
    0% {
        left: 0;
    }
    10% {
        left: 0;
    }
    12% {
        left: -100%;
    }
    22% {
        left: -100%;
    }
    24% {
        left: -100%;
    }
     34% {
        left: -200%;
    }
     36% {
        left: -200;
    }
    46% {
        left: -200;
    }
    48% {
        left: -300%;
    }
    58% {
        left: -300%;
    }
    60% {
        left: -200%;
    }
     70% {
        left: -200%;
    }
    72% {
        left: -200%;
    }
    82% {
        left: -100%;
    }
    84% {
        left: -100%;
    }
     94% {
        left: -100%;
    }
    }
     96% {
        left: 0%;
    }
}




