/*
-------------------------
EN TODAS LAS PAGINAS
-------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@300;400;500&family=Raleway:wght@200;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* BODY */

body {
  color: rgb(48, 48, 48);
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: white;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img[alt="Logo-Garabato"] {
  width: 80px;
  height: 80px;
}

/* HEADER */
.fondo {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(/img/fondo.jpg);
  background-repeat: no-repeat;
  block-size: cover;
  background-position: center center;
  background-size: center;
}

@media screen and (min-width: 768px) {
  .nav-cosas {
    display: inline;
  }


  .header {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-around;
    background-color: #ffffff8c;
    border: 1px solid;
    border-color: transparent;
    padding: 30px 20px;
    position: fixed;
    z-index: 10;
    transition: 0.7s;
  }

  .header .logo-y-empresa {
    width: 450px;
    height: 90px;
    top: 19px;
    overflow: hidden;
  }

  .header .line {
    position: absolute;
    width: 3px;
    height: 69px;
    top: 35px;
    left: 265px;
  }

  .text-wrapper-2,
  .text-wrapper-3,
  .text-wrapper-4,
  .text-wrapper-5 {
    position: absolute;
    top: 50px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    color: #000;
    font-family: "Cairo", sans-serif;
  }

  .header .text-wrapper-2 {
    left: 306px;
  }

  .header .text-wrapper-3 {
    left: 390px;
  }

  .header .text-wrapper-4 {
    left: 484px;
  }

  .header .text-wrapper-5 {
    left: 594px;
  }

  .text-wrapper {
    font-family: "Cairo", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 0.1;
  }

  .span {
    font-family: "Cairo";
    font-weight: 200;
  }

  nav a::after {
    content: "";
    position: absolute;
    background-color: #ff9738;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
  }

  nav a:hover {
    color: rgb(77, 77, 77);
  }

  nav a:hover::after {
    width: 100%;
  }


  .header .container .overlap-group {
    position: absolute;
    width: 215px;
    height: 47px;
    top: 42px;
    left: 80%;
    display: flex;
    padding: 5px 40px;
    background-color: #4E8771;
    color: whitesmoke;
    border-radius: 30px;
    box-shadow: 0px 4px 4px #7a624540;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    -webkit-animation: pulse 1.9s infinite;
    opacity: 0.8;
  }

  .header .overlap-group:hover {
    background-color: rgb(253, 151, 34);
    color: #000;
    box-shadow: inset 0 0 20px rgba(248, 168, 77, 0.829), 0 0 20px rgba(207, 122, 43, 0.788);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fcfcfcd5;
  }

  .header .text-wrapper-6 {
    position: absolute;
    width: 70px;
    top: 7px;
    left: 48px;
  }

  header.sticky {
    background-color: whitesmoke;
    border-bottom: 1px solid rgba(0, 0, 0, 0.199);
  }

}

.logo-y-empresa {
  position: absolute;
  left: 34px;
}


.fundacion-garabato {
  position: absolute;
  width: 150px;
  top: 15px;
  left: 96px;
  font-family: "Cairo", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

.el-planeta-tierra {
  position: absolute;
  width: 75px;
  height: 50px;
  top: 22px;
  left: 9px;
}


.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}



main {
  width: 100%;
  margin: auto;
  min-height: auto;
  font-family: 'Cairo', sans-serif;

}


/* INDEX */

body {
  margin: 0;
  padding: 0;
  font-family: 'Cairo', Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;

}

/* INDEX - quienes somos */

.quienes-somos {
  width: 100%;
  height: 430px;
  top: 493px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
}

.quienes-somos .titulo {
  position: absolute;
  width: 500px;
  top: -180px;
  left: 9%;
  font-size: 60px;
  font-family: 'Cairo';
}

.text-quienes-somos {
  width: 500px;
  top: 180px;
  left: 9%;
  font-size: 24px;
  text-align: center;
  font-family: 'Cairo', sans-serif;
}


.text-quienes-somos,
.titulo {
  position: absolute;
  color: #000;
  letter-spacing: 0;
  line-height: normal;
}

.seccion {
  position: absolute;
  width: 350px;
  height: 350px;
  top: 36px;
  left: 60%;
}

.seccion .image-quienes-somos {
  position: absolute;
  width: 300px;
  height: 191px;
  top: 20px;
  left: 25px;
  object-fit: cover;
}

.cta {
  position: absolute;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  top: 270px;
  left: 23%;
  color: #000;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #81a0bc8c;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  top: -5px;
  top: -8px;
}

.cta svg {
  position: relative;
  top: -8px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #7ea5c7;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.96);
}


/*QUIENES SOMOS*/
.somos {
  width: 100%;
  height: 700px;
  top: 493px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
}

.somos .pagina-somos {
  position: relative;
  width: 100%;
  height: 700px;
  top: -50px;
}

.somos .text-quienes-somos {
  position: absolute;
  width: 600px;
  top: 135px;
  left: 85px;
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  text-align: justify;
}

.somos .pagina-somos img {
  position: absolute;
  width: 300px;
  height: 450px;
  top: 130px;
  left: 65%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  -webkit-box-shadow: 0px 0px 82px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 82px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 82px -17px rgba(0, 0, 0, 0.75);
}

.somos .pagina-somos img:hover {
  transform: scale(1.05);
}


/* INDEX ACORDEON */

#info-monte-nativo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 300px 0 80px 0;
}

.accordion {
  top: 10px;
  max-width: 1000px;
  width: 100%;
  background: #FFF;
  margin: 80px 15px;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  background: #fdf8f4;
  border: 1px solid #ffb777;
  overflow: hidden;
}

.accordion-content:nth-child(2) {
  background-color: #f0fff4;
  border-color: #54c486;
}

.accordion-content.open {
  padding-bottom: 10px;
}

.accordion-content header {
  display: flex;
  min-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}

.accordion-content.open header {
  min-height: 35px;
}

.accordion-content header .title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  font-family: 'Cairo';
}

.accordion-content header i {
  font-size: 15px;
  color: #333;
}

.accordion-content header i img {
  height: 20px;
  width: auto;
  align-items: center;
}

.accordion-content .description {
  height: 0;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  padding: 0 15px;
  transition: all 0.2s linear;
  font-family: 'Cairo';
}

.accordion-content .description .boton-sumate {
  position: relative;
  width: 150px;
  height: 40px;
  top: 40px;
  left: 40%;
  display: flex;
  padding: 2px 35px;
  background-color: #4E8771;
  color: whitesmoke;
  border-radius: 5px;
  box-shadow: 0px 4px 4px #7a624540;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.accordion-content .description .boton-sumate:hover {
  background-color: #74bba0;
  color: #000;
  cursor: pointer;
  box-shadow: 2px 2px 2px #334139d8;
  outline-offset: 80px;
  text-shadow: 1px 1px 6px #fcfcfcd5;
}

/*Carrusel*/
.carrusel {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 600px;
  top: 200px;
}

.carrusel .container-somos {
  width: 70%;
  height: 500px;
  padding: 15px;
  position: absolute;
  top: 900px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carrusel .container-somos img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  cursor: pointer;
}


/* ESTILOS SECCION SUMATE */

#seccion-sumate {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  flex-wrap: wrap;
}

.card-seccion-sumate {
  position: relative;
  width: 400px;
  height: 700px;
  overflow: hidden;
  border-radius: 16px;
  margin: 20px;
}

.titulo {
  width: 100vw;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}



#seccion-sumate img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  transition: opacity 0.5s;
}

#seccion-sumate .span-mercadopago-credicoop {
  width: 30px;
  height: 30px;
  opacity: 1;
  margin: 8px;
  vertical-align: middle;
  transition: transform 0.5s ease;
}

#seccion-sumate .span-mercadopago-credicoop:hover {
  transform: scale(1.5);
}

.hover-p-tarjetas-sumate {
  transition: color 0.3s ease;
}

.hover-p-tarjetas-sumate:hover {
  transform: scale(1.1);
  color: #111 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(32 79 36 / 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.card-seccion-sumate:hover img {
  opacity: 0;
}

.card-seccion-sumate:hover .overlay {
  opacity: 1;
}

.overlay h1,
.overlay p,
.overlay div {
  color: white;
  text-align: center;
  margin: 5px;
}


@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}


#info-formas-de-pago {
  color: #083f18 !important;
  font-weight: bold;
  font-size: 14px;
}

#info-formas-de-pago:hover {
  color: black !important;
}

.pie-de-pagina {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(76, 175, 80, 0.7);
  color: #fff;
  padding: 10 px;
  text-align: center;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s;
}

.card-seccion-sumate:hover .overlay {
  opacity: 1;
}

.card-seccion-sumate:hover .pie-de-pagina {
  opacity: 0;
}

/* INICIO PAGINA QR MERCADO PAGO Y CREDICOOP UNICO MONTO */

.imgs-card-unico-monto {
  opacity: 1 !important;
}

img[alt="qr-mercado-pago"] {

  width: 70% !important;
  height: 70% !important;
}

img[alt="qr-credicoop"] {
  width: 300px !important;
  height: 300px !important;
}

.figure-donar-otro-monto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#boton-donar-otro-monto {
  background-color: #fff;
  width: 214px;
  height: 40px;
  font-weight: bold;
  color: #276150;
  padding: 20px;
  margin: 0;
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FIN ESTILOS SECCION SUMATE */

/* INICIO ESTILOS SECCION DONÁ CON CRIPTO */

#aviso-pagina-cripto {
  width: 100%;
  height: 500px;
  font-size: 25px;
  font-weight: bold;
  color: #276150;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* FIN ESTILOS SECCION DONÁ CON CRIPTO */

/* INICIO ESTILOS SECCION DESCARGABLES */
#titulo-descargable {
  margin-top: 150px;
  font-size: 1.5em;
  font-weight: bold;
  color: #276150;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.seccion-titulo-descargables {
  width: 100%;
  height: 300px;
  font-size: 1.5em;
  font-weight: bold;
  color: #276150;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.seccion-titulo-descargables ul li a{
  background-color: #276150!important;
  color: #ffff!important;
}

/* FIN ESTILOS SECCION DESCARGABLES */


/* ESTILOS SECCION ACCIONES */


.banner_acciones {

  width: 100%;
  display: block;
  height: 150px;
  background-image: url(/Fundacion-Garabato/img/fondo.jpg);
  block-size: cover;
  background-size: center;
  background-repeat: no-repeat;



}

.contenedor {
  width: 100%;
  max-width: 1400px;
  height: 1380px;
  background-color: #ffff;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: -200px;


}

.contenedor img {
  width: 355px;
  height: 500px;
  border-radius: 8px;

}

.contenedor_tarjeta {
  margin: 65px;
  max-height: 10px;

}

.contenedor_tarjeta .titulo1 {
  padding: 20px;
  text-align: center;
  color: #000;
  margin: 15px;
  font-family: "Cairo", Helvetica;
  border: 10px solid #718642a4;
  border-radius: 5px;
  animation: bounce 1s infinite;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedor_tarjeta:hover figure {
  -webkit-transform: perspective(600px) rotateY(180deg);
  -ms-transform: perspective(600px) rotateY(180deg);
  -o-transform: perspective(600px) rotateY(180deg);
  transform: (600px) rotateY(180deg);

  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 025);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 025);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 025);
}

.contenedor_tarjeta:hover img {
  filter: blur(2px);
}

figure {
  width: 355px;
  height: 500px;
  margin: 0;
  border-radius: 8px;
  position: relative;
  transition: all ease .5s;
  transform-style: preserve-3d;
  transform: perspective(600px) rotateY(0deg);

}

figure .frontal,
figure .trasera {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all ease .5s;


}

figure .frontal {
  display: block;


}

figure .trasera {
  position: absolute;
  top: 0;
  padding: 35px;
  color: #ffffff;
  transform: perspective(600px) rotateY(180deg);
  backface-visibility: hidden;
  overflow: auto;
}

.contenedor_tarjeta:nth-child(1) figure .trasera {

  background: rgba(172, 185, 81, 0.75);
  background: -moz-linear-gradient(top, rgba(172, 185, 81, 0.75) 0%, rgba(172, 185, 81, 0.82) 28%, rgba(97, 83, 46, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172, 185, 81, 0.75)), color-stop(28%, rgba(172, 185, 81, 0.82)), color-stop(95%, rgba(97, 83, 46, 0.99)), color-stop(100%, rgba(130, 118, 85, 1)));
  background: -webkit-linear-gradient(top, rgba(172, 185, 81, 0.75) 0%, rgba(172, 185, 81, 0.82) 28%, rgba(97, 83, 46, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: -o-linear-gradient(top, rgba(172, 185, 81, 0.75) 0%, rgba(172, 185, 81, 0.82) 28%, rgba(97, 83, 46, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: -ms-linear-gradient(top, rgba(172, 185, 81, 0.75) 0%, rgba(172, 185, 81, 0.82) 28%, rgba(97, 83, 46, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: linear-gradient(to bottom, rgba(172, 185, 81, 0.75) 0%, rgba(172, 185, 81, 0.82) 28%, rgba(97, 83, 46, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acb951', endColorstr='#827655', GradientType=0);
}



.contenedor_tarjeta:nth-child(2) figure .trasera {
  background: rgba(130, 118, 85, 0.75);
  background: -moz-linear-gradient(top, rgba(130, 118, 85, 0.75) 0%, rgba(130, 118, 85, 0.82) 28%, rgba(130, 118, 85, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130, 118, 85, 0.75)), color-stop(28%, rgba(130, 118, 85, 0.82)), color-stop(95%, rgba(130, 118, 85, 0.99)), color-stop(100%, rgba(130, 118, 85, 1)));
  background: -webkit-linear-gradient(top, rgba(130, 118, 85, 0.75) 0%, rgba(130, 118, 85, 0.82) 28%, rgba(130, 118, 85, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: -o-linear-gradient(top, rgba(130, 118, 85, 0.75) 0%, rgba(130, 118, 85, 0.82) 28%, rgba(130, 118, 85, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: -ms-linear-gradient(top, rgba(130, 118, 85, 0.75) 0%, rgba(130, 118, 85, 0.82) 28%, rgba(130, 118, 85, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  background: linear-gradient(to bottom, rgba(130, 118, 85, 0.75) 0%, rgba(130, 118, 85, 0.82) 28%, rgba(130, 118, 85, 0.99) 95%, rgba(130, 118, 85, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#827655', endColorstr='#827655', GradientType=0);
}


.contenedor_tarjeta:nth-child(3) figure .trasera {
  background: rgba(213, 220, 213, 0.6);
  background: -moz-linear-gradient(top, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 1%, rgba(46, 53, 43, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213, 220, 213, 0.6)), color-stop(0%, rgba(213, 220, 213, 0.6)), color-stop(1%, rgba(213, 220, 213, 0.6)), color-stop(100%, rgba(46, 53, 43, 1)));
  background: -webkit-linear-gradient(top, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 1%, rgba(46, 53, 43, 1) 100%);
  background: -o-linear-gradient(top, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 1%, rgba(46, 53, 43, 1) 100%);
  background: -ms-linear-gradient(top, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 1%, rgba(46, 53, 43, 1) 100%);
  background: linear-gradient(to bottom, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 0%, rgba(213, 220, 213, 0.6) 1%, rgba(46, 53, 43, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dcd5', endColorstr='#2e352b', GradientType=0);
}

.contenedor_tarjeta:nth-child(4) figure .trasera {
  background: rgba(144, 204, 196, 0.75);
  background: -moz-linear-gradient(top, rgba(144, 204, 196, 0.75) 0%, rgba(144, 204, 196, 0.82) 28%, rgba(85, 75, 51, 0.99) 95%, rgba(85, 75, 51, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(144, 204, 196, 0.75)), color-stop(28%, rgba(144, 204, 196, 0.82)), color-stop(95%, rgba(85, 75, 51, 0.99)), color-stop(100%, rgba(85, 75, 51, 1)));
  background: -webkit-linear-gradient(top, rgba(144, 204, 196, 0.75) 0%, rgba(144, 204, 196, 0.82) 28%, rgba(85, 75, 51, 0.99) 95%, rgba(85, 75, 51, 1) 100%);
  background: -o-linear-gradient(top, rgba(144, 204, 196, 0.75) 0%, rgba(144, 204, 196, 0.82) 28%, rgba(85, 75, 51, 0.99) 95%, rgba(85, 75, 51, 1) 100%);
  background: -ms-linear-gradient(top, rgba(144, 204, 196, 0.75) 0%, rgba(144, 204, 196, 0.82) 28%, rgba(85, 75, 51, 0.99) 95%, rgba(85, 75, 51, 1) 100%);
}


figure .trasera hr {
  height: 2px;
  background: #ffffff;
  border: none;
  margin-bottom: 20px;
  opacity: .5;

}

figure .trasera .titulo2 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'Cairo', sans-serif;
  font-size: 20px;
  text-align: left;


}

figure .trasera p {
  font-family: 'Cairo', Helvetica;
  line-height: 22px;
  font-size: 16px;
}

/* INICIO ESTILOS SECCIÓN CONTACTO */

#txt_contacto {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

#txt_contacto span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #276150;
}

.links-contacto {
  margin: 50px 0;
}

.links-contacto a {
  margin: 10px;
  align-items: center;
  color: #276150;
  font-size: 1.4em;
  font-weight: bold;
}

.links-contacto a:hover {
  color: black;
  font-size: 1.6rem;
}

img[alt="img-contacto"] {
  width: 60%;
  height: 30%;
  margin: 40px 0;
  border-radius: 10px;
}

/* FIN ESTILOS SECCIÓN CONTACTO */


/* INICIO ESTILOS FOOTER */


footer {
  width: 100%;
  background-color: black;
  padding: 20px 0;
}

.contenedor-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px;
}

.contenedor-footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Cairo", Helvetica;
  font-weight: 200;
  font-size: 20px;
}

.logo-y-empresa-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-garabato-footer {
  margin-top: 10px;
  width: 80px;
  height: 67px;
}

.titulo-fundacion-garabato-footer {
  margin: 8px 0 0 0;
  font-family: "Cairo", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}

.ubicacion-footer {
  margin-top: 10px;
  text-align: left;
}

.ubicacion-footer a {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.ubicacion-footer img[alt="ubicacion"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.ubicacion-footer a:hover {
  color: rgb(197, 223, 182);
}

.enlaces-footer {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.enlaces-footer a {
  margin: 5px 0;
}

.enlaces-footer a:hover {
  color: #2fa338;
}

#hecho_con_amor{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;  
  color: #FFF;
  text-decoration: none;
}

#hecho_con_amor:hover {
  color: pink;
}

#contacto {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 20px 0;
  width: auto;
}

#contacto img {
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px;
}


/* FIN FOOTER */

/* ESTILOS PAGINA TEAM DESARROLLADORAS */

.main-team-desarrolladoras {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 70px;

}

.contenedor-team {
  width: 600px;
  height: 550px;
  background-color: rgb(99, 26, 38);
  border-radius: 20px;
}

.tituloteam {
  color: #ffb6c1;
  ;
  text-align: center;
  margin: 50px 0 25px 0;
}

body:hover h1 {
  opacity: 1;
  transform: scale(1);
}

ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 250px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* ESTILOS ESPECIFICOS PARA ENLACES A LINKEDIN  */

ul li:nth-child(1) a {
  background-color: #ffbcdd;
}

ul li:nth-child(2) a {
  background-color: #bae2f1;
}

ul li:nth-child(3) a {
  background-color: #bd7ff7;
}

ul li:nth-child(4) a {
  background-color: #7cebdc;
}

ul li:nth-child(5) a {
  background-color: #f8d189;
}

ul li a:hover {
  transform: scale(1.1);
  color: #333;
}

header div button {
  display: none;
}

/* MEDIA QUERY */

@media screen and (max-width: 1280px) {

  .carrusel {
    margin-top: 20px;
  }

}


@media screen and (max-width: 1130px) {

  .somos .pagina-somos img {
    display: none;
  }


  .somos .text-quienes-somos {
    width: 90%;
    left: 5%;
    justify-content: center;
  }

}

@media screen and (max-width: 1024px) {

  /*INDEX*/
  .quienes-somos .titulo,
  .quienes-somos .text-quienes-somos {
    text-align: center;
    position: absolute;
    left: 3%;
  }

  .quienes-somos .titulo {
    font-size: 50px;
    width: 50%;
  }

  .seccion .image-quienes-somos {
    top: 75px;
  }

  .quienes-somos .text-quienes-somos {
    font-size: 25px;
    width: 50%;
  }

  .quienes-somos .seccion .cta {
    top: 300px;
    left: 23%;
  }

  .contenedor_tarjeta .titulo1 {
    padding: 5px;
  }

  .somos .pagina-somos img {
    display: none;
  }


  .somos .text-quienes-somos {
    width: 90%;
    left: 5%;
    justify-content: center;
  }




  /* SECCION SUMATE */
  #seccion-sumate {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 120px;
    cursor: pointer;
  }

}

@media screen and (max-width: 969px) {

  /*INDEX*/
  .quienes-somos .titulo,
  .quienes-somos .text-quienes-somos {
    text-align: center;
    position: absolute;
    left: 3%;
  }

  .quienes-somos .titulo {
    font-size: 40px;
    width: 40%;
  }

  .seccion .image-quienes-somos {
    top: 75px;
    left: -15%;
  }

  .quienes-somos .text-quienes-somos {
    font-size: 20px;
    width: 40%;
  }

  .quienes-somos .seccion .cta {
    top: 300px;
    left: 5%;
  }

  /*SOMOS*/

  .carrusel {
    height: 600px;
    width: 300px;
  }

  .carrusel .container-somos {
    width: 70%;
    height: 600px;
    top: 1000px;
    left: 50%;
  }

  .carrusel .container-somos img {
    height: 400px;
  }


  /* SECCION ACCIONES */

  .contenedor_tarjeta .titulo1 {
    padding: 5px;
  }

  .contenedor {
    height: 2500px;
  }

  figure .trasera {

    backface-visibility: visible;
    transform: perspective(600px) rotateY(0deg);
  }

  .contenedor_tarjeta:hover figure {
    transform: perspective(600px) rotateY(0deg);
  }

}

@media screen and (max-width: 768px) {

  /* RESPOSIVE HAMBURGESA */

  header div button {
    display: inline;
    margin-left: 620px;
    margin-top: 10px;
    border: white;
    background-color: #fff;
  }

  header nav .nav-cosas {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
  }

  header nav .nav-cosas a {
    height: 45px;
    font-size: large;
    color: #000;
  }

  .header .container .overlap-group {
    width: 215px;
    height: 47px;
    top: 42px;
    left: 80%;
    display: flex;
    padding: 5px 40px;
    background-color: #4E8771;
    color: whitesmoke;
    border-radius: 30px;
    box-shadow: 0px 4px 4px #7a624540;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    -webkit-animation: pulse 1.9s infinite;
    opacity: 0.8;
    margin-top: 75px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  /* SECCION INDEX */

  .quienes-somos {
    width: 100%;
    height: 500px;
    top: 700px;
  }

  .quienes-somos .titulo,
  .quienes-somos .text-quienes-somos {
    text-align: center;
    position: absolute;
    left: 5%;
    width: 90%;
  }

  .quienes-somos .titulo {
    font-size: 50px;
  }

  .quienes-somos .text-quienes-somos {
    font-size: 23px;
  }

  .quienes-somos .seccion img {
    display: none;
  }

  .quienes-somos .seccion .cta {
    display: inline-block;
    top: 400px;
    position: absolute;
    left: -45%;
  }

  .accordion {
    top: 600px;
  }


  /* SECCION SOMOS */
  .somos .text-quienes-somos {
    font-size: 20px;
  }

  .somos .pagina-somos img {
    display: none;
  }

  .carrusel {
    height: 500px;
    width: 100px;
  }

  .carrusel .container-somos {
    width: 70%;
    height: 500px;
    top: 1000px;
    left: 50%;
  }

  .carrusel .container-somos img {
    height: 300px;
  }

  /* Estilos específicos para dispositivos móviles  seccion sumate */

  .card-seccion-sumate {
    position: relative;
    width: 350px;
    /* height: 600px; */
    overflow: hidden;
    border-radius: 16px;
    margin: 20px;
  }

  .card-seccion-sumate .card-front {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .card-seccion-sumate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.5s;
  }

  .card-seccion-sumate .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(32 79 36 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .card-seccion-sumate:hover .overlay {
    opacity: 1;
  }

  .card-seccion-sumate .overlay h1,
  .card-seccion-sumate .overlay p,
  .card-seccion-sumate .overlay div {
    color: white;
    text-align: center;
    margin: 5px;
  }

  .card-seccion-sumate .pie-de-pagina {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(76, 175, 80, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s;
  }

  .card-seccion-sumate:hover .pie-de-pagina {
    opacity: 0;
  }

  .card-seccion-sumate:active img {
    opacity: 0;
  }

  /* p#info-formas-de-pago {
    margin-bottom: 50px;
  } */

  /* SECCION DONAR OTRO MONTO */

  img[alt="qr-credicoop"] {
    display: none;
  }

  #qrMercadoPago1 {
    display: block;
  }

  #qrMercadoPago2 {
    display: none;
    width: 200px !important;
    height: 200px !important;
  }

  #figure-credicoop,
  #figure-mercado-pago {
    height: 400px;
  }

  /* FOOTER */

  .contenedor-footer {
    flex-direction: column;
    align-items: center;
  }

  .logo-y-empresa-footer {
    align-items: center;
    text-align: center;
  }

  .titulo-fundacion-garabato-footer {
    text-align: center;
  }

  .ubicacion-footer {
    text-align: center;
  }

  .enlaces-footer {
    text-align: center;
  }

  #contacto {
    justify-content: center;
  }

}

@media screen and (max-width: 640px) {

  /* RESPOSIVE HAMBURGUESA */
  header div button {
    margin-left: 500px;
  }

  /*INDEX*/
  .quienes-somos {
    width: 100%;
    height: 500px;
    top: 800px;
  }

  .quienes-somos .titulo,
  .quienes-somos .text-quienes-somos {
    text-align: center;
    position: absolute;
    left: 5%;

  }

  .quienes-somos .titulo {
    font-size: 40px;
    width: 90%;
    top: -45%;
  }

  .quienes-somos .text-quienes-somos {
    font-size: 20px;
    width: 90%;
    top: 25%;
  }

  .quienes-somos .seccion img {
    display: none;
  }

  .quienes-somos .seccion .cta {
    display: inline-block;
    top: 300px;
    position: absolute;
    left: -40%;
  }

  /*SOMOS*/

  .carrusel {
    height: 500px;
    width: 100px;
  }

  .carrusel .container-somos {
    width: 80%;
    height: 90%;
    top: 1200px;
    left: 50%;
  }

  .carrusel .container-somos img {
    height: 200px;
  }

  .somos .text-quienes-somos {
    font-size: 18px;
    top: 80px;
  }

  .somos .pagina-somos img {
    display: none;
  }

  header div button {
    margin-left: 500px;
  }
  
  /* RESPOSIVE CONTACTO */
  #txt_contacto{
    display: block;
  }
  #txt_contacto span {
    font-size: 1rem;
    margin: 0 10px 0 10px;
  }

  .links-contacto a{
    font-size: 1rem;
  }

  img[alt="img-contacto"]{
    margin: 0 0 20px 0;
  }

}

@media screen and (max-width: 596px) {
  /* RESPOSIVE HAMBURGUESA */
  header div button {
    margin-left: 400px;
  }
  
}

@media screen and (max-width: 425px) {

  /* RESPOSIVE HAMBURGUESA */
  header div button {
    margin-left: 350px;
  }

  /*INDEX*/

  .quienes-somos {
    width: 100%;
    height: 530px;
    top: 700px;
  }

  .quienes-somos .titulo,
  .quienes-somos .text-quienes-somos {
    text-align: center;
    position: absolute;
    left: 5%;

  }

  .quienes-somos .titulo {
    font-size: 40px;
    width: 90%;
    top: -45%;
  }

  .quienes-somos .text-quienes-somos {
    font-size: 20px;
    width: 90%;
    top: 20%;
  }

  .quienes-somos .seccion img {
    display: none;
  }

  .quienes-somos .seccion .cta {
    display: inline-block;
    top: 400px;
    position: absolute;
    left: -40%;
  }

  /*SOMOS*/

  .carrusel {
    height: 500px;
    width: 100px;
  }

  .carrusel .container-somos {
    width: 80%;
    height: 90%;
    top: 1100px;
    left: 50%;
  }

  .carrusel .container-somos img {
    height: 200px;
  }

  .somos .text-quienes-somos {
    font-size: 16px;
    top: 80px;
  }

  .somos .pagina-somos img {
    display: none;
  }

  /* SUMATE */
  #seccion-sumate {
    margin-top: 10px;
  }

}

@media screen and (max-width: 320px) {
  /* RESPOSIVE HAMBURGUESA */
  header div button {
    margin-left: 280px;
  }

  /* CARRUSEL SOMOS */
  .carrusel .container-somos {
    top: 765px;
  }

  .quienes-somos {
    width: 100%;
    height: 500px;
    top: 800px;
  }

  .quienes-somos .titulo,
  .quienes-somos .text-quienes-somos {
    text-align: center;
    position: absolute;
    left: 5%;

  }

  .quienes-somos .titulo {
    font-size: 25px;
    width: 90%;
    top: -45%;
  }

  .quienes-somos .text-quienes-somos {
    font-size: 15px;
    width: 90%;
    top: 25%;
  }

  .quienes-somos .seccion img {
    display: none;
  }

  .quienes-somos .seccion .cta {

    display: inline-block;
    top: 350px;
    position: absolute;
    left: -30%;
    font-size: 10px;
  }


  .cta span {
    position: relative;
    font-size: 14px;
    line-height: 15px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
    top: 0px;
  }

  .cta svg {
    top: 2px;
  }


}