@charset "UTF-8";
/* *Theme Name: Transmulticarga
 * *Theme URI: https://www.xlogam.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Transmulticarga
 * *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: transmulticarga.com.co
 * *Tags: custom-design */
body {
  background-color: #fff;
}

header {
  background-color: #c11721;
}

.header-container {
  max-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;
  padding: 10px 0px;
}

.header-col img {
  width: 300px;
  height: auto;
}

.header-col-2-top {
  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;
  gap: 30px;
}
.header-col-2-top h2 {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #fff;
  font-size: 30px;
}

.redes-top {
  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;
  gap: 10px;
}
.redes-top a {
  line-height: 0em;
}
.redes-top img {
  height: 15px;
  width: auto;
}

.header-col-3 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-col-3 h2 {
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 30px;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
}
.header-col-3 h3 {
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
}

.header-col-1 {
  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;
}

.navbar-toggler {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  line-height: 1em;
  margin: 0px;
  padding: 0px 10px;
  font-size: 17px;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

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

.banner-index {
  max-width: 100%;
  overflow-x: hidden;
  height: 600px;
  position: relative;
}

.banner-index-text {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-index-text-object {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  clip-path: polygon(0% 0%, 46% 0%, 50% 55%, 46% 100%, 0% 100%);
  background-blend-mode: multiply;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0, 0, 0);
          box-shadow: 0px 0px 20px 0px rgb(0, 0, 0);
}

.carousel-item {
  width: 100%;
  height: 600px;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-indicators {
  display: none;
}

.banner-index-text-cols {
  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;
  width: 100%;
  height: 100%;
  padding: 0px 2.5%;
}

.banner-index-text-col-01 img {
  width: 60px;
  height: auto;
}

.banner-index-text-col-02 {
  width: 42%;
}
.banner-index-text-col-02 > img {
  width: 60px;
  height: auto;
}
.banner-index-text-col-02 h2 {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin: 0px;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.2em;
  margin-top: 30px;
  margin-bottom: 13px;
}
.banner-index-text-col-02 h3 {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 17px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

.banner-index-text-col-02-llamanos {
  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;
  gap: 5px;
}
.banner-index-text-col-02-llamanos img {
  width: 20px;
  height: auto;
}
.banner-index-text-col-02-llamanos a {
  color: #000;
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.banner-index-text-col-02-llamanos a:hover {
  color: #000;
}

.promesa {
  background-color: #fff;
  max-width: 95%;
  margin: auto;
}
.promesa article {
  font-size: 24px;
  max-width: 63%;
  margin: auto;
  text-align: center;
}
.promesa article p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.promesa-titulo-cols {
  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;
  gap: 30px;
}

.promesa-titulo-col-01 {
  height: 5px;
  background-image: url(img/dorada_izq.avif);
  background-size: 100% 100%;
  min-width: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.promesa-titulo-col-02 {
  margin: 40px 0px;
  margin-top: 0px;
}
.promesa-titulo-col-02 img {
  width: 250px;
  height: auto;
}

.promesa-titulo-col-03 {
  height: 5px;
  background-image: url(img/dorada_der.avif);
  background-size: 100% 100%;
  min-width: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.promesa-footer {
  height: 5px;
  background-image: url(img/dorada_der.avif);
  background-size: 100% 100%;
  width: 100%;
}

.lineas {
  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;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.linea {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.linea-header {
  width: 220px;
  height: 120px;
}

.linea-header-poligon {
  width: 100%;
  height: 100%;
  background-color: #c11722;
  border: 1px solid #c11722;
  clip-path: polygon(0% 0%, 80% 0%, 100% 27%, 100% 100%, 0% 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.linea-header-poligon-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0px 0px, 175px 0px, 220px 33px, 220px 120px, 0px 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.linea-header-poligon-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.linea-icon {
  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;
  height: 0px;
  padding-right: 10px;
  width: 100%;
}

.linea-icon-container {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1.9px solid #c11722;
  border-radius: 50%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.linea-icon-container img {
  width: 30px;
  height: auto;
}

.linea-content {
  border-bottom: 1px solid #c11722;
  border-right: 1px solid #c11722;
  border-left: 1px solid #c11722;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.linea-content h2 {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 20px;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.linea-content p {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

.top-button {
  width: 30px;
  cursor: pointer;
  position: fixed;
  bottom: 77px;
  right: 27px;
  display: none;
}
.top-button img {
  width: 100%;
  height: auto;
}

.especializados-cols {
  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: 90px;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}

.especializados-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.especializados-col-2 h2 {
  color: #c11722;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 38px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.especializados-col-2 p {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 24px;
}
.especializados-col-2 p:last-of-type {
  margin-bottom: 40px;
}

.especializados-col-2-container {
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.especializados-col-2-container a {
  background-color: #c11722;
  color: #fff;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  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;
  gap: 10px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16px;
  border-radius: 25px;
  padding: 5px 15px;
}
.especializados-col-2-container a img {
  width: auto;
  height: 20px;
}
.especializados-col-2-container a:hover {
  text-decoration: none;
  background-color: #98151d;
}

.sostenibilidad-banner {
  background-image: url(img/sostenibilidad_fnd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 20px 0px;
  max-width: 100%;
  overflow: hidden;
}

.sostenibilidad-cols {
  width: 95%;
  max-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;
}

.sostenibilidad-col-1 {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 70px;
  gap: 120px;
}
.sostenibilidad-col-1 h2 {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  padding-left: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.sostenibilidad-col-1 img {
  width: 400px;
  height: auto;
}

.sostenibilidad-grph {
  height: 390px;
  width: 660px;
  position: relative;
}

.sostenibilidad-flechas {
  -webkit-animation: rotate-right 5s linear infinite;
          animation: rotate-right 5s linear infinite;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  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;
}
.sostenibilidad-flechas img {
  width: 249px;
  height: auto;
}

@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sostenibilidad-puntos {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  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;
}

.sostenibolidad-punto {
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 9000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sostenibolidad-punto:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.sostenibolidad-punto-1 {
  top: 14%;
  left: calc(50% - 23px);
}

.sostenibolidad-punto-2 {
  top: calc(50% - 23px);
  right: 28%;
}

.sostenibolidad-punto-3 {
  bottom: 14%;
  left: calc(50% - 23px);
}

.sostenibolidad-punto-4 {
  top: calc(50% - 23px);
  left: 28%;
}

.sostenibilidad-items {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

.sostenibilidad-item {
  color: #fff;
  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;
  position: absolute;
  gap: 8px;
}
.sostenibilidad-item a {
  color: #fff;
}
.sostenibilidad-item a:hover {
  color: #fff;
  text-decoration: none;
}
.sostenibilidad-item h2 {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  text-align: center;
}
.sostenibilidad-item span {
  height: 5px;
  width: 160px;
  background-color: #fff;
}

.sostenibilidad-item-1 {
  top: 0px;
  left: 0px;
  width: 100%;
}

.sostenibilidad-item-2 {
  top: 41%;
  right: 0px;
}

.sostenibilidad-item-3 {
  bottom: 0%;
  right: 0px;
  width: 100%;
}

.sostenibilidad-item-4 {
  top: 41%;
  left: 0px;
}

.promovemos {
  padding: 60px 0px;
}
.promovemos h2 {
  margin: 0px;
  padding: 0px;
  max-width: 95%;
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
}

.fundacion {
  background-color: #5eb030;
  padding: 25px 0px;
}

.fundacion-cols {
  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;
  max-width: 90%;
  margin: auto;
}

.fundacion-col {
  width: 300px;
}

.fundacion-col-1, .fundacion-col-3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  font-size: 14px;
}
.fundacion-col-1 a, .fundacion-col-3 a {
  color: #fff;
}
.fundacion-col-1 a:hover, .fundacion-col-3 a:hover {
  color: #fff;
}

.fundacion-col-2 {
  width: 300px;
}
.fundacion-col-2 img {
  width: 100%;
  height: auto;
}

.fundacion-col-3 {
  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;
}

.videos-redes {
  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;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.videos {
  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: 10px;
}

.videos-col-1 img {
  width: auto;
  height: 285px;
}

.videos-col-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.videos-col-2 img {
  width: auto;
  height: 137.5px;
}

.redes {
  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: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.redes > a {
  display: none !important;
}
.redes img {
  width: auto;
  height: 285px;
}

footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#135877), color-stop(2%, #135877), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(to top, #135877 0%, #135877 2%, #ffffff 50%, #ffffff 100%);
  overflow: hidden;
}

.footer-contacto {
  width: 95%;
  max-width: 1200px;
  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;
  margin: auto;
}

.footer-contacto-text {
  min-height: 300px;
  width: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-top: 60px;
}
.footer-contacto-text p {
  width: 80%;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
}
.footer-contacto-text p:last-of-type {
  margin-bottom: 140px;
}

.contacto-logo-cols {
  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: 10px;
  margin-bottom: 30px;
}

.contacto-logo-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contacto-logo-col-2 img {
  width: auto;
  height: 70px;
}

.contacto-logo-col-1 {
  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-bottom: 8px;
}
.contacto-logo-col-1 img {
  width: 200px;
  height: auto;
}
.contacto-logo-col-1 h2 {
  margin-top: 20px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 32px;
}

.haz-parte {
  background-color: #c11722;
  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;
}
.haz-parte h3 {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  color: #fff;
  font-size: 20px;
  padding: 0px 8px;
}

.haz-parte-triangulo {
  width: 30px;
  height: 50px;
}
.haz-parte-triangulo span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 50%, 0px 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-contacto-form form {
  padding: 20px;
  background-color: rgba(207, 207, 207, 0.905);
  width: 400px;
  min-height: 300px;
  border-radius: 30px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 16px;
}
.footer-contacto-form form > button {
  background-color: #d52816;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 18px;
  width: 150px;
  height: 34px;
  margin: 0px;
  padding: 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;
  border: none;
  outline: none;
}
.footer-contacto-form form > button:hover {
  background-color: #8e0f00;
}
.footer-contacto-form h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: 30px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 34px;
  color: #858683;
}
.footer-contacto-form h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 24px;
  color: #858683;
}

.form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 60px;
}
.form-options button {
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 18px;
}
.form-options button.active {
  color: #fff;
  background-color: #959595;
}
.form-options button:hover {
  background-color: #959595;
  color: #fff;
}
.form-options img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

.footer-separador {
  width: 100%;
  height: 5px;
  background-color: #e41f22;
  margin-bottom: 80px;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  max-width: 1200px;
  width: 95%;
  margin: auto;
  margin-bottom: 40px;
}
.footer-logos img {
  width: auto;
  height: 80px;
}

.footer-logos-col-1 {
  min-width: 300px;
  min-height: 50px;
}

.footer-logos-col-3 {
  min-width: 300px;
  min-height: 50px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logos-col-3 h2 {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 600;
  color: rgba(42, 25, 25, 0.37);
  font-size: 36px;
}
.footer-logos-col-3 h3 {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  color: rgba(42, 25, 25, 0.37);
  font-size: 20px;
}

.footer-redes h2 {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}

.footer-redes-links {
  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;
  gap: 22px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.footer-redes-links img {
  width: auto;
  height: 15px;
}

.footer-data-cols {
  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;
  margin-bottom: 60px;
}
.footer-data-cols a {
  color: #fff;
}
.footer-data-cols a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-data-col {
  padding: 0px 60px;
}

.footer-data-col-1 {
  border-right: 2px solid #fff;
}
.footer-data-col-1 div {
  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: 10px;
  margin-bottom: 10px;
}
.footer-data-col-1 div:last-of-type {
  margin-bottom: 0px;
}
.footer-data-col-1 div img {
  width: 22px;
  height: auto;
}
.footer-data-col-1 div p {
  margin: 0px;
  padding: 0px;
}

.footer-data-col-2 {
  border-right: 2px solid #fff;
}
.footer-data-col-2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-data-col-2 ul li {
  margin: 0px;
  padding: 0px;
  background-image: url(img/check.svg);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: left center;
  padding-left: 26px;
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
}

.footer-data-col-3 div {
  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: 10px;
  margin-bottom: 10px;
}
.footer-data-col-3 div:last-of-type {
  margin-bottom: 0px;
}
.footer-data-col-3 div img {
  width: 22px;
  height: auto;
}
.footer-data-col-3 div p {
  margin: 0px;
  padding: 0px;
}
.footer-data-col-3 div h2 {
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
}

.footer-derechos {
  text-align: center;
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.footer-derechos a {
  color: #fff;
}
.footer-derechos a:hover {
  color: #fff;
  text-decoration: none;
}

.form-check {
  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;
  margin: 0px;
  padding: 0px;
}
.form-check label {
  display: block;
}
.form-check input {
  display: block;
  position: static;
}

.form-group-documentos input {
  background-color: transparent;
}

.mision-vision {
  position: relative;
}

.mision-vision-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 95%;
  margin: auto;
  max-width: 1200px;
  gap: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.mision-vision-col-1 > img {
  width: 144px;
  height: auto;
  margin-bottom: 10px;
}

.slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slogan h2 {
  color: #125976;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 30px;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
}
.slogan h3 {
  color: #125976;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
}

.mision-vision-col-1-img-2 {
  margin-top: 8px;
}
.mision-vision-col-1-img-2 img {
  width: 160px;
  height: auto;
  border-left: 4px solid #c11721;
  border-bottom: 3px solid #c11721;
}

.mision-vision-col-2 {
  padding: 0px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  gap: 60px;
}
.mision-vision-col-2 h2 {
  text-align: center;
  margin: 0px;
  line-height: 1em;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  overflow: hidden;
  background-color: #125976;
  color: #fff;
  border-radius: 25px;
  width: 180px;
  height: 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;
}
.mision-vision-col-2 h2 strong {
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.mision-vision-col-2 p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.mision-vision-col-3 {
  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;
}
.mision-vision-col-3 img {
  width: 300px;
  height: auto;
}
.mision-vision-col-3 img:last-of-type {
  width: 300px;
  height: auto;
  border-radius: 85px;
  margin-top: 30px;
}

.separador {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0px;
}
.separador .separador-line {
  height: 1px;
  background-color: #ebebeb;
}

.historia {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.historia p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  padding-left: 10%;
  padding-right: 10%;
}
.historia .historia-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
}
.historia .historia-header .historia-header-col-1, .historia .historia-header .historia-header-col-3 {
  width: 400px;
}
.historia .historia-header .historia-header-col-1 h2, .historia .historia-header .historia-header-col-3 h2 {
  margin: 0px;
  padding: 0px;
  color: #d52816;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.historia .historia-header .historia-header-col-2 img {
  width: 400px;
  height: auto;
}
.historia .historia-content-cols {
  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: 60px;
}
.historia .historia-content-cols .historia-content-logo img {
  width: 120px;
  height: auto;
}
.historia .historia-content-cols .historia-content img {
  width: 100%;
  height: auto;
}

.gestion {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.gestion .gestion-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;
}
.gestion .gestion-cols .gestion-col1 {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gestion .gestion-cols .gestion-col1 .gestion-logo {
  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: 30px;
}
.gestion .gestion-cols .gestion-col1 .gestion-logo img {
  width: 80px;
  height: auto;
}
.gestion .gestion-cols .gestion-col1 .gestion-logo .slogan h2, .gestion .gestion-cols .gestion-col1 .gestion-logo .slogan h3 {
  color: #b91d23;
}
.gestion .gestion-cols .gestion-col1 .gestion-titulo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gestion .gestion-cols .gestion-col1 .gestion-titulo h2 {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin: 0px;
  padding: 0px;
  line-height: 0.9em;
}
.gestion .gestion-cols .gestion-col1 .gestion-contenido ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gestion .gestion-cols .gestion-col1 .gestion-contenido ul li {
  background-image: url(img/vinieta.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 30px;
  background-position: left top 0px;
  padding-bottom: 20px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  line-height: 1.1em;
}
.gestion .gestion-cols .gestion-col2 .gestion-foto {
  width: 400px;
}
.gestion .gestion-cols .gestion-col2 .gestion-foto img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #115977;
  border-right: 5px solid #b71b23;
}

.eficiencia {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.eficiencia .eficiencia-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: 60px;
}
.eficiencia .eficiencia-cols .eficiencia-col-1 img {
  width: 100%;
  height: auto;
}
.eficiencia .eficiencia-cols .eficiencia-col-1 h2 {
  text-align: center;
  color: #b91d23;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin-bottom: 30px;
}
.eficiencia .eficiencia-cols .eficiencia-col-1 p {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  padding: 0px 15%;
}
.eficiencia .eficiencia-cols .eficiencia-col-1 a {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.eficiencia .eficiencia-cols .eficiencia-col-2 img {
  width: 100%;
  height: auto;
}
.eficiencia .eficiencia-text p {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  padding: 0px 15%;
}

.ambiental {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ambiental-titulo h2 {
  color: #066a30;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

.ambiental-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: 60px;
}

.ambiental-col-1 img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.ambiental-text {
  margin-top: 30px;
}
.ambiental-text p {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 600;
  padding: 0px 18%;
}

.ambiental-col-2 {
  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;
}

.logo-ambiental {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.logo-ambiental img {
  width: 70px;
  height: auto;
}

.seguridad-vial {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.seguridad-vial img {
  max-width: 100%;
  height: auto;
}

.seguridad-vial-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: 60px;
}
.seguridad-vial-cols .seguridad-vial-col-1 {
  max-width: 300px;
}
.seguridad-vial-cols .seguridad-vial-col-1 h2 {
  margin: 0px;
  padding: 0px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 600;
  line-height: 0.9em;
  margin-bottom: 30px;
}
.seguridad-vial-cols .seguridad-vial-col-1 p {
  margin: 0px;
  padding: 0px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 30px;
}
.seguridad-vial-cols .seguridad-vial-col-1 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1%;
  height: 80%;
  width: 3px;
  background-color: #b91d23;
}
.seguridad-vial-cols .seguridad-vial-col-1 img {
  border-radius: 60px;
}
.seguridad-vial-cols .seguridad-vial-col-3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seguridad-vial-cols .seguridad-vial-col-3 img {
  width: 180px;
  height: auto;
}
.seguridad-vial-cols .seguridad-vial-col-2 {
  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;
}
.seguridad-vial-cols .seguridad-vial-col-2 img {
  width: 80%;
  height: auto;
}
.seguridad-vial-cols .seguridad-vial-col-2 img:last-of-type {
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.seguridad-vial-cols .seguridad-vial-col-2 p {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 600;
  margin: 0px 0%;
}

.derechos {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.derechos-cols {
  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: 60px;
}

.derechos-col-1 {
  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;
}

.logo-derechos img {
  width: 70px;
  margin-bottom: 5px;
}

.derechos-col-2 img {
  width: 100%;
  height: auto;
}
.derechos-col-2 h2 {
  color: #115977;
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}
.derechos-col-2 p {
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 600;
}
.derechos-col-2 h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 15%;
  margin-top: 20px;
}

.banner-index-text-col-02-llamanos p:last-of-type {
  margin: 0px;
  padding: 0px;
}

/* Preloader - Full Screen */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  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;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  background-image: url(img/mula.avif), url(img/verde.avif);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom 10px, center;
  background-size: 40% auto, cover;
}

/* Spinner Animado */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

/* Animación */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Ocultar Preloader */
.hidden {
  opacity: 0;
  visibility: hidden;
}

.banner-top-cols {
  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;
}

.banner-top-col-1 {
  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: 10px;
}
.banner-top-col-1 .logos-calidad {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid red;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.banner-top-col-1 .logos-calidad a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.banner-top-col-1 .logos-calidad a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.banner-top-col-1 .logos-calidad a img {
  width: 45px;
  height: auto;
}

.banner-top-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.banner-top-col-2 .carousel-item {
  max-height: 520px;
}
.banner-top-col-2 .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.soluciones-top {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.soluciones-top-cols {
  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;
}
.soluciones-top-cols .soluciones-top-col-1 {
  padding: 20px;
  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;
}
.soluciones-top-cols .soluciones-top-col-1 img {
  width: 80px;
  height: auto;
}
.soluciones-top-cols .soluciones-top-col-2 {
  text-align: center;
}

.whatsapp-buttom {
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 60px;
}
.whatsapp-buttom a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  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;
}
.whatsapp-buttom a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.whatsapp-buttom a img {
  width: 100%;
  height: auto;
}

.lineas-de-servicios-text {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.lineas-de-servicios-text .lineas-de-servicios-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.lineas-de-servicios-text .lineas-de-servicios-titulo h2 {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #c11722;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  font-size: 32px;
}
.lineas-de-servicios-text .lineas-de-servicios-titulo img {
  width: 60px;
  height: auto;
}
.lineas-de-servicios-text p {
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #000000;
  font-weight: 400;
  font-size: 24px;
}

.linea .linea-header-poligon-content {
  overflow: hidden;
}
.linea:hover {
  cursor: default;
}
.linea:hover .linea-icon-container {
  -webkit-animation: heartbeat 3s ease-in-out infinite;
          animation: heartbeat 3s ease-in-out infinite;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.linea .linea-header-poligon-content {
  position: relative;
  overflow: hidden;
}
.linea .linea-header-poligon-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.linea .linea-header-poligon-content img:first-of-type {
  opacity: 1;
}
.linea .linea-header-poligon-content img:last-of-type {
  opacity: 0;
}
.linea:hover {
  cursor: default;
}
.linea:hover .linea-icon-container {
  -webkit-animation: heartbeat 3s ease-in-out infinite;
          animation: heartbeat 3s ease-in-out infinite;
}
.linea:hover .linea-header-poligon-content img:first-of-type {
  opacity: 0;
}
.linea:hover .linea-header-poligon-content img:last-of-type {
  opacity: 1;
}

.sostenibilidad-info {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.sostenibilidad-info > div {
  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: #3b692b;
  gap: 10px;
  border-radius: 25px;
  padding: 5px 10px;
  border: 1px solid #9cc330;
}
.sostenibilidad-info > div h2 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  line-height: 1em;
  font-size: 14px;
}
.sostenibilidad-info > div span {
  color: #fff;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 500;
  line-height: 1em;
  font-size: 20px;
}

.footer-contacto-text p a {
  color: #000;
  font-size: 16px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 500;
  padding-left: 44px;
}

#contactForm {
  position: relative;
  padding-top: 20px;
}
#contactForm .contactForm-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#contactForm .contactForm-titulo h2 {
  color: #fff;
  font-size: 16px;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 500;
  text-align: left;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
}

.mision-vision-col-1-img-2 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mision-vision-col-1-img-2 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mision-vision-col-1 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mision-vision-col-1 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mision-vision-col-3 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mision-vision-col-3 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gestion-col2 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gestion-col2 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.eficiencia-col-2 .slogan {
  margin-bottom: 30px;
}
.eficiencia-col-2 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.eficiencia-col-2 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.seguridad-vial-col-1 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.seguridad-vial-col-1 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.seguridad-vial-col-2 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.seguridad-vial-col-2 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.seguridad-vial-col-3 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.seguridad-vial-col-3 img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.videos-col a {
  background-color: cyan;
  overflow: hidden;
  display: block;
  background-image: url(img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px auto;
  background-color: rgba(137, 137, 137, 0.91);
}
.videos-col a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.videos-col a:hover img {
  opacity: 0.6;
}

.seguridad-video-1 a {
  display: block;
  background-image: url(img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px auto;
}
.seguridad-video-1 a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.seguridad-video-1 a:hover img {
  opacity: 0.6;
}

.seguridad-video-2 a {
  display: block;
  background-image: url(img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px auto;
}
.seguridad-video-2 a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.seguridad-video-2 a:hover img {
  opacity: 0.6;
}

.menu-item.active.nav-item-48 .nav-link {
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 100px;
    right: 10px;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler img {
    width: 20px;
    height: auto;
  }
  .videos-redes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-logos {
    -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-logos h2 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .footer-logos h2 br {
    display: none;
  }
  .footer-logos h3 {
    width: 100%;
    text-align: center;
  }
  .footer-logos h3 br {
    display: none;
  }
  .sostenibilidad-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;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-data-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;
    width: 100%;
    gap: 30px;
  }
  .footer-data-col {
    padding: 0px;
  }
  .footer-data-col-1 {
    border-right: none;
  }
  .footer-data-col-2 {
    border-right: none;
  }
  .header-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-col-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .header-col-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mision-vision .mision-vision-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mision-vision .mision-vision-cols .mision-vision-col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mision-vision .mision-vision-cols .mision-vision-col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mision-vision .mision-vision-cols .mision-vision-col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .eficiencia-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;
  }
  .eficiencia-col-2 {
    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;
    gap: 30px;
  }
  .eficiencia-col-2 img {
    width: 95%;
    max-width: 300px;
  }
  .derechos-col-1 {
    display: none;
  }
  .ambiental-col-2 {
    display: none;
  }
}
@media screen and (max-width: 926px) {
  .lineas {
    max-width: 500px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .redes {
    -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;
    gap: 30px;
  }
  .red-1, .red-2, .red-3 {
    width: 300px;
  }
  .red-1 img, .red-2 img, .red-3 img {
    width: 100%;
    height: auto;
  }
  .videos-redes {
    -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;
    gap: 30px;
  }
  .seguridad-vial-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seguridad-vial-col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .seguridad-vial-col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .seguridad-vial-col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 700px) {
  .historia-header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .historia-content-logo {
    display: none;
  }
  .gestion-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;
  }
  .gestion-col2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-contacto {
    -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-contacto-text p {
    width: 100%;
  }
  .footer-contacto-text p:last-of-type {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .banner-index-text {
    position: static;
  }
  .banner-index {
    height: auto;
  }
  .carousel-item {
    width: 100%;
    height: 200px;
  }
  .banner-index-text-col-02 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .banner-index-text-object {
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner-index-text {
    margin-top: 30px;
  }
  .especializados-cols {
    width: 95%;
    max-width: 95%;
  }
  .especializados-col-1 {
    display: none;
  }
  .especializados-col-2-container img {
    width: 90%;
    height: auto;
  }
  .sostenibilidad-col-1 {
    padding: 0px;
  }
  .sostenibilidad-col-1 h2 {
    padding: 0px;
  }
  .sostenibilidad-col-1 img {
    width: 300px;
    height: auto;
  }
  .sostenibilidad-grph {
    overflow: hidden;
    -webkit-transform: scale(0.55, 0.55);
            transform: scale(0.55, 0.55);
  }
  .videos {
    -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;
    gap: 30px;
  }
  .videos-col {
    width: 300px;
  }
  .videos-col img {
    width: 100%;
    height: auto;
  }
  .promesa-titulo-col-02 img {
    width: 160px;
    height: auto;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  .footer-logos img {
    width: 290px;
    height: auto;
  }
  .historia .historia-header .historia-header-col-2 img {
    width: 300px;
    height: auto;
  }
  .historia .historia-header .historia-header-col-1 {
    width: 100%;
  }
  .historia .historia-header .historia-header-col-3 {
    display: none;
  }
  .footer-contacto-form form {
    max-width: 400px;
    width: 100%;
  }
  .seguridad-vial-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seguridad-vial-cols .seguridad-vial-col-3 {
    width: 100%;
  }
  .seguridad-vial-cols .seguridad-vial-col-3 img {
    width: 100%;
  }
  .ambiental-text p {
    padding: 0%;
  }
  .banner-top-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-top-col-1 .logos-calidad {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-top-col-1 .logos-calidad a img {
    width: 60px;
    height: auto;
  }
  .soluciones-top-cols .soluciones-top-col-1 {
    display: none;
  }
  #preloader {
    background-size: 96% auto, cover;
  }
}
/*# sourceMappingURL=style.css.map */