:root {
  /* --indian-red: #eb5757; */
  --indian-red: #ab4040;
  --white-smoke: #f9f9f9;
  --calaba: #14140c;
  --calabazaoscuro: #d17603;
  --calabaza: #da8f02;
  --dim-grey: #525252;
  --brown: #ab4040;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --cafeoscuro: #3b1a0b;
  --fontName: Tropikal;
  --font2Name: Nunito;
  --navbar-bck: #880702 ;
  --navbar-bck-hover: #4d180a;

}

/* @font-face {
  font-family: 'Sage';
  src: url(../assets/webfonts/sage-webfont.ttf) format('truetype');
} */

@font-face {
  font-family: 'Tropikal';
  src: url(/assets/webfonts/Tropikal-Bold.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url(/assets/webfonts/Nunito-VariableFont_wght.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
html {
  margin: 0;
  padding: 0;
  width: 100%; 
}
body {
  color: #333;
  font-family: var(--font2Name);
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding: 0;
  margin: 0;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--indian-red);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.banner {
  color: var(--white-smoke);
  background-color: #222;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  font-size: 12px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.contact {
  position: absolute;
  inset: 10%;
}

.input {
  border: 1px solid var(--calaba);
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus {
  border-color: var(--indian-red);
}

.input::placeholder {
  color: var(--dim-grey);
}

.hero-section {
  
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.hero-section.about-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(360deg, #222, #2220), url('../images/Habia-una-vez....webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 0;
}

/* Base styles */
.navbar {
  background-color: var(--navbar-bck);
  padding:29px;
  margin-bottom: 0;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu {
  display: none;
  flex-direction: column;
  align-items: center;
}

.nav-button {
  display: block;
  cursor: pointer;
}

.nav-link {
  color: var(--white-smoke);
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.nav-link:hover {
  background-color: var(--navbar-bck-hover);
}
.nav-menu.show {
  display: flex !important; 
}
.dropdown-content {
  position: static;
  left: 30px;
  border-radius: 10px;
  display: none;
  background-color: var(--navbar-bck);
  color: var(--white-smoke);
  width: 100%;
}

.dropdown:hover .dropdown-content {
  display: block;
  color: var(--white-smoke);
  
}


.instagram {
  min-height: 550px;
}

.footer {
  background-color: var(--navbar-bck);
  padding-bottom: 10px;
  padding-left: 30px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px;
}

.social-footer-link {
  margin-left: 50px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .4;
}

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 1px;
}

.content-section {
  padding-top: 0px;
  padding-bottom: 10px;
}

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 12ch;
}

.lahistoria {
  color: #fff;
  font-family: var(--fontName);
  text-align: center;
  margin-top: -6px;
  margin-bottom: auto;
  padding-top: 219px;
}
.h3-lahistoria {
  color: #fff;
  font-family: var(--fontName);
  text-align: center;
  margin-bottom: auto;
  padding-top: 1px;
}

.image {
  display: block;
}

.owner-bios-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}
.owner-avatar-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  
}
.owner-bio {
  flex: 1 1 300px; /* Create 3 columns with a gap */
  max-width: 300px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* Ensures even spacing */
  height: 100%; /* Make each column the same height */
}

.owner-bio-paragraph {
  font-size: 1em;
  
  color: #666;
  
}
.imagenachicar {
  width: 60%; /* Ajusta el tamaño de las imágenes inferiores */
  height: auto;
  margin-top: 10px;
  border-radius: 8px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-left {
  width: 30%;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-hero-section {
  margin-left:30px;
  background-color: transparent;
  opacity: 1;
  color: var(--calaba);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hero-bg-wrapper {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 55px;
}

.error {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 5px;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, #2222226b, var(--calaba)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 360px;
  display: flex;
}

.container-2 {

  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-2 {
  color: var(--calaba);
  font-family: var(--fontName);
}

.cf-mission-image {
  z-index: 1;
  box-sizing: border-box;
  float: none;
  clear: both;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;

  
  
}

.cf-mission-image._1 {
  vertical-align: baseline;
  overflow: auto;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  width: 100%;
  display: flex;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 80%;
    height: auto;
  margin-top: 32px;
  margin-bottom: 0px;
  }

.cf-h3-heading-40px {
  color: #615f5f;
  font-family: var(--fontName);
  line-height:100%;
}
.centered-div {
    width: 60vw;
    margin: 0 auto; /* Centra el div horizontalmente */
    text-align: center; 
  }

.cf-heading-animation-div {
  width: auto;
}

.cf-mission-text-container {
  z-index: 111;
  text-align: center;
  order: 1;
  align-items: center;
  width: 100%;
  max-width: 750px;
 padding: 10px;
  display: block;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
  
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: -70px;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  max-width: 1190px;
  padding-top: 88px;
  padding-bottom: 160px;
}

.cf-mission-section {
  color: #fff;
  mix-blend-mode: normal;

  position: relative;
}
.contenedor-imagen {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50%;
  max-width: 340px;
  height: 50%;
  margin-left: 477px;
  display: flex;
}

.contenedor-imagen.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.container-3 {
  object-fit: scale-down;
  display: flex;
  position: relative;
}

.imagen {
  vertical-align: middle;
  border-radius: 20px;
  width: auto;
  max-width: 80%;
  height: auto;
  display: inline-block;
  position: relative;
}


@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }



  /* .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .nav-button {
    color: var(--white-smoke);
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: var(--calaba);
    border-radius: 5px;
  }
  .nav-menu {
    background-color: var(--navbar-bck);
    width: 80vw;
    padding-top: 20px;
    padding-bottom: 20px;
  } */

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    background-image: linear-gradient(to right, var(--calaba), #2222222e 100%), url('../images/MaletaIA.webp');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    width: 100%;
    height: 80vw;
  }

  .row {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

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

  #logocachivache {
    display: none;
  }

  .nav-menu {
    display:none; /* Start with the menu hidden */
    flex-direction: column; /* Display items in a column for smaller screens */
    align-items: flex-start;
    background-color: var(--navbar-bck); /* Match your navbar background color */
    position: absolute;
    top: 60px; /* Adjust this value as needed */
    left: 0;
    padding-left: 20px; /* Add padding to the left of the menu items */
    width: 100%; /* Make the menu take the full width */
    z-index: 1000; /* Ensure it sits on top of other elements */
  }
  .nav-menu.show {
    display: flex !important; /* Display the menu when the 'show' class is added */
  }
  
  .nav-link {
    padding: 15px 0; /* Adjust padding for mobile view */
    text-align: center; /* Center the text */
    border-bottom: none; /* Add a divider between items */
  }

  .nav-button {
    display: block; /* Ensure the button is displayed */
    cursor: pointer;
    position: absolute;
    top: 15px; /* Adjust the position as needed */
    left: 20px; /* Adjust the position as needed */
    z-index: 1001; /* Ensure it appears above other elements */
  }
  .nav-button.open .w-icon-nav-menu {
    background-color: transparent; /* Hide the middle bar */
  }
  
  .nav-button.open .w-icon-nav-menu::before {
    transform: rotate(45deg);
    top: 0; /* Center the bar */
  }
  
  .nav-button.open .w-icon-nav-menu::after {
    transform: rotate(-45deg);
    bottom: 0; /* Center the bar */
  }

  .w-icon-nav-menu {
    width: 30px; /* Size of the hamburger icon */
    height: 3px; /* Thickness of each line in the hamburger */
    background-color: var(--white-smoke); /* Color of the lines */
    display: block;
    position: relative;
    margin: 5px 0; /* Spacing between lines */
  }

  /* Create two more lines for the hamburger icon */
  .w-icon-nav-menu::before,
  .w-icon-nav-menu::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--white-smoke);
    display: block;
    position: absolute;
    left: 0;
  }

  .w-icon-nav-menu::before {
    top: -8px; /* Adjust spacing for the top line */
  }

  .w-icon-nav-menu::after {
    bottom: -8px; /* Adjust spacing for the bottom line */
  }
}



  .owner-bios-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .cf-h3-heading-40px {
    font-size: 26px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }


 @media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    padding: auto;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .why-acme-block {
    width: 100%;
  }

  .contact-image-div {
    background-position: 0 0, 50% 35%;
    width: 100%;
    height: 80vw;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }
} 

/* Responsive styles */
@media (min-width: 768px) {
  .nav-button {
    display: none;
  }
  .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .dropdown-content {
    position: absolute; /* Mantiene la posición relativa para control */
    left: 30px; /* Ajusta el desplazamiento hacia la derecha */
    top: 0; /* Alinea hacia abajo del enlace principal */
    background-color: #a73422; /* Color de fondo del submenú */
    padding: 10px; /* Espaciado interno para mejor apariencia */
    border-radius: 5px; /* Bordes redondeados */
    z-index: 1000; /* Asegura que el submenú esté por encima del resto */
}
.dropdown-content a {
  display: block;
  color: white; /* Color del texto */
  text-decoration: none;
  padding: 5px 2px; /* Espaciado interno */
}

.dropdown-content a:hover {
  background-color: #7a291a; /* Color de fondo en hover */
}

  .dropdown:hover .dropdown-content {
    display: block;
  }
}

/* CSS ACM */
.animate {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* botones */
.boton-container {
  display: flex;
  justify-content: center;
  gap: 20px; /* Espacio entre botones */
  margin-top: 20px 0; /* Margen superior para separarlo del contenido anterior */
}

.minimal-button {
  background-color: #a73422; /* Color acorde a la paleta del encabezado */
  color: #fff; /* Texto en blanco */
  border: none; /* Sin borde para un look minimalista */
  padding: 10px 20px; /* Espaciado interno */
  font-size: 1rem; /* Tamaño de fuente */
  font-weight: bold; /* Resalta el texto */
  border-radius: 5px; /* Bordes redondeados */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  transition: background-color 0.3s ease; /* Transición para efecto hover */
  margin: 0 16vw /* Espacio horizontal entre botones */
}

.minimal-button:hover {
  background-color: #7a291a; /* Color de fondo más oscuro al hacer hover */
}



/* feed-instagram */
.overflow {
  overflow: hidden;
}


.contenedor-galery{
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.main-galery{
  width: 100%;
  height: 7%;
  display: flex;
  align-items: center;
  position: relative;
}

.chevron span{
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  font-size: 1.5rem;
  color: rgb(157,217,238);
  width: 2.3rem;
  height: 2.7rem;
  background-color: rgba(23,23 ,23, 0.9);
  border-radius: 100%;
  cursor: pointer;
}
.chevron span:hover{
background-color: rgba(23,23 ,23, 0.6);
}
.chevron #prev{
  padding-right: .5rem;
  justify-content: flex-end;
  left: -1.9rem;
}
.chevron #next{
  padding-right: .5rem;
  justify-content: flex-start;
  right: -1.9rem;
}
.galery{
  display: flex;
  flex-wrap: nowrap;
  
}
.image{
max-width: 250px;
min-width: 25%;
height: 100%;
margin: 5px 5px;
position: relative;
border-radius: 10px;

}
.image img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center ;
}
.image .opacity-hover {
  
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateY(350px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.image:hover .opacity-hover {
  transform: translateY(0);
  opacity: 1;
}

.opacity-hover{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: background-color 350ms linear;
}
.opacity-hover:hover{
  background-color: rgba(2,2,2,0.8);
}

embed {
width: 600px;
height: 600px;
position: absolute;
margin: 5px;
overflow: hidden;
}


/* feed-instagram */

.caption {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center; 
  position: absolute; 
  color: var(--white-smoke);
  font-size: x-small ;
  line-height: 1.4;
  transition: all 0.4s ease;
  
}

.caption p {
  margin: 10px;
  align-items: center;
  text-decoration: none;
}

.image-text-wrap {
  display: block;
}

.image-text-wrap img {
  float: left; /* Float the image to the left */
  margin-right: 15px; /* Space between the image and the text */
  margin-bottom: 0px; /* Optional: Space below the image */
}

.image-text-wrap p {
  /* Ensure that the text wraps around the image */
  line-height: 1.6; /* Optional: Adjust line height for better readability */
}


/* Responsive adjustments */ 
@media screen and (max-width: 767px) {

  .caption {
      font-size: 0.5em;
  }
}

@media screen and (max-width: 479px) {
  .galery {
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
  }
  .chevron  {
      display: none;
  }

  .caption {
      display: none;
      /* font-size: 12px;
      bottom: 10px;
      left: 10px;
      right: 10px; */
  }
  .image {
      max-width: 100%;
  }

}
/* Estilo 3 ultimos blogs */
.cachivache-section {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

.card {
  width: 200px;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


.button {
  padding: 10px 20px;
  background-color: #273046; /* Button color */
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-family: var(--font2Name);
  font-size: 0.9em;
  position: absolute;
  bottom: 15px; /* Positioning at the bottom */
  right: 15px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #486A92; /* Change this color for hover effect */
}
/* Colores Tarjetas */
.azulacero {
  background-color: #4c6f99; /* Match this color to your design */
  color: #d17603;
  border: 1px solid #4c6f99;
}
.azulmedianoche {
  background-color: #002f5b; /* Match this color to your design */
  color: #d17603;
  border: 1px solid #273046;
}

.cafeoscuro {
  background-color: #4d180a; /* Match this color to your design */
  color: #d17603;
  border: 1px solid #273046;
}

.cobre {
  background-color: #d17603;
  color: #4c6f99;
  border: 1px solid #273046;
}
.negrooliva {
  background-color: #14140c;
  color: #ffffff;
  border: 1px solid #273046;
}
.rojoanaranjado {
  background-color: #fe2b00;
  color: #002f5b;
  border: 1px solid #273046;
}
.rojooscuro {
  background-color: #880702;
  color: #ffffff;
  border: 1px solid #273046;
}
.sienaoscura {
  background-color: #3b1a0b;
  color: #4c6f99;
  border: 1px solid #273046;
}
.varaoro {
  background-color: #da8f02;
  color: #002f5b;
  border: 1px solid #273046;
}
.blanco {
  background-color: #ffffff;
  color: #002f5b;
  border: 1px solid #273046;
}
/* Dropdown nav menu styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--navbar-bck);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown-content a {
  color: rgb(247, 245, 245);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: var(--navbar-bck-hover);
}

/* Display the dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
 /* container blog e iniciativas */
 .columnas-iniciativas {
   background-color: var(--calabaza);
   padding: 20px;
 }  
 .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20vw;
  margin: 20px;
  height: auto;
}

.content-section, .program-section {
  display: flex;
  flex-direction: column;
  align-items:center ;
  justify-content: flex-start; /* Align content to the top */
  
}

h2 {
  text-align: center;
  font-family: var(--fontName2);
}
h4 {
  text-align: left;
  font-family: var(--fontName);
  font-size: 22px;
  
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.grid-containerini {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.grid-container .info-box:first-child {
  grid-column: span 2;
  justify-self: center;
}

.info-box {
  width: 250px;
  height: 250px;
  border: 1px solid #0a0a0a;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  
  
}
.info-box h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.info-box p {
  margin-left: 10px;
  margin-top: 5px;
}

.action-button {
  background-color: #2a3f55;
  color: white;
  border: none;
  padding: 10px 10px;
  border-radius: 8px;
  
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: auto; 
  margin-top: auto;
  align-items: center;
}
.p {
  margin-left: auto; 
}
.action-button:hover 
{
  background-color: #1b2d41;
}

.divider-line {
  border-left: 3px solid #0d3b66;
  height: 100%;
  align-self: stretch;
}
.content-section-nos {
  
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #f9f9f9; /* Fondo claro para diferenciar secciones */
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.main-wrapper-nos {

  margin: 20px;
  height: auto;
  
  width: auto;
}

.main-wrapper-nos h2 {
  text-align: center;
  color: var(--calaba);
  font-family: var(--fontName);
  margin-bottom: 15px;
}

.main-wrapper-nos h3 {
  color: var(--calaba);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.main-wrapper-nos p {
  text-align: justify;
  color: #666;
  line-height: 1.6;
}

.main-wrapper-nos ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #666;
}

.main-wrapper-nos ul li {
  margin-bottom: 10px;
}
.linkedin-icon {
  color: #0077b5; /* Color oficial de LinkedIn */
  margin-right: 8px; /* Espacio entre el icono y el nombre */
  text-decoration: none; /* Sin subrayado */
}

.linkedin-icon i {
  font-size: 1.2em; /* Tamaño del icono */
  vertical-align: middle; /* Alineación vertical con el texto */
}
/* Estilos para el formulario de contacto */
form#contactForm {
  background-color: #f9f9f9; /* Fondo suave */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: auto;
}

form#contactForm div {
  margin-bottom: 15px;
}

form#contactForm label {
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-family: var(--font2Name);
}

form#contactForm input[type="text"],
form#contactForm input[type="email"],
form#contactForm input[type="file"],
form#contactForm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  font-family: var(--font2Name);
  transition: border-color 0.3s ease;
}

form#contactForm input[type="text"]:focus,
form#contactForm input[type="email"]:focus,
form#contactForm input[type="file"]:focus,
form#contactForm textarea:focus {
  border-color: var(--indian-red); /* Color de enfoque */
  outline: none;
}

form#contactForm textarea {
  resize: vertical;
  min-height: 120px;
}

form#contactForm button[type="submit"] {
  background-color: var(--indian-red); /* Color principal */
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: var(--font2Name);
  width: 100%;
}

form#contactForm button[type="submit"]:hover {
  background-color: #7a291a; /* Color oscuro al pasar el cursor */
}
