.colorFont {
  color: #000000;
  font-weight: bolder;
  text-align: justify;
}

.juastifyText {
  text-align: center;
  font-size: 16px;
}

.colorFontWhite {
  color: #ffffff;
  font-weight: bolder;
  text-align: justify;
}

.menu-transparent {
  background-color: #ffffff !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-nav li {
  list-style: none;
}

.navbar-nav li img {
  width: 20px;
  cursor: pointer;
}

.custom-file-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
}

.custom-file-input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.custom-file-label {
  display: block;
  padding: 10px 15px;
  background-color: #000000;
  color: white;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  z-index: 1;
  position: relative;
}

.custom-file-label:hover {
  background-color: #0056b3;
}

.logo-navbar {
  width: 150px;
  height: auto;
}

.rounded {
  border-radius: 30px;
}

#banner {
  width: 100%;
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}


.hero {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: clamp(16px, 4vw, 48px);
  box-sizing: border-box;
  overflow: hidden;
}


.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}


.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(50deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
  pointer-events: none;
}


.hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #fff;
}


.hero__logo {
  width: clamp(350px, 10vw, 350px);
  height: auto;
  margin-bottom: 16px;
}

.hero__title {
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  font-size: clamp(28px, 5vw, 48px);
}

.hero__text {
  margin: 0 0 24px;
  font-size: clamp(14px, 2.2vw, 18px);
  opacity: .95;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .15s ease, opacity .15s ease;
}

.btn--primary {
  background: #000000;
  color: #fff;
}

.btn:hover {
  transform: translateY(-1px);
  opacity: .95;
}



/*sobre nosotros*/
#about .about-row{
  gap: 10px; 
}

#about .about-img img{
  display:block;
  width:95%;
  border-radius: 20px;
}

#about .about-col{
  max-width: 900px;         
}

#about .about-title{
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.5;
  font-size: 20px;          
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #11529B;
  font-weight: bold;       
}

#about .about-copy{
  color:#1B1A1A;
  font-size:17px;
  line-height:1.75;
  text-align: justify;
}

#about .about-copy p{ 
  margin: 0 0 16px;
}

@media (min-width:1400px){
  #about .about-img img{ height: 480px; }
}
@media (max-width: 991.98px){
  #about .about-row{ gap: 24px; }
  #about .about-title{ font-size: 34px; }
  #about .about-img img{ height: 340px; }
}
@media (max-width: 575.98px){
  #about .about-title{ font-size: 28px; letter-spacing:.04em; }
  #about .about-img img{ height: 260px; border-radius:12px; }
}
/*sobre nosotros*/


/* Servicios */
#services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}

.service-card {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  min-height: 195px;
  display: block;
}

.service-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.service-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-body {
  flex: 1;
}

.service-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}

.service-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
  color: #1B1A1A;
}
/* Servicios */


/* IDEAL */
.bg-brand {
  background-color: #0d2b4a;
}

.text-white-75 {
  color: rgba(255, 255, 255, .86) !important;
}

.ideal-list {
  max-width: 1000px;
  list-style-position: inside;
  padding-left: 10%;
  margin: 0 auto;
  text-align: center;
  text-align: justify;
  color: rgba(255, 255, 255, .86);
}

.ideal-list li {
  margin-bottom: .5rem;
  line-height: 1.6;
}

#ideal .ideal-img {
  display: block !important;
  margin: 1rem auto 2.25rem !important;
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  float: none !important;
}

:root{
  --fs-body: clamp(14px, 1.1vw + 0.2rem, 14px);
  --fs-h2:   clamp(24px, 3.2vw + 0.2rem, 20px);
  --lh-body: 1.7;
  --lh-h2:   1.15;
}

#ideal h2{
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: .02em;
  margin-bottom: clamp(12px, 1.6vw, 24px);
}

#ideal .ideal-list{
  max-width: clamp(680px, 80vw, 1000px);
  margin: 0 auto;
  padding-left: clamp(0px, 4vw, 10%); 
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: rgba(255,255,255,.86);
  text-align: justify;      
  hyphens: auto;            
  word-break: normal;
}

#ideal .ideal-list li{
  margin-bottom: clamp(.35rem, 1.2vw, .75rem);
}

#ideal .ideal-img{
  margin: clamp(.75rem, 2vw, 1.25rem) auto clamp(1.25rem, 3vw, 2.25rem) !important;
  max-width: clamp(300px, 60vw, 460px);
}

@media (max-width: 992px){
  #ideal .ideal-list{ padding-left: clamp(0px, 2vw, 24px); }
}

@media (max-width: 576px){
  #ideal .ideal-list{ text-align: left; }
}

@media (max-width: 992px) {
  .ideal-img {
    max-width: 100%;
  }
}

.rounded-4 {
  border-radius: 1rem;
}
/* IDEAL */


/* Confianza */
.bg-ice {
  background: linear-gradient(180deg, #cecece 0%, #f2f5f8 100%);
}

#confianza p {
  color: #3a3a3a;
  line-height: 1.65;
}

#confianza {
  padding-bottom: 50px;
}

.feature-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20, 61, 99, .08);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.feature-card--split {
  display: flex;
  align-items: stretch;
}

.hero-img {
  display: block;
  margin-bottom: -390px;
  position: relative;
  z-index: 0;
  width: 520px;
  height: 500px;
}

.feature-card {
  position: relative;
  z-index: 2;
}

.feature-badge {
  flex: 0 0 260px;
  padding: 18px 16px;
  background: #f7f9fc;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #143d63;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: inset -1px 0 0 rgba(20, 61, 99, .12);
}

.feature-content {
  flex: 1 1 auto;
  padding: 18px 20px;
  color: #1B1A1A;
  line-height: 1.65;
}

.row .col-md-6 .feature-card {
  height: 100%;
}

@media (max-width: 991.98px) {
  #confianza .hero-img {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .feature-card--split {
    flex-direction: column;
  }

  .feature-badge {
    flex: 0 0 auto;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(20, 61, 99, .12);
  }

  .feature-content {
    padding-top: 14px;
  }
}
/* Confianza */



/* planes y precios*/
.plan-card .titulos {
  text-align: center;
}

.plan-card .price {
  font-weight: 800;
}

.img-plans {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  border-radius: 12px;
}

.plan-desc {
  text-align: center;
  margin: 0;
  color: #1B1A1A;
}

.row .col-12.col-sm-6.col-md-4.d-flex>.plan-card {
  height: 100%;
}
/*planes y precios */



/*contacto*/
:root {
  --brand: #0f2f53;
}

.contact-ribbon {
  width: 100%;
  background: var(--brand);
  border-radius: 14px;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.contact-ribbon span {
  color: #fff;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.form-chip {
  height: 46px;
  border-radius: 999px;
  background: #f3f6fb;
  border: 1px solid rgba(15, 47, 83, .14);
  padding: 10px 16px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, .03);
  margin-bottom: 12px;
}

.contact-lead {
  color: #1B1A1A;
}

.contact-grid .col-md-6 {
  padding-right: 12px;
  padding-left: 12px;
}

.form-area {
  min-height: 190px;
  border-radius: 16px;
  background: #f3f6fb;
  border: 1px solid rgba(15, 47, 83, .14);
  padding: 14px 16px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, .03);
}

.btn-contact {
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: 0 10px 24px rgba(15, 47, 83, .20);
}

@media (max-width: 991.98px) {
  .form-area {
    min-height: 150px;
  }
}
/*contacto*/




/* Responsivo */
@media (min-width: 992px) {
  #confianza img {
    max-width: 520px;
  }
}

@media (max-width: 480px) {
  .service-head {
    align-items: center;
  }
}

@media (max-width: 1200px) {
  #services .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  #services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  #services .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 70vh;
  }
}

@media (min-width: 768px) {
  .logo-navbar {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .logo-navbar {
    margin-top: 0;
  }
}

.quote-image {
  width: 100%;
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cert-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.footer-pequeno {
  padding-top: 40px;
  padding-bottom: 150px;
  font-size: 1.3rem;
}

nav {
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.logo img {
  height: 40px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 15px;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links a,
.nav-links img {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

/* Botón hamburguesa */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Responsive: solo se muestra la hamburguesa en móviles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #f8f9fa;
    width: 200px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
  }
}

/* Responsivo */

.img-uniform {
  width: 100%;
  max-width: 250px;
  height: 250px;
  object-fit: contain;
  background-color: #fff;
}