body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 65px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 47px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 65px;
}

.custom_heading-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  position: relative;
  margin-bottom: 30px; 
}

.custom_heading-container h1::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 100px;
  height: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #5bb5f1;
  border-radius: 15px;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
}

.btn-box a {
  color: #1d1d1d;
  margin-right: 15px;
  font-size: 18px;
}

.btn-box hr {
  width: 75px;
  height: 1.2px;
  border: none;
  background-color: #464646;
  margin: 0;
}

/*header section*/
.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #000000;
  font-family: "Poppins", sans-serif;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 15px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 17px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #5bb5f1;
  border-radius: 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
}

.custom_nav-container .navbar-nav .nav-item.active a::before {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 45px;
  margin-right: 5px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/

/* slider section */
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #1a2e35;
}

.slider_section .detail-box h1 span {
  color: #5bb5f1;
}

.slider_section .slider_nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .slider_nav-box .custom_carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  left: 2%;
  background-image: url(../images/left-arrow-black.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-next {
  right: 2%;
  background-image: url(../images/right-arrow-black.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow.png);
}

/* end slider section */
.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.about_section {
  text-align: center;
}

.about_section .img-box img {
  width: 350px;
}

/* Inicio seccion psicometria*/
.service_section {
  text-align: center;
  position: relative;
}

.service_section .custom_heading-container {
  margin-bottom: 15px;
}

/*.service_section .service_container {
  padding: 45px 0 75px 0;
}*/


.service_section .box.b-2 .detail-box {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box a {
  min-width: 100px;
}

.service_section .box.b-3 .detail-box {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  text-align: center;
}

.service_section .box.b-3 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-3 .detail-box a {
  min-width: 100px;
}

.service_section .img-box img {
  width: 200px;
  height: 200px;
}

.service_section .detail-box {
  height: 140px;
  margin-top: 10px;
}

.service_section .detail-box h6 {
  font-weight: bold;
}

.service_section .detail-box .btn-box a {
  color: #5bb5f1;
}

.service_section .detail-box .btn-box hr {
  background-color: #5bb5f1;
}

/* Boton leer mas debajo de psicometria en la pagina de inicio*/
.btn-leer-mas {
  z-index: 10; /* Asegura que el botón esté encima de otros elementos */
}

/*.service_section::before {
  content: "";
  width: 200px;
  height: 175px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-image: url(../images/worker.png);
}*/

.primer_parrafo_layout /*Parrafo del blog*/
{
  text-align: justify;
}

.piedenota_layout
{
  text-align: center;
}

/*Fin seccion psicometria*/

/*Inicia seccion catalogo*/
.catalogo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  max-width: 1100px;
  margin: auto;
}


.tarjeta {
  width: 250px; /* Tamaño fijo */
  height: auto; /* Se adapta al contenido */
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.1s ease-out, background-color 0.2s ease;
  overflow: hidden; /* Evita que el contenido sobresalga */
  word-wrap: break-word; /* Corta palabras largas */
}

/* Efecto al pasar el mouse */
.tarjeta:hover {
  transform: scale(1.03);
}

/* Efecto de presión al hacer clic */
.tarjeta:active {
  background-color: #f0f0f0; /* Cambio de color al presionar */
  transform: scale(0.98);
  transition: transform 0.1s ease, background-color 0.2s ease;
}

.tarjeta img {
  width: 100%;
  height: 200px;
  object-fit: fill;
  border-radius: 5px;
}

.tarjeta:hover img {
  transform: scale(0.95);
}

.tarjeta h3 {
  font-size: 18px;
  margin: 10px 0 5px 0; /* Reduce la separación */
}

.tarjeta p {
  font-size: 14px;
  color: #555;
  margin: 0 10px 10px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis; /* Agrega '...' si el texto es muy largo */
  max-width: 100%;
}

/*Fin seeccion catalogo*/

/* Inicio seccion equipo */
/* Contenedor general de la sección */
.equipo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

/* Tarjeta del miembro */
.miembro {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  background-color: #fff;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.miembro img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.miembro:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
/* Capa rosada sobre la imagen */
.overlay {
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  color: white;
  font-family: 'Poppins', sans-serif;
  margin-top: auto;
  height: auto;
}

/* Texto en la tarjeta */
.overlay h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.overlay p {
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.95rem;
}

/* Fin seccion equipo */

/* Inicia estilo tarjetas blog*/
/* --- Estilo general del contenedor de entradas --- */
.blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

/* --- Tarjeta individual --- */
.entrada {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.entrada:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* --- Imagen destacada --- */
.entrada img {
  width: 100%;
  height: 180px;
  object-fit: contain; /* 👈 CAMBIO aquí */
  padding: 10px;        /* 👈 Opcional, agrega espacio alrededor */
  
}


/* --- Contenido textual dentro de la tarjeta --- */
.entrada-contenido {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* --- Título del artículo --- */
.entrada h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #333;
}

/* --- Descripción/resumen --- */
.entrada p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  flex-grow: 1;
}

/* --- Botón "Leer más" --- */
.entrada a.boton-leer {
  margin-top: 10px;
  align-self: center;
  padding: 10px 16px;
  background: linear-gradient(to right, #ff5e7d, #ff758c);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.entrada a.boton-leer:hover {
  background: linear-gradient(to right, #ff3f61, #ff5e7d);
}

/* Fin estilo tarjetas blog*/

/* Inicio estilo articulo de blog */

body {
  margin: 0;
  background-color: #f8f8f8;
  font-family: 'Poppins', sans-serif;
}

/* CONTENEDOR PRINCIPAL CON MÁRGENES SUPERIOR E INFERIOR */
.revista-articulo {
  padding: 60px 40px; /* AUMENTA el espacio lateral e interior */
  margin: 60px auto;  /* Separación con menú y footer */
  max-width: 1100px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}


/* ENCABEZADO */
.revista-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.titulo-h1 {
  font-size: 2.6rem;
  line-height: 1.3;
  word-break: break-word;
  margin: 0;
}

.revista-subtitulo {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 5px;
}

.fecha-lateral {
  text-align: right;
  font-size: 0.9rem;
  color: #888;
  margin-top: 10px;
}



.revista-meta {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 10px;
}

/* DISEÑO DE GRILLA VISUAL */
.revista-lateral {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.revista-imagen-unica {
  flex: 1;
  max-width: 45%;
}

.revista-imagen-unica img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.revista-texto-lateral {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.revista-texto-lateral p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

/* BOTÓN ESTILO LLAMADA A LA ACCIÓN */
.boton-aplicar {
  display: inline-block;
  background-color: #5bb5f1;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.boton-aplicar:hover {
  background-color: #3ca5e5;
}

.nota-legal {
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
  margin-top: 20px;
  text-align: left;
  line-height: 1.5;
}


/* DOBLE COLUMNA DE TEXTO EN ESCRITORIO */
.revista-doble-columna {
  columns: 2;
  column-gap: 40px;
  margin-bottom: 40px;
  text-align: justify;
}

.revista-seccion {
  margin-bottom: 25px;
}

.revista-seccion h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* ADAPTACIÓN PARA MÓVIL */
@media screen and (max-width: 768px) 
{
  .revista-lateral {
    flex-direction: column;
    text-align: center;
  }

  .revista-imagen-unica {
    max-width: 100%;
  }

  .revista-texto-lateral {
    align-items: center;
  }


  .revista-header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .fecha-lateral {
    align-self: flex-end;
  }
  
  }
  
  


/* Fin estilo articulo blog */


/* ======================== */
/* Estilo cuestionarios     */
/* ======================== */

/* Botones generales para iniciar test */
.mostrar-formulario-container button,
.proceder-formulario-container button {
  display: block;
  margin: -10px auto;
  background-color: rgb(57, 100, 151);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  font-size: 1.2rem;
  text-align: center;
  white-space: normal;
  min-height: 50px;
  line-height: 1.5;
  transition: transform 0.1s ease-out, background-color 0.2s ease;
}

.mostrar-formulario-container button:active,
.proceder-formulario-container button:active {
  background-color: rgb(20, 55, 90);
  transform: scale(0.98);
}

.mostrar-formulario-container-contactar a button {
  margin-top: 20px;
  align-self: center;
  padding: 12px 20px;
  background: linear-gradient(to right, #1d976c, #29ca64); /* Puedes cambiar los colores aquí */
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mostrar-formulario-container-contactar a button:hover {
  background: linear-gradient(to right, #11998e, #38ef7d);
  transform: scale(1.02);
}


/* Contenedores reutilizables */
.instructions-container,
.form-container{
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 600px;
  width: 100%;
  font-size: 1.2rem;
  margin: 30px auto;
}

.resultado-container {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 600px;
  width: 100%;
  font-size: 1.2rem;
  margin: 30px auto;
}

.textconfirmacion{
  margin: 40px;
  text-align: center;
}

/* Estilo para afirmaciones y botones tipo opción */
.test-container {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 480px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
}

.options-container button {
  background-color: rgb(57, 100, 151);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  font-size: 1.2rem;
  text-align: left;
  min-height: 70px;
  margin: 0 auto 12px auto;
  transition: transform 0.1s ease-out, background-color 0.2s ease;
}

.options-container button:active {
  background-color: rgb(20, 55, 90);
  transform: scale(0.98);
}

.afirmacion {
  margin-bottom: 15px;
  font-weight: 500;
}


/* ======================== */
/* Fin estilo cuestionarios */
/* ======================== */






.work_section {
  background-color: #5bb5f1;
}

.work_section .custom_heading-container h3 {
  color: #ffffff;
}

.work_section .custom_heading-container h3::before {
  background-color: #ffffff;
}

.work_section .work_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 45px 0;
}

.work_section .work_container .box {
  width: 275px;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 20px 0;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 45px 10px;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
}

.work_section .work_container .box .img-box {
  width: 150px;
}

.work_section .work_container .box .img-box img {
  width: 100%;
}

.work_section .work_container .box .name {
  margin-top: 10px;
}

.work_section .work_container .box.b-1, .work_section .work_container .box.b-3 {
  -webkit-animation: odd-box-animate 2s infinite;
          animation: odd-box-animate 2s infinite;
}

.work_section .work_container .box.b-2, .work_section .work_container .box.b-4 {
  -webkit-animation: even-box-animate 2s infinite;
          animation: even-box-animate 2s infinite;
}

@-webkit-keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@-webkit-keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.work_section .btn-box a {
  color: #ffffff;
}

.work_section .btn-box hr {
  background-color: #ffffff;
}

.contact_section input,
.contact_section select {
  width: 100%;
  border: 0;
  padding: 15px 12px;
  background-color: #f2f2f2;
  outline: none;
  margin: 10px 0;
}

.contact_section input::-webkit-input-placeholder,
.contact_section select::-webkit-input-placeholder {
  color: #3a3a3a;
}

.contact_section input:-ms-input-placeholder,
.contact_section select:-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::-ms-input-placeholder,
.contact_section select::-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::placeholder,
.contact_section select::placeholder {
  color: #3a3a3a;
}

.contact_section button {
  background-color: #5bb5f1;
  padding: 12px 55px;
  outline: none;
  border: none;
  border: 1px solid #5bb5f1;
  color: #fff;
  margin-top: 25px;
}

.contact_section button:hover {
  color: #5bb5f1;
  background-color: transparent;
}

/*Seccion de testimonios/clientes*/
.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  border: 1px solid #cccccc;
  padding: 45px 35px 35px 25px;
  background-color: #ffffff;
  margin: 0 auto;
}

.client_section .client_container .detail-box p {
  text-align: center;
}

.client_section .client_container .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.client_section .client_container .client_id .img-box {
  width: 75px;
  margin-right: 10px;
}

.client_section .client_container .client_id .img-box img {
  width: 100%;
}

.client_section .client_container .client_id .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .client_id .name h6 {
  color: #5bb5f1;
}

.img-box-testimonial {
  width: 120px; /* Ajusta el tamaño del contenedor según lo necesites */
  height: 120px; /* Asegúrate de que el alto sea igual al ancho */
  overflow: hidden; /* Para que la imagen no se salga del contenedor */
  display: flex;
  justify-content: center; /* Centra la imagen horizontalmente */
  align-items: center; /* Centra la imagen verticalmente */
  margin: 0 auto; /* Centra el contenedor si es necesario */
}

/* Ahora la imagen dentro del contenedor será circular */
.testimonial-img {
  width: 100%; /* Hace que la imagen ocupe todo el contenedor */
  height: 100%; /* Hace que la imagen ocupe todo el contenedor */
  border-radius: 50%; /* Hace la imagen circular */
  object-fit: cover; /* Asegura que la imagen no se distorsione y se recorte */
}

.text-policy-update{
  text-align: right;
}

/*Fin seccion testimonios/clientes*/

.info_section {
  background-color: #5bb5f1;
  color: #ffffff;
}

.info_section a {
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.info_section .info-logo h2 {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-right: 15px;
}

.info_section .info-nav ul {
  padding-left: 15px;
}

.info_section .info-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 3px 0;
}

.info_section .info-nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.info_section .info-contact h6 {
  color: #1a2e35;
  font-size: 18px;
}

.info_section .info-contact .call {
  margin-top: 20px;
}

.info_section .discover ul {
  padding: 0;
}

.info_section .discover ul li {
  list-style-type: none;
  margin: 5px 0;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer_section p {
  color: #171717;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */


/* ================================ */
/* Estilo de encabezado de pruebas */
/* ================================ */

.tituloPrincipal {
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin: 0 auto 10px auto;
  max-width: 900px;
}

.revista-subtitulo {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
