@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap");

.storeTab{
  text-align: center;
}
.notfound{
width: 500px;
}

.ramas, .cutSection, .content__list, .quienesSomos, .presentacion {
  display: flex;
  flex-direction: column;
}

.cabezera__menu ul li, .cabezera__menu ul, .cabezera__menu, .cabezera__visual, .cabezera, .gridItemApp, .gridItemDona, .portadaCampania, .videoPrincipal, .newContainer, .content__text, .historia, .contentLogos, .content__flex, .photoText__content {
  display: flex;
  flex-direction: row;
}

/*
.comand{
    darken
    lhigten
    saturate
}
*/

.tl, .tr, .bl, .br {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://img.freepik.com/foto-gratis/hoja-helecho-cerca-fondo-naturaleza-bw_53876-103828.jpg?w=2000) no-repeat center center fixed #000;
  -moz-background-size: cover;
  background-size: cover;
}


.yaSocio {
  font: 100%/1.5 "lato", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 40rem) {
  .yaSocio {
    font-size: 112%;
  }
}
@media (min-width: 64rem) {
  .yaSocio {
    font-size: 120%;
  }
}
.fondo {
  background-color: #fff;
  color: #555;
}

.containerSocio {
  margin: 0 auto;
  max-width: 53rem;
  width: 90%;
}

/* Header
================================== */
.fondo {
  background: url(https://cdn.pixabay.com/photo/2018/08/21/23/29/forest-3622519_1280.jpg) no-repeat center center fixed #ecf0f1;
  text-align: center;
  -moz-background-size: cover;
  background-size: cover;
}

.intro {
  margin: 2rem 0;
}

@media (min-width: 40rem) {
  .intro {
    margin: 4rem 0;
  }
}
.clearfix .msj {
  color: #fff;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #000000;
  background-color: rgba(210, 240, 210, 0.671);
}

.clearfix p {
  color: #000000;
  margin: 0 auto;
  background-color: rgba(210, 240, 210, 0.671);
}

/* Section
========================================= */
.words {
  background: white;
}

section {
  border-top: 1px solid #eee;
  padding: 2rem 0;
}

section:first-of-type {
  border-top: none;
}

@media (min-width: 40rem) {
  section {
    padding: 4rem 0;
  }
}


/*index*/

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Inter', sans-serif;
    }
    body {
      background-color: #ffffff;
      color: #0a6063;
    }
    .section1s1 {
      background: linear-gradient(rgba(10,96,99,0.6), rgba(10,96,99,0.6)), url('../scr/media/img/presentacionFoto.png') center center / cover no-repeat;
      text-align: center;
      padding: 10rem 1rem;
      color: white;
      position: relative;
    }
    .section1s1 h1 {
      font-size: 4.8rem;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
      color: #04a8e8;
    }
    .section1s1 p {
      font-size: 1.8rem;
      max-width: 800px;
      margin: 0 auto 2rem;
      text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    }
    .socials1s1 {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-top: 2rem;
    }
    .socials1s1 a {
      background: white;
      padding: 0.6rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .socials1s1 img {
      width: 20px;
      height: 20px;
    }
    .pillars1s1, .acciones1s1, .comunidad1s1, .resultados1s1 {
      padding: 3rem 1.5rem;
      text-align: center;
      background: repeating-linear-gradient(45deg, #f5fff9, #f5fff9 10px, #ffffff 10px, #ffffff 20px);
    }
    .pillars1s1 h2, .acciones1s1 h2, .comunidad1s1 h2, .resultados1s1 h2 {
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }
    .pillars1s1 ul {
      list-style: none;
      padding: 0;
    }
    .pillars1s1 ul li {
      font-size: 1.1rem;
      margin: 0.5rem 0;
    }
    .grid1s1 {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      max-width: 1000px;
      margin: 0 auto;
    }
    .card1s1 {
      background-color: #0a6063;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 0 12px rgba(0,0,0,0.04);
      transition: transform 0.3s ease;
    }
    .card1s1:hover {
      transform: translateY(-5px);
    }
    .card1s1 h3 {
      color: #6fc573;
      margin-bottom: 0.5rem;
    }
    .card1s1 p {
      font-size: 0.95rem;
      color: #ffffff;
    }

    .comunidad1s1{
        background: linear-gradient(rgba(10,96,99,0.6), rgba(10,96,99,0.6)), url('../scr/media/img/comunidad2.jpeg') center center / cover no-repeat;
    }

    .comunidad1s1 h2{
        color: #ffffff;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    }
    .comunidad1s1 p {
      max-width: 800px;
      margin: 0 auto 2rem;
      font-size: 20px;
      color: #ffffff;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.781);
    }
    .comunidad1s1 button {
      padding: 0.8rem 1.5rem;
      background: #6fc573;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .resultados1s1 .stats1s1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 2rem;
      max-width: 800px;
      margin: 0 auto;
    }
    .stat1s1 {
      background: #e0f6eb;
      border-radius: 8px;
      padding: 1rem;
      transition: background 0.3s ease;
    }
    .stat1s1:hover {
      background: #d4f2e3;
    }
    .stat1s1 h4 {
      font-size: 1.1rem;
      color: #0a6063;
    }
    .stat1s1 p {
      font-size: 1.4rem;
      font-weight: bold;
      color: #04a8e8;
    }
    @media (max-width: 600px) {
      .section1s1 h1 { font-size: 2.7rem; }
      .section1s1 p { font-size: 1.4rem; }
    }

.programaContent{
  margin-left: 4em;
  margin-right: 4em;
  margin-top: 3em;
  display: flex;
  border: groove #03A8E8 10px;
}

.ultimaPlantacion{
  margin-left: 4em;
  margin-top: 4em;
  display: flex;
  background-color: #085f62b4;
  margin-right: 4em;
}
.plantacionTXT{
  color: var(--verdeOscuro);
  margin-left: 2em;
  text-align: left;
  color: white;
  padding-top: 0.5em;
}
.plantacionTXT p{
margin-bottom: 1em;
}

.linkPlantacionesYCamp{
  margin-top: 2em;
  background-color: #70C573;
  color: #085F62;
  padding: 0.3em;
  border-radius: 15px;
  font-size: 25px;
  text-decoration: none;

  }

.linkPlantacionesYCamp:hover{
  background-color: #043133;
  color: #70C573;
  transition: 0.5s;
}

.redesPrograma{
  display: flex;
  padding: 1em;
  list-style: none;
  justify-content: center;
}

.redesPrograma li{
  padding-right: 1em;
}
.redesPrograma li a{
  padding-right: 1em;
  color: #03A8E8;
  font-size: 15px;
}

.programaTXT{
  color: var(--verdeOscuro);
  margin-left: 2em;
  margin-top: 2em;
}

.campañaListImg{
  width: 300px;
}

.programaImg{
  width: 300px;
}

.plantacionTXT h3{
  font-size: 25px;
  padding-bottom: 1em;
}

.plantacionTXT p{
  font-size: 20px;
  padding-bottom: 1em;
}

.programaTXT h3{
  font-size: 25px;
  padding-bottom: 1em;
}

.programaTXT p{
  font-size: 20px;
  padding-bottom: 1em;
  padding-right: 1em;
}

.responsiveAlert {
  display: none;
}

.intro {
background: linear-gradient(rgba(10,96,99,0.6), rgba(10,96,99,0.6)), url('../scr/media/img/bannerNosotros2.jpeg') center center / cover no-repeat;
  /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  padding: 4em;
  margin-top: 0em;
}

/*ENN*/



/*TErmina ENN*/

/*NOSOTROS*/

.nosotrosFondo{
      background: repeating-linear-gradient(45deg, #f5fff9, #f5fff9 10px, #ffffff 10px, #ffffff 20px);
}

.intro__nosotros {
  margin: 4em;
  margin-top: 0em;
  text-align: center;
  padding-top: 3em;
}
.intro__nosotros h2 {
  padding: 3em 3em 0.5em 3em;
  font-size: 40px;
  color: #ffffff;
  border-bottom: #03A8E8 10px double;
  display: inline;
}
.intro__nosotros p {
  font-size: 30px;
  padding-bottom: 4em;
  color: #ffffff;
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
}

.divisiones {
  text-align: center;
}
.desPilares{
  padding: 2em 1em 1em 1em;
  font-size: 25px;
  color: #043133;
}
.estructuraIMG{
  border-radius: 15px;
  border: #043133 10px solid;
}

.divisiones h2 {
  padding-top: 1em;
  padding-bottom: 0.2em;
  display: inline;
  font-size: 50px;
  color: #03A8E8;
  border-bottom: #70C573 dotted 20px;
  margin-bottom: 0.5em;
}

.spanDivide {
  color: #124329;
}

.spanName {
  color: #70C573;
}

.contentLogos {
  justify-content: space-around;
  margin: 2em 4em 2em 4em;
  flex-wrap: wrap;
}

.ramas {
  display: inline-block;
  position: relative;
}

.ramas > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px;
  margin: 0;
  color: #124329;
}

.ramas__opacar {
  background-color: white;
}
.ramas__opacar:hover {
  opacity: 0.07;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}

.ramas {
  margin: 2em auto;
}

.proyectos{
  padding: 0em;
  padding-bottom: 4em;
}

.proyectosTitle{
  font-size: 70px;
  padding-bottom: 0.2em;
  color: #085F62;
  text-align: center;
}

.proyectosDes{
  padding: 2em 1em 1em 1em;
  font-size: 25px;
  color: #043133;
  text-align: center;
}

.comunidadCard{
display: flex;
flex-direction: row;
background-color: #03A8E8;
padding: 1em;}
.comunidadCard img{
 border-radius: 15px;
  }
  .comunidadCardIndex{
background-color: #085F62;

  }
.textCardComunidad{
  padding: 1em 3em 1em 3em;
}
.textCardComunidad h3{
  font-size: 30px;
  color: white;
  padding-bottom: 1em;
}

.textCardComunidad p{
  font-size: 20px;
  color: white;
  padding-bottom: 2em;
  text-align: left;
}

.textCardComunidad a{
  margin-top: 2em;
  background-color: #085F62;
  color: #ecf0f1;
  padding: 0.3em;
  border-radius: 15px;
  font-size: 25px;
  text-decoration: none;
}

.textCardComunidad a{
  background-color: #70C573;
  color: #085F62;
}

.historia {
  margin: 3em;
  margin-top: 1em;
}

.historia__content h2 {
  padding-top: 2.5em;
  font-size: 60px;
  border-bottom: 10px double #085F62;
  color: #70C573;
}

.content__text {
  margin-top: 3em;
  justify-content: space-between;
}
.content__text p {
  padding-top: 10px;
  font-size: 30px;
}

.logoViejo {
  display: inline-block;
  position: relative;
}

.logoViejo > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px;
  margin: 0;
  font-size: 25px;
  color: #124329;
}

.ramas__opacar {
  background-color: white;
}
.ramas__opacar::hover {
  opacity: 0.07;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}

.bannerNews {
  text-align: center;
  padding: 4em;
  border-bottom: #085F62 double 1em;
}
.bannerNews h2 {
  padding-top: 1em;
  font-size: 40px;
  color: #03A8E8;
}
.bannerNews h3 {
  padding-top: 0.6em;
  color: #70C573;
}

/*MEnu*/
    header.s1 {
      background-color: #0a6063;
      color: white;
      padding: 16px 24px;
    }

    .container-s1 {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .logo-s1 {
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 1.4rem;
    }

    .logo-s1 img {
      height: 50px;
      margin-right: 10px;
    }

    nav.s1 {
      display: flex;
      gap: 24px;
    }

    nav.s1 a {
      color: white;
      text-decoration: none;
      font-weight: 500;
      transition: 0.3s;
      font-size: 20px;
    }

    nav.s1 a:hover {
      color: #6fc573;
    }

    /* Mobile */
    @media (max-width: 768px) {
      .container-s1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .logo-s1{
font-size: 30px
      }

      .logo-s1 img {
        display: none;
      }

      nav.s1 {
        margin-top: 12px;
        flex-direction: row;
        padding-top: 1em;
        gap: 12px;
      }
    }

.gridContenedor {
  padding: 0em;
  color: #fcfcfc;
  display: grid;
  grid-template-areas: "dona" "socio" "app";
}

.gridItemDona {
  grid-area: dona;
  background-color: #67b686;
}

.contentDona__text {
  width: 50%;
}

.gridItemAsociate {
  grid-area: socio;
  display: flex;
  flex-direction: row-reverse;
  background-color: #085F62;
}

.contentSocio__text {
  width: 50%;
}

.gridItemApp {
  grid-area: app;
  background-color: #03A8E8;
}

.contentApp__text {
  width: 50%;
}

.ilusracionAyuda {
  height: max-content;
}

.CTA {
  text-align: center;
  padding: 2em;
}
.CTA p {
  text-align: justify;
  padding-bottom: 4em;
  font-size: 30px;
}
.CTA h2 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 60px;
}
.CTA a {
  text-decoration: none;
  font-size: 30px;
  background-color: #2B475E;
  color: #FFD43D;
  padding: 0.5em;
  border-radius: 15px;
}
.CTA a:hover {
  background-color: #182c3b;
  color: #EBD671;
  transition: 0.5s;
}

/*GENERAL CONFIGS*/
* {
  padding: 0px;
  margin: 0px;
  font-family: "Ubuntu", sans-serif;
}

:root {
  --font: roboto ;
  --verde: #70C573;
  --verdeOscuro: #124329;
  --amarillo:#EBD671;
}

body {
  background-color: white;
}

.donate {
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.donate:hover {
  transition: 1s;
  transform: rotate(720deg) scale(1.2);
}

.topbar {
  text-align: center;
  padding: 0.5em;
  background-color: #EBD671;
  color: #124329;
  font-size: 15px;
}

.bugs{
  background-color: brown;
  color: #f9f9f9;
}

.bugs h3 a{
  text-decoration: none;
  color: #fefefe;
}

.cabezera {
  text-align: center;
  justify-content: space-between;
  background-color: #124329;
}

.cabezera__visual {
  justify-content: flex-start;
}
.cabezera__visual h1 {
  font-size: 25px;
  color: beige;
  margin: 0.7em 5em 0.5em 0.1em;
}

.cabezera__visualImg {
  border-radius: 100px;
  margin: 0.5em 1em 0.5em 2em;
}

.cabezera__menu ul {
  justify-content: flex-end;
  background-color: #124329;
  border-radius: 5px;
  margin: 0.5em 2em 0.5em 2em;
}
.cabezera__menu ul li {
  justify-content: space-evenly;
  padding: 1em;
}
.cabezera__menu ul li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.cabezera__menu ul li a:hover {
  color: beige;
  transition: 0.1s;
}

footer {
  background-color: #124329;
  margin-top: 7em;
  padding: 3em;
}
footer nav {
  display: flex;
  justify-content: space-around;
}
footer nav h4 {
  color: white;
}
footer nav ul {
  list-style: none;
}
footer nav ul li {
  padding: 1em 1em 1em 0em;
}
footer nav ul li a {
  text-decoration: none;
  color: beige;
}


/*MEDIA QUERY*/
@media only screen and (max-width: 960px) {
  /*General*/
  .donate {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
  }

  .topbar {
    text-align: center;
    padding: 0.5em;
    background-color: #EBD671;
    color: #124329;
    font-size: 10px;
  }

  .cabezera {
        flex-direction: column;
    text-align: center;
  }

  .cabezera__visual {
    justify-content: center;
  }
  .cabezera__visual h1 {
    font-size: 25px;
    color: beige;
    margin: 0.7em 0.1em 0.5em 0.1em;
  }

  .cabezera__visual img {
 display: none;
  }

  .cabezera__visualImg {
    margin: 0.5em 1em 0.5em 2em;
    height: 35px;
    width: 35px;
  }

  .cabezera__menu {
    display: flex;
  }
  .cabezera__menu ul {
    justify-content: center;
    margin: 0.5em;
    flex-wrap: wrap;
  }
  .cabezera__menu ul li a {
    font-size: 15px;
  }

  .logoFooter {
    display: none;
  }

  footer {
    background-color: #124329;
    margin-top: 1em;
    padding: 3em 1em 1em 1em;
  }
  footer nav {
    display: flex;
    justify-content: space-around;
  }
  footer nav ul {
    list-style: none;
    text-align: center;
  }
  footer nav ul li {
    padding: 0.5em;
  }
  
}
@media only screen and (max-width: 800px) {

  .notfound{
    width: 300px;
    }

  /*Index.HTML*/
  .presentacion {
    background-position: center;
    background: url(../scr/media/img/presentacionFoto.png);
    height: 100%;
    background-size: cover;
    /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1em;
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    border-bottom: 15px double #085F62;
  }
  .presentacion h2 {
    padding-top: 0em;
    font-size: 48px;
    padding: 0.5em;
    height: 100%;
    
  }

  .redesIMG{
    height: 50px;
    width: 50px;
  }

  .redesBar{
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.2em;
  }

  .redesIMG{
    padding-left: 0em;
  }

  .contentTextPresentacion{
    padding: 0em;
    background: #ffffff00;
  }

  .quienesSomos {
    display: flex;
    flex-direction: column;
  }
  .quienesSomos .imgPresentacion {
    display: none;
  }
  .quienesSomos h3 {
    margin-bottom: 3em;
    font-size: 27px;

    color: #fcfcfc;
    padding: 1em;
    padding-top: 0.5em;
  }

  .photoText__content {
    display: flex;
    justify-content: flex-end;
  }

  .content__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0.5em;
    margin-top: 2em;
    align-items: center;
  }
  .content__flex img {
    margin-top: 5em;
    height: 200px;
    width: max-content;
    padding-bottom: 1em;
  }
  .content__flex h2 {
    font-size: 40px;
    padding-bottom: 0.2em;
  }
  .content__flex h3 {
    font-size: 30px;
  }

  .content__list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.2em;
  }
  .content__list ul {
    margin-left: 1em;
    margin-bottom: 4em;
    font-size: 20px;
  }
  .content__list ul li {
    list-style: square;
    color: #085F62;
    padding-top: 1.1em;
  }

  .content__flex img{
    display: none;
  }

  .accionListado{
    font-size: 18px;
  }

  .asociateIndex{
    margin-top: 0em;
    text-align: center;
    background-color: #70C573;
    margin-bottom: 3em;
    padding: 1em;
  }

  .asociateIndex h3{
    font-size: 30px;
  }

  .asociateIndex h2{
    font-size: 25px;
  }

  .cutSection {
    text-align: center;
    margin-bottom: 0em;
    display: flex;
    flex-direction:column ;
  }
  .cutSection h2 {
    padding-bottom: 0.5em;
    font-size: 70px;
    color: #085F62;
  }
  .cutSection h4 {
    padding-bottom: 1em;
    font-size: 25px;
    color: #03A8E8;
  }

  .infoArbol {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .arboles, .carbono, .ingresos, .descarga {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .arboles h2, .carbono h2, .ingresos h2, .descarga h2 {
    margin-top: 1em;
    padding: 0.5em;
    border-bottom: 2px #70C573 solid;
    font-size: 18px;
    color: #085F62;
  }

  .arboles p, .carbono p, .ingresos p, .descarga p {
    margin-top: 0.5em;
    font-size: 20px;
    color: #70C573;
    padding-bottom: 2em;
  }

  .text-gallery {
  margin: 1em;
  text-align: center;
  font-size: 35px;
  color: #03A8E8;
  display: block;
  border-bottom: #70C573 15px double;
  text-align: center;
}
.block{
  display: block;
  margin: 2em 2em 2em 2em;
}
.linkPlantacionesYCamp{
  display: block;
  margin: 0em;
  background-color:#085F62 ;
  color: white;
  padding: 1em;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}

.ultimaAccion{
  background: none;
}

.ultimaAccion h2{
  font-size: 40px;
    padding: 0.2em;
    line-height: 80px;
    color: #085F62;
    border-bottom: double 15px #70C573;
    display: inline;
  
  }

.ultimaPlantacion{
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  background-color: #085f6200;
  align-items: center;
}
.ultimaPlantacion img{
  width: 80%;
}
.plantacionTXT{
  color: var(--verdeOscuro);
  margin: 0em 1em 3em 1em;
}

/*Medios CELU*/

.razones {
  margin: 0.5em;
  margin-left: 0px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}


.razon {
  margin: 0.5em;
  width: auto;
}
.razon h4 {
  font-size: 30px;
}
.razon p {
  padding: 0.5em;
  margin-bottom: 2em;
  font-size: 17px;
}
.razon a {
  margin-top: 0.5em;
  font-size: 20px;
}


.plantacionTXT h3{
  font-size: 25px;
  padding-bottom: 1em;
  padding-top: 1em;
}

.plantacionTXT p{
  font-size: 20px;
  padding-bottom: 1em;
}




  /*NOSOTROS.HTML*/
  .responsiveAlert {
    padding-top: 3em;
    display: flex;
    font-size: 20px;
    color: #085F62;
  }

  .intro {
    height: 100%;
    background-size: cover;
    /* <------ */
    background-repeat: no-repeat;
    background-position: center;
    padding: 1em;
  }

  .intro__nosotros {
    margin: 3em 0.5em 3em 0.5em;
  }
  .intro__nosotros h2 {
    padding: 1em 1em 0.2em 1em;
    font-size: 40px;
  }
  .intro__nosotros p {
    font-size: 20px;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
  }

  .desPilares{
    padding: 1em 0.2em 0em 0.2em;
    font-size: 18px;
  }

  .divisiones h2 {
    padding-top: 2.5em;
    font-size: 50px;
    border-bottom: none;
  }

  .textCardComunidad{
    padding: 0.1em;
    text-align: center;
  }

  .textCardComunidad h3{
    font-size: 25px;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
  }

  .textCardComunidad p{
    font-size: 17px;

  }

  .comunidadCard{
    flex-direction: column;
}

.comunidadCard img{
  border-radius: 15px;
  width: 100%;
   }
   .comunidadCardIndex{
    margin-bottom: 5em;
    
      }

  .ramas > div {
    font-size: 15px;
  }

  .historia {
    margin: 1em;
    display: flex;
  }

  .historia__content h2 {
    padding-top: 0.5em;
    font-size: 50px;
    border-bottom: 10px double #085F62;
    color: #70C573;
    display: flex;
  }

  .content__text {
    margin-top: 3em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .content__text p {
    padding-top: 10px;
    font-size: 20px;
    padding: 2em 1em 2em 1em;
  }

  /*STORE.HTML*/
/*Store nueva*/

.producto img {
  width: 100%;
  margin-bottom: 10px;
}
.topStore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  box-shadow: 0px 5px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  background-color: var(--verdeOscuro);
}
.tituloStore {
  color: var(--verde);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}
#boton-carrito {
  border: none;
  color: var(--verde);
  font-size: 30px;
  background-color: var(--verdeOscuro);
  border-radius: 50%;
  padding: 10px 20px;
  transition: all .3s;
}
#boton-carrito:hover {
  cursor: pointer;
  transform: scale(1.4, 1.4);
}
#boton-carrito:focus {
  outline: none;
}

#contenedor-productos {
  max-width: 100%;
  margin: 1em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.storeTab p {
  line-height: 1.8;
}
.producto {
  max-width: 100%;
  padding: 10px;
  margin: 10px;
  margin-bottom: 20px;
  box-shadow: 2px 6px 3px 3px rgba(0, 0, 0, 0.3);
}
.precioProducto {
  font-weight: 700;
}
.boton-agregar {
  background-color: var(--verde);
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  border: none;
}
.boton-agregar:hover {
  cursor: pointer;
}
.boton-agregar:focus {
  outline: none;
}

.modal-contenedor {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  
}

.modal-active {
  opacity: 1;
  visibility: visible;
}

.modal-carrito {
  position: relative;
  background-color: white;
  min-width: 100%;
  padding: 20px;
  margin-top: -100%;
  transition: all .5s;
}

.modal-active .modal-carrito {
  margin-top: 0;
}

.modal-carrito h3 {
  color: var(--verde);
  padding-bottom: 5px;
}
.modal-carrito #carritoCerrar {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: var(--verde);
  border: none;
  background-color: white;
}
.modal-carrito #carritoCerrar:hover {
  cursor: pointer;
}
.modal-carrito #carritoCerrar:focus {
  outline: none;
}
.modal-carrito .precioProducto {
  padding-top: 10px;
  
}

.productoEnCarrito {
  border-left: 5px solid lightblue;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin: 5px 0;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
.productoEnCarrito:hover {
  border-left: 5px solid var(--verde);
}

.boton-eliminar {
  background-color: white;
  color: red;
  border: none;
  font-size: 20px;
}

.boton-eliminar:hover {
  cursor: pointer;
}
.boton-eliminar:focus {
  outline: none;
}

.fotoProduct{
  height: 300px;
}

#textWelcome{
  text-align: center;
  color: var(--verde);
  font-style:italic;
  font-size: 20px;
}




#iniciar-sesion{
  text-align: center;
}
.logoStore{
  margin-top: 4em;
}
.alertInicio{
  text-align: center;
  color: var(--verde);
  padding: 1em 0em 0.2em 0em;
  font-size: 25px;
}

.textInicio{
  padding: 0em 1em 2em 1em;
  font-size: 15px;
}

input[type=text]{
  margin-bottom: 1em;
}

#rgstr_btn{
  padding: 1em;
  background-color: var(--verde);
  font-size: 15px;
}



  /*CAMPAÑAS.HTML*/

  
  .espacioCreativo{
    text-align: center;
  }

  .espacioImg{
    height: 300px;
  }
  
  .espacioCreativo h2{
    font-size: 45px;
    padding-bottom: 0.5em;
    color: #70C573;
  }
  
  .espacioCreativo h3{
    padding-bottom: 2em;
    color: #043133;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  
  .espacioTxt{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1.3em;
  }
  
  .espacioP{
    margin-left: 0em;
  }
  
  .espacioP h4{
    font-size: 25px;
    padding-bottom: 0.8em;
    padding-top: 1em;
    color: #043133;
  }
  
  .espacioP p{
    text-align: left;
    padding-bottom: 3em;
    font-size: 20px;
  }
  
  .registroEspacio{
    padding: 0.5em;
      font-size: 25px;
    background-color: #043133;
    text-decoration: none;
    color: white;
  }

  .evento {
    padding: 1em 1em 3em 1em;
  }
  .evento .eventoContent h2 {
    font-size: 50px;
  }
  .evento .eventoContent h4 {
    font-size: 25px;
  }

  .proyectosTitle{
    text-align: center;
    padding: 0em 0.5em 0.5em 0.2em;
    font-size: 40px;
  }
  
  .proyectosDes{
    text-align: center;
    padding-left: 0.5em;
    padding-top: 1em;
    font-size: 25px;
    color: #043133;
    
  }

  .videoPrincipal {
    flex-direction: column;
    margin: 3em 0em 0.5em 0em;
    align-items: center;
    text-align: center;
  }
  .videoPrincipal h2 {
    font-size: 30px;
    padding: 0.5em;
    padding-top: 0.1;
  }
  .videoPrincipal p {
    text-align: justify;
    padding: 0em 1em 1em 1em;
  }

  .videoCampaña {
    margin-top: 1em;
    width: 100%;
    margin: 0em;
  }

  .video__text {
    margin-top: 1em;
  }

  .portadaCampania {
    margin: 3em 1em 1em 1em;
    flex-direction: column;
    align-items: center;
  }
  .portadaCampania h2 {
    margin-top: 1em;
    font-size: 40px;
  }
  .portadaCampania img {
    width: 300px;
    height: 300px;
  }

  .cel {
    display: block;
  }

  /*NEWS.HTML*/

  .programaContent{
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
  }

  .programaTXT{
    color: var(--verdeOscuro);
    margin: 0em 1em 3em 1em;
  }
  
  .programaTXT h3{
    font-size: 25px;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
  }
  
  .programaTXT p{
    font-size: 20px;
    padding-bottom: 1em;
  }

  .programaImg{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
  }


  .bannerNews {
    padding: 1em;
  }

  .noticias {
    margin: 2em 1em 2em 1em;
  }

  .newContainer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    padding-bottom: 2em;
    border-bottom: 10px #70C573 double;
  }
  .newContainer img {
    border-radius: 15px;
    width: max-content;
    margin-bottom: 2em;
  }

  .newContent {
    padding-left: 0em;
  }

  .titleNew {
    padding-bottom: 1em;
  }

  .botonera {
    margin-top: 1em;
  }

  .botonera li {
    display: inline;
    padding: 1em;
  }
  .botonera li .fecha {
    padding-top: 2em;
  }
  .botonera li a {
    text-decoration: none;
    color: var(--verde);
    border-bottom: 2px solid var(--verde);
  }

  .fecha {
    padding-top: 3em;
  }

  /*Ayudanos.HTML*/
  .gridContenedor {
    text-align: center;
  }

  .CTA {
    padding: 0px;
    flex-direction: row-reverse;
    width: 100%;
  }

  .CTA p {
    text-align: center;
    padding: 1em 1em 2em 1em;
  }

  .CTA a {
    margin: 2em;
  }

  .responsiveGrid {
    flex-direction: column;
    text-align: center;
    padding: 1em 1em 3em 1em;
    align-items: center;
  }

  .ilusracionAyuda {
    width: 200px;
    height: 200px;
  }

  .toggleContenedor {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 2em;
  }
  .toggleContenedor .toggle {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #085F62;
    top: 0px;
    left: 0px;
    border-radius: 30px;
    width: 90px;
    height: 50px;
    transition: 0.3s;
  }
  .toggleContenedor .activo {
    background-color: aquamarine;
  }
  .toggleContenedor .activo .toggleButton {
    left: 45px;
  }
  .toggleContenedor .toggleButton {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
  }
  .toggleContenedor .toggleText {
    position: relative;
    padding-left: 1em;
    font-size: 15px;
    color: #085F62;
  }
  .toggleContenedor .toggleA {
    padding-left: 0px;
    padding-right: 1em;
  }

  .news {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0.5em;
  }

  section.articles {
    width: 100%;
    float: none;
    padding: 0em;
    margin-bottom: 1em;
  }

  .news aside {
    background-color: #ebebeb;
    float: none;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0em;
  }

  .news aside header {
    text-align: center;
  }
}
.textCabeza {
  padding: 0em 0em 0.5em 0em;
}
.textCabeza h2 {
  font-size: 40px;
}

.textCabeza h3 {
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  /*Ayudanos.HTML*/
  .gridContenedor {
    text-align: center;
  }

  .CTA {
    padding: 0px;
    flex-direction: row-reverse;
    width: 100%;
  }

  .CTA p {
    text-align: center;
    padding: 1em 1em 5em 1em;
    font-size: 25px;
    text-align: justify;
  }

  .CTA a {
    margin: 2em;
  }

  .responsiveGrid {
    flex-direction: column;
    text-align: center;
    padding: 1em 1em 3em 1em;
    align-items: center;
  }

  .ilusracionAyuda {
    margin-top: 2em;
    width: 350px;
    height: 350px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .ilusracionAyuda {
    margin-top: 2em;
    width: 200px;
    height: 200px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 601px) {
  .desk {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */