
.formulario {
  background: transparent;
  position: relative;
  width: min(90%, 850px);
  margin: 0 auto;
  color: white;
  z-index: 3;
  border-radius: 10px;
  box-sizing: border-box;
}

.formulario .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formulario .form-group {
  margin-bottom: 15px;
}

.formulario .form-group label {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: white !important;
}

.formulario .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fcc19a;
  padding: 10px;
  font-size: 1em;
  border-radius: 0;
  outline: none;
  margin: 0;
  color: white !important; /* Asegura que el texto sea blanco al escribir */
}

.formulario .text-form {
  border: 1px solid #fcc19a !important;
  padding: 10px !important;
  height: 15vh !important;
  color: white !important;
  resize: vertical !important;
  overflow: auto !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  vertical-align: top !important;
  text-align: left !important;
  text-anchor: initial !important;
  text-wrap: wrap !important;
  padding-top: 10px !important;
  resize: vertical; 
  overflow: auto; 
  white-space: pre-wrap !important; 
  word-wrap: break-word !important;
}

.formulario .form-p {
  vertical-align: top !important;
  display: inline-block !important;
}

.formulario .form-group {
  display: flex !important;
  flex-direction: column !important;
}

.buttom-form {
  position: absolute;
  font-family: "SackersGothicStd", sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  line-height: 1.4 !important;
  background: transparent;
  color: white;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.65rem 2.2rem 0.7rem 2.2rem !important;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  left: 38%;
  border-color: white !important;
  margin-top: 10px;
}

/* formletter */
.form-group-newsletter {
  display: flex;
  align-items: center;
  background-color: white;
}

/* Aplica anchos a los col-6 dentro de form-group-newsletter */
.form-group-newsletter .col-6:nth-child(1) {
  width: 70%; /* Primer col-6 (input) ocupa el 70% */
}

.form-group-newsletter .col-6:nth-child(2) {
  width: 30%; /* Segundo col-6 (botón) ocupa el 30% */
  display: flex; /* Para centrar el botón si es necesario */
  justify-content: flex-end;
}

.form-group-newsletter .form-control {
  flex-grow: 1; /* Allow input to take up available space */
  height: auto; /* Modificado para que la altura se ajuste al contenido */
  padding: 12px 10px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  outline: none; /* Remove default outline */
  box-shadow: none;
  color: #888;
  width: 100%; /* Asegura que el input dentro del col-6 tome el ancho completo disponible */
  box-sizing: border-box; /* Incluye padding y border en el cálculo del ancho */
}
.form-group-newsletter .form-control::placeholder {
  color: #888;
  font-weight: normal;
}

.form-group-newsletter .buttom-form-newsletter {
  padding: 7px 46px;
  border: none;
  background-color: #f5b991;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}
.form-group-newsletter .buttom-form-newsletter:hover {
  opacity: 0.9;
}

/* form contacto */
.formulario1 {
  background: transparent;
  position: relative;
  width: min(90%, 450px);
  margin: 0 auto;
  color: white;
  z-index: 3;
  border-radius: 10px;
  box-sizing: border-box;
}

.formulario1 .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formulario1 .form-group {
  margin-bottom: 15px;
}

.formulario1 .form-group label {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: white !important;
}

.formulario1 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  padding: 10px;
  font-size: 1em;
  border-radius: 0;
  outline: none;
  margin: 0;
  color: white !important; /* Asegura que el texto sea blanco al escribir */
}

.formulario1 .text-form {
  border: 1px solid white;
  padding: 3px 6px;
  height: 15vh;
  
  color: white; 
  resize: vertical;
  overflow: auto; 
  white-space: pre-wrap !important; 
  word-wrap: break-word !important; 
}
.d-none {
  display: none;
}

.form-p {
  padding: 8px;
  color: white;
}

.buttom-form1 {
  border: 1px solid white;
  position: absolute;
  font-family: "SackersGothicStd", sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  line-height: 1.4 !important;
  background: transparent;
  color: white;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.65rem 2.2rem 0.7rem 2.2rem !important;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  left: 75%;
  margin-top: 10px;
}
.arrowback i{
    color: white!important;
    position: fixed !important;
    top: 5vh;
    width: 100%;
    height: 30px;
    left: 7vh;
    z-index: 105!important;

}

 a.arrowback i::before,
 a.arrowback i::after {
  transition: all 0.2s ease-in;
  transition-delay: 0;
  color: #000 !important;
}
/* formletter */

.form-group-newsletter {
  display: flex;
  align-items: center;
  background-color: white;
}

.form-group-newsletter .form-control {
  flex-grow: 1; /* Allow input to take up available space */
  height: 0px;
  padding: 12px 10px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  outline: none; /* Remove default outline */
  box-shadow: none;
  /* width: 655px; */
  color: #888;
}
.form-group-newsletter .form-control::placeholder {
  color: #888;
  font-weight: normal;
}

.form-group-newsletter .buttom-form-newsletter {
  padding: 7px 46px;
  border: none;
  background-color: #f5b991;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}
.form-group-newsletter .buttom-form-newsletter:hover {
  opacity: 0.9;
}

/* cookies */
#cookie-settings-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #fcc19a;
  padding: 7px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
}

/* Modal */
#cookie-settings-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #fcc19a; /* Transparent background */
  color: #00000000; /* No text color */
  border: none; /* No border */
  padding: 0px; /* No padding */
  cursor: pointer;
  border-radius: 50%; /* Circular button */
  z-index: 1001; /* Asegura que esté por encima del modal */
  width: 40px; /* Adjust size as needed */
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

#cookie-settings-button:hover {
  background-color: #ffffff20; /* Slightly visible background on hover if needed */
}

#cookie-settings-button img {
  width: 20px; /* Size of the icon inside the button */
  height: auto;
  display: block; /* Ensure image behaves as a block element */
}

/* Modal */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Estático en la ventana */
  z-index: 1000; /* Asegura que esté por encima de todo */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Alto completo */
  overflow: auto; /* Habilitar scroll si es necesario */
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal.show-modal {
  display: flex; /* Mostrar el modal */
}

.modal-content {
  background-color: black; /* Fondo oscuro del contenido */
  color: #fff; /* Texto blanco */
  margin: auto;
  border: 1px solid #888;
  width: 80%; /* Ajusta el ancho según necesites */
  max-width: 650px; /* Ancho máximo - reduced from 700px to match image better */
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Evita que el contenido se salga del borde redondeado */
  max-height: 100%; /* Increased max-height to take more vertical space if needed */
}

.modal-header {
  padding: 20px; /* Padding to match the image */
}

.modal-header h2 {
  margin-top: 10px;
  margin-bottom: -26px;
  font-size: 1.4em;
  font-weight: bold;
  color: white;
}

.modal-body {
  padding: 20px;
  overflow-y: auto; /* Añadido: Habilita el scroll vertical dentro del body */
  max-height: 60vh; /* Limit body height for scroll to appear if content is long */
}

.modal-body p {
  line-height: 1.5; /* Adjusted line height */
  margin-bottom: 15px; /* Adjusted margin bottom */
  color: white;
  font-size: 14px;
}

.cookie-category {
  margin-bottom: 15px; /* Reduced margin bottom */
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.category-header h3 {
  margin: 0;
  color: white;
  font-size: 1.1em; /* Slightly smaller category titles */
  font-weight: bold;
}

.always-active {
  background-color: #4caf50; /* Verde */
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.75em; /* Smaller 'Always Active' badge */
}

.category-description p {
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
  font-size: 13px; /* Slightly smaller description text */
  line-height: 1.4; /* Adjusted line height for description */
}

.modal-footer {
  display: flex;
  justify-content: space-between; /* Distribuye los botones */
  gap: 10px; /* Espacio entre botones */
  margin-top: 20px;
  padding: 20px; /* Footer padding to match image */
}
.accept-all {
  background-color: #fcc19a !important; /* Peach color for Accept All button */
  color: black !important; /* Black text on peach button */
}
.modal-footer button {
  background-color: #333; /* Color de fondo de los botones */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-grow: 1; /* Para que los botones se expandan igualmente */
  text-align: center; /* Centrar el texto en los botones */
  font-size: 0.9em; /* Slightly smaller button text */
}

.modal-footer button:hover {
  background-color: #555;
}

.modal-powered-by {
  text-align: center;
  margin-top: 20px; /* Increased margin top */
  font-size: 0.75em; /* Smaller 'Powered by' text */
  color: #777;
  padding-bottom: 20px; /* Padding bottom for spacing */
}

.modal-powered-by a {
  color: #777;
  text-decoration: none;
}

.modal-powered-by a:hover {
  text-decoration: underline;
}

/* Estilos para el switch (toggle) - No changes needed, they look good */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 15px; /* Espacio entre el texto y el switch */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196f3; /* Color cuando está activado */
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Estilos para el botón "Show more" y el contenido desplegable - No changes needed, they look good */
.accordion-button {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block; /* Para que ocupe todo el ancho disponible */
  width: 100%; /* Ocupar todo el ancho */
  text-decoration: underline;
}

.accordion-button:hover {
  color: #ccc;
}

.accordion-content {
  padding: 0 15px;
  display: none;
  overflow: hidden;
  margin-top: 10px;
  font-size: 0.9em;
}

.accordion-content.show {
  display: block;
}



.alert-news {
  position: relative;
  left: 25%;
  top: 40px;
  width: 50%;
}
.news-a a{
	text-decoration: none !important;
	color: #a75756 !important;
}
.categorias {
  margin-top: 50px;
  width: 40% !important;
}
.categorias-usa {
  margin-top: 50px;
  left: 18vh !important;
}

/* section animals */

.animals-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.animals-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.container-animals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.picture-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  aspect-ratio: 4/4;
  padding: 0px !important;
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center;
}

.picture-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.overlay-hover img {
  width: 30px !important;
  height: 30px !important;
}
.picture-container:hover img {
  transform: scale(1.1);
}

.overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a75756cc;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.picture-container:hover .overlay-hover {
  opacity: 1;
}

.overlay-hover i {
  font-size: 2em;
  margin-bottom: 10px;
}

.overlay-hover span {
  font-size: 1em;
  text-align: center;
  padding: 0 10px;
}

/* Estilos del Modal */
#overlay-modal {
  position: fixed;
  top: -5077px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

#overlay-modal.visible {
  visibility: visible;
  opacity: 1;
}

#modal {
  position: relative;
  background: white;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90vh;
  overflow: auto;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

/* #modal.active {
            transform: scale(1);
        } */

#modal img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 0 auto;
  padding: 20px;
}

#icon-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}



/* section history */
.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  box-sizing: border-box;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 90%;
  background: #c5c5c5;
}
.timeline ul {
  padding: 0;
  margin: 0;
}
.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}
.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.content {
  padding-bottom: 20px;
}
.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: var(--project-Color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #dbaaa9;
}
.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: var(--project-Color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #dbaaa9;
}
.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: var(--project-Color);
  font-weight: 600;
}

.timeline ul li .time h4 {
  margin: 0;
  color: white;
  padding: 0;
  font-size: 14px;
}
.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -383px;
  margin: 0;
  padding: 8px 16px;
  background: var(--project-Color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #dbaaa9;
}
.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -383px;
  margin: 0;
  padding: 8px 16px;
  background: var(--project-Color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #dbaaa9;
}


.block-box-photo.photo_text_photo .box_container {
  width: 400px;
  height: 43% !important;
}



.img-argentina {
  position: relative;
  width: 65%;
  margin-bottom: 100px;
  margin-left: 18%;
}

.background-color-arg {
  color: white;
  background-color: var(--project-Color) !important;
}
.background-color-bolivia {
  color: white !important;
  background-color: var(--project-Color) !important;
  margin-top: 40px;
}

#box-photo-block_6310b903b6786 .section_title h3:before {
  content: "";
  width: 5vw;
  height: 1px;
  background-color: white !important; /* Cambiado a blanco */
  display: block;
  transform: translate(-6.5vw, 1rem);
}

.background-color-bolivia .section_title h3::after {
  color: white !important;
}
#box-photo-block_6310b903b6786
  > .section_title_container
  > .section_title.dark_bg
  h3:after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-9vw, 0.5rem);
  color: white !important;
  font-size: 1rem;
  line-height: 1.15;
  content: counter(title-counter, decimal-leading-zero);
}
#photo-text-block_6310b968b678a.background-color-bolivia
  .section_title
  h3:before {
  content: "";
  width: 5vw;
  height: 1px;
  background-color: white !important;
  display: block;
  transform: translate(-6.5vw, 1rem);
}

/* Estilo para el contador después del h3 (si lo usas) */
#photo-text-block_6310b968b678a.background-color-bolivia
  .section_title.dark_bg
  h3:after {
  /* Asegúrate de tener .dark_bg si lo necesitas */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-9vw, 0.5rem);
  color: white !important;
  font-size: 1rem;
  line-height: 1.15;
  content: counter(title-counter, decimal-leading-zero);
}

.background-06-en {
  background-image: url("/img/Argentina/condor-final-en.png");
  background-size: 125%;
  height: 1000px;
  background-position: -215px 0px;
  background-repeat: no-repeat;
}

.background-06-es {
  background-image: url("/img/Argentina/condor-final-es.png");
  background-size: 125%;
  height: 1000px;
  background-position: -215px 0px;
  background-repeat: no-repeat;
}


.container-img {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.left-image {
  width: 50%;
}

.right-image {
  top: 52%;
  width: 27%;
  left: 23%;
  position: absolute;
}

.left-image img,
.right-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container-img .img-bolivia {
  width: 500px;
  margin-bottom: 50px;
}
.img-aguila {
  top: -13px;
  width: 808px;
  left: 42px;
  position: relative;
}

.puma-arg {
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
}

.puma-arg .box_photo_container {
  position: relative;
  width: 70%;
  left: 14%;
}

.puma-arg .main_img {
  display: block;
  position: relative;
  left: 15%;
  background-size: fill;
  height: 100%;
  width: 100%;
}

.puma-arg .argentina-map {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 40%;
  z-index: 1;
}

.puma-arg .argentina-map .pink_img {
  width: 100%;
  display: block;
}

.box_container.usa-map-container {
  position: absolute;
  top: 56%;
  left: 98%;
  width: 416px;
  overflow: hidden;
  transform: scale(3);
  object-fit: cover;
  object-position: center center;
  transform: translate(-52%, -44%) scale(4);
}

.usa-map {
  width: 26%;
  height: auto;
  display: block;
}
.usa-titles .section_title {
  left: -8vw !important;
}

.scroll-color-usa {
  color: var(--project-Color);
  font-size: 40px !important;
}


.block-text-right {
  width: 45%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  left: 10vh;
}

.block-text-number {
  width: 45%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  left: 10vh;
}
.container-img .left-image-water {
  margin-left: 26px;
  width: 97%;
}

/* impact */

.box-impact {
  background-color: var(
    --project-Color
  ); 
  width: 357px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
  position: relative;
  top: 3vh;
  padding: 24px;
  margin-top: 0px; /* Added margin-top: 0px from the duplicate rule */
}

.impact {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
}

.impact .box_photo_container {
  position: relative;
  width: 47%;
  left: 27%;
}

.impact .main_img {
  /* Corrected selector from .impact.main_img */
  display: block;
  position: relative;
  left: 15%;
  height: 63%;
  width: 100%;
  object-fit: cover; 
}

.impact .argentina-map {
  position: absolute;
  top: 10%;
  left: -45%;
  width: 40%;
  z-index: 1;
}

.impact-img {
  object-fit: cover; 
}

.modal-body-p {
  padding: 20px;
  overflow-y: auto;
  max-height: 60vh;
}

.modal-body-p p {
  line-height: 1.5; 
  margin-bottom: 15px; 
  font-size: 14px;
}

.img-argentina-2 {
  top: 52%;
  width: 25%;
  left: 23%;
  position: absolute;
}
.mapa {
  height: 500px !important;
  width: 400px !important;
}

.margin-left {
  margin-left: 5px;
}

.margin-left-0 {
  margin-left: -27px !important;
}
.project_nav_container2{
  display: flex;
  flex-direction: column;
}
/* timeline */

.section-proceso .process-box {
  display: flex;
  position: relative;
}
.section-proceso .process-item-balloon {
  flex: 0 0 40%;
}
.section-proceso .process-item-dot {
  position: relative;
  flex: 0 0 20%;
}
.section-proceso .process-item-text {
  flex: 0 0 40%;
}
.section-proceso .process-item-text ul li {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  list-style: none;
}
.section-proceso .ballon-with-text {
  position: relative;
}
.section-proceso .ballon-with-text p {
  position: absolute;
  color: #a75756;
  top: 98px;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}
.section-proceso .img-dot {
  position: absolute;
  width: 13px;
  top: 45%;
  left: 80px;
}
.section-proceso .vertical-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #000;
}

.position-relative {
  position: relative !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.p2 {
  position: absolute;
  color: #a75756;
  top: 98px;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}
.p3 {
  position: absolute;
  top: 101px !important;
}
.p4 {
  position: absolute;
  color: #a75756;
  top: 85px;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}
.p5 {
  position: absolute;
  color: #a75756;
  top: 108px !important;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}

.p6 {
  position: absolute;
  color: #a75756;
  top: 99px !important;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}
.p7 {
  position: absolute;
  color: #a75756;
  top: 157px !important;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}
.p8 {
  position: absolute;
  color: #a75756;
  top: 0px !important;
  left: 447px;
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 1.1;
  width: 170px;
}
.p9 {
  position: absolute;
  color: #a75756;
  top: -5px !important;
}
.img-3 {
  width: 260px;
  left: 209px;
  position: absolute;
  top: -103px;
}
.img-7 {
  width: 284px;
  left: -147px;
  position: absolute;
  top: -133px;
}
.mt-20 {
  margin-top: 120px !important;
}
.m-75{
margin-bottom: 65px;
}


.timeline-container .row {
  opacity: 0;
  transform: translateY(
    50px
  ); /* Desplaza los elementos hacia abajo inicialmente */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Transición suave */
}

.timeline-container .row.fade-up-animation {
  opacity: 1;
  transform: translateY(0); /* Los devuelve a su posición original */
}

.btn-modal-1 {
  font-family: "SackersGothicStd", sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  line-height: 1.4 !important;
  border: 1px solid #000;
  background: transparent;
  color:#f68d1f !important;
  position: relative;
  /* display: inline-block; */
  width: 200px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0.65rem 2.2rem 0.7rem 2.2rem !important;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.btn-modal-1:hover {
  color: #fff !important;
  background-color: #f68d1f;
  border: 1px solid #f68d1f;
}
.btn-close1 {
  position: absolute;
  right: 32px;
}

.btn-modal-1:hover,
.btn-modal-1:active {
  color: white;
}
.btn-modal-2 {
  font-family: "SackersGothicStd", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 0.7rem !important;
  line-height: 1.4 !important;
  border: 1px solid #000 !important;
  background: transparent !important;
  color: #000 !important;
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  padding: 0.65rem 2.2rem 0.7rem 2.2rem !important;
  border-radius: 2rem !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
}
.btn-modal-2:hover {
  color: #fff !important;
  background-color: #a75756 !important;
  border: 1px solid #a75756 !important;
}

.btn-modal-2:hover,
.btn-modal-1:active {
  color: white !important;
}

.fleche1 {
  display: inline-block; /* Evita que el texto "herede" propiedades indeseadas */
  vertical-align: middle; /* Alinea verticalmente con otros elementos */
}

.head1 {
  display: inline-block; /* Permite aplicar ancho y alto */
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white; /* Ajusta el color a tu preferencia */
  margin-right: 2px; /* Espacio entre la cabeza y la línea */
}

/* Text inside boxes */
.box p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.animals {
  padding: 10vh 0 12vh;
  margin: 0 auto;
  position: relative;
}

.animals.section_title_container .section_title {
  width: 33.33%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

.animals.section_title_container .section_title {
  left: -8vw;
}

.animals.logos_stack .companies_investing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  padding: 10vh 0;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.animals.logos_carousel .companies_investing {
  width: 90%;
  padding: 15vh 0;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}

.animals.logos_carousel .logos_overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
  top: 0;
}

.animals.logos_carousel .logo_group {
  width: 100%; /* full width */
  height: 50vh; /* height of carousel */
  display: grid;
  padding: 0 5vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.animals .logo_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 5rem;
}

.animals.logos_stack .companies_investing .logo_item {
  width: 33.33%;
}

.animals.logos_stack .logo_item::before {
  content: "";
  padding-bottom: 100%;
  display: inline-block;
  vertical-align: top;
}

.animals.logos_stack .logo_item img.logo_image {
  width: 100%;
}

.animals.logos_carousel .logo_item img.logo_image {
  max-height: 15vh;
}

.animals .logo_item .company_url {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  opacity: 0;
  left: 0;
  right: 0;
}

.animals.logos_stack .logo_hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;

  opacity: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.animals.logos_carousel .logo_hover_content .learn_more {
  display: none;
}

.animals.logos_stack .logo_item:hover .logo_hover_content {
  opacity: 1;
}

.animals.logos_stack .logo_hover_content h4 {
  color: #fff;
  text-transform: uppercase;
  margin: auto;
}

.animals.logos_stack .logo_hover_content a,
.animals .logo_hover_content a:visited {
  color: #fff;
}

.animals.logos_stack .logo_hover_content .learn_more {
  margin: 0 auto;
  align-self: flex-end;
  padding: 0 3rem;
  color: #000;
  position: relative;
}

.animals.logos_stack .logo_hover_content h4 + .learn_more {
  bottom: 1rem;
}

.animals.logos_stack .logo_hover_content .learn_more .fleche {
  background-color: #000;
}

.animals.logos_stack .logo_hover_content .learn_more .fleche .head,
.animals.logos_stack .logo_hover_content .learn_more .fleche .head:after {
  background-color: #000;
}

.animals .logos_title {
  position: absolute;
  top: 6vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

.animals .logos_cta {
  position: absolute;
  bottom: 6vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.animals .logos_cta a.learn_more {
  background-color: #fcc19a;
  border-color: #fcc19a;
  color: #000;
}

.single-project .animals .logos_cta a.learn_more {
  background-color: var(--project-Color);
  border-color: var(--project-Color);
  color: #fff;
}

.animals .logos_cta a.learn_more:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}


.animals .logo_hover_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point-2017 {
  top: 167px !important;
}
.post-navigation .nav-links a {
  text-decoration: none !important;
}

.block-page-header1 {
  width: 100%;
  display: flex;
  background-color: #a75756 !important;
  position: relative;
  height: 100vh;
  align-items: flex-end;
}
.header_margin.block-page-header1,
.header_contact.block-page-header1 {
  justify-content: center;
  align-items: center;
}

.usa-titles p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.alignfull p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.alignfull li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
}
.block-text-number p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
}
.p-box{
  margin-top: 13px !important;
}
blockquote.photo_bg.see {
  display: block !important;
}

blockquote.photo_bg.d-none1 {
  display: none !important;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}
.block-page-header {
  height: initial;
  min-height: 100vh !important;
  min-height: -webkit-fill-available;
}


  .arrowleft {
    display: none;
  }
  .arrowdown {
    display: none;
  }

  .ag-format-container {
    width: 1160px; /* Adjust as needed */
    margin: 0 auto;
    position: relative;
    max-width: 90%; /* Add max-width for responsiveness */
  }

  .ag-timeline-block {
    padding: 50px 0; /* Reduced padding */
  }
  .ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center;
  }
  .ag-timeline_tagline {
    font-size: 20px; /* Adjusted size */
    color: rgb(84, 89, 95);
  }
  .ag-timeline_title {
    /* Optional: Style title if needed, or remove if using existing heading */
    font-size: 3em; /* Example size */
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }

  .ag-timeline_item {
    margin: 0 0 400px;
    position: relative;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: right;
  }

  /* Add a wrapper for centering the timeline itself */
  .ag-timeline-wrapper {
    display: inline-block; /* Or block */
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .ag-timeline_line {
    width: 3px; /* Slightly thicker line */
    background-color: #a75756; /* Use project color */
    position: absolute;
    top: 0; /* Start from the very top */
    left: 50%;
    bottom: 0; /* Extend to the very bottom */
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 1; /* Ensure line is behind points */
  }

  .ag-timeline_line-progress {
    width: 100%;
    height: 0;
    background-color: #fcc19a;
    transition: height 0.1s linear;
  }

  .ag-timeline-card_box {
    padding: 0 0 20px 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0;
  }

  .ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -28px;
    position: relative;
    vertical-align: middle;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    box-sizing: content-box;
  }

  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -28px 0 14px;
    float: right;
  }
  .ag-timeline_item:nth-child(2n)::after {
    content: "";
    display: table;
    clear: both;
  }

  .ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 3px solid #fcc19a;
    background-color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #a75756;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .js-ag-active .ag-timeline-card_point {
    color: #fff;
    background-color: #a75756;
    border-color: #a75756;
  }

  .ag-timeline-card_meta-box {
    display: inline-block;
    vertical-align: middle;
  }
  .ag-timeline-card_meta {
    margin: 0;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #fcc19a;
  }

  /* .ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: 0;
    background-color: #f8f8f8;
    opacity: 0;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    position: absolute;
    top: 0;
    z-index: 2;
    visibility: hidden;
    padding: 15px;
    box-sizing: border-box;
  } */

  .ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    /* margin: -77px 0 0; */
    /* margin: 0; */
    /* background-color: #f8f8f8; */
    opacity: 0;
    /* border-radius: 6px; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    position: absolute;
    top: 0;
    z-index: 2;
    visibility: hidden;
    padding: 15px;
    /* box-sizing: border-box; */
}

  
  /* Positioning the cards */
  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item {
    left: 0;
    transform: translateX(-105%);
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    right: 0;
    transform: translateX(105%);
  }

  /* Active state transitions */
  .js-ag-active.ag-timeline_item .ag-timeline-card_item {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .ag-timeline-card_arrow {
    display: none;
  }

  .ag-timeline-card_img {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .ag-timeline-card_info {
    padding: 0;
  }
  .ag-timeline-card_title {
    /* display: none; */ /* Show title */
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #a75756; /* Project color */
  }
  .ag-timeline-card_desc {
    line-height: 1.5;
    font-size: 15px;
    color: #333; /* Darker text color for readability */
  }





.flechapuntuada1 {
  position: absolute;
  right: -185px;
  top: 58px;
  width: 80px;
  z-index: -1;
}

.ag-timeline-card_point-box1 {
  display: inline-block;
  top: 233px;
  right: 73px;
  position: relative;
  vertical-align: middle;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
  box-sizing: content-box;
}
.ag-timeline-card_point-box2 {
  display: inline-block;
  top: 147px;
  right: -130px;
  position: relative;
  vertical-align: middle;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
  box-sizing: content-box;
}
.ag-timeline-card_point-box3 {
  display: inline-block;
  top: 318px;
  right: -70px;
  position: relative;
  vertical-align: middle;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
  box-sizing: content-box;
}
.ag-timeline-card_point-box4 {
  display: inline-block;
  top: 150px;
  right: 74px;
  position: relative;
  vertical-align: middle;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
  box-sizing: content-box;
}
.ag-timeline-card_point-box5 {
  display: inline-block;
  top: 314px;
  right: 134px;
  position: relative;
  vertical-align: middle;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
  box-sizing: content-box;
}
.flechapuntuada2 {
  position: absolute;
  right: 270%;
  top: 16px;
  width: 80px;
  z-index: -2;
}

.ag-timeline-card_item1 {
  display: inline-block;
  width: 45%;
  margin: 0;
  margin-bottom: 20px;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  position: absolute;
  top: 0;
  z-index: 2;
  visibility: hidden;
  padding: 15px;
  box-sizing: border-box;
}


.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item1 {
  left: 0;
  transform: translateX(-105%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item1 {
  right: 0;
  transform: translateX(105%);
}

/* Active state transitions */
.js-ag-active.ag-timeline_item .ag-timeline-card_item1 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* modales animals */


.modalanimals .modal-content {
  border-radius: 15px !important;
  border: none;
  overflow: hidden;
}

.modalanimals .modal-header {
  background-color: #a75756;
  border-bottom: none;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
}

.modalanimals .modal-content {
  background-color: #a75756;
}

.modalanimals .btn-close1 {
  position: absolute;
  right: 32px;
  top: 15px;
  font-size: 0.9rem;
  border: none;
  background-color: transparent;
  color: #ffffff !important;
}
.modalanimals .btn-close1:hover {
  opacity: 1;
}

.modalanimals .modal-footer {
  background-color: #fff;
  border-top: none;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
}

.modalanimals .btn-modal-close {
  background-color: transparent;
  border: 2px solid #b0b0b0;
  color: #555;
  padding: 0.5rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in-out;
}
.modalanimals .btn-modal-close:hover {
  background-color: #f0f0f0;
  color: #333;
  border-color: #999;
}

.modal-header1 {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-body-p1 {
  padding: 20px;
  overflow-y: auto;
  max-height: 60vh;
  display: flex;
  flex-direction: row;
}

.modal-body-p1 p {
  line-height: 1.5; /* Adjusted line height */
  margin-bottom: 15px; /* Adjusted margin bottom */
  font-size: 14px;
}

.box-impact2 {
  margin-left: 95px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.box-impact3 {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-right: 20px;
  width: 900px;
  margin-left: -32px;
}

.caja1 {
  width: 360px;
  height: 100px;
  padding: 30px;
  display: flex;
  border: 1px solid #f18f37 !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.arrows1 {
  margin-top: 40px;
}
.havfarm{
  position: relative !important;
    width: 200px !important;
    left: 20px!important;
}


@media (min-width:380px) and (max-width:413px){
  
    .title-impact{
      left:0px!important;
    }
    .text-mobile-impact-es{
       left:0px!important;
    }

}

@media screen and (max-width: 414px) {
  .map_container{
    display: none !important;
  }
      .block-projects.projects_teaser .project_listing .project_item:last-of-type {
        margin: 5vh auto 0 !important;
        margin-bottom: 5vh !important;
    }
    
	.map_image{
		display: none !important; 
	}
	.map_location {
		display: none !important; 
	}
	
	.map_location .map_pin,
	.map_location .pin_title,
	.map_location .pin_bubble{
	display: none !important; 
	}
	
	.map_location .pin_content{
		display: none !important; 
	}
  .news_list {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  .block-map {
    display: none !important;
  }
  .block-page-header2 {
    height: 100% !important;
  }
  .block-page-header {
    height: initial;
    min-height: 100vh !important;
    min-height: -webkit-fill-available;
  }
  .listing_item {
    width: 100% !important;
  }
  blockquote.photo_bg.see {
    display: none !important;
  }
  blockquote.photo_bg.d-none1 {
    display: block !important;
  }
  .d-none2 {
    display: block !important;
  }
.news_list {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .main-navigation {
    padding: 16vh 0 2vh !important;
  }
  .block-text-number {
    left: 0px;
  }
  .img-bolivia-2 {
    height: 201px !important;
    width: 255px !important;
  }

  .impact .argentina-map {
    position: absolute;
    top: 27%;
    left: -48%;
    width: 40%;
    z-index: 1;
  }
  .impact .main_img {
    top: -66px;
    display: block;
    position: relative;
    left: 0px;
    height: 64%;
    width: 100%;
    object-fit: cover;
  }
  .background-06-en {
    background-image: url("/img/Argentina/condor-en-mobile.png") !important;
    background-size: 125%;
    background-size: 100%;
    height: 1000px;
    /* background-position:0px -527px; */
    background-position: 0px -151px;
  }
  .background-06-es {
    background-image: url("/img/Argentina/condor-es-mobile.png") !important;
    background-size: 125%;
    background-size: 100%;
    height: 1000px;
    background-position: 0px -107px;
  }
  .puma-arg {
    margin-left: -41px !important;
    margin-top: -14px !important;
  }

  .img-argentina3 {
    padding: 0px !important;
    /* margin-bottom: -40px !important; */
  }

  .ag-timeline-block {
    padding: 0px 0 !important;
  }
  .condor {
    margin-left: 16px !important;
    max-width: 363px !important;
    margin-top: 51px !important;
  }
  .img-invest {
    margin-left: -82px !important;
  }
  
  .text-invest2 {
    margin-top: 30px !important;
    margin-left: 0px !important;
    margin-right: 30px !important;
    width: 100% !important;
  }
  .text-invest {
    margin-top: 28px !important;
    margin-left: 0px !important;
  }
  .mt-impact{
    margin-top: 30px !important;
  }
  .impact-width{
    width: 90% !important;
    margin-left: 21px;
  }
  .block-logos.logos_stack .companies_investing {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 0;
    width: 500px !important;
    left: 66px !important;
  }

  .block-logos.logos_stack .companies_investing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0;
    row-gap: 0;
    padding: 10vh 0;
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .modal-body-p1 {
    display: flex !important;
    flex-direction: column !important;
  }
  .box-impact2 {
    margin-left: 0px !important;
    margin-top: 58px !important;
  }
  .caja1 {
    width: 284px !important;
    margin-left: 38px;
    height: 111px !important;
    padding: 9px !important;
    margin-bottom: 45px !important;
  }
  .box-impact3 {
    margin-top: 10px;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 51px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .box-impact4 {
    margin-top: 10px;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 51px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .arrows1 {
    display: none;
  }
  .arrowdown {
    display: block !important;
  }
  .arrowleft {
    display: block !important;
  }
  .img-impact{
    width: 300px!important;
  }
  .box-impact2 {
    display: flex;
    flex-direction: column-reverse !important;
    align-content: center !important;
    /* flex-wrap: nowrap; */
    align-items: center !important;
  }
  #newsletter_section blockquote {
    margin: 10px!important;
  }
  .block-logos.logos_stack .companies_investing {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 2rem 0;
    width: 100% !important;
    left: 0px !important;
    justify-content: center !important;
  }
  .block-logos.logos_stack .logo_item img.logo_image {
    width: 78% !important;
  }

  .animals {
    padding: 10vh 0 0;
  }
  .copyright-menu.menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  a#burger_menu {
    color: black !important;
  }

  .text-mobile {
    margin-left: -1vh !important;
    width: 100% !important;
  }
  .text-mobile-bolivia {
    margin-left: 3vh !important;
    width: 100% !important;
  }
  .text-mobile-bolivia-es {
    margin-left: -41vh !important;
    width: 85% !important;
  }
  .text-mobile-usa-en {
    margin-left: 0vh !important;
    width: 90% !important;
  }
  .text-mobile-usa-es {
    margin-left: 0vh !important;
    width: 90% !important;
  }
  .text-mobile-south {
    margin-left: 18vh !important;
    width: 86% !important;
  }
  .text-mobile-south2 {
    margin-left: 1vh !important;
    width: 86% !important;
  }
  .text-mobile-impact-es{
    left: 0vh !important;
    width: 90% !important;
  }
  .impact-margin{
    width: 90% !important;
    margin-left: 14px;
  }
  .number-mobile-ocean{
    text-align: center !important;
  }
  .text-mobile-ocean-es {
    left: -4vh !important;
    width: 90% !important;
  }
  .block-text-right {
    width: 45% !important;
    min-width: 320px !important;
    margin: 0 auto !important;
    position: relative !important;
    left: 0vh !important;
  }
  .container-img .img-bolivia {
    width: 300px !important;
    margin-left: 14px !important;
    margin-bottom: -53px !important;
  }
  .text-bolivia-mobile {
    width: 84%;
    margin-left: 36px;
    color: white;
    margin-top: 12px;
    margin-bottom: 42px !important;
  }
  .counter-mobile {
    text-align: center !important;
    margin-left: -16px !important;
  }
  .counter-mobile-usa {
    margin-left: -3vh !important;
    width: 100% !important;
    text-align: center !important;
  }
  .counter-mobile-south {
    text-align: center !important;
  }
  /* .box_container .img-south {
    width: 300px !important;
  } */
  .container-img .left-image-water {
    margin-left: 37px;
    width: 73%;
  }

  .block-box-photo.photo_text_photo .box_container {
    /* height: 43% !important; */
    height: 30vh !important;
  }
  .box_container.usa-map-container {
    position: absolute;
    top: 86%;
    left: 5%;
    width: 300px;
    overflow: hidden;
    transform: none !important;
    object-fit: cover;
    object-position: center center;
    /* transform: none !important; */
  }
  .usa-map {
    width: 74%;
  }

  .box-img-chile {
    width: 69% !important;
    margin-left: 9vh !important;
  }
  .img-chile {
      left: -69px;
      width: 211px !important;
      margin-top: -128px !important;
  }
  .img-chile2 {
    width: 62% !important;
    margin-bottom: 37px !important;
  }
  .img-south-mobile{
    width: 330px !important;
  }
  .usa-titles .section_title {
    left: 5vw !important;
  }
  .text-land {
    text-align: center !important;
  }
  .title-land-h3 {
    left: -42px !important;
    width: 89% !important;
  }
  .section-title-land {
    left: -10px !important;
  }
  .text-terms {
    margin-left: 40px !important;
    text-align: center !important;
    width: 80% !important;
  }
  .img-terms {
    width: 62% !important;
    margin: 0% 0% 0 76px !important;
  }
  .header_contact2 {
    margin-top: 150px !important;
  }
  .img-contact {
    width: 60% !important;
  }
    .modalanimals .btn-close1 {
    top: 33px!important;
    }
  .animals.section_title_container .section_title {
    width: 80%;
    left: 0;
  }

  .animals.logos_stack .companies_investing {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 0;
    width: 80%;
  }

  .animals.logos_stack .companies_investing .logo_item {
    width: 50%;
  }

  .animals .logo_item img.logo_image {
    width: 80%;
  }

  .animals .logo_hover_content h4 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .animals.logos_carousel .logo_group {
    height: 60vh;
    padding: 0;
  }

  .animals.logos_carousel .companies_investing {
    width: 100%;
  }

  .animals .logo_item {
    padding: 0 1rem;
  }

  .animals.logos_carousel .logo_group {
    grid-template-columns: 1fr 1fr;
  }

  .animals .logo_hover_content .learn_more {
    padding: 0;
  }

  .animals .logo_hover_content h4 + .learn_more {
    bottom: 0.5rem;
  }
  ul.copyright-menu > li {
    padding: 0;
    display: inline !important;
    margin: 20px !important;
}
.projects_listing .project_info {
  position: relative;
  width: 80%;
  margin: -9vw auto 0 !important;
  right: initial;
}
.ag-timeline-card_point-box1 {
  right: 42px !important;
}
.ag-timeline-card_point-box2 {
  right: 42px !important;
}
.ag-timeline-card_point-box3 {
  right: 92px !important;
}
.ag-timeline-card_point-box4 {
  right: 42px !important;
}
.ag-timeline-card_point-box5 {
  right: 93px !important;
}

}
@media only screen and (max-width: 479px) {
  .ag-timeline_line {
    left: 15px;
  }
  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 15px 30px;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    transform: translateX(calc(-50% + 15px));
  }
  .ag-timeline-card_point {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 12px;
    border-width: 2px;
  }

  .ag-timeline-card_item {
    margin: 7px 3px 19px 49px;
    padding: 0px;
    left: 10px !important;
  }

  .ag-timeline-card_meta {
    font-size: 14px;
    padding: 0 5px;
  }
  .ag-timeline-card_title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ag-timeline-card_desc {
    font-size: 13px;
  }
  .categorias {
    margin-top: 50px;
    width: 100% !important;
  }
  .ag-timeline_list {
    max-width: 263px !important;
  }
  .img-argentina-2 {
    top: 24%;
    width: 54%;
    left: 35%;
    position: absolute;
  }
  .container-img {
    margin-left: 19px;
    margin-bottom: 35px;
  }
  .fw-mobile{
   font-weight: 500;
   line-height: 1.2;
   font-family: "Futura", sans-serif;
  }
}
@media (max-width: 575.98px) {
  .modalanimals .species-card-content-area {
    padding: 20px;
  }
  .modalanimals .image-container-modal {
    width: 130px;
    height: 130px;
  }
  .modalanimals .modal-title {
    font-size: 1.3rem;
  }

}
@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 95%;
  }
  .ag-timeline_line {
    left: 20px;
  }
  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px 35px;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    transform: translateX(calc(-50% + 20px));
  }
  .ag-timeline-card_item {
    margin: 10px 0 0 50px;
  }
  .ag-timeline-card_meta {
    font-size: 16px;
  }
  .cards-1 {
    margin-top: 0px !important;
  }
  .condor {
    margin-left: 35px;
    margin-top: 51px !important;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}
@media (max-width: 767.98px) {
  .modalanimals .species-card-content-area .col-md-8 {
    text-align: center;
  }
  .modalanimals .species-card-content-area .section-title-modal,
  .modalanimals .species-card-content-area p {
    text-align: left;
  }
  .modalanimals .scientific-name-modal {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .modalanimals .image-container-modal {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-dialog {
    top: 100px !important;
  }

}
@media (max-width: 768px) {
  #gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    padding: 10px;
  }

  .overlay-hover i {
    font-size: 1.5em;
  }

  .overlay-hover span {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 25px; 
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left; /* Align all text left */
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px 45px; /* Adjust padding for left alignment */
  }
  .ag-timeline-card_meta-box {
    display: inline-block; /* Show meta next to point */
    vertical-align: middle;
  }
  .ag-timeline-card_meta {
    font-size: 18px; /* Smaller meta text */
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0; /* Reset margin */
    position: absolute; /* Position point over the line */
    left: 0;
    top: 0; /* Align top */
    transform: translateX(
      calc(-50% + 25px)
    ); /* Center point over the 25px line */
    float: none; /* Reset float */
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
  }

  .ag-timeline-card_item {
    width: auto; /* Auto width */
    position: relative; /* Back to relative */
    margin: 10px 0 0 65px; /* Margin from the line/point */
    left: auto;
    right: auto;
    transform: translateX(50px); /* Start slightly off */
    opacity: 0;
    visibility: hidden;
  }

  .js-ag-active.ag-timeline_item .ag-timeline-card_item {
    transform: translateX(0); /* Animate in */
    opacity: 1;
    visibility: visible;
  }

  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    /* Overwrite previous transform */
    transform: translateX(0px);
    /* opacity: 0 ; */
    visibility: visible;
  }

  .ag-timeline-card_arrow {
    display: none; /* Hide arrow on mobile */
  }
  .ag-timeline-card_title {
    display: block;
    font-size: 16px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
  .flechapuntuada1 {
    display: none;
  }
  .flechapuntuada2 {
    display: none;
  }
  /* .ag-timeline-card_point-box1 {
    right: 34px !important;
  } */
  .ag-timeline_item {
    margin: 0px 0 0px;
    position: relative;
  }
      .card-2 {
        margin-top: 11px !important;
        margin-left: 68px !important;
    }
  /* .ag-timeline-card_point-box2 {
    right: 32px !important;
    top: 119px !important;
  }
  .ag-timeline-card_point-box3 {
    top: 246px !important;
    right: 72px !important;
  }
  .ag-timeline-card_point-box4 {
    right: 33px !important;
  }

  .ag-timeline-card_point-box5 {
    top: 307px !important;
    right: 72px !important;
  } */
  /* .img-argentina-2 {
		top: 58% !important;
    width: 34% !important;
    left: 17% !important;
    position: absolute;
}
.left-image {
    width: 67% !important;
} */

}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }

}

@media only screen and (max-width: 1199px) {
  /* Adjust breakpoint */
  .ag-format-container {
    width: 90%; /* More fluid width */
  }
}


@media (max-width: 600px) {
  .modal-content {
    width: 95%; /* Hacer el modal más ancho en pantallas pequeñas */
    padding: 15px;
  }

  .modal-footer {
    flex-direction: column; /* Apilar los botones en pantallas pequeñas */
  }

  .modal-footer button {
    margin-bottom: 10px; /* Espacio entre botones apilados */
  }
}

@media (min-width: 768px) and (max-width: 1499.99px) {
  #overlay-modal {
    top: -2190px !important;
  }
  .box-shape {
    width: 900px !important;
    margin-left: -6%;
  }
  .img-invest2{
    width: 421px !important;
    margin-left: 15% !important;
}
.block-text-number2{
  width: 45%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  left: 6vh !important;
}
.box-impact3 {
  margin-top: 10px;
  display: flex
;
  flex-direction: row;
  margin-bottom: 50px;
  margin-right: 20px;
  width: 900px;
  margin-left: -84px;
}
.block-long-text2 {
  padding: 6vh 0 !important;
}
.box-impact2 {
  margin-left: 29px;
  margin-top: 39px;
  display: flex;
  flex-direction: row;
}

}


@media (min-width: 1550px) and (max-width: 2100px) {
  #overlay-modal {
    top: -2750px !important;
  }
  .img-argentina-2 {
    top: 58% !important;
    width: 21% !important;
    left: 27% !important;
    position: absolute;
  }
  .caja1 {
    width: 1200px !important;
  }
  .box-impact2 {
    margin-left: 30px !important;
    margin-top: 41px !important;
  }

  .box-impact3 {
    position: relative;
    width: 1025px !important;
    left: -68px !important;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  .arrows1 {
    padding: 10px;
    width: 100% !important;
  }
  .img-invest2{
    width: 421px !important;
    margin-left: 25% !important;
}
  
}
@media (min-width: 1500px) and (max-width: 2500px) {
  .background-06-en {
    background-image: url("/img/Argentina/condor-final-en.png");
    background-position: 0px -17px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1000px !important;
  }
  .background-06-es {
    background-image: url("/img/Argentina/condor-final-es.png");
    background-position: 0px -17px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1200px !important;
  }
  .img-invest2{
    width: 421px !important;
    margin-left: 21% !important;
}
.text-invest{
  margin-left: -32% !important;
}
.box-shape{
  left: 1%;
  position: relative;
}
.ag-timeline_item {
 margin: 0px 188px 400px;
}
.flechapuntuada2 {
    position: absolute;
    right: 295%;
    top: 4px;
    width: 55px;
    z-index: -2;
}
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item {
    left: -38px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    right: -25px;
  
  }
}

@media (min-width: 2501px) and (max-width: 3600px) {
  .background-06-en {
    background-image: url("/img/Argentina/condor3-en.jpg") !important;
    background-position: 0px -188px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1150px !important;
  }
  .background-06-es {
    background-image: url("/img/Argentina/condor3-es.jpg") !important;
    background-position:0px -117px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1380px !important;
  }
  
.text-invest{
  margin-left: -32% !important;
}
.box-shape {
  left: 11%;
  position: relative;
}

.img-argentina-2 {
  top: 59% !important;
  width: 17% !important;
  left: 30% !important;
  position: absolute !important;
}
.left-image {
  position: absolute !important;
  width: 303px !important;
  left: 22% !important;
}
.ag-timeline_item {
    margin: 0 26px 400px;
    position: relative;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 40% !important;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  position: absolute;
  top: 0;
  z-index: 2;
  visibility: hidden;
  padding: 15px;
}
.flechapuntuada2 {
  position: absolute;
  right: 308%;
  top: -9px;
  width: 59px;
  z-index: -2;
}
.flechapuntuada1 {
  position: absolute;
  right: -213px;
  top: 30px;
  width: 92px;
  z-index: -1;
}
.img-invest{
  width: 44% !important;
    margin: 0% 2% 0% 12% !important;
}
.text-invest {
  width: 100%;
  margin-left: -37% !important;
}
.box-shape{
  position: relative;
  left: 20% !important;
}
}
