*{
    margin: 0;
    padding: 0;
}

h2,h3{
    color: rgb(0, 0, 0);
    font-weight: normal;
}

body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(199, 255, 173);
  }
  
  /*Redes Sociales*/
  
  .redes{
    position: fixed;
    z-index: 6;
    top: 250px;
    left: 0;
  }
  
  #facebook a{
    background-color: rgb(19, 141, 8);
    padding: 10px 25px;
    color: white;
    font-size: 1.3em;
    text-decoration: none;
    box-sizing: border-box;
    width: 55px;
    transition: all .5s;
  }
  
  #facebook a:hover{
    padding: 10px 50px;
    background-color: rgb(22, 143, 11);
  }
  
  #correo a{
    background-color: rgba(224, 0, 0, 0.853);
    padding: 10px 25px;
    color: rgb(255, 250, 250);
    font-size: 1.3em;
    text-decoration: none;
    box-sizing: border-box;
    width: 55px;
    transition: all .5s;
  }
  
  #correo a:hover{
    padding: 10px 50px;
    background-color: rgb(196, 31, 31);
  }
  
  #youtube a{
    background-color: rgba(181, 3, 3, 0.853);
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    font-size: 1.3em;
    text-decoration: none;
    box-sizing: border-box;
    width: 55px;
    transition: all .5s;
  }
  
  #youtube a:hover{
    padding: 10px 50px;
    background-color: rgb(136, 1, 1);
  }

  
  
/*Cabecera*/

header{
    background-color: rgb(15, 146, 3);
    width: 100%;
    height: 70px;
    position: fixed;/*Fixed deja el menu fijo en la parte superior*/
    z-index: 10;
}

.top{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.logo{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo h2 a{
    color: rgb(6, 80, 28);
    text-decoration: none;
}

.logo img{
  width: 36%;
  height: 20%;
}


.menuTop{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuTop div a{
    color: rgb(159, 252, 141);
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: .8em;
}

.menuTop div a:hover{
    color: rgb(88, 87, 10);
    font-size: .9em;
    font-weight: bold;
}

.letras{
    position: absolute;
    top: 300px;
    text-align: center;
    width: 70%;
    z-index: 2;
}

.letrasAnimadas h2{
    font-size: 5.5em;
    color: rgb(189, 2, 2);
    font-family: 'Bona Nova', serif;
    font-weight: 600;
}

.letrasAnimadas h3{
    font-size: 4em;
    color: rgb(6, 78, 9);
    font-family: 'Bona Nova', serif;
    font-weight: 600;
}



.banner{
    width: 100%;
    height: 600px;
    background-image: url(../img/humorojo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*Seccion Bienvenidos*/

.centrar{
    width: 80%;
    margin: 20px auto;
}

.central h2{
text-align: center;
font-size: 1.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}






.bienvenido{
    margin: 50px 0 20px 0;
    text-align: justify;
}

.bienvenido h2{
    text-align: center;
    color: rgb(9, 110, 6);
    font-family: 'Roboto Slab', serif;;
}


div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
  
  div.scroll-container img {
    padding: 10px;
  }




/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    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: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    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: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/*columnas*/



.columnas{
    width: 100%;
    height: 100%;
    margin: 100px;
    display: flex;

}


.col3 {
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
}

.col3 img{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}

.col3 h3{
    font-size: 2.5em;
    margin: 10px 0;

}

.col3 h4{
    font-size: 1.8em;
    color: rgb(12, 119, 2);
    margin: 0;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  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: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

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

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




















.parallax{
    background-image: url(../img/sandia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
    margin-top: 100px;
    margin-bottom: 300px;
}

.parallax h3{
    background-color: rgba(0, 0, 0, 0.349);
    text-align: center;
    color: rgb(2, 39, 2);
    width: 100%;
    height: 100%;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parallax h3 a{
    color: rgb(0, 0, 0);

}



.mapa{
    box-shadow: 0 0 20px rgb(0, 185, 56); 
    margin: 180px;
}



@media screen and (max-width:760px) {

    header{
        height: auto;
    }

    .top{
        display: flex;
        flex-direction: column;
    }

    .logo{
        width: 100%;
        padding: 20px o;
        display: flex;
        justify-content: center;
    }

    .menuTop{
        width: 100%;
        padding: 25px;
        display: flex;
        justify-content: center;
    }

    .banner{
        background-position: right 120%;
    }
    
}


@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

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

body {
    font-family: 'Poppins', sans-serif;
}

.contenedor {
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.subtitulo {
    text-align: center;
    font-weight: 700;
    color: #9f8ad0;
    margin-bottom: 40px;
    font-size: 40px;
}

.gallery {
    background: #ffffff;
}

.contenedor-galeria{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.img-galeria {
    object-fit: cover;
    width: 30%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
    cursor: pointer;
}

.img-galeria:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.imagen-light{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.show{
    transform: translate(0);
}

.agregar-imagen {
    object-fit: cover;
    width: 60%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
    color:#fff;
    font-size: 25px;
}




@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

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

body {
    font-family: 'Poppins', sans-serif;
}

.contenedor {
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

.subtitulo {
    text-align: center;
    font-weight: 700;
    color: #9f8ad0;
    margin-bottom: 40px;
    font-size: 40px;
}



.gallery1 {
    background: #f2f2f200;
}

.contenedor-galeria{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.img-galeria {
    object-fit: cover;
    width: 30%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
    cursor: pointer;
}

.img-galeria:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.imagen-light{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.show{
    transform: translate(0);
}

.agregar-imagen {
    object-fit: cover;
    width: 60%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3s .2s;
}

.showImage{
    transform: scale(1);
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
    color:#fff;
    font-size: 25px;
}





@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body{
  background-color: #a6fca6;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

h1 {
  color: #ecf0f1;
  text-align: center;
  /*margin: 10px 0;*/
  font-size: 2.7rem;
}

.box {
  width: 350px;
  height: 350px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.090);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all .4s;
  cursor: pointer;
}

.box img {
  width: 320px;
  height: 300px;
  margin-top: 25px;
  border-radius: 5px;
}

.box:nth-child(1),
.box:nth-child(3){
  transform: scale(.9);
}

.box:hover{
  height: 400px;
}

.box .details{
  position: absolute;
  bottom: 30px;
  left: 25px;
  display: flex;
  opacity: 0;
  color: rgb(54, 54, 54);
  font-size: 1.3em;
  z-index: 1;
  transition: all .0s;
}

.box i {
  margin-right: 5px;
  color: #ee5253;
}

.box:hover .details{
  opacity: 1;
  transition: all .4s;
 
}
/*
.details::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background: linear-gradient(ro right, #0ed2f7, #b2effA);
  bottom: 0;
  z-idex: -1;
  opacity: .8;
  transform: scaleX(0);
  transition: all .4s;
  transition-delay: .3s;
  border-radius: 10px;
  transform-origin: left;
}*/

.details a{
  text-decoration: none;
  color: #111;
}

.details a:hover{
  background-color: #ecf0f1;
}

.box:hover .details::before{
  transform: scaleX(1);
}







