@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kumar+One&family=Poppins:wght@200;300;400&display=swap');
@media (max-width: 500px)

@font-face{
    font-family: 'Kumar One', cursive;
    font-family: 'Poppins', sans-serif;
}


body{
    background-color: #FCFBFA;
    font-family: 'overpass', sans-serif;
    color: #4A6949;
}


header{ 
    top: 0;
    z-index: 2;
    height: 60px;
    width: 100%;
    display: flex;
    align-content: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    padding: 10px 10px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    justify-content: space-between; 
    margin:0; 
    padding: 0;  
    background-color: #FCFBFA;
    
}

header nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0em 1em 0em 1em;
 
}

.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #4A6949;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 60px; 
    z-index: 9999;
}

.sidenav .closebtn {
    position: absolute;
    top: 11px;
    font-size: 36px;
    padding-bottom: 2em;
    margin-bottom: 1em; 
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    text-transform: none; 
    display: block;
    transition: 0.3s ease;
    font-weight: 500;
    font-family: 'Overpass', sans-serif;
    
}

.menu{
    display:block;
    justify-content: space-between; 
    justify-items: center; 
    align-content: center; 
    align-items: center; 
    text-align: center; 
    
}

header img{
    width: 12em;
    height: auto; 
    display: flex; 
    justify-content: center; 
    justify-items: center; 
    align-content: center; 
    align-items: center; 
    text-align: center; 
}



#menu :hover{
    background-color: #4A6949;
    color: #FFA756;
}


.menu ul {
    margin: 1em;
    list-style-type: none;
    display: block; 
    background-color: #4A6949;
    
}

.menu li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: white;
    background-color: #4A6949;
    min-width: 100%; 
}

.material-icons {
    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;
    justify-content: flex-start; 
    justify-items: flex-start; 
    align-content: flex-start; 
    align-items: flex-start; 
    color: #4A6949;
    width: auto; 

}

.menu-logo {
    position: absolute;
    left: 2em;
    top: 0.75em;
}



*ul{
    list-style: none;
}

*ol{
    list-style: none;
}


#titulo{
    display: block;
    font-family: 'Kumar One', cursive;
    font-size: 2.3em; 
    text-align: center; 
    justify-content: center;
    align-content: center; 
    align-items: center; 
    justify-items: center; 
    
}

#redes{
    margin: 2em; 
    display: flex; 
    justify-content: space-between; 
    flex-direction: row; 
    padding: 1em;
    align-content: flex-start; 
}

#redes ul li{
    margin-bottom: 1em; 
    display: flex; 
    justify-content: space-between;
    flex-direction: row; 
    flex-wrap: wrap; 
}

#redes h3{
    margin: 0; 
    padding: .5em; 
    text-align: center; 
    justify-content: center;
    align-content: center; 
}

    
.bienvenide{
    display: flex; 
    justify-content: space-between;
    align-content: center; 
    align-items: center;
    justify-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
    margin: 2em;
    padding: 2em; 
    height: auto; 
    width: 80%; 
    
}

.titulos{
    font-family: 'Kumar One', cursive;
    font-size: 2.3em; 
    padding: 1em;
    margin-top: 1em;
    
}

.cursos{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: space-around; 
    justify-items: center;
    align-content: center; 
    flex-wrap: wrap;
    margin: 1em; 
    padding: 1em;
    max-width: 100%; 
}


.tecnicas{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: space-around; 
    justify-items: center;
    align-content: center; 
    flex-wrap: wrap;
    margin: 1em; 
    padding: 1em;
    max-width: 100%; 
}

  
.cursos ul{
    display: flex; 
    justify-content: center; 
    align-content: center; 
    align-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
    width: 100%; 
}

.cursos ul li{
    
    width: 45%;
    height: 60%;
    margin: 1em; 
    padding: 1em; 
    text-align: center; 
    justify-content: center; 
    align-content: center; 
    justify-items: center; 
    align-items: center; 
}

    
.cursos img{
    width: 45%; 
    height: 45%;
    box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
    margin-bottom: 1em;
    border-radius: 20px; 
    justify-content: center; 
    align-content: center;
    justify-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
}

.tecnicas ul{
    display: flex; 
    justify-content: center; 
    align-content: center; 
    align-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
    width: 100%; 
}

.tecnicas ul li{
    width: 45%;
    height: 60%;
    margin: 1em;
    margin-left: 3em; 
    padding: 1em; 
    text-align: center; 
    justify-content: center; 
    align-content: center; 
    justify-items: center; 
    align-items: center;
}

.tecnicas img{
    width: 45%; 
    height: 45%;
    box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
    margin-bottom: 1em;
    border-radius: 20px; 
    justify-content: center; 
    align-content: center;
    justify-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
}


.cursos h4{
    font-family: 'overpass', sans-serif;
    color: #4A6949;
    width: 100%;
    text-decoration: none; 
    list-style: none; 
    text-align: center;
    justify-content: center; 
    

}

.tecnicas h4{
    font-family: 'overpass', sans-serif;
    color: #4A6949;
    width: 100%;
    text-decoration: none; 
    list-style: none; 
    text-align: center;
    justify-content: center; 
}


.cursos h2{
    font-family: 'overpass', sans-serif;
    font-size: 1.5em;
    width: 100%; 
    text-align: center; 
}

.tecnicas h2{
    font-family: 'overpass', sans-serif;
    font-size: 1.5em;
    width: 100%; 
}
 
#eventos img{
    margin: 3em; 
    max-width: 15em; 
}

.titulos{
    display: flex; 
    margin: 1em; 
    justify-content: space-around; 
    align-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
}

.subtitulo{
    color: #FFA756;
    font-size: 1.5em; 
    padding: 1em; 
    width: auto; 
    text-align: center;
    display: block; 
    justify-content: center; 
    justify-items: center; 
    align-content: center; 
}

#dias{
    background-color: #F6F6F6; 
    border-radius: 15px;  
    box-shadow:  4px 4px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 2em; 
    text-align: center;
    margin-left: 2em; 
    margin: 2em; 

}

#dias h2{
    color: #FFA756;
    padding: 0;
    margin: 0; 
    font-size: 3em; 
}

#eventos{
    display: inline-block;  
    justify-content: center; 
    align-items: center;
    align-content: space-around;
    flex-direction: column; 
    flex-wrap: wrap; 
    background-color: #F6F6F6; 
    border-radius: 15px;  
    box-shadow:  4px 4px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 1em; 
    margin-left: 2em;
    text-align: center;
    margin: 1em; 
    
}

#eventos h1{
    font-size: 1.7em; 
    padding: 0;
    margin: 0; 
}

#eventos h4{
    margin-left: 1em;
    text-align: start; 
}

#eventos ol {
    display: flex;
    text-align: center;
    justify-content: space-around; 
    align-content: center; 
    flex-direction: row; 
    padding: 1em;
    flex-wrap: wrap; 
}



#eventos ol li{
    font-family: 'Overpass', sans-serif;
    font-size: 1em; 
    background-color: #EEEAEA; 
    color: #4A6949;
    justify-content: space-around; 
    margin: .5em; 
    width: 10em; 
    flex-direction: row; 
    border-radius: 15px; 
}

#eventos ol li:hover{
   background-color: #FEBC7F; 
}


.tecnicas p {;
    font-size: 1.5em; 
    padding: 1em; 
}

.formulario{
    display: block; 
    justify-content: flex-start; 
    flex-direction: column; 
}

.formulario nav ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    text-align: start; 
    color: #FEBC7F; 
}

.inscripcion h2{
    font-family: 'Kumar one', serif;
    margin-left: 1em; 
    font-size: 2em; 
}

.encabezado h1{
    font-family: 'Kumar one', serif;
    text-align: center; 
    margin: 0; 
    padding: 0; 
}

.remedios ul li{
    font-family: 'Kumar one', serif;
    text-align: start; 
    
}

footer{
    display: block;
    margin-top: 3em;
    border-top: 2px solid #FFA756;
    padding: 1em;
    color: #ffffff;
    background-color: #4A6949;
}

footer h4{
    font-family: 'Kumar one', serif;
    font-size: 1.2em; 
}

footer li{
    font-family: 'overpass', sans-serif;
    
}

.portada img{ 
    margin-top: 4em; 
    margin-bottom: 2em; 
    width: 100%  
}

article{
    display: block; 
    justify-content: space-between; 
    margin: 1em; 
    
}

div ul li{
    display: block; 
    justify-content: flex-start; 
    text-align: start; 
    margin: .5em; 
  
}

.materia ul li{
    display: block; 
    justify-content: flex-start; 
    text-align: start; 
    margin: .5em; 
    font-family: 'Poppins', sans-serif; 
    
}

input{
    width: 50%; 
    height: 3em; 
    border-radius: 15px; 
    background-color: #EEEAEA; 
    color: black;
    box-shadow: 8px 5px 5px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 1em; 
    padding: 1em; 
  
}

.materia{
    display: block; 
    justify-content: flex-start; 
    text-align: start; 
    width: 50%; 
    height: 3.5em; 
    border-radius: 15px; 
    background-color: #EEEAEA; 
    color: black;
    box-shadow: 8px 5px 5px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 1em; 
    padding: 1em; 
    
}

.horario{
    width: 50%; 
    height: 3.5em; 
    border-radius: 15px; 
    background-color: #EEEAEA; 
    color: black;
    box-shadow: 8px 5px 5px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 1em; 
    padding: 1em
}


.fecha .titulos{
    font-size: 3em; 
    color: #FEBC7F;
    padding: 1.1em; 
}

.carreras h2{
    display: flex; 
    padding: 0; 
    justify-content: center; 
    justify-items: center; 
    align-content: center; 
    text-align: center; 
}

.remedios{
    display: block;
    justify-content: center; 
    justify-items: center; 
    align-content: center; 
    align-items: center; 
    text-align: center; 
    margin: 2em; 
}
    
.remedios img{
    width: 60%; 
    
}

.plaga{
    padding-top: 1em;
    margin-left: 2em;
    width: 90%; 
}


.plaga h2{
    font-family: 'Kumar one', serif;
     
}

.plaga p{
    margin-top: .5em;
    margin-bottom: 2em;
    font-family: 'Overpass', serif;
    width: 100%; 
}

.plaga img{
    margin-bottom: 2em;
}

span {
    color: #4A6949;
    padding: 0; 
    margin: 0; 
}

.plaga h3{
    font-family: 'overpass', sans-serif;
    font-size: 1.5em;
    width: 90%;
    color: #4A6949;
  
}

.plaga a{
    color: #FFA756;
    text-decoration: underline; 
}

p{
    font-family: 'Kumar one', serif;
}

#mapa{
    margin: 1em; 
    justify-content: center; 
    align-content: center; 
    align-items: center; 
    justify-items: center; 
    max-width: 100%; 
}

#mapa iframe{
    width: 100%; 
}


.inscripcion ul li{
      font-family: 'Overpass', serif;
    margin-left: 1.2em; 
    font-size: 1.5em; 
    width: 80%; 
}

ul{
    list-style: none;
}

ol {
    list-style: none; 
}

h3{
    padding: 1em; 
    box-sizing: content-box; 

}

button{
    width: 15%; 
    height: 1.7em; 
    border-radius: 15px; 
    background-color: #EEEAEA; 
    color: black;
    box-shadow: 8px 5px 5px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-size: 1em; 
    margin: 2em; 
}

button:hover{
   background-color: #FEBC7F; 
}


 

#video{
    display: block; 
    box-sizing: border-box; 
    width: 80%; 
    margin: 2em; 
    margin-left: 2em; 
    justify-content: center; 
    align-content: center; 
    align-items: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
    
}

video {
    width: 100%;
    height: auto; 
    display: flex; 
    justify-content: center; 
    align-content: center; 
    justify-items: center; 
    align-items: center; 
    border-color: white; 
    padding: 1em; 
    margin: 2em; 
}




* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  position: relative;
  margin: auto;
}


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




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


/* 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:#4A6949;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 5px;
  width: 100%;
max-height: 95%; 
  text-align: center;
    background-color: rgba(30, 80, 49, 0.5);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #FFA756;
  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: #FFA756;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

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

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