
*{
margin: 0;
padding: 0;
}

body{
    font-family: 'Rowdies', cursive;
      background-image: url(./img/fondo2.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      
}

body p{
    font-family: 'Times New Roman', Times, serif;
    color: black;
    font-size: 25px;
}
h1{
    color: black;
}
.BarraLateral{
    position: fixed;
    left: 0;
    top: 15%;
    z-index: 1000;

}

.BarraLateral ul{
    list-style: none;
}
.BarraLateral ul li a{
    display: inline-block;
    color: #fff;
    background: #000;
    width: 30%;
    text-decoration: none;
   
}

.BarraLateral ul li a img{
    width: 100%;
}
.BarraLateral ul li .icon-akademik{background: green ;}
.BarraLateral ul li .icon-notisaber{background: darkblue ;}
.BarraLateral ul li .icon-facebook{background:rgb(244, 244, 247);}
.BarraLateral ul li .icon-circulares{background: red ;}
.BarraLateral ul li .icon-galeria{background: wheat;}
.BarraLateral ul li .icon-cronograma{background: rgb(73, 4, 63) ;}


.BarraLateral ul li a:hover{
    width: 35%;
    background: #4c4242;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pse{
    position: fixed;
    right: 0;
    top: 65%;
    width: 15%;

}

.pse img{
    width: 65%;
}

.holayo {
    padding-top: 9%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.holayo ul {
    display: flex;
    padding: 0%;
    width:400%;

    animation: cambio 30s infinite alternate;
    
}

.tituloGrados{
    width: 110%;
}
.ceremonia a img{

    width: 15%;
    margin-left: 6%;
}

.holayo li {
    list-style: none; 
    width: 100%;
}
.holayo img {
    width: 100%;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
  
}
@keyframes cambio{
    0% {margin-left: 0;}
    20% {margin-left: 0;}

    25% {margin-left: -100%;}
    45% {margin-left: -100%;}


    50% {margin-left: -200%;}
    70% {margin-left: -200%;}

    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}

.container{
    padding: 60px;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.title{
    color:white;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 3%;
}
.barra-menu{
    background-color: rgba(17, 5, 68, 0.455);
       position: fixed;
    width: 100%;
    top: 0;
}

.barra-menu .header-text img{

    width: 7%;
    float: left;
    display: flex;
    margin-left: 6%;
    margin-top: 2%;
    margin-right: 5%;
}
.slogan p{
    margin-top:3%;
    font-family: 'Rowdies', cursive;
    font-size: 2vw;
   text-align: center;
    color: wheat;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: darkblue;
    
}


.menu{
    margin-top: 5%;
    margin-left: 25%;
    
    
}
ul,ol{
    list-style: none;
}
.object li a{
 background-color: rgba(1, 1, 22, 0.904);
 color: white;
 width: 100%;
 text-decoration: none;
 text-align: center;
 padding: 0.7vw 1.6vw;
 font-size: 1.7vw;
 display: block;
 margin-left: 5px;
 border-radius: 10px;
 
}
.object li a:hover{
  background-color: rgb(81, 188, 250) ;  
}
.principal{
    float: left;   
}
.object li ul{
    display: none;
    position: absolute;
    min-width: 100px;
}
.object li:hover > ul{
display: block;
}   
.object li ul li{
    position: relative;
}
.object li ul li ul {
    right: -140px;
    top: 0;
}


 
.desafios{
width:99%;
text-align: center;
margin-top: -30%;
margin-bottom: 3%;
}

.destacado{
        text-align: center;
}

.destacado img{
    width: 25%;
}
.n1{
    width: 60%;
    padding-top: 18%;
    
}
.n2{
    width: 40%;
    padding-bottom: 15%;

}
.avisos{
    width: 99%;
    background-image: url(./img/tablero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    text-align: center;
    padding-top: 5%;
    

    }

.position .links_grados a img{

    width: 15%;
    
   
}

 .bienvenute{
     width: 100%;
 }
 .bienvenute img{
     width: 90%;
     padding-left: 60px;
     padding-top: 30px;
 }

 .container-crono .marzo{

    margin-top: 20%;
 }

/*PUBLICIDAD*/
.image-published1-top{

    width: 80%;
    height: 600px;
    margin: 75px 0 30px 10%;
   background-size: 100% 100%;
   animation: banner 12s infinite;
   animation-direction: normal;
  border-radius: 10px;
  border: 2px double darkblue;
}
@keyframes banner{
    0%, 30%{
        background-image: url(./img/p5\ inscripciones\ 2021.png);
        opacity: 1;
    }
    31%, 34%{
        opacity: 0.6;
    }
    35%, 65%{
        background-image:url(./img/p5\ inscripciones\ 2021.png);
        opacity: 1;
    }
    66%, 69%{
        opacity: 0.6;
    }
    70%, 100%{
        background-image: url(./img/p5\ inscripciones\ 2021.png)
    }

}
.image-published1-top >a{
    color: darkgoldenrod;
  padding-left: 600px;
  padding-right: 600px;
  padding-bottom: 270px;
    
}
/*gallery*/


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .column {
    flex-basis: 200px;
    margin: 10px;
  }
  
  .column img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
  }
  
  .prev,
  .next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    font-weight: bold;
    padding: 16px;
    color: white;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .prev {
    left: 5px;
  }
  
  .next {
    right: 5px;
  }
  




.cards{
    display: flex;
    justify-content: space-evenly;
    
}
.cards .card{
     width:100%;
    align-items: center;
    border-radius: 1%;
    margin-left: 10%;
    margin-right: 5%;
   
}

.cards .card img{
    width:35%;
    object-fit: cover;
    border: 3px solid white;
    border-radius: 50%;
    display: block;
    margin-left: 35%;
}
.cards .card > .container-text-card{
    width: 100%;
    color: rgb(53, 130, 230);
 
}
.cards .card > .container-text-card p{
    font-size: 1vw;
    padding-top: 5px;
    background: #f2f2f252;
}
.container-text-card h2{
    background: darkblue;
    color: white;
    border-style: solid red;
    text-align: center;
    font-size: 1.5vw;
}
.container-text-card p{
    color: black;
    font-size: 70%;
    
}
.abount-service{
    background: #f2f2f265 ;
    padding-bottom: 30px;
}
.service-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-ind{
    width: 28%;
    text-align: center;
}

.service-ind img{
    width: 60%;
    
}
.service-ind h3{
    margin: 10px 0;
    color: darkblue;
    font-size: 1vw;
}

footer{
    background: #424242;
    padding: 2% 0;
    margin: auto;
    overflow: hidden;
    
}
.container-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
     border-bottom: 1px solid gray;
}
.content-foo{
    text-align: center;
}
.content-foo h4{
    color: #ffff;
    border-bottom: 3px solid #2320d363;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 2vw;
}
.content-foo p{
    color: silver;
    font-size: 1.5vw;
    
}
.final-title{
    text-align: center;
    font-size: 1vw;
    margin: 20px 0 0 0;
    color: silver;
}
/*estilos cronograma*/

.cronograma2023 iframe{
    width: 80%;
    height: 500px;
    margin-left: 10%;
}

/*Nosotros style*/
.container-nosotros{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding:60px ;
  background: rgba(255, 255, 255, 0.66);
  margin-top: 50px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
}
.title-nosotros{
    font-size: 60px;
    width: 80%;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: -10px;
    margin-left: 150px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;
}
.sub-title-nosotros{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    color: darkblue;
}
.container-nosotros img{
    width: 300px;
    height: 200px;
    float: left;
    padding: 10px;
}
.container-nosotros p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
  

}
.container-nosotros2{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros2{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container-nosotros2 img{
    width: 300px;
    height: 200px;
    float: right;
    padding: 10px;
}
.container-nosotros2 p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
}
.container-nosotros3{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros3{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container-nosotros3 img{
    width: 300px;
    height: 200px;
    float: left;
    padding: 10px;
}
.container-nosotros3 p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
}
.container-nosotros4{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros4{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container-nosotros4 img{
    width: 300px;
    height: 200px;
    float: right;
    padding: 10px;
}
.container-nosotros4 p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
    color: black;
    
}
.container-nosotros6{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros6{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container-nosotros6 img{
    width: 200px;
    height: 270px;
    float: left;
    padding: 10px;
}
.container-nosotros6 p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
}

.container-nosotros7{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros7{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container-nosotros7 img{
    width: 130px;
    height: 150px;
    float: right;
    padding-bottom: 30px;
}
.container-nosotros7 p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
}
.manual a{
    text-decoration: none;
       color: darkblue;
   }
   .manual a:hover{
       color: rgb(97, 97, 150);
   }
   .container-nosotros8{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros8{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.container-nosotros8 img{
    width: 200px;
    height: 270px;
    float: left;
    padding: 10px;
}
.container-nosotros8 ul{
    text-align: justify;
    font-size: 18px;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
    color: black;
    font-family: 'Times New Roman', Times, serif;
}
.container-nosotros9{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:60px ;
    background: rgba(255, 255, 255, 0.66);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }

.container-nosotros9{
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
    color: darkblue;
}
.container-nosotros9 img{
    width: 80%;
    transition: transform 0.3s ease-out;
}
.container-nosotros9 img:hover{
transform: scale(110%);
}
.container-nosotros10{
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
    color: darkblue;
}
.container-nosotros10 img{
    width: 10%;
    transition: transform 0.3s ease-out; 
    }    
   
.container-nosotros10 img:hover{
    width: 12%;
    transform: scale(110%);
}
.teacher img{
    width: 10%;
    border-radius: 10px;
}
.school_parents{
width: 99%;
text-align: center;
}
.school_parents img{
    width: 45%;
    padding: .5% 1%;
    transition: transform 0.8s ease-out; 
}
.school_parents img:hover{
    transform: scale(2.7);
}
/*project style*/

.container-project{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding:20px ;
    background: rgba(255, 255, 255, 0.6);
    margin-top: 50px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
  }
  .title-project{
    font-size: 60px;
    width: 80%;
    padding:60px ;
    background: rgba(255, 255, 255, 0.6);
    margin-top: -10px;
    margin-left: 150px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;

  }
  .container-project h2{
    text-align: center;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    color: darkblue;
  }
  .container-project p{
    text-align: justify;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
    
  }
  .image-project{
      width:300px;
      height: 100%;

  }

  .image-project2 img {
    width: 50%;  
    height: auto;  
    border-radius: 15px;
    border: 4px solid #0a80ee;
    margin-top: 15px;
    display: block;  
    align-self:center; 
  }

  .image-project3 img {
    width: 40%;  
    height: auto;  
    border-radius: 15px;
    border: 4px solid #0a80ee;
    margin-top: 15px;
    display:inline-block;  
    align-self:center; 
  }

  .image-project img{
    width: 50%;
    height: 50%;
    float: left;
    margin-right: 20px ;
    
  }
  /*cronograma*/
  .container-crono{
    font-size: 30px;
    width: 99%;
    padding:60px ;
    background: rgba(255, 255, 255, 0.26);
    margin-top: 15%;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;

  }
  .container-crono img{
    margin-top: 30px;
      width: 90%;
  }
  
 .container-protocol{
    font-size: 30px;
    width: 80%;
    padding:60px ;
    background: rgba(255, 255, 255, 0.26);
    margin-top: -10px;
    margin-left: 150px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;
 }
 .container-protocol img{
     width: 80%;
 }
 .title-protocol{
     padding: 80px;
     
 }
 .pdf-protocol a{
     text-decoration: none;
     font-size: 60px;
     color: rgb(206, 41, 41);
     padding-bottom: 35px;
     background: rgba(231, 79, 79, 0.479);
 }
 .container-circular{
    font-size: 30px;
    width: 80%;
    padding:60px ;
    background: rgba(255, 255, 255, 0.26);
    margin-top: -10px;
    margin-left: 150px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;
 }
.title-circular{
    padding: 80px;
    font-size: 50px;
    width: 80%;
    margin-top: -10px;
    margin-left: 150px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;
}

.container-circular img{
    width: 12%;
}
.container-circular img:hover{
    width: 18%;
}
form{
    width: 50%;
    margin: auto;
    background: rgba(83, 83, 97, 0.425);
    padding: 80px 20px;
    box-sizing: border-box;
    margin-top: -10px;
    border-radius: 10px;
}
.title-contact{
    color: darkblue;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 30px;
}
input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    border: none;
}
textarea{
min-height: 100px;
max-height: 300px;
max-width: 100%;
}
#boton{
    background: darkblue;
    color:white;
}
#boton:hover{
    cursor: pointer;

}
.thanks{
    background-size: 400px;
    height: 300px;
    background-image: url(../img/gracias.jpg);
   background-repeat: no-repeat;
   margin-left: 420px;
   margin-top: 120px;
}
.thanks p{
    text-align: center;
    margin-right: 690px;
  margin-top: 200px;
    font-size: 60px;
}

.aniversary{
    width: 200px;
   height: 200px;
padding-left: 780px;


}
.aniversary img{
    height: 80%;
   
}
.patrocinio img{
    width: 90%;
    height: 600px;
    padding: 50px 250px ;
    
}
.emprendedorh2{
    width: 60%;
    color: white;
    text-align: center;
    padding: 5% ;
    margin-left: 20%;
}
.science_week{
    width: 99%;
    text-align: center;
    }
    .science_week h1{
        color:white;
        font-size: 50px;
        text-align: center;
        margin-bottom: 60PX;
        }
   .science_week img{
        width: 20%;
        padding: .5% 1%;
        transition: transform 0.8s ease-out; 
    }
    .science_week img:hover{
        transform: scale(2);
    }
    .english_day{
        width: 99%;
        text-align: center;
        }
        .english_day h1{
            color:white;
            font-size: 50px;
            text-align: center;
            margin-bottom: 60PX;
            }
        .english_day img{
            width: 20%;
            padding: .5% 1%;
            transition: transform 0.8s ease-out; 
        }
        .english_day img:hover{
            transform: scale(2);
        }

        .video-english{
            width : 100%; 
            padding: 20px 20px;
            text-align: center;
        
        }
        .animation{
            margin-left:60%;
            transition: transform 0.1s ease-in;
        }
        .animacion img{
            width: 3%;

        }

/* elecciones2021*/

.candidates{
    width: 99%;
    text-align: center;
    }
    .candidates h1{
        color:white;
        font-size: 50px;
        text-align: center;
        margin-bottom: 60PX;
        }
    .candidates img{
        width: 50%;
        padding: .5% 1%;
        transition: transform 0.8s ease-out; 
    }
    .candidates img:hover{
        transform: scale(2);
    }
.interes img {
    width: 15%;
}
.title_interes{
    padding: 80px;
    font-size: 50px;
    width: 80%;
    margin-top: -10px;
    margin-left: 150px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4 green, blue, alpha);  
    text-align: center;
    color: darkblue;
}

.video_ciencia_2021 video{
    width: 30%;
    
}
.video_PERSONER2022 video{
    width: 40%;
    margin-left: 7%;
    margin-top: 3%;
    float: left;
}
.video_salida video{
    width: 40%;
    margin-left: 7%;
    margin-top: 3%; 
}

.contain_review{
    width: 70%;
    text-align: center;
    color: darkblue;
    background: white;
    margin:2% 15%;
}
/*tabla ohana*/
.table_ohana{
    width:95% ;
    overflow: scroll;
    margin-left: 2%;
}
table{
    border: darkblue double 5px;
    width: 99%;
    
    
    background-image: url(./img/fondo_ciencia.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-collapse: collapse;
}
td{
    text-align:center;
    border: solid darkblue 4px;
    background: rgba(223, 216, 216, 0.911);
    
    
}
th{
    text-align:center;
    border: solid darkblue 4px;
    background: rgba(3, 11, 122, 0.801);
    color: white;
    
}

.contain_week{
    margin-top: 2%;
}

.contain_week h1{
    background: white;
    width:  80%;
    margin-left: 10%;
    text-align: center;
    color: darkblue;


}
.contain_week h2{
    background: white;
    width:  80%;
    margin-left: 10%;
    text-align: center;
    color: darkblue;


}

.links_grados a img{
    width: 20%;
    margin: 2%;
}
.galery_one{
    color: white;
}

.ohana_hour{
    color: darkblue;
}

.avisos img{
    width: 25%;
    margin-right: 10%;
    margin-top: 3%;
}

.box_flip{
    width: 80%;
    height: 20%;
    margin-left: 10%;
    overflow: scroll;
}

.box_flip iframe{
    width: 100%;
    height: 1000px;
    margin-top: 25%;
    
}

.schoolParents{
width: 30%;
margin-left: 2.5%;
margin-top: 3%;
float: left;
color: white;
}

.reunion img{
    width: 50%;
}

.avisos a p{
 color: #f1f1f1;
 text-decoration: none;
 padding-top: 2%;
  
}

.avisos h2{
 color: #f1f1f1;
 text-decoration: none;
 padding-top: 2%;

}
