/*
Theme Name: TEMPLATE X
Author: Erick Mu単oz
Author URI: http://movisil.com/
Description: PARA CUALQUIER SITIO WEB.
Version: 1.0
*/
/*
$colores-azul:225da9;
$colores-rojo:d71c15;
$color-blanco:#eeeeee;
*/
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
/*----Color Scroll------*/
::-webkit-scrollbar {
  width: 0.9rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #484746;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*-FIN-*/
body {
  box-sizing: border-box;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #484746;
}
input {
  font-size: inherit !important;
}
textarea {
  font-size: inherit !important;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #c3242a;
}
.tituloProducto {
  color: #c3242a;
  text-transform: uppercase;
  margin-top: 2rem;
}
#logo img {
  width: 150px;
}
.dropdown-menu.show a {
  color: #484746;
}
#menuPrincipal {
  padding-top: 16px;
}
.redesSociales {
  font-size: 42px;
  margin-right: 10px;
  color: #fff;
}
.tituloDatosFR {
  margin-top: 5px;
}
.tituloDatosF2 {
  font-size: 18px;
  color: #fff;
}
.tituloDatosFR .redesSociales {
  color: #fff;
}
.productosC {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.productosC p {
  font-size: 1.4rem;
}
.tituloInfoP {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 700;
}
.tituloInfoProducto {
  color: #c3242a;
  font-weight: 700;
}
.subTitulo {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
#menu-principal {
  background: #ffffffe8;
}
#menuPrincipalC {
  display: flex;
  align-items: center;
}
#navbarSupportedContent a {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
#navbarSupportedContent a:hover {
  color: #fff;
}
#navbarSupportedContent li {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.4s;
}
#navbarSupportedContent li.current-menu-item {
  background-color: #c3242a;
  border-radius: 20px 0px 20px 0px;
}
#navbarSupportedContent li.current-page-ancestor {
  background-color: #c3242a;
  border-radius: 20px 0px 20px 0px;
}
#navbarSupportedContent li.current-page-ancestor > a {
  color: #fff;
}
#navbarSupportedContent li.current-menu-item a {
  color: #fff;
}
#navbarSupportedContent li:hover {
  background-color: #c3242a;
  border-radius: 20px 0px 20px 0px;
}
#navbarSupportedContent li:hover a {
  color: #fff;
}
.btnLogin {
  background-color: #c3242a;
  color: #fff;
  padding: 7px 20px;
  border-radius: 16px;
  transition: all 0.4s;
}
.loginC {
  text-align: right;
}
.bannerPrincipalSub img {
  width: 100%;
  margin-top: -21px;
}
.contornoImg {
  border-radius: 170px 0px 170px 0px;
}
h1 {
  font-weight: 700;
}
#quienesSomos {
  margin-top: 10rem;
}
.centrarInformacion {
  display: flex;
  align-items: center;
}
.justificarInfo p {
  text-align: justify;
}
.containerInscripcion {
  background-image: linear-gradient(to bottom, #d6efff, #fff);
  border-radius: 42px;
  margin: 80px auto;
}
.h3-info {
  text-align: center;
  font-size: 3rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/* Form por pasos */

.progressbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.inscripcion-input {
  height: 4rem;
  border-radius: 10px;
}
.progress-step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.progress-step.active {
  background-color: #013370;
  color: white;
}

.progress-line {
  flex: 1;
  height: 2px;
  background-color: #ddd;
  position: relative;
  top: 15px;
}
/* Asegura que el botón ocupe el 100% en móviles y aumente el texto en pantallas grandes */
.btn-responsive,
.btn-suscribete {
  font-size: 16px;
  /* Tamaño por defecto del texto */
}

/* Para pantallas medianas (tablets o superiores), aumenta el tamaño del texto */
@media (min-width: 768px) {

  .btn-responsive,
  .btn-suscribete {
    font-size: 18px;
    /* Tamaño de texto más grande en pantallas medianas */
  }
}

/* Para pantallas grandes (PC o superiores), aún más grande */
@media (min-width: 992px) {
  .btn-responsive {
    width: auto;
    font-size: 20px;
    /* Tamaño de texto más grande en pantallas grandes */
  }
}
#footer {
  margin-top: 5rem;
  background-color: #043c5c;
  padding-top: 6rem;
  color: #fff;
}
.tituloDatosF {
  font-weight: 700;
}
#derechosReservados {
  background-color: #043c5c;
  color: #fff;
  margin-top: 5rem;
  padding-top: 6px;
  text-align: center;
}
.linkStrong {
  font-weight: 700;
}
#menu-menu-principal .dropdown-menu.show {
  background-color: #ffffffd1;
  border: none;
}
#menu-menu-principal .dropdown-menu.show .nav-item {
  border-bottom: solid 1px #ababab7a;
}

#descripcionProducto h2 {
  margin-top: 2rem;
  font-weight: 700;
}
#imgLogo {
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
}
#imgLogo img {
  max-width: 320px;
}
#listadoProducto ul {
  list-style: none;
  color: #fff;
}
#listadoProducto li {
  background-color: #0071bc;
  padding-left: 11px;
  font-size: 1.8rem;
  border-radius: 0px 50px 0px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
#producto > .row {
  display: flex;
  align-items: center;
}
#descripcionProducto {
  margin-top: 4rem;
}
#descripcionProducto ul {
  margin-left: 18px;
}
.spinnerAtulado {
  display: none;
}
#contenedor_inscripcion {
  margin-top: 4rem;
}
#logoInscripcion {
  text-align: center;
}
#logoInscripcion img {
  max-width: 300px;
}
#formularioSuscribete {
  margin-top: 4rem;
}
#contenedor_inscripcion h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
#contenedorContacto {
  margin-top: 6rem;
  display: flex;
  align-items: center;
}
#contenedorImagenes {
  padding: 0px 5rem;
  text-align: center;
}
#contenedorImagenes img {
  padding-top: 4rem;
  margin: 0px auto;
}
#formularioContacto h1 {
  font-size: 5rem;
  margin-bottom: 4rem;
}
#contenedorImagenes p {
  display: block;
  width: 100%;
}
.msnContacto {
  width: 240px;
}
.promefaContacto {
  width: 270px;
}
#departamentoSpinner {
  position: absolute;
  right: -11px;
  color: #01459c;
  width: 20px;
  height: 20px;
  top: 6px;
  display: none;
}
#contenedorImagenes hr {
  height: 5px;
  color: #f42434;
  width: 40%;
  border-top: solid;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#contenedor_home {
  background-image: url("images/Glow_fondo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 6rem;
}
#autoplay {
  height: 200px !important;
  display: flex;
  align-items: center;
}
.grande {
  width: 100%;
}
.pasos h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.homeLista {
  margin-left: 20px;
}
#infoHome {
  margin-top: 8rem;
  display: flex;
  align-items: center;
}
.imgProductos2 {
  padding: 0rem 4rem;
}
#queEsPrograma {
  display: flex;
  align-items: center;
}
.espacioTopM {
  height: 9rem;
  width: 100%;
}
.mod {
  width: 300px;
  margin: auto;
}
#menuPrincipal {
  background-color: #043c5c;
  -webkit-box-shadow: #000000 0px 6px 8px;
  -moz-box-shadow: #000000 0px 6px 8px;
  box-shadow: #000000 0px 6px 8px;
}

#bannerPrincipal {
  padding-top: 0px;
}

.banner-cardio {
  padding-top: 20px;
}

.banner-snc {
  padding-top: 35px;
}

@media (min-width: 480px) {
  #bannerPrincipal,
  .bannerPrincipalSub {
    padding-top: 0px;
  }
}

.contornoImg2 {
  border-radius: 0px 170px 0px 170px;
  padding: 25px;
}
#logoProgramaM {
  margin-top: 5rem;
  text-align: center;
}
#logoProgramaM img {
  width: 300px;
}
.dropdown-menu.show {
  min-width: 250px;
}
#menu-menu-principal .dropdown-menu.show .dropdown-item {
  color: #191818;
}
@media (max-width: 766px) {
  .itemsMenu .loginC {
    display: none;
  }
  .itemsMenu {
    width: 100%;
    padding-top: 10px;
  }
  #menu-menu-principal .dropdown-menu.show {
    background-color: transparent;
    border: none;
    padding-bottom: 10px;
  }
  #derechosReservados {
    text-align: center;
  }
  #derechosReservados .terminosCondiciones {
    text-align: center !important;
  }
  #contenedorImagenes .promefaContacto {
    text-align: center;
    width: 100%;
  }
  #navbarSupportedContent li.show:hover {
    background-color: transparent;
  }
  #navbarSupportedContent li.show.current-page-ancestor > a {
    color: #003b71;
  }
  #navbarSupportedContent a:hover {
    color: #003b71;
  }
}
#fondoContenido img {
  width: 100%;
  padding-bottom: 3rem;
}
figcaption {
  text-align: center;
  font-weight: 800;
}
.nav-link {
  text-transform: uppercase;
}
@media (max-width: 766px) {
  #derechosReservados {
    text-align: center;
  }
  #menuPrincipalC {
    padding: 0px 15px;
  }
  .container {
    padding: 0px 30px;
  }
}
.img100 img {
  width: 100%;
  height: auto;
}

.productosPrograma {
  overflow: scroll;
  width: 100%;
  height: 70vh;
}


#menu-item-210 {
  display: flex;
  align-items: center; 
}

#menu-item-210:before {
  content: "";
  display: inline-block;
  position: static; 
  width: 30px; 
  height: 30px; 
  margin-right: 10px; 
  background-image: url("https://planconfianzacaplin.com/wp-content/uploads/2024/09/Caplincito-y-amigos-15-e1727281107734.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}


@media (min-width: 1440px) {
  #menu-item-210 {
    display: block; 
    position: relative;
  }

  #menu-item-210:before {
    content: "";
    display: block;
    position: absolute;
    top: -40px; 
    left: 0;
    right: 0;
    width: 40px; 
    height: 40px; 
    margin: auto;
    background-image: url("https://planconfianzacaplin.com/wp-content/uploads/2024/09/Caplincito-y-amigos-15-e1727281107734.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}


.contenedor-visa-saludable{
    padding: 5rem;
}

@media (min-width: 1440px) {
  .contenedor-visa-saludable{
     padding: 11rem 10rem;
  }
}


.imagen_card_capsula img {
  width: 100%;
  object-fit:fill; /* Mantiene las proporciones sin que la imagen se deforme */
  height: 35rem;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-caplin{
  background-color: #043c5c !important;
}