:root {
  --clr-gray-light: #d7dfe2;
  --clr-gray-lightmed: #a2a9ab;
  --clr-gray-med: #616b74;
  --clr-gray-dark: #3a5470;
  --clr-primary: white
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.btn {
  background: var(--bs-orange);
  color: white;
}

.btn:hover {
  background-color: orangered;
}

.section-title h2 {
  text-shadow: 1px 1px 2px #4444;
}

#topbar {
  border-bottom: 1px solid white;
}

#topbar span {
  font-size: 11.5px;
}

#topbar span a {
  font-size: 11.5px;
  color: white;
  text-decoration: none;
}

#topbar span a:hover {
  color: white
}

/*****************************
    NavBar
******************************/
.logo {
  font-family: 'Indie Flower', cursive;
  color: var(--bs-orange);
  letter-spacing: 1px;
  font-style: normal;
  word-spacing: -10px;
  font-size: 30px;
  text-decoration: overline
}

.nav-item a {
  font-size: 16px;
  font-family: 'Karla', sans-serif;
  color: white;
  font-weight: 600
}

.nav-item a:hover {
  color: white;
  text-decoration: none;
  font-size: 17px;
}

header nav ul.action-menu .nav-item .nav-link {
  margin: 0px 20px;
  font-size: 18px;
}

.navbar-toggler {
  outline: none !important;
  outline-color: transparent !important;
  padding: none !important;
  border: none !important;
  border-radius: none !important;
  color: white;
  font-size: 2rem;

}

@media(max-width: 567px) {}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.content h1 {
  font-size: 40px;
  color: var(--bs-orange);
  margin-bottom: 10px;
  font-weight: bolder;
  font-family: sans-serif;
  letter-spacing: -2px;
}

.content h6 {
  font-size: 15px;
  color: black;
  carousel-item: before;
  font-weight: bold;
  margin-top: 10px;
}

.about-us {
  display: flex;
  align-items: center;
  width: 85%;
  margin: auto;
}

.about-us img {
  flex: 0 50%;
  max-width: 50%;
  height: auto;
}

.content {
  padding: 35px
}

.content h2 {
  color: black;
  font-size: 24px;
  margin: 15px 0px;
}

.content p {
  color: black;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0px;
}

@media (max-width:768px) {
  .about-us {
    flex-direction: column;
  }

  .about-us img {
    float: 0 100%;
    max-width: 100%;
  }

  .content {
    flex: 0 100%;
    max-width: 100%;
    padding: 15px;
  }
}

@media (max-width: 1024px) {

  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }

  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.quality {
  background-color: rgb(10, 10, 32) !important
}

.quality h5 {
  position: relative;
  color: var(--bs-orange);

}

.quality h5::after {
  content: '';
  background: white;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.quality a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.quality .exp {
  font-size: 13px
}

.course .box {
  padding: 10px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.course .box img {
  border-radius: 5px;
}

.course .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.sub-heading {
  font-size: 40px;
  font-weight: bold;
}

#features {
  list-style: disc;
}

.center-vaertical {
  display: flex;
  width: 100%;
  min-height: auto;
  align-items: center
}

.about-us-section {
  width: 100%;
  padding: calc(5%+30%)0px;
}

.about-us-section .img-head {
  position: relative;
}

.about-us-section .img-head img {
  width: 100%;
}

.about-us-section .img-head::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}

.about-us-section .text-head {
  font-size: 20px;
  color: rgb(10, 10, 32)
}

.about-us-section .break-small {
  width: 80px;
  height: 3px;
  background-color: rgb(10, 10, 32)
}

.features li {
  list-style: none;
  line-height: 2.5rem;
  color: rgb(10, 10, 32)
}

.about-us-section .box {
  background-color: rgb(10, 10, 32);
  color: white;
  text-align: center;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
}

.about-us-section .box i {
  font-size: 30px;
}

.about-us-section .box h4 {
  font-size: 14px;
}

.about-us-section .box p {
  font-size: 12px;
}

footer {
  width: 100%;
  background-color: rgb(10, 10, 32);
  height: auto;
}

.our {
  width: 100%;
  height: auto;
  padding: 0 8%;
}

.our h5 {
  text-align: center;
  padding-top: 5%;
  position: relative;
  color: rgb(10, 10, 32);
  font-weight: bold;

}

.our h5::after {
  content: '';
  background: rgb(10, 10, 32);
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px
}

.ou {
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: rgb(10, 10, 32);
  border: 2px solid grey;
  color: white
}

.our h1 {
  color: rgb(10, 10, 32);
  font-weight: bolder;
  font-size: 25px;
  padding-bottom: 4%;

}

.ou i {
  font-size: 40px;
  margin-bottom: 10px;
  color: white
}

.ou h2 {
  margin-bottom: 8px;
  color: white
}

#contact {
  width: 100%;
  height: 100%;
}


.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control {
  max-width: 400px;
  background-color: #fff;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid rgb(10, 10, 32)
}

textarea {
  max-width: 400px;
  background-color: #fff;
  color: #fff;
  height: 100px;
  letter-spacing: 1px;
  border: 2px solid rgb(10, 10, 32)
}

.send-button {
  margin-top: 15px;
  height: 35px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  color: #aaa;
}

.contact-text {
  color: rgb(10, 10, 32);
  font-size: 15px;
  /* font-weight: bold */
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 36.5px;
}

.contact-text-title a {
  color: var(--bs-orange);
  text-decoration: none;
  padding-left: 70px;
}

.contact-text a {
  color: rgb(10, 10, 32);
  text-decoration: none;
  transition-duration: 0.2s;
  font-size: 15px;
  margin-left: 15px;
}

.contact-text a:hover {
  color: rgb(10, 10, 32);
  text-decoration: none;
}

.copyright {
  color: rgb(10, 10, 32);
  font-family: sans-serif;
  margin-left: 60px;
  font-size: 15px;
}


/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }

  .direct-contact-container,
  .form-horizontal {
    margin: 0 auto;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }

  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .form-control,
  textarea {

    margin: 0 auto;
  }


  .name,
  .email,
  textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }

  .social-media-list {
    left: 0;
  }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

.footer-basic {
  color: #4b4c4d;
}

iframe {
  width: 100%;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social>a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social>a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.list-unstyled li a {
  text-decoration: none;
  font-size: 13px;
}

.list-item h3 a {
  font-size: 25px;
}


.comments-list {
  max-height: 300px; /* Ajusta esta altura según sea necesario */
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f9fa; /* Fondo claro para los comentarios */
}

.comment-body {
  background-color: #fff; /* Fondo blanco para cada comentario */
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.comments-list {
  max-height: 300px; /* Ajusta esta altura según sea necesario */
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f9fa; /* Fondo claro para los comentarios */
}

.comment-body {
  background-color: #fff; /* Fondo blanco para cada comentario */
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.rating {
  font-size: 1.2em;
  color: #ffd700; /* Color dorado para las estrellas */
}


/* ==== Ajuste visual uniforme de las imágenes de servicios ==== */
#services img {
    width: 90%;
    height: 280px;           /* 🔧 puedes ajustar entre 200–280 según el diseño */
    object-fit: cover;       /* mantiene proporción sin deformar */
    border-radius: 10px;     /* esquinas suaves */
    transition: transform 0.3s ease, filter 0.3s ease;
}

#services img:hover {
    transform: scale(1.05);  /* pequeño zoom al pasar el mouse */
    filter: brightness(1.1);
}

/* Opcional: para uniformar tarjetas */
#services .card-body {
    min-height: 50px;       /* asegura mismo alto en texto */
}

/* Formulario contacto – estilo pro */
#contact .card { background-color: #fff; }
#contact .form-control,
#contact .input-group-text {
  border-radius: 12px;
}
#contact .form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.15);
  border-color: #0d6efd;
}
#contact .btn-primary {
  border-radius: 12px;
}
#contact .btn-outline-secondary {
  border-radius: 12px;
}

/* Comentarios – hereda el look del contacto */
#comments .card { background: #fff; border-radius: 16px; }
#comments .scroll-area {
  max-height: 350px;
  overflow-y: auto;
  padding-right: .25rem;
}
#comments .comment-item {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fafafa;
  margin-bottom: 12px;
}
#comments .comment-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
#comments .avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: #0d6efd; color:#fff; display:flex; align-items:center; justify-content:center;
  font-weight: 700;
}
#comments .stars { letter-spacing: 2px; }
#comments .rating-stars i {
  font-size: 1.4rem; cursor: pointer; margin-right: 4px;
}
#comments .rating-stars i.active { color: #ffc107; }   /* estrellas activas */
#comments .rating-stars i { color: #dee2e6; }          /* estrellas apagadas */
#comments .comment-meta {
  font-size: .85rem; color: #6c757d;
}

-------------------------
/* ======= Alturas y separación entre barras ======= */
:root{
  --topbar-h: 32px;    /* alto de la franja superior */
  --header-gap: 8px;   /* separación visible entre topbar y navbar */
  --navbar-h: 70px;    /* altura mínima de la navbar */
}

/* Topbar fija arriba */
#topbar{
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--topbar-h);
  display: flex; align-items: center;
  background: rgba(0,0,0,.85);
  color: #fff;
  z-index: 1030;
  padding: 0 12px;
  line-height: 1;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.15); /* línea sutil */
}

/* Navbar fija debajo del topbar con GAP */
.navbar{
  position: fixed;
  top: calc(var(--topbar-h) + var(--header-gap));
  left: 0; right: 0;
  min-height: var(--navbar-h);
  display: flex; align-items: center;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(3px);
  z-index: 1025;
  padding: 10px 0;                 /* más aire vertical */
  overflow: visible;                /* evita cortes de contenido alto */
}

/* Empuja el contenido para que no quede debajo del header */
body{
  padding-top: calc(var(--topbar-h) + var(--header-gap) + var(--navbar-h));
}

/* ======= Ajustes visuales de marca y botón ======= */
.navbar-brand h2.logo{
  margin: 0;
  line-height: 1;
  display: inline-flex;             /* alinea ícono y texto verticalmente */
  align-items: center;
  gap: 30px;                        /* espacio entre ícono y texto */
  font-size: 28px;                  /* sube/baja según te guste */
}

.action-menu .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 4rem;              /* botón más bajo y proporcionado */
  line-height: 1.2;
  border-radius: .6rem;
}

/* Links de menú con buen tacto */
.navbar .nav-link{
  padding: .5rem .8rem;
  font-weight: 600;
}

/* ======= Responsive ======= */
@media (max-width: 991.98px){
  :root{
    --topbar-h: 28px;
    --header-gap: 6px;
    --navbar-h: 60px;
  }
  .navbar-brand h2.logo{ font-size: 22px; }
  .action-menu .btn{ padding: .5rem .9rem; }
}

/* 1) Quita cualquier fondo global que se esté filtrando */
html, body, .Home {
  background-image: none !important;
  background: #ffffff !important;  /* elige sólido (claro: #f5f6f8 si prefieres) */
}

/* 2) Asegura que el hero no quede fijo ni superpuesto */
.carousel-item,
.carousel-item img {
  position: relative !important;
  z-index: 1;
  background-attachment: scroll !important; /* evita parallax accidental */
}

/* 3) El hero ocupa su altura y luego termina */
#inicio,
.carousel-inner,
.carousel-item {
  height: calc(100vh - (var(--topbar-h,32px) + var(--header-gap,8px) + var(--navbar-h,70px)));
  overflow: hidden;              /* evita que la imagen “se derrame” hacia abajo */
}

/* 4) Todo lo que viene después tiene fondo propio (no transparente) */
main, section:not(#inicio), .container-fluid, .container {
  background: transparent;       /* si tus secciones ya pintan fondo, deja transparente */
}

section:not(#inicio) {
  background-color: #ffffff;     /* pinta sólido para que no se vea la foto del hero */
}

/* (opcional) Si alguna sección debe ser clara */
.about-us, .our, #services, #contact, #comments {
  background-color: #ffffff;     /* ajusta a tu paleta; pon claro si quieres */
}

/* 5) Por si un estilo previo metió la foto como background en todo el body */
body[style*="background-image"] { background-image: none !important; }


/* Ajuste en móviles: un poco más abajo para no chocar con el header */
@media (max-width: 991.98px){
  .carousel-caption{
    top: 55%;
    transform: translate(-50%, -55%);
  }
}

/* Botón y link legibles */
.carousel-caption .btn.btn-lg a{
  color:#fff; text-decoration:none;
}


.our {
  text-align: center;
  padding: 80px 20px;
}

.our h1 {
  color: #ff6600;
  font-weight: 700;
  margin-bottom: 40px;
}

.our .b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.our .ou {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  flex: 1 1 280px;
  max-width: 300px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform .3s, box-shadow .3s;
}

.our .ou:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(255,102,0,0.4);
}

.our .ou i {
  font-size: 40px;
  color: #ff6600;
  margin-bottom: 15px;
}

.our .ou h6 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

------------------------------------
.about-us-section {
  background-color: #f8f8f8;
  color: #fff;
  padding: 60px 20px;
  border-radius: 8px;
  box-shadow: 0 0px 0px rgb(255, 255, 255);
}

.about-us-section h2.text-head {
  color: #ff6600;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us-section .features {
  list-style: none;
  padding: 0;
}

.about-us-section .features li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.about-us-section .features i {
  color: #ff6600;
  margin-right: 8px;
  font-size: 1.2rem;
}

.about-us-section .img-head img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgb(255, 255, 255);
}

----------------------------------------
.about-us-section {
  background-color: #ffffff;
  color: #fff;
  padding: 60px 20px;
  border-radius: 8px;
  box-shadow: 0 0px 0px rgb(255, 255, 255);
}

.about-us-section h2.text-head {
  color: #ff6600;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us-section .features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.about-us-section .features li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.about-us-section .features i {
  color: #ff6600;
  margin-right: 8px;
  font-size: 1.2rem;
}

.about-us-section .box {
  background: #1a1d22;
  color: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.about-us-section .box:hover {
  background: #ff6600;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255,102,0,0.4);
}

.about-us-section .box i {
  font-size: 2rem;
  color: #ff6600;
}

.about-us-section .box:hover i {
  color: #fff;
}

.about-us-section .img-head img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

---------------------------

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 60px 80px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.about-image {
  flex: 1 1 45%;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.about-text {
  flex: 1 1 50%;
}

.about-text h6 {
  color: #ff6600;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.about-text h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.about-text p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-text .btn.btn-lg {
  background-color: #ff6600;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.about-text .btn.btn-lg:hover {
  background-color: #e15500;
  transform: translateY(-3px);
}

.about-text .btn.btn-lg a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

/* 📱 Diseño responsivo */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .about-text, .about-image {
    flex: 1 1 100%;
  }

  .about-text h1 {
    font-size: 1.6rem;
  }
}


------------------------

/* ===== Altura del header fijo ===== */
:root{
  --topbar-h: 32px;
  --header-gap: 8px;
  --navbar-h: 70px;
  --header-total: calc(var(--topbar-h) + var(--header-gap) + var(--navbar-h));
}

/* ===== HERO con background, compatible móvil ===== */
.hero{
  background-image: url("../images/a.jpg");  /* ajusta ruta si hace falta */
  background-size: cover;
  background-position: center 32%;  /* sube/baja el camión: 0%=arriba, 100%=abajo */
  background-repeat: no-repeat;

  /* En móviles modernos usa 100dvh (evita el “aplastado” por la barra del navegador) */
  height: calc(100dvh - var(--header-total));
  min-height: 560px;

  position: relative;
  margin: 0; padding: 0;
  display: flex; align-items: center; justify-content: center;
}

/* Fallback para navegadores que no soportan 100dvh */
@supports not (height: 100dvh){
  .hero{ height: calc(100vh - var(--header-total)); }
}

/* Overlay para contraste del texto */
.hero::before{
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 0; pointer-events: none;
}

/* Contenido del hero */
.hero__content{
  position: relative; z-index: 1;
  text-align: center; color:#fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
  padding: 0 16px;
}

/* Tipos fluidos (se adaptan a móvil y desktop) */
.hero__content h5{
  font-family:'Rubik', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 6vw, 64px);
  margin: 0 0 10px;
}
.hero__content p{
  font-weight: 700;
  font-size: clamp(14px, 2.2vw, 18px);
  margin: 0 0 22px;
}
.hero__content .btn{
  background: #ff7a00; color:#fff;
  border: none; border-radius: 10px;
  padding: 12px 24px;
}
.hero__content .btn:hover{ background:#e76800; }

/* Ajuste fino en tablets/móviles: mueve un pelín el encuadre */
@media (max-width: 991.98px){
  .hero{ background-position: center 45%; }
}