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

body {
  font-family: calibri, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  color: #4E5868;
  background-image:url("../img/Background1.jpg");
}

/* Style the header */
header {
  background-color: #256f4c;
  padding: 8px;
  text-align: center;
  font-size: 35px;
  color: 'white';
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#espaciodetrabajo{
    display: flex;
    flex-wrap: wrap;
}

h3 {
  color: #256f4c;
  font-size: 25px;
  margin: 1em 0 0.5em 0;
}
h1{
  margin: 0.5em;
  margin-top: 40px;
  font-size: 0.8em;
  color: #FFD130;
}
p {
  color:  black;
  text-align: left;
  margin: auto;
}

.texto {
  font-size: 0.6em;
  padding: 0.5em;
}

#root{
  flex-grow: 1;
}

li{
  list-style: none;
}

/* Style the footer */
#mifooter {
  text-align: left;
  color: white;

}

#mifooter p{
  color: white;
  margin: 0;
}

#mifooter h3{
  font-size: 1.3em;
}

.footerclass{
  background-color: #00ca79;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.pastofooter{
  width: 100%;
  margin: 0;
}

.pastofooter img{
  width: 100vw;
  margin: 0;
}

.divtextopie {
  width: 50%;
  padding: 1em;
  font-size: 0.7em;
}

.textofooter{
  font-size: 0.6em;
}

.divimagenagenda{
  width:100%;
  max-width: 30em;
  height: auto;
  /*margin: auto;*/
}

.divimagenagenda img{
  width: 100%;
  height: auto;
}

.divcontacumar{
  width: 50%;
  padding: 1em;
}

.imagenAcumar{
  width: 7em;
  padding: 1em 0 1em 0;
}

.curso{
/*  margin: 2em 0 1em 0;*/
}

#logo{
  width: 5em;
}
#Nav1 a{
    color: #FFD130;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    background-color: #256F4C;
    padding: 1em;
    font-size: 1em;
    font-family: 'montserrat';
    font-weight: bold;
}

  nav#Nav1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #256F4C;
  }
  

  .contenedordep p {
    font-size: 0.9em;
  }
  
  .contenedorhome {
    text-align: center;
    justify-content: center;
    font-size: 2em;
  }


  .divsubtitulo {
    display: flex;
    margin: 1em;
    text-align: left;
  }
  
  .setionnoticias{
    display: flex;
    flex-wrap: wrap;
  }
  
  .contenedor_section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100vw;

  }
  

  .section_card {
    padding: 1em;
    width: 100%;
  }
  
  .imagenesnoticias{
    display: flex;
    width: 50%;

  }

  .imagenesnoticias img{
    width: 100%;
  }
  
  .contenedor {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    margin: auto;
  }

  .contenedor p{
    text-align: center;
    color: white;
  }

  .slider-contenedor {
    width: 100%;
    display: flex;
  }
  
  .slider-contenedor .btn-next {
    position: absolute;
    right: 0;
    height: 600px;
    background-color: #00000014;
    color: #ffffff3b;
    padding: 1rem;
    border: none;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
  
  .slider-contenedor .btn-prev {
    position: absolute;
    left: 0;
    height: 600px;
    background-color: #00000014;
    color: #ffffff3b;
    padding: 1rem;
    border: none;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
  
  .slider-contenedor .btn-prev:hover,
  .slider-contenedor .btn-next:hover {
    background-color: #0000008c;
    color: white;
    transition: all 0.5s ease-out;
  }
  
  .slider-contenedor .btn-prev:focus,
  .slider-contenedor .btn-next:focus {
    outline: 0;
    border: none;
  }
  
  .contenido-slider {
    width: 100%;
    height: 600px;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
    background-color: #093a1f;
    color: white;
    text-align: center;
    display: none;
    transition: all 0.5s ease-out;
    padding: 5em 0 0 0;
  }
  
  .contenido-slider.active {
    opacity: 1;
    display: block;
    transition: all 0.5s ease-out;
  }
  
  .contenido-slider:nth-child(2) {
    background: #332863;
    color: #fff;
  }
  
  .contenido-slider:nth-child(3) {
    background: #153165;
  }
  
  .contenido-slider>img {
    width: 400px;
  }
  
  .contenido-slider>div {
/*    width: 40%;*/
  }
  
  .contenido-slider h2 {
    font-weight: 300;
    text-align: center;
    line-height: 30px;
  }
  
  .contenido-slider a {
    color: #fff;
    background: #41a966;
    width: 100px;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 2rem;
  }
  
  .contenido-slider:nth-child(2) a {
    background: #41a966;
    color: #fff;
  }
  /* agenda css */
  
  .cards-banner-a {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
    border-bottom: solid 1px #27c104;
  }
  
  .cards-banner-a .contenedor {
    width: 40%;
    padding: 90px 0 0 30px;
    color: #000;
  }
  

  
  h4 {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    margin:  0.6em 0 0.6em 0;
  }
  
  .subtitulo {
    font-size: 5em;
    font-family: 'montserrat';
    font-weight: bold;
    z-index: -1;
    margin: ;
    opacity: 40%;
  }
  
  .subtitulo2 {
    color: #273244;
    font-size: 2em;
    font-family: 'montserrat';
    font-weight: bold;
    position: absolute;
    margin: ;
  }

  .contenedorcurso{
    padding: 1em;
    width: 100%;

  }

.contenedorcurso p{
  font-size: 1.5em;

  }



  .divFotito img{
    width: 100%;
  }

  .titulotaller{
    font-size: 
  }

  #info{
    display: flex;
    flex-wrap: wrap;
  }
  
  .box{
    width: 100%;
    display: block;
    padding: 1em;

  }

  .box h3{
    font-size: 0.7em;
    margin: 1em 0 0 0;
  }

  .box p{
    font-size: 0.5em;
  }

  #presentacion {
    padding: 1em;

  }

  .imagenesTalleres img {
    width: 100%;
  }


  #presentacion h2{
    font-size: 2em;
    color: #093a1f;
    font-weight: bold;

  }

  .divcontacto{
    display: flex;
    padding: 2em;
  }

  .divfotocontacto{
    width: 30vw;
  }

  .divfotocontacto img{
    width: 100%;  
  }

  .divtextocontacto{
    padding: 1em;
  }


nav#Nav1 ul.menu a:hover, nav#Nav1 ul.menu a:active {
  background-color: #ffd001 !important;
  color: #23475d !important;

}

.modelo{
  margin:2em;
  padding: 2em;
  margin: auto; 
}

.modelo p{
  margin: 1em 0 0.8em 0;
}

.contenedorinicio {
  width: 100%;
  margin: auto;
  padding: 0.5em;
}

.contenedorinicio img {
  width: 100%;
}

.classSaludo {
  padding: 1em;
  font-size: 0.8em;
}

@media all and (min-width:600px) {
    .contenido-slider {
      flex-direction: column-reverse;
    }
    .contenido-slider>div {
      width: 80%;
    }

  
  header {

  }
  
  #espaciodetrabajo {
    flex-grow: 1;
  }

  .box{
   width: 50%;
  }


  .contenedor_section {

    flex-wrap: wrap;
  }
  .section_card {
    padding: 1em;
    width: 50%;
  }



  .contenedorcurso{
    width: 45%;

  }


}

@media all and (min-width:900px) {
    .contenido-slider>img {
      width: 250px;
    }
    .contenido-slider>div {
      width: 40%;
    }
    .contenido-slider h2 {
      font-size: 23px;
    }

    nav#Nav1 ul {
      display: flex;
 /*     flex-direction: column;*/

    }
    .divanonimo {
      display: block;
    }

    .contenedorinicio {
      width: 50%;

    }



  }
  


