@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #efbe39;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    --primary-gradient: linear-gradient(135deg, #ffc72e 0%, #eac20c 100%);
    --bg-gradient: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    --shadow-primary: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-card: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --border-radius: 1.5rem;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background: linear-gradient(97deg, #e3b707 0%, #fff8d5 50%, #ffffff 100%);

}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}


body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 50%);
  z-index: -1; 
}


h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
}

.no-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}

.text-brand {
    color: var(--brand) !important;
}

.owl-nav{
    display: none !important;
}

 /* slide */
 .slide {
     min-height: 80vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/bg_banner.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/bg_banner2.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/bg_banner_movil.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/bg_banner_movil.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slide1 .col-12.col-lg-10.offset-lg-1.text-white {
    text-align: center !important;
    justify-content: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slide1 .display-3 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 145px;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: black;
    background-color: rgb(173 159 44 / 25%);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #5f5d5a;
;
    color: var(--brand);
}

.select-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: black;
    background-color: rgb(173 159 44 / 25%);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.select-social a:hover {
    background-color: #fff;
    color: var(--brand);
}

.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #7d6523;
    border-color: #7d6523;
    color: #fff;
}

.intro {
text-align: center;}

.intro p {
    max-width: 90%;
    padding: 20px;
    line-height: 25px;
    font-size: 25px;
    text-align: justify;
  }
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, #efbe3985 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6,
.project p {
    color: #fff;
}

.project p{
    max-width: 400px;
}


.blog-post {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  text-align: center;
}
.blog-post img {
  border-radius: 8px;
}
.blog-post .tag {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 12px;
  background: #007bff;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

.ratio{
    max-height: 500px !important;
}

.ratio::before {
    padding-top: 500px;}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color:rgb(228 182 58 / 25%);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

/* Banner principal para desktop */
#reviews {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                url(../img/fodobannner1.jpg) center center / cover no-repeat;
    width: 100%;
    background-size: cover;
    height: 510px;
    margin: 0;
    position: relative;
}


/* Cambio de imagen para móviles */
@media (max-width: 768px) {
  #reviews {
    background: linear-gradient(179deg, rgb(255 255 255 / 0%), #b8a77b2b, #f1c95e80), url(../img/fodobannner2.jpg)
      #a9a9a900;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }
}

@media (max-width: 992px) {
  #reviews {
    height: 450px;
  }
  .form-right{
    padding-right: 0px !important;
  }
  #blog-carousel .owl-item {
    padding: 0px !important;
  }
}

@media (max-width: 480px) {
  #reviews {
    height: 350px;
    background-image: url(../img/fodobannner2.jpg); /* opcional */
  }
  #instagram-carousel .item {
    padding: 15px !important;
  }

  .form-right{
    padding-right: 0px !important;
  }
  #blog-carousel .owl-item {
    padding: 0px !important;
  }
  
}



/* Estilos del contenido del review (mantienen los existentes) */
.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  max-width: 768px;
  margin: auto;
  padding: 2rem 1rem;
}

.review .bxs-quote-alt-left {
  font-size: 120px;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
  border: 3px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background: #fff;
    box-shadow: var(--shadow);
    border:1px solid rgb(239 190 57 / 72%)
}
.blog-post1 {
    position: relative;
    background: #fff !important;
    box-shadow: var(--shadow);
    border: 1px solid rgb(239 190 57 / 72%)
}

.blog-post .content {
    padding: 10px;
}

.blog-post a {
    font-size: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    border-bottom: ridgev !important;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgb(239 190 57), rgb(219 177 59)), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efbe39;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}





a.button-1, a.button-2, button {
    color: #fff;
    background: #5dae87;
    border: 2px solid #f3da98c9 ;
    border-radius: 10px;
    margin-top: -2px;
    margin-left: 10px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    display: inline-block;
    width: 280px;
    margin: 10px;
    text-align: center;
    padding: 18px 0;
}

.owl-dots{
    display: none;
}

.social{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
}

.social .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.logo{
    top: 15px;
    left: 15px;
    right: 15px;
    width: 100px;
    height: auto;
    z-index: 1000;
}


/* Opcional para ajustar centrado del formulario verticalmente */
.email-list-section {
    color: #fff;
    padding: 0px; /* Ya tenemos altura fija */
    padding-top: 80px;
}


.bg-image {
  position: relative;
  background: url(../img/form1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 730px;
  border-radius: 15px;
  overflow: hidden;
}


@media (max-width: 767.98px) {
  .space-form {
      padding: 0px 35px 0px 23px !important;
    }
      .bg-image {
    min-height: 500px;
  }
  
}


.bg-yellow {
    background-color: #f0be38;
    min-height: 550px;
}

.text-wrapper {
  width: 100%;
  padding: 0 20px;
}


/* Tarjeta del formulario */
.form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    box-shadow: var(--shadow-primary);
    border: 1px solid rgb(239 190 57 / 72%);
    overflow: hidden;
}

.form-content {
  padding: 3rem 2.5rem;
}

/* Título del formulario */
.form-title {
  font-size: 3rem;
  font-weight: 800;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.form-subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.title-divider {
  width: 5rem;
  height: 0.25rem;
  background: var(--primary-gradient);
  margin: 0 auto 2rem;
  border-radius: 0.125rem;
}

/* Labels del formulario */
.form-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.form-label i {
  color: #f5b30b;
  font-size: 1rem;
}

/* Inputs personalizados */
.custom-input {
  height: 3rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  background-color: rgba(249, 250, 251, 0.5);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  transition: var(--transition);
}

.custom-input:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.2);
  background-color: white;
}

.custom-input:hover {
  border-color: #d1d5db;
}

.custom-input.is-invalid {
  border-color: #ef4444;
}

.custom-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 68, 68, 0.2);
}

/* Botón de envío */
.custom-submit-btn {
  height: 3.5rem;
  background: var(--primary-gradient);
  border: none;
  border-radius: 0.75rem;
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.custom-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #fbc628 0%, #7d6523 100%);
}

.custom-submit-btn:active {
  transform: translateY(0);
}

.custom-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.button-form{
    position: relative;
    right: 10px;

}

.form-right{
  padding-right: 40px;
}

/* Términos y condiciones */
.terms-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.terms-link {
  color: #a68b5d;
  text-decoration: underline;
  font-weight: 600;
  transition: var(--transition);
}

.terms-link:hover {
  color: #f5b30b;
}

/* Sección de beneficios */
.benefits-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.benefit-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-card {
  animation: fadeInUp 0.6s ease-out;
}

.image-container {
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

/* Responsive */
@media (max-width: 991.98px) {
  .form-content {
    padding: 2rem 1.5rem;
  }

  .form-title {
    font-size: 2.5rem;
  }

  .main-container {
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .form-content {
    padding: 1.5rem 1rem;
  }

  .form-title {
    font-size: 2rem;
  }

  .benefit-item {
    font-size: 0.8rem;
  }

  .benefits-section .d-flex {
    gap: 1rem !important;
  }
}

.space-container{
    padding: 30px;
  }
.space-containerS{
      padding-top: 80px;
    padding-bottom: 40px;
}

.btn:hover {
    color: white;
}

.iframe-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
}

#instagram-carousel .item { 
    background: linear-gradient(43deg, rgba(255, 76, 41, 0) 0%, #efbe3914 100%);
    border-radius: 12px;
    height: 500px;
}

#tiktok-carousel .item {
    background: linear-gradient(43deg, rgba(255, 76, 41, 0) 0%, #efbe3914 100%);
    border-radius: 12px;
    height: 500px;
}

.css-vptvdy {
    max-width: 325px !important;
    margin: 0px !important;
}

#blog-carousel .owl-item {
  padding: 30px; /* o lo que necesites */
  border-radius: 12px; /* opcional: diseño moderno */
}

.footer-bottom {
  background-color: #606060; /* o el color que uses */
  color: #fff;
}

.footer-bottom img {
  max-width: 60px;
  height: auto;
}

@media (max-width: 576px) {
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}




.bg-golden {
    background: linear-gradient(135deg, #DAA520, #B8860B);
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.text-shadow-strong {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.letter-spacing-wide {
    letter-spacing: 0.05em;
}

.line-height-tight {
    line-height: 0.9;
}

.main-title {
    font-size: clamp(3rem, 8vw, 8rem);
}

.subtitle-text {
    font-size: clamp(1.2rem, 3vw, 2.5rem);
}

@media (max-width: 768px) {
    .main-title {
        font-size: clamp(2rem, 11vw, 4rem);
    }
    .subtitle-text {
        font-size: clamp(1rem, 4vw, 1.5rem);
    }
}

.vh-100 {
    height: 800px !important;
}