/*--------------------------------------------------------------
# ALL SECTIONS GENERAL
--------------------------------------------------------------*/
.section-gray {
  background-color: #f2f6fa;  
}

.section-blue {
  background-color: #264160;
}

.section-blue-dg {
  background: linear-gradient(180deg, #46638C 0%, #264160 100%);
}

.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6,
.section-blue p,
.section-blue-dg h1,
.section-blue-dg h2,
.section-blue-dg h3,
.section-blue-dg h4,
.section-blue-dg h5,
.section-blue-dg h6,
.section-blue-dg p {
  color:#ffffff;
}

/*--------------------------------------------------------------
# LANDING ELEMENTS (TEXTS)
--------------------------------------------------------------*/
.landing-page {
    font-size: 24px;
    line-height: 1.1;
    /* padding: 50px 0;  Espaciado superior e inferior para la sección */
    /* por defecto: style.css = padding: 60px 0; */
  
}

.landing-page h1 {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
    padding: 20px 10px;
}

.landing-page h2 {
    font-size: 34px;
    line-height: 1.1;
    padding: 20px 10px;
}

.landing-page h3 {
    font-size: 30px;
    line-height: 1.1;
    padding: 20px 10px;
}

.landing-page h4 {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 10px;
}

.landing-page h5 {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px;
}

.landing-page h6 {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px;
}

.landing-page p {
    font-size: 22px;
    line-height: 1.4;
    padding: 10px 10px;
}


/*--------------------------------------------------------------
# LANDING ELEMENTS (LISTS)
--------------------------------------------------------------*/
.landing-page ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 20px;
}

.landing-page li {
    margin: 20px 0px;
    /* padding: 20px 20px; */
    color: #264160;
    background-color: #f2f6fa;
    border-radius: 50px;
}

/*--------------------------------------------------------------
# LANDING ELEMENTS (IMG)
--------------------------------------------------------------*/
.landing-page img {
    padding: 5px 10px 10px;
}

/*--------------------------------------------------------------
# HEADINGS SECTION
--------------------------------------------------------------*/

#headings.landing-page {
    text-align: center;
}

#headings.landing-page ul {
  list-style: none;
  padding: 0px 0px;
}

#headings.landing-page li {
  font-size: 18px;
  line-height: 4;
  padding-bottom: 0px;
}

#headings.landing-page i {
  font-size: 24px;
  line-height: 1;
  padding-right: 4px;
  color: #fdc134;
}



/*--------------------------------------------------------------
# STYLED TEXT SECTION
--------------------------------------------------------------*/
/* #styledtext {
  padding-top: 10px;
  padding-bottom: 10px;
} */




/*--------------------------------------------------------------
# ICON BOXES SECTION
--------------------------------------------------------------*/
#iconboxes .content h3 {
  font-weight: 700;
  font-size: 34px;
  /* color: #213b52; */
}

#iconboxes .content p {
  margin-bottom: 0;
}

#iconboxes .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  /* color: #213b52; */
}

#iconboxes .content .icon-box h4 a {
  /* color: #213b52; */
  transition: 0.3s;
}

#iconboxes .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fdc134;
}

#iconboxes .content .icon-box p {
  font-size: 15px;
  /* color: #848484; */
  margin-left: 60px;
  padding-bottom: 10px;
}

#iconboxes .image {
  background: url("../img/about.png") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}




















/*--------------------------------------------------------------
# LEADGEN SECTION
--------------------------------------------------------------*/
#leadgen.landing-page {
    color: #fff;
    background-color: #213b52;;
}

#leadgen.landing-page h2 {
    color: #fff;
}

#leadgen.landing-page .pasos-card {
    text-align: center;
}

#leadgen.landing-page .pasos-card .card-icon {
    color: #fdc134;
    font-size: 3rem;
    padding: 0;
}

#leadgen.landing-page .pasos-card .titulo {
    color: #fff;
    font-weight: 600;
    padding-bottom: 0;
}

#leadgen.landing-page .pasos-card .instruccion {
  color: #fff;
  font-size: 24px;
  padding-top: 0;
}

/*--------------------------------------------------------------
# CTA SECTION
--------------------------------------------------------------*/
.cta-boton {
    text-align: center;
    padding: 20px 10px;
}

.cta-boton a {
    font-size: 1.5rem;
    font-weight: 600;
}







/*--------------------------------------------------------------
# BANNER GENERAL SECTION
--------------------------------------------------------------*/
#banner .img-banner img {
    height: 6em;
}

#banner .top-img-banner img {
    height: 4em;
}



/*--------------------------------------------------------------
# TEXT BANNER SECTION
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# TEXT-IMG BANNER SECTION
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# VIDEO BANNER SECTION
--------------------------------------------------------------*/
.video-banner {
  padding: 0;
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-container.h20 {height: 20vh;   /* use viewport height screen: */}
.video-container.h40 {height: 40vh;   /* use viewport height screen: */}
.video-container.h60 {height: 60vh;   /* use viewport height screen: */}
.video-container.h80 {height: 80vh;   /* use viewport height screen: */}

.video-container video {
  position: absolute;
  top: 0; /* Align to the top */
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire container */
  z-index: 1; /* Asegura que el video esté debajo del texto */
}

/* Estilo para el contenedor de texto y botón */
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center; /* Centra el texto y el botón dentro de este contenedor */
    color: white;
    max-width: 90%; /* Limita el ancho en pantallas grandes */
    box-sizing: border-box;
}

.overlay-content h1 {
    font-size: 2.5em; /* Tamaño de la fuente del título */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para mejor legibilidad */
    margin-bottom: 20px; /* Espacio entre el título y el botón */
    line-height: 1.2; /* Mejora la legibilidad en varias líneas */
}

.overlay-content h2 {
    font-size: 2.5em; /* Tamaño de la fuente del título */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para mejor legibilidad */
    margin-bottom: 20px; /* Espacio entre el título y el botón */
    line-height: 1.2; /* Mejora la legibilidad en varias líneas */
}

.overlay-content .btn {
    font-size: 1.4em; /* Tamaño de fuente del botón */
    padding: 10px 15px; /* Relleno del botón */
    border-width: 2px; /* Grosor del borde */
    /* Color del borde y texto del botón, Bootstrap default para btn-outline-light */
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; /* Transición suave para hover */
}

.overlay-content .btn:hover {
    background-color: #fdc134; /* Fondo blanco al pasar el mouse */
    color: #264160; /* Texto negro al pasar el mouse */
    border-color: #fdc134;
}

/*--------------------------------------------------------------
# YOUTUBE BANNER SECTION
--------------------------------------------------------------*/
.youtube-video-banner {
  padding: 0;
  font-size: 0; /* DOES NOT TAKE EXTRA SPACE */
}






