@import url("https://fonts.googleapis.com/css2?family=Judson:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0rem;
  padding: 0rem;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

*::selection {
  background-color: #091138;
  color: #ffffff;
}

a:hover {
  color: white;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

.transferencia {
  font-weight: 900;
}

#rescues .title {
  margin: 50px 0px 20px 0px;
  font-weight: 600;
  font-size: 72px;
}
#rescues p {
  margin-bottom: 30px;
}
#rescues .cases {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  z-index: -4;
}
#rescues .cases .name {
  color: #ffffff;
  text-shadow: 2px 2px 2px #090d22;
  position: absolute;
  font-size: 5em;
  padding: 0px 30px;
  z-index: 5;
  /* opacity: 0; */
  transition: 1s all ease-in-out;
}
#rescues .cases .one {
  top: 8em;
}
#rescues .cases .two {
  top: 13.9em;
}
#rescues .cases .three {
  top: 19.7em;
}
#rescues .cases .four {
  top: 25.5em;
}
#rescues .cases .five {
  top: 31.4em;
}
#rescues .cases .six {
  top: 37.2em;
}
#rescues .cases .seven {
  top: 43.0em;
}
#rescues .cases .eight {
  top: 48.8em;
}
#rescues .cases .nine {
  top: 54.7em;
}
#rescues .cases .ten {
  top: 60.5em;
}
#rescues .cases .case {
  overflow-x: scroll;
  transition: 1s all ease-in-out;
  /* transform: translateX(-100vw); */
  /* opacity: 0; */
  height: 26em;
  width: 90vw;
  display: flex;
  flex-flow: row;
  margin-bottom: 50px;
  justify-content: flex-start;
  background-image: url("../assets/images/huella.png");
  background-size: cover;
  background-position: center;
  background-color: #091138;
}
#rescues .cases .case img {
  height: 100%;
}
#rescues .cases .case iframe {
  height: 100%;
}
#rescues .cases .case::-webkit-scrollbar {
  height: 20px;
}
#rescues .cases .case::-webkit-scrollbar-track {
  background: #091138;
}
#rescues .cases .case::-webkit-scrollbar-thumb {
  background-color: #2fafb8;
  border-radius: 20px;
  border: 1px solid transparent;
}
#rescues .cases .case:first-of-type {
  opacity: 1;
  transform: translateX(0vw);
}
#rescues .cases .name:first-of-type {
  opacity: 1;
}

body {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  margin: 0 auto;
}

a {
  color: white;
  text-decoration: none;
}

li {
  list-style: none;
}

.logoWhatsapp {
  width: 5%;
  opacity: 0.9;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 10;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 140px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;
  overflow: hidden;
  background-color: #091138;
  width: 100vw;
  height: 140px;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.navResponsive {
  display: flex;
  align-items: center;
}

#burger {
  border: 0;
  background-color: transparent;
  font-size: 24px;
  color: white;
  display: none;
  cursor: pointer;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1em;
  font-weight: 600;
  text-shadow: 0.1rem 0.1rem 0.1rem grey;
  position: relative;
}

nav ul li a::after {
  content: "";
  background-color: #2fafb8;
  height: 2px;
  width: 100%;
  bottom: -40px;
  left: 0;
  position: absolute;
  transition: 0.2s ease;
  opacity: 0;
}

nav ul li a:hover::after {
  transform: translateY(-30px);
  opacity: 1;
}

.apoyanos {
  border: none;
  margin-left: 0.75em;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1em;
  background-color: #2fafb8;
  color: white;
  text-shadow: 0.1rem 0.1rem 0.1rem black;
  font-family: "Poppins", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
}
.apoyanos a {
  font-weight: bolder;
}

.apoyanos:hover {
  background-color: #ffffff;
  border: 1px solid #091138;
}
.apoyanos:hover a {
  color: #2fafb8;
  text-shadow: 1px 1px 1px #000000;
}

.apoyanosResponsive {
  display: none;
}

.apoyanos a {
  color: white;
  text-decoration: none;
}

.logoNav {
  width: 6rem;
  padding: 20px 0px 10px 0px;
}

.presentacionContainer {
  background-image: url("./assets/images/main-img.jpg");
  width: 100%;
  height: calc(100vh - 140px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  top: 0;
}

.presentacionContainer--titulo {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 400;
  text-shadow: 0.2rem 0.2rem 0.3rem black;
}

.presentacionContainer--logo {
  display: none;
}

.presentacionContainer--parrafo {
  width: 90%;
  padding: 1.5rem;
  margin: 0 auto;
  color: white;
  background-color: rgba(9, 17, 56, 0.5);
  font-family: "Judson", serif;
  font-size: 1.5em;
}

.nosotrosContainer--titulo,
.contactoContainer--titulo {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
  padding: 50px 0 20px 0;
  text-shadow: 0.2rem 0.2rem 0.3rem grey;
}

.nosotrosContainer,
.contactoContainer {
  background-color: #091138;
  width: 100%;
  height: max-content;
  padding-bottom: 3rem;
}

.nosotrosContainer--texto {
  width: 80%;
  margin: 0 auto;
  color: white;
  font-family: "Judson", serif;
  font-size: 1.5rem;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.nosotrosContainer--imagen {
  width: 70%;
  height: auto;
  position: relative;
  left: 15%;
  top: 3rem;
  margin-bottom: 2rem;
}

.queHacemosContainer--titulo {
  font-family: "Poppins", sans-serif;
  color: #091138;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
  padding: 20px 0 50px 0;
  text-shadow: 0.2rem 0.2rem 0.3rem grey;
}
.queHacemosContainer--titulo2 {
  font-family: "Poppins", sans-serif;
  color: #091138;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
  text-shadow: 0.2rem 0.2rem 0.3rem grey;
}

.queHacemosContainer {
  width: 100%;  
  height: 65vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.queHacemosContainerButton {
  width: 30%;
}

.queHacemosContainer--texto {
  width: 30%;
  height: 18rem;
  border: 1px solid black;
  font-family: "Judson", serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding: 0.8rem;
}

.colaboracionesContainer {
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: space-evenly;
  text-align: center;
  width: 70vw;
  margin: 0 auto;
}

.colaboracionesSubContainer {
  width: 100%;
  display: flex;

  flex-direction: row;
  justify-content: space-between;
}

.contribuciones {
  border: none;
  height: 15vh;
  width: 15vw;
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #091138;
  color: white;
  text-shadow: 0.1rem 0.1rem 0.1rem black;
  font-family: "Poppins", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
}

.botonProductos {
  border: none;
  height: 15vh;
  width: 15vw;
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #091138;
  color: white;
  text-shadow: 0.1rem 0.1rem 0.1rem black;
  font-family: "Poppins", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
}

.contribuciones:hover {
  border: none;
  background-color: #2fafb8;
  border: 1px solid #091138;
  color: white;
  text-shadow: 1px 1px 1px #000000;
}

.contribucionP {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.contribucionesMP {
  border: none;
  width: 50%;
  text-align: center;
  margin: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1em;
  background-color: #091138;
  color: white;
  text-shadow: 0.1rem 0.1rem 0.1rem black;
  font-family: "Poppins", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
}

.contribucionesMP:hover {
  border: none;
  background-color: #2fafb8;
  border: 1px solid #091138;
  color: white;
  text-shadow: 1px 1px 1px #000000;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-between;
}

.contactoContainer--input {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.textInput {
  width: 100%;
  height: 6vh;
  margin: 0.5rem 0;
  padding-left: 10px;
}

.textInput::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

textarea {
  width: 100%;
  height: 30vh;
  margin: 0.5rem 0;
  padding-left: 10px;
}

textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.enviar {
  margin-left: 0;
  width: 100%;
  font-weight: bolder;
}

.enviar:hover {
  font-weight: bolder;
  background-color: #ffffff;
  border: 1px solid #091138;
  color: #2fafb8;
  text-shadow: 1px 1px 1px #000000;
}

footer {
  width: 100vw;
  padding: 2rem 5vw 3rem 5vw;
  height: calc(100vh - 140px);
  margin-top: 5vh;
  background-color: #091138;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.contactoContainer--titulo {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  /* margin-bottom: 20px; */
}

.footerContainer--title {
  font-size: 2rem;
  color: #2fafb8;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.footerContainer--nav li a{
  font-size: 0.8rem;
}

.footerContainer--nav li {
  height: 2rem;
}

.footerContainer--contacto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: flex-start; */
  width: 25vw;
  box-sizing: border-box;
  padding-right: 2rem;
  border-right: 2px white solid;
}

.container--telefono h3 {
  color: #2fafb8;
  font-size: 5vw;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.container--telefono {
  color: white;
  font-size: 3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4rem;
}

.footerContainer--links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 2rem;
  /* margin-bottom: 4rem; */
}

.container--nav {
  display: flex;
  flex-direction: row;
  /* margin: 3rem 0rem; */
  width: 100%;
}

/* textarea {
  height: 20vh;
} */

.footerContainer--links div ul {
  margin: 0;
  padding: 0;
  margin-right: 2rem;
  width: max-content;
  line-height: 2rem;
}

.logoFooter {
  width: 100%;
}

.footerContainer--nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.footerContainer--logos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 20vw;
  margin-bottom: 4rem;
}

.footerContainer--logoRedesSociales {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  width: 100%;
}

.logoRedesSociales {
  width: 4vw;
  height: 4vw;
  margin: 0 1rem 1rem 1rem;
}

.nosotrosContainer--texto::selection, .nosotrosContainer--titulo::selection {
  background-color: #2fafb8;
  color: #091138;
}

@media (max-width: 992px) {
  .contribucionP {
    width: 70%;
    margin-bottom: 2rem;
  }
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 190px;
  }

  .colaboracionesContainer {
    display: flex;
    flex-direction: column;
    height: 30vh;
    width: 100vw;
    margin: 0 auto;
  }
  .colaboracionesContainer button {
    font-size: 1rem;
  }

  .colaboracionesSubContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
  }

  .contribuciones {
    border: none;
    height: 10vh;
    width: 20vw;
    text-transform: uppercase;
    font-size: 1.2em;
    background-color: #091138;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.1rem black;
    font-family: "Poppins", sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
  }

  .logoRedesSociales {
    width: 10vw;
  height: 10vw;
    margin: 1rem;
  }

  .footerContainer--nav {
    justify-content: center;
  }

  .footerContainer--links {
    margin-top: 2rem;
  }

  .footerContainer--links div ul {
    margin-left: 2rem;
  }

  .footerContainer--logos {
    justify-content: center;
    width: 100%;
  }

  .footerContainer--logoRedesSociales {
    justify-content: center;
    margin-bottom: 4rem;
  }

  .logoFooter {
    display: none;
  }

  .logoWhatsapp {
    width: 10%;
    opacity: 0.9;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 10;
  }

  nav ul li a {
    font-size: 0.9em;
  }

  .queHacemosContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .queHacemosContainer--texto {
    width: 90%;
    height: max-content;
    margin: 1rem 0;
    text-align: left;
  }

  footer {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .footerContainer--contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    border: none;
  }

  .contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  .container--nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .container--telefono h3 {
    font-size: 4rem;
    font-weight: 200;
  }

  .container--telefono {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }

  .footerContainer--logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #rescues .cases {
    justify-content: center;
  }
  #rescues .cases .one {
    top: calc(8em );
  }
  #rescues .cases .two {
    top: calc(13.9em );
  }
  #rescues .cases .three {
    top: calc(19.7em );
  }
  #rescues .cases .four {
    top: calc(25.5em );
  }
  #rescues .cases .five {
    top: calc(31.4em );
  }
  #rescues .cases .six {
    top: calc(37.2em );
  }
  #rescues .cases .seven {
    top: calc(43.0em );
  }
  #rescues .cases .eight {
    top: calc(48.8em );
  }
  #rescues .cases .nine {
    top: calc(54.7em );
  }
  #rescues .cases .ten {
    top: calc(60.5em);
  }
}
@media (max-width: 768px) {
  .presentacionContainer--logo {
    display: flex;
    width: 80%;
  }
  .contacto {
    width: 70%;
  }

  nav ul li a {
    font-size: 1em;
  }
  .colaboracionesContainer {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    justify-items: center;
  }

  .colaboracionesSubContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }

  .contribuciones {
    border: none;
    height: 10vh;
    width: 40vw;
    margin: 0.5vw;
    text-transform: uppercase;
    font-size: 1.2em;
    background-color: #091138;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.1rem black;
    font-family: "Poppins", sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
  }

  .queHacemosContainerButton {
    width: auto;
    text-align: center;
  }

  .logoWhatsapp {
    width: 15%;
    opacity: 0.9;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 10;
  }

  nav ul {
    position: fixed;
    top: 140px;
    background-color: #091138;
    width: 100%;
    flex-direction: column;
    text-align: center;
    transform: translateY(-140%);
    transition: transform 0.5s ease;
    z-index: 1;
  }

  .apoyanosResponsive {
    display: block;
    margin: 0 auto;
  }

  .apoyanosFull {
    display: none;
  }

  #burger {
    display: block;
    color: #fff;
    font-size: 3rem;
  }

  nav {
    display: flex;
    flex-direction: row;
  }

  nav ul.show {
    transform: translateX(0);
  }

  .navResponsive {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding: 0 10%;
    z-index: 2;
    background-color: #091138;
    height: 140px;
  }

  .presentacionContainer {
    background-image: url("./assets/images/main-img-responsive.jpg");
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    top: 0;
  }

  nav {
    height: auto;
  }

  nav ul li {
    margin: 20px;
    color: white;
  }

  .nosotrosContainer--imagen {
    width: 90%;
    height: auto;
    position: relative;
    left: 5%;
    top: 3rem;
    margin-bottom: 2rem;
  }

  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  #rescues .title {
    margin-top: 0px;
  }

  #rescues .cases .one {
    top: calc(8em - 30px)
  }
  #rescues .cases .two {
    top: calc(13.9em - 30px)
  }
  #rescues .cases .three {
    top: calc(19.7em - 30px)
  }
  #rescues .cases .four {
    top: calc(25.5em - 30px)
  }
  #rescues .cases .five {
    top: calc(31.4em - 30px)
  }
  #rescues .cases .six {
    top: calc(37.2em - 30px)
  }
  #rescues .cases .seven {
    top: calc(43.0em - 30px)
  }
  #rescues .cases .eight {
    top: calc(48.8em - 30px)
  }
  #rescues .cases .nine {
    top: calc(54.7em - 30px)
  }
  #rescues .cases .ten {
    top: calc(60.5em - 30px)
  }
}
@media (max-width: 600px) {
  
  /* main {
    width: 100vw;
    overflow: hidden;
  } */
  .footerContainer--logoRedesSociales {
    margin-bottom: 0;
  }
  .colaboracionesContainer button {
    width: 90vw;
  }
  .nosotrosContainer--titulo,
  .contactoContainer--titulo,
  .queHacemosContainer--titulo {
    font-size: 3em;
    font-weight: 500;
    text-align: center;
    text-shadow: 0.2rem 0.2rem 0.3rem grey;
  }
  .queHacemosContainer--titulo2 {
    width: 100%;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    text-shadow: 0.2rem 0.2rem 0.3rem grey;
  }

  .contribucionesMP {
    width: 60%;
    font-size: 0.85em;
  }

  .presentacionContainer {
    background-image: url("./assets/images/main-img-responsive.jpg");
    width: 100%;
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    top: 0;
  }

  .colaboracionesContainer {
    display: flex;
    flex-direction: column;
    height: max-content;
    /* margin: 100px; */
    width: 100%;
    justify-content: center;
  }

  .colaboracionesSubContainer {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .contribuciones {
    border: none;
    height: 10vh;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.2em;
    background-color: #091138;
    color: white;
    text-shadow: 0.1rem 0.1rem 0.1rem black;
    font-family: "Poppins", sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
  }

  /* .queHacemosContainerButton {
    width: 80vw;
    text-align: center;
  } */

  .footerContainer--nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
  }

  .footerContainer--nav div {
    font-size: 1.3rem;
    margin-top: 3rem;
  }

  .container--telefono h3 {
    font-size: 3rem;
    margin-top: 2rem;
  }

  .container--telefono {
    font-size: 1.7rem;
  }

  #rescues .title {
    margin-top: 0;
  }

  #rescues .cases .name {
    font-size: 2.5em;
  }

  #rescues .cases .one {
    top: 17em;
  }
  #rescues .cases .two {
    top: 29em;
  }
  #rescues .cases .three {
    top: 40em;
  }
  #rescues .cases .four {
    top: 52em;
  }
  #rescues .cases .five {
    top: 63em;
  }
  #rescues .cases .six {
    top: 75em;
  }
  #rescues .cases .seven {
    top: 87em;
  }
  #rescues .cases .eight {
    top: 98em;
  }
  #rescues .cases .nine {
    top: 110em;
  }
  #rescues .cases .ten {
    top: 122em;
  }
}