@import url('https://fonts.google.com/specimen/Open+Sans');

:root {
    --primary-color: #ff6b35;
    --secondary-color: #f7931e;
    --accent-color: #FFF4C9;
    --light-color: #FFF4C9;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--light-color) !important;
    overflow-x: hidden;
}
.bg-custom-light {
    background-color: var(--light-color) !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #141414;
}
.hero h1, .hero p {
    color: white;
}

.btn-primary, .btn-secondary, .btn-warning {
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 24px;
    font-family: 'Open Sans', sans-serif;
}

.btn-primary {
    background-color: #2d4a3e;
    border-color: #2d4a3e;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #3e6655;
    border-color: #3e6655;
    transform: translateY(-2px);
}
.btn-primary:active {
    background-color: #2d4a3e !important;
    border-color: #2d4a3e !important;
}

.btn-secondary {
    background-color: green;
    border-color: green;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: rgb(0, 175, 0);
    border-color: rgb(0, 175, 0);
    transform: translateY(-2px);
}

.btn-secondary:active {
    background-color: green !important;
    border-color: green !important;
}

.btn-warning {
    background-color: gray;
    border-color: gray;
}

.bg-brown-custom {
    background-color: #B2AF84;
}

.bg-custom-footer {
    background-color: #CE6516 !important;
}
.card{
  background-color: rgb(248,245,228);
  color: #2d4a3e;
}
.card:hover{
  border-color:  #2d4a3e;
}
.modal-content{
  background-color: rgb(248,245,228);
  color: #2d4a3e;
}
.card-img-top {
    height: auto;           /* 40% del alto de la pantalla */
    width: 65vw;            /* Que se adapte al ancho */
    object-fit: cover;      /* Recorta la imagen de forma elegante */
    overflow: hidden;       /* Por si acaso */
    margin-top: 1rem;
    border-radius: 1rem;
  }
.card-img-show {
    height: auto;           /* 40% del alto de la pantalla */
    width: 48vw;            /* Que se adapte al ancho */
    object-fit: cover;      /* Recorta la imagen de forma elegante */
    overflow: hidden;       /* Por si acaso */
    margin-bottom: 1rem;
    border-radius: 2rem;
  }
p {
    font-size: 2rem;
  }
h5, h6 {
    font-size: 2rem;
  }
button, a {
    font-size: 2rem !important;
  }
.bg-image{
  background-image: url('../img/back.png');
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  height: 20vh;
  display: flex;                  /* ← clave para alinear el contenido */
  align-items: center;           /* centra verticalmente */
  justify-content: flex-end;     /* empuja el contenido al lado derecho */
}
.contenido-texto {
  width: 42.5%; /* Solo usa el 50% derecho */
  text-align: right;
}
/* Estilos del título */
.titulo-productos {
  font-size: 4.25rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-stroke: 0.25rem #2d4a3e;
  text-align: center;
}
.bg-verde {
  background-color: #2d4a3e;
  display: flex;                  
  align-items: center;
  justify-content: center;
}
.video-producto {
  width: 90vw;
  height: auto;
  border-radius: 1rem;
}
.a-ex{
  all: unset; /* Elimina todos los estilos CSS heredados o aplicados */
  text-align: center; /* Añades solo lo que quieres */
  display: inline-block;
  color: #141414;
  font-size: 1.8rem !important;
}
.f-fo{
  text-align: center;
}
hr{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .card-img-top {
    height: auto;          
    width: 22vw;            
    object-fit: cover;      /* Recorta la imagen de forma elegante */
    overflow: hidden;       /* Por si acaso */
    margin-top: 0.5rem;
    border-radius: 1rem;
  }
  .card-img-show {
    height: auto;           
    width: 65vh;            /* Que se adapte al ancho */
    object-fit: cover;      /* Recorta la imagen de forma elegante */
    overflow: hidden;       /* Por si acaso */
    margin-bottom: 0.5rem;
    border-radius: 2rem;
  }
  p {
    font-size: 1rem;
    text-align: center;
  }
  h5, h6 {
    font-size: 1.2rem;
    text-align: center;
  }
  button, a {
    font-size: 1rem !important;
  }
  .bg-image{
    background-image: url('../img/back.png');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    height: 50vh;
    display: flex;                  /* ← clave para alinear el contenido */
    align-items: center;           /* centra verticalmente */
    justify-content: flex-end;     /* empuja el contenido al lado derecho */
    width: 59%;
  }
  .contenido-texto {
    width: 43%; /* Solo usa el 50% derecho */
    text-align: right;
  }
  /* Estilos del título */
  .titulo-productos {
    font-size: 3.58rem;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-stroke: 0.15rem #2d4a3e;
    text-align: center;
  }
  .bg-verde {
    background-color: #2d4a3e;
    width: 41%;
    height: 50vh;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;  
  }
  .video-producto {
    width: auto;
    height: 47vh;
    border-radius: 1rem;
  }
  .a-ex{
    all: unset; /* Elimina todos los estilos CSS heredados o aplicados */
    text-align: center; /* Añades solo lo que quieres */
    display: inline-block;
    color: #141414;
    font-size: 1.25rem !important;
  }
  .f-fo{
    text-align: left;
  }
  .special-align{
    text-align: left !important;
  }
}
@media (max-width: 1024px) {
  .special-align{
    text-align: center !important;
  }
}