/* *Theme Name: Transportes MTM S.A.S.
 * *Theme URI: https://www.transportesmtm.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: Tema Sitio Web Transportes MTM S.A.S.
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: transportesmtmcom
 * *Tags: custom-design */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}

.galeria-inmueble * {
  max-width: none;
}

#map-canvas * {
  max-width: none;
}

.menu-item-has-children * {
  max-width: none;
}

.menu-item-has-children .menu-item {
  border-bottom: 1px solid #e7e7e7;
}

.menu-item-has-children .menu-item:last-of-type {
  border-bottom: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.page-content {
  max-width: 1100px;
  width: 95%;
  margin: auto;
}

.btn-primary {
  color: #1C2368;
  background-color: #FEC600;
  border-color: #FEC600;
}

.habeas-data-form-text h2,
.habeas-data-form-text p {
  text-align: center;
}

.banners {
  width: 100%;
}

.banners img {
  width: 100%;
  height: auto;
}

.navbar-toggler {
  display: none;
}

.header-logo {
  padding: 5px 0px;
}

.header-logo img {
  width: 180px;
  height: auto;
}

.header-cols {
  width: 95%;
  max-width: 1100px;
  margin: auto;
  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;
}

.header-col-der-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-col-der-top-content {
  background-color: #1C2368;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 3px 14px;
  border-radius: 8px;
}

.header-col-der-top-content a {
  color: #fff;
}

.header-col-der-top-content .redes-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-col-der-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-col-der-bottom {
  padding-top: 10px;
}

.menu-superior .navbar {
  padding: 0px;
}

.menu-superior .navbar .menu-item .nav-link {
  padding: 0px;
  padding: 4px 8px;
  border-right: 1px solid #FEC600;
  color: #173471;
  font-weight: 500;
  font-size: 14px;
}

.menu-superior .navbar .menu-item.active .nav-link,
.menu-superior .navbar .menu-item:hover .nav-link {
  background-color: #1C2368;
  border-radius: 5px;
  border-right: none;
  color: #fff;
}

.menu-superior .navbar .menu-item:last-of-type .nav-link {
  background-color: #cdcdcd;
  border-radius: 0px 5px 5px 0px;
  border-right: none;
}

.menu-superior .navbar .menu-item:last-of-type.active .nav-link,
.menu-superior .navbar .menu-item:last-of-type:hover .nav-link {
  background-color: #1C2368;
  border-radius: 0px 5px 5px 0px;
  border-right: none;
  color: #fff;
}

.menu-superior .navbar .menu-item:nth-last-of-type(2) .nav-link {
  border-right: none;
  background-color: #FEC600;
  border-radius: 5px 0px 0px 5px;
}

.menu-superior .navbar .menu-item:nth-last-of-type(2).active .nav-link,
.menu-superior .navbar .menu-item:nth-last-of-type(2):hover .nav-link {
  background-color: #1C2368;
  border-radius: 5px 0px 0px 5px;
  border-right: none;
  color: #fff;
}

.servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.servicio {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.servicios .servicio .servicio-titulo {
  padding: 10px;
}

.servicios .servicio .servicio-titulo h2 {
  color: #606060;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.servicios .servicio .servicio-titulo h2 strong {
  color: #292E7F;
  font-weight: 700;
}

.servicio-link {
  padding: 10px;
}

.servicio-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292E7F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-content-title {
  background-image: url(img/banner_titulo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.page-content-title h1 {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.page-content-title h1 strong {
  color: #FEF200;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.page-content>div:first-of-type h2 {
  margin-top: 0px;
}

.page-content h2 {
  color: #606060;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #D9D9D9;
  margin: 40px 0px;
  padding-bottom: 5px;
}

.page-content h2 strong {
  color: #292E7F;
  font-weight: 700;
}

.page-content p {
  text-align: justify;
}

.somos-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.somos-cols .somos-col {
  width: 50%;
}

.somos-col-1 {
  color: #fff;
  background-color: #292E7F;
  background-image: url(img/somos_txt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.somos-col-1-video {
  width: 100%;
  height: 100%;
}

.somos-col-1-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.somos-col-1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(25, 100, 151);
  mix-blend-mode: multiply;
  z-index: 100;
}

.somos-col-1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.somos-col-1-text p {
  color: #FFF;
  text-align: justify;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.somos-col-2 {
  background-color: #FEF200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
}

.somos-col-2-cifras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.somos-col-2-cifra {
  width: 220px;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.somos-col-2-cifra:first-of-type {
  border-right: 1px solid #D9D9D9;
}

.somos-col-2-cifra h2 {
  color: #292E7F;
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.somos-col-2-cifra p {
  margin: 0px;
  padding: 0px;
  color: #444;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.286%;
  text-transform: uppercase;
}

.razones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.razon {
  width: 45%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 20px;
  gap: 20px;
}

.razon .razon-icono img {
  width: 70px;
  height: auto;
}

.razon h2 {
  color: #292E7F;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.razon p {
  color: #606060;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-somos {
  margin: 40px 0px;
}

.banner-somos img {
  width: 100%;
  height: auto;
}

.clientes-container {
  max-width: 90%;
  margin: auto;
}

.cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cliente-item {
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-prev,
.slick-next {
  width: 42px;
  height: 42px;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev::before,
.slick-next::before {
  content: "";
}

.slick-prev {
  background-image: url(img/flecha_izq.svg);
  left: -48px;
}

.slick-prev:hover {
  background-image: url(img/flecha_izq.svg);
}

.slick-next {
  background-image: url(img/flecha_der.svg);
  right: -48px;
}

.slick-next:hover {
  background-image: url(img/flecha_der.svg);
}

footer {
  border-top: 5px solid #FEC600;
  background: -webkit-gradient(linear, left top, left bottom, from(#292E7F), to(#090D59));
  background: linear-gradient(180deg, #292E7F 0%, #090D59 100%);
  color: #fff;
  margin-top: 40px;
}

footer a {
  color: #fff;
}

footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-cols {
  width: 95%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}

.footer-col-izq {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px 40px;
}

.footer-col-der-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  padding: 20px 0px;
}

.footer-col-der-col {
  border-right: 1px solid #FEC600;
  padding-right: 30px;
}

.footer-col-der-col-1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-col-der-col-2 p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.redes-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.redes-footer {
  background-color: yellow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 3px 20px;
  border-radius: 5px;
  background: #FEF200;
}

.footer-col-der-col-3 {
  border-right: none;
  padding-right: 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col-der-col-3 h2 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 87.5%;
  text-align: center;
  margin-bottom: 1em;
}

.derechos {
  background: #040741;
}

.derechos-container {
  width: 95%;
  max-width: 1100px;
  margin: auto;
  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;
  color: #fff;
  padding: 8px 0px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.derechos-container a {
  color: #fff;
}

.form-map-section {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px;
}

.map-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.map-section p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.map-section p strong {
  font-weight: 600;
}

#map-canvas {
  height: 430px;
  margin-bottom: 20px;
}

.form-section label {
  margin: 0px;
  padding: 0px;
  color: #1C2368;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 225%;
}

.directores {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48%;
}

.director .director-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.director .director-photo img {
  border-radius: 50%;
}

.director .director-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.director .director-txt h2 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}

.director .director-txt h3 {
  margin: 0px;
  padding: 0px;
  color: #606060;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.director .director-txt p {
  margin: 0px;
  padding: 0px;
  color: #606060;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.director .director-txt a {
  display: block;
  margin: 0px;
  margin-top: 20px;
  width: 130px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #36DC54;
  border-radius: 16px;
  color: #fff;
}

.director .director-txt a img {
  margin-right: 5px;
}

.habeas-data-form-text>h2 {
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  color: #292E7F;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.habeas-data-form-text>p {
  color: #606060;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.habeas-data-form-text>p a {
  color: #606060;
  font-weight: 500;
}

.habeas-data-form-text label {
  margin: 0px;
  padding: 0px;
  color: #1C2368;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 225%;
}

.form-check-input {
  margin-top: 11px;
}

.required {
  color: red;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px !important;
  padding: 0px !important;
  gap: 5px;
}

.form-check-input {
  margin: 0px !important;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

.form-check-label {
  margin: 0px !important;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

.form-group a {
  color: #1C2368;
  text-decoration: none;
  font-weight: 500;
}

.page-id-84 .page-content-title {
  margin-bottom: 0px;
}

.page-id-84 footer {
  margin-top: 0px;
}

.google-form {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f4f4;
  font-size: 14px;
}

.google-form h2 {
  color: #292e7f;
  font-weight: 700;
}

.google-form .multiple-selection {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 5px;
}

.google-form .form-check-input.is-invalid~.form-check-label,
.google-form .was-validated .form-check-input:invalid~.form-check-label {
  color: #212529;
}

.google-form label {
  color: #212529;
}

.page-id-90 .wp-block-separator {
  color: #B1B7D9 !important;
  border-top: 3px solid !important;
}

.page-id-90 .wp-block-separator:last-of-type {
  color: tranparent !important;
}

.agencias {
  background: linear-gradient(135deg, #1C2368 0%, #2A3B8F 100%);
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  position: relative;
  padding: 0px 0;
  margin: 0px 0;
  overflow: hidden;
}

.agencias::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(30deg, transparent, transparent 35px, rgba(255, 255, 255, 0.02) 35px, rgba(255, 255, 255, 0.02) 70px), repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(255, 255, 255, 0.02) 35px, rgba(255, 255, 255, 0.02) 70px);
  pointer-events: none;
}

.agencias-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.agencias-header h2 {
  color: #FEC600;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 0;
}

.agencias-header h2::before {
  content: "DIRECTORES ";
  font-size: 32px;
  font-weight: 600;
}

.agencias-header h2 strong {
  color: #FEC600;
  font-weight: 700;
  font-size: 0;
}

.agencias-header h2 strong::before {
  content: "DE AGENCIA";
  font-size: 32px;
  font-weight: 700;
}

.agencias-content {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.agencias-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px;
}

.agencia-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 20px;
  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;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.agencia-item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.agencia-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.location-icon {
  font-size: 18px;
  color: #FEC600;
}

.location-name {
  color: #1C2368;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.agencia-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-number {
  color: #2A3B8F;
  font-weight: 500;
  font-size: 16px;
  background: rgba(28, 35, 104, 0.1);
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid rgba(28, 35, 104, 0.2);
}

@media (max-width: 768px) {
  .agencias {
    padding: 40px 0;
    margin: 20px 0;
  }

  .agencias-header h2 {
    font-size: 24px;
  }

  .agencias-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
  }

  .agencia-item {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .location-name {
    font-size: 14px;
  }

  .phone-number {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .agencias-header h2 {
    font-size: 20px;
  }

  .agencia-item {
    padding: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    margin: 0px;
    border: none;
    width: 30px;
    height: auto;
  }

  .navbar-toggler img {
    width: 100%;
    height: auto;
  }

  .servicios {
    gap: 10px;
  }

  .servicio-foto img {
    width: 100%;
    height: auto;
  }

  .header-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headerRight {
    width: 100%;
  }

  .menu-superior {
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  #menu-menu-top {
    width: 100%;
  }

  #menu-menu-top li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-col-der-cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .servicios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .somos-cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .razones {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .razones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
  }

  .header-col-der-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 0px;
  }

  .somos-cols .somos-col {
    width: 100%;
  }

  .somos-col-2-cifras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .somos-col-2-cifra {
    padding-bottom: 36px;
  }

  .somos-col-2-cifra h2 {
    margin: 0px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 80px;
  }

  .somos-col-2-cifra:first-of-type {
    border-right: none;
    margin-bottom: 30px;
  }

  .razon {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .razon h2 {
    margin: 0px;
    padding: 0px;
  }

  .footer-col-izq {
    width: 100%;
  }

  .footer-col-der-col {
    border-right: none;
    padding-right: 0px;
  }

  .derechos-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-content h2 {
    font-size: 20px;
    overflow: hidden;
    max-width: 100%;
  }

  .clientes-container {
    max-width: 70%;
  }

  .footer-cols {
    width: 100%;
  }

  .footer-col-der-cols {
    width: 90%;
    margin: auto;
  }

  .page-content-title h1 {
    font-size: 44px;
  }

  .page-content-title strong {
    font-size: 44px;
  }

  .page-content p {
    text-align: left;
  }

  .page-content .form-container {
    width: 95%;
    max-width: 1100px;
    margin: auto;
  }

  .form-map-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .somos-col-1-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .somos-col-1-overlay {
    z-index: 200;
  }

  .somos-col-1-text {
    position: relative;
    z-index: 300;
    padding: 20px 20px;
  }

  .somos-col-1-text p {
    font-size: 15px;
    text-align: center;
  }

  .director {
    width: 100%;
  }
}

.video-section {
  padding: 40px 0;
}

.video-header {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  text-align: center;
}

.video-header h2 {
  color: #606060;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 40px 0;
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
}

.video-header h2 strong {
  color: #292E7F;
  font-weight: 700;
}

.video-filters {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-chip {
  border: 1px solid #FEC600;
  color: #1C2368;
  background: #FEF200;
  border-radius: 20px;
  padding: 6px 12px;
  font-weight: 500;
  cursor: pointer;
}

.filter-chip.active {
  background: #1C2368;
  color: #fff;
  border-color: #1C2368;
}

.video-grid {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.video-card {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.95);
  transform: translateY(30px) scale(0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, box-shadow, opacity;
  height: 100%;
}

.video-card.in-view {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.video-card:hover {
  -webkit-transform: translateY(-8px) scale(1.02);
  transform: translateY(-8px) scale(1.02);
  -webkit-box-shadow: 0 12px 30px rgba(28, 35, 104, 0.25);
  box-shadow: 0 12px 30px rgba(28, 35, 104, 0.25);
}

.video-poster {
  position: relative;
  aspect-ratio: 16/9;
  background: #f3f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.video-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-card:hover .video-poster img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.poster-fallback {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#292E7F), to(#090D59));
  background: linear-gradient(180deg, #292E7F 0%, #090D59 100%);
  position: relative;
  overflow: hidden;
}

.poster-fallback::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(rgba(254, 198, 0, 0.1)), to(transparent));
  background: linear-gradient(135deg, transparent, rgba(254, 198, 0, 0.1), transparent);
  -webkit-transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.video-card:hover .poster-fallback::before {
  -webkit-transform: translateX(100%) translateY(100%) rotate(45deg);
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

.play-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(254, 198, 0, 0.9);
  color: #1C2368;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.play-icon {
  -webkit-transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.video-poster:hover .play-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(254, 198, 0, 1);
}

.play-icon {
  -webkit-transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.video-poster:hover .play-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(254, 198, 0, 1);
}

.video-info {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.video-info h3 {
  margin: 0;
  font-size: 16px;
  color: #292E7F;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.video-card:hover .video-info h3 {
  color: #1C2368;
}

.video-category {
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.video-play {
  margin: 12px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1C2368;
  color: #ffffff;
  border-radius: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 2px 8px rgba(28, 35, 104, 0.2);
  box-shadow: 0 2px 8px rgba(28, 35, 104, 0.2);
  position: relative;
  overflow: hidden;
}

.video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
}

.video-play:hover::before {
  width: 300px;
  height: 300px;
}

.video-play:hover {
  background: #292E7F;
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(41, 46, 127, 0.4);
  box-shadow: 0 8px 20px rgba(41, 46, 127, 0.4);
}

.video-play:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(28, 35, 104, 0.3);
  box-shadow: 0 4px 12px rgba(28, 35, 104, 0.3);
}

.video-card:focus-within {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.video-play:focus-visible {
  outline: 2px solid #FEC600;
  outline-offset: 2px;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.video-modal-content {
  background: #fff;
  max-width: 90vw;
  width: auto;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.video-modal-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #1C2368;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}





.video-modal-content video {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .video-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .video-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .video-header h2 {
    font-size: 20px;
  }

  .video-modal-content {
    max-width: 95vw;
    max-height: 85vh;
  }

  .video-modal-content video {
    max-height: 80vh;
  }
}

@media screen and (max-width: 480px) {
  .video-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */

/* Lightbox Navidad 2026 */
.light-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.light-box.closed {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.light-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.light-box-content {
    position: relative;
    z-index: 100000;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light-box-content img {
    max-width: 100%;
    max-height: 90vh; /* Ensure it fits in viewport */
    object-fit: contain;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 4px;
}

.light-box-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: white;
    color: black;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border: 2px solid #000;
    line-height: 1;
}

.light-box-close:hover {
    background-color: #f0f0f0;
    color: red;
}

/* Modal Habeas Data Styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 99999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.6); 
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal-content {
  background-color: #fefefe;
  margin: 5vh auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 90%; 
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  position: relative;
  font-family: 'Poppins', sans-serif;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {opacity: 0; transform: translateY(-50px);}
  to {opacity: 1; transform: translateY(0);}
}

.close-btn {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  transition: color 0.3s;
}

.close-btn:hover,
.close-btn:focus {
  color: #1C2368;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h2 {
  color: #1C2368;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #FEC600;
  padding-bottom: 10px;
}

.modal-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.modal-body-scroller {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 10px;
}

/* Custom Scrollbar for modal */
.modal-body-scroller::-webkit-scrollbar {
    width: 8px;
}

.modal-body-scroller::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
.modal-body-scroller::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 4px;
}

.modal-body-scroller::-webkit-scrollbar-thumb:hover {
    background: #888; 
}

#openModalLink {
    color: #1C2368;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    transition: color 0.3s;
}

#openModalLink:hover {
    color: #FEC600;
}