/* *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: 8px 8px;
  border-right: 1px solid #FEC600;
  color: #173471;
  font-weight: 500;
  font-size: 16px;
}
.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;
}

@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 h1 strong {
    font-size: 44px;
  }
  .page-content.habeas-data-form-text p {
    text-align: left;
  }
}
.form-container {
  width: 95%;
  max-width: 1100px;
  margin: auto;
}

@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;
  }
}
/*# sourceMappingURL=style.css.map */