@charset "UTF-8";
@font-face {
  font-family: "inter-bold";
  src: url("../font/Inter-Bold.ttf");
}
@font-face {
  font-family: "inter-light";
  src: url("../font/Inter-Light.ttf");
}
@font-face {
  font-family: "inter-regular";
  src: url("../font/Inter-Regular.ttf");
}
@font-face {
  font-family: "inter-medium";
  src: url("../font/Inter-Medium.ttf");
}
@font-face {
  font-family: "inter-semibold";
  src: url("../font/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "lato-light";
  src: url("../Fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "lato-bold";
  src: url("../Fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "montserrat-bold";
  src: url("../font/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "montserrat-regular";
  src: url("../font/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "montserrat-black";
  src: url("../font/Montserrat-Black.ttf");
}
.fadein {
  transition: opacity 1.2s;
}

.texto-blanco {
  color: #fff;
}

.texto-rojo {
  color: #C80C10;
}

.texto-azul {
  color: #004990;
}

h1, h2, h3, h4, h5, .title {
  font-family: "montserrat-black";
}

p, span, a, button {
  font-family: "montserrat-regular";
}

html, body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

input, textarea {
  transition: all 0.2s;
}

input:focus, textarea:focus {
  box-shadow: 0px 0px 5px rgba(200, 12, 15, 0.4431372549) !important;
}

.btn-rojo {
  color: #fff;
  background-color: #C80C10;
  transition: all 0.2s;
}

.btn-rojo:hover {
  color: #C80C10;
  background-color: #fff;
  border: 1px #C80C10 solid;
}

.btn-rojo-inverted {
  color: #C80C10;
  background-color: #fff;
  border-color: #C80C10;
  border-style: solid;
  transition: all 0.2s;
}

.btn-rojo-inverted:hover {
  color: #fff;
  background-color: #C80C10;
  border: 1px #fff solid;
}

.btn-azul {
  color: #fff;
  background-color: #004990;
  transition: all 0.2s;
}
.btn-azul svg {
  transition: all 0.25s;
}

.btn-azul:hover {
  color: #004990;
  background-color: #fff;
  border: 1px #004990 solid;
}
.btn-azul:hover svg {
  transform: rotate(90deg);
}

.btn-azul.activo {
  color: #004990;
  background-color: #fff;
  border: 1px #004990 solid;
}
.btn-azul.activo svg {
  transform: rotate(90deg);
}

html {
  font-size: 100%;
}

@media screen and (min-width: 300px) and (max-width: 767.9px) {
  h1, h2, h3, h4, h5, .title {
    font-family: "montserrat-bold";
  }
  html {
    font-size: 52%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  html {
    font-size: 90%;
  }
}
header.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  animation: 0.15s linear none fixed-start;
}

@keyframes fixed-start {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0px;
  }
}
header {
  background-color: #fff;
}
header .header-menu.activo {
  display: block;
}
header .header-menu {
  display: none;
  background-color: #fff;
  position: fixed;
  width: 30%;
  z-index: 100;
  height: 100vh;
  top: 0px;
  border-right: 1px #d0d0d0 solid;
  padding: 0.5rem 3rem;
}
header .header-menu .cerrar {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
header .header-menu p {
  display: flex;
  align-items: center;
  color: #004990;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
header .header-menu p img {
  height: 25px;
  margin-right: 10px;
}
header .header-menu p svg {
  margin-left: 10px;
  border: 1px #C80C10 solid;
  border-radius: 100%;
  padding: 3px 3px;
  color: #C80C10;
}
header .header-menu a {
  text-decoration: none;
  display: block;
  color: #808080;
}
header .header-menu a:hover {
  color: #004990;
}
header .header-menu .social {
  margin-bottom: 1rem;
}
header .header-menu .social svg {
  color: #C80C10;
  margin-right: 0.75rem;
}
header .banner {
  padding-top: 15px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
header .banner .col {
  margin-left: 8%;
}
header .banner .col span {
  font-size: 0.9rem;
  font-weight: 300;
  color: #004990;
  font-weight: 500;
}
header .banner .col p {
  font-size: 1rem;
  color: #004990;
  margin-top: -3px;
  font-weight: 500;
}
header .banner .col:last-child span {
  margin-left: 25px;
}
header nav {
  z-index: 1;
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40px;
}
header nav .container-fluid {
  padding-left: 6rem;
  padding-right: 2rem;
}
header nav .container-fluid #tres_barra {
  padding-left: 2rem;
  padding-right: 2rem;
}
header nav .container-fluid #tres_barra svg {
  font-size: 2.75rem;
}
header nav .logo_home {
  height: 60px;
}
header nav .item_logo_oro {
  margin-right: 100px;
}
header nav .item_logo_oro .logo_oro {
  height: 80px;
}
header nav li.dropdown {
  display: flex;
  align-items: center;
}
header nav li.dropdown a {
  color: #004990;
  font-size: 1.125rem;
  font-weight: 500;
}
header nav li.dropdown a img {
  height: 25px;
  margin-right: 10px;
}
header nav li.dropdown a svg {
  margin-left: 10px;
}
header nav li.dropdown .dropdown-toggle {
  display: flex;
  gap: 5px;
  align-items: center;
}
header nav li.dropdown .dropdown-toggle svg {
  border: 1px #C80C10 solid;
  border-radius: 100%;
  padding: 3px 3px;
  color: #C80C10;
}
header nav li.dropdown .dropdown-toggle::after {
  display: none;
}

@media (max-width: 768.1px) {
  header.fixed {
    position: relative;
    width: 100%;
    z-index: 999;
    animation: none;
  }
  header .navbar-toggler {
    display: none;
  }
  header .header-menu {
    width: 100%;
    padding: 1rem 3rem;
  }
  header .header-menu p {
    font-size: 1.875rem;
    font-weight: 500;
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
  }
  header .header-menu p img {
    height: 32px;
  }
  header .header-menu p svg {
    margin-left: 7px;
    padding: 5px;
  }
  header .header-menu a {
    font-size: 1.563rem;
  }
  header .header-menu .social svg {
    font-size: 2.5rem;
  }
  header .banner {
    width: 98%;
  }
  header .banner .row {
    --bs-gutter-x:0;
  }
  header .banner .row .col {
    text-align: center;
    margin-left: 0px;
  }
  header .banner .row .col span {
    font-size: 1.3rem;
    font-weight: 500;
  }
  header .banner .row .col p {
    font-size: 1.35rem;
    word-spacing: -1px;
  }
  header .banner .row .col:last-child span {
    margin-left: 0;
  }
  header nav {
    width: 88%;
  }
  header nav .container-fluid {
    padding-left: 1rem;
    padding-right: 0.5rem;
    flex-direction: row;
  }
  header nav .container-fluid #tres_barra {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  header nav .container-fluid #tres_barra svg {
    font-size: 2.75rem;
  }
  header nav .container-fluid a {
    width: 75%;
  }
  header nav .container-fluid a .logo_home {
    height: 57px;
  }
}
#section-index-hero {
  background-image: url("../img/hero_img.jpg");
  background-size: cover;
  min-height: 465px;
  padding-top: 8rem;
}
#section-index-hero .contenedor {
  margin-left: 47%;
}
#section-index-hero .contenedor .title {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 3.15rem;
  margin-bottom: 1.5rem;
}
#section-index-hero .contenedor .subtitle {
  font-size: 1.563rem;
  color: #fff;
  line-height: initial;
  width: 45%;
}

@media screen and (min-width: 300px) and (max-width: 767.9px) {
  #section-index-hero {
    background-image: url("../img/hero_img.jpg");
    background-size: cover;
    min-height: 325px;
    padding-top: 8rem;
  }
  #section-index-hero .contenedor {
    margin-left: 10%;
  }
  #section-index-hero .contenedor .title {
    font-size: 3rem;
    color: #fff;
    font-weight: 1000;
    line-height: 3.15rem;
    margin-bottom: 1.5rem;
  }
  #section-index-hero .contenedor .subtitle {
    font-size: 1.875rem;
    color: #fff;
    line-height: initial;
    width: 45%;
  }
}
#section-acceso-clientes {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
#section-acceso-clientes .banner {
  background: linear-gradient(90deg, rgba(6, 0, 112, 0.82) 0%, rgba(6, 0, 112, 0.78) 55%, rgba(255, 0, 17, 0.75) 95%, rgba(255, 0, 17, 0.7) 100%);
  background-size: cover;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
}
#section-acceso-clientes .banner span {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: initial;
}
#section-acceso-clientes .banner a {
  color: #fff;
  background-color: #C80C10;
  border-radius: 0.6rem;
  font-size: 1.875rem;
  line-height: normal;
}
#section-acceso-clientes .cartas.row {
  width: 78%;
  margin: auto;
  margin-bottom: 4rem;
}
#section-acceso-clientes .cartas.row > div:hover svg {
  transform: rotate(90deg);
  background-color: #fff;
  color: black;
}
#section-acceso-clientes .cartas.row > div:hover span {
  margin-bottom: 0.35rem;
}
#section-acceso-clientes .cartas.row > div:hover img {
  padding-bottom: 0.35rem;
}
#section-acceso-clientes .cartas.row > div:first-child svg {
  color: grey;
  border: 1px grey solid;
  background-color: white;
}
#section-acceso-clientes .cartas.row .columna-1 a {
  background-size: contain;
  background-position: center;
  background-image: url("../img/acceso-cliente/LaPostal-img-7.png");
}
#section-acceso-clientes .cartas.row .columna-2 a {
  background-image: url("../img/acceso-cliente/LaPostal-img-2-new.png");
}
#section-acceso-clientes .cartas.row .columna-3 a {
  background-image: url("../img/acceso-cliente/LaPostal-img-3.jpg");
}
#section-acceso-clientes .cartas.row .columna-4 a {
  background-image: url("../img/acceso-cliente/LaPostal-img-4.jpg");
}
#section-acceso-clientes .cartas.row .columna-5 a {
  background-image: url("../img/acceso-cliente/LaPostal-img-5.jpg");
}
#section-acceso-clientes .cartas.row .columna-6 a {
  background-image: url("../img/acceso-cliente/LaPostal-img-6.jpg");
}
#section-acceso-clientes .cartas.row a {
  display: flex;
  align-items: end;
  text-decoration: none;
  background-size: cover;
  min-height: 280px;
  background-repeat: no-repeat;
  padding: 0.75rem 0.95rem;
  position: relative;
}
#section-acceso-clientes .cartas.row a .logo-hybrin {
  transition: all 0.3s;
  width: 40px;
  padding-bottom: 0;
}
#section-acceso-clientes .cartas.row a svg {
  position: absolute;
  right: 1.25rem;
  bottom: 1.75rem;
  border: 1px #fff solid;
  padding: 0.5rem 0.75rem;
  color: #fff;
  border-radius: 100%;
  transition: all 0.3s;
}
#section-acceso-clientes .cartas.row a span {
  font-family: "lato-light";
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  transition: all 0.25s;
  line-height: 1.563rem;
  min-height: 2.25rem;
  width: 86%;
}
#section-acceso-clientes .unimos {
  margin: auto;
  width: 77%;
}
#section-acceso-clientes .unimos .title {
  color: #004990;
  font-size: 2rem;
  font-weight: 1000;
  line-height: 2.2rem;
}
#section-acceso-clientes .unimos .text {
  color: #808080;
  font-size: 1.05rem;
  line-height: 1.2rem;
  width: 85%;
  margin-bottom: 0.85rem;
}
#section-acceso-clientes .unimos .btn {
  border-radius: 2rem;
  font-size: 1.25rem;
  padding: 0.2rem 1.2rem;
}
#section-acceso-clientes .unimos img {
  width: 100%;
}
#section-acceso-clientes .subtitle {
  position: absolute;
  bottom: 3rem;
  display: block;
  text-align: right;
  width: 100%;
  color: white;
  font-size: 1.15rem;
  font-family: "montserrat-bold";
  padding-right: 10%;
  margin-bottom: 0px;
}

@media (max-width: 768.1px) {
  #section-acceso-clientes {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  #section-acceso-clientes .banner {
    padding: 2rem 7rem 1rem 1.5rem;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
  }
  #section-acceso-clientes .banner span {
    font-size: 2.65rem;
    font-weight: bold;
    color: #fff;
    line-height: initial;
  }
  #section-acceso-clientes .banner a {
    color: #fff;
    background-color: #C80C10;
    border-radius: 0.6rem;
    font-size: 1.875rem;
  }
  #section-acceso-clientes .cartas.row {
    width: 75%;
    margin: auto;
    margin-bottom: 4rem;
  }
  #section-acceso-clientes .cartas.row .columna-1 a {
    background-image: url("../img/acceso-cliente/LaPostal-img-1.jpg");
  }
  #section-acceso-clientes .cartas.row .columna-2 a {
    background-image: url("../img/acceso-cliente/LaPostal-img-2.jpg");
  }
  #section-acceso-clientes .cartas.row .columna-3 a {
    background-image: url("../img/acceso-cliente/LaPostal-img-3.jpg");
  }
  #section-acceso-clientes .cartas.row .columna-4 a {
    background-image: url("../img/acceso-cliente/LaPostal-img-4.jpg");
  }
  #section-acceso-clientes .cartas.row .columna-5 a {
    background-image: url("../img/acceso-cliente/LaPostal-img-5.jpg");
  }
  #section-acceso-clientes .cartas.row .columna-6 a {
    background-image: url("../img/acceso-cliente/LaPostal-img-6.jpg");
  }
  #section-acceso-clientes .cartas.row a {
    display: flex;
    align-items: end;
    text-decoration: none;
    background-size: cover;
    min-height: 200px;
    background-repeat: no-repeat;
    padding: 2rem 2.25rem;
    position: relative;
  }
  #section-acceso-clientes .cartas.row a .logo-hybrin {
    width: 40px;
  }
  #section-acceso-clientes .cartas.row a svg {
    position: absolute;
    right: 1.25rem;
    bottom: 1.75rem;
    border: 1px #fff solid;
    padding: 0.6rem 0.85rem;
    color: #fff;
    border-radius: 100%;
  }
  #section-acceso-clientes .cartas.row a span {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #section-acceso-clientes .unimos {
    margin: auto;
    width: 72%;
  }
  #section-acceso-clientes .unimos .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  #section-acceso-clientes .unimos .title {
    color: #004990;
    font-size: 2rem;
    font-weight: 1000;
    line-height: 2rem;
    margin-top: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #section-acceso-clientes .unimos .text {
    color: #808080;
    font-size: 1.25rem;
    line-height: 1.4rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
  #section-acceso-clientes .unimos .btn {
    color: #fff;
    background-color: #C80C10;
    border-radius: 2rem;
    font-size: 1.4rem;
    padding: 0.2rem 1.2rem;
  }
  #section-acceso-clientes .unimos img {
    width: 100%;
  }
}
#section-conectamos .banner-1 {
  background-color: #004990;
  padding: 1rem 0;
}
#section-conectamos .banner-1 .row {
  width: 72%;
  margin: auto;
  text-align: center;
}
#section-conectamos .banner-1 .row p {
  margin: 0rem;
  line-height: initial;
  font-weight: 1000;
  font-size: 1.875rem;
  color: #fff;
}
#section-conectamos .banner-1 .row span {
  font-size: 1.563rem;
  color: #fff;
}
#section-conectamos .content .columna-1 {
  padding-top: 4rem;
  padding-bottom: 14rem;
}
#section-conectamos .content .columna-1 article {
  width: 70%;
  margin-right: 1rem;
  margin-left: auto;
}
#section-conectamos .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 3rem;
  width: 90%;
  margin-left: auto;
}
#section-conectamos .content .columna-1 article .btn {
  display: flex;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  width: 25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
#section-conectamos .content .columna-2 {
  position: relative;
}
#section-conectamos .content .columna-2 div {
  margin-top: 13rem;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0.85rem 0;
  position: relative;
  z-index: 3;
  height: auto;
  transition: all 0.2s;
  width: 90%;
}
#section-conectamos .content .columna-2 div img {
  width: 70px;
  margin-left: 3rem;
}
#section-conectamos .content .columna-2 div ul {
  font-family: "montserrat-regular";
}
#section-conectamos .content .columna-2 div .tarjeta {
  display: none;
  padding-left: 3.75rem;
  padding-right: 0.2rem;
  color: #808080;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.1rem;
  margin: 0.65rem 0;
  opacity: 0;
  transition: all 0.3s;
  transform: scaleY(0);
  overflow: hidden;
}
#section-conectamos .content .columna-2 div .tarjeta.activo {
  transform: scaleY(1);
  display: block;
  opacity: 1;
}
#section-conectamos .content .columna-2 div .btn {
  font-size: 0.8rem;
  border: 2px #C80C10 solid;
  border-radius: 1.25rem;
  margin-left: 4.5rem;
  padding: 0.2rem 0.75rem;
}
#section-conectamos .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 98%;
  margin-left: auto;
  background-image: url("../img/conectamos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-conectamos .banner-2 {
  background-color: #004990;
  padding: 1.25rem 0;
  position: relative;
  overflow: hidden;
}
#section-conectamos .banner-2 .row {
  position: relative;
  z-index: 3;
  width: 72%;
  margin: auto;
}
#section-conectamos .banner-2 .row p {
  margin: 0 0 0.75rem;
  line-height: initial;
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
}
#section-conectamos .banner-2 .row span {
  font-size: 1rem;
  color: #fff;
  line-height: initial;
}
#section-conectamos .banner-2 .row .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-conectamos .banner-2 .row .col-lg-4 .btn {
  font-weight: 500;
  font-size: 1.125rem;
  border-radius: 2rem;
}
#section-conectamos .banner-2 .fondo-rojo {
  width: 42%;
  background-color: #C80C10;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: calc(100% + 20px);
  margin-top: -10px;
}
#section-conectamos .banner-3 {
  padding: 2.25rem 0;
  position: relative;
  overflow: hidden;
}
#section-conectamos .banner-3 .row {
  position: relative;
  z-index: 3;
  width: 72%;
  margin: auto;
}
#section-conectamos .banner-3 .row .columna-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
#section-conectamos .banner-3 .row .columna-1 img {
  height: 50px;
}
#section-conectamos .banner-3 .row .columna-1 p {
  margin: 0 0 0.75rem;
  line-height: 1.4rem;
  font-weight: 1000;
  font-size: 1.4rem;
  color: #004990;
}
#section-conectamos .banner-3 .row .columna-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#section-conectamos .banner-3 .row .columna-2 .btn {
  font-size: 0.9rem;
  border-width: 2px;
  border-radius: 1.25rem;
  margin-left: 1.5rem;
  padding: 0.2rem 0.75rem;
}

@media (max-width: 768.1px) {
  #section-conectamos .banner-1 .row {
    justify-content: center;
    width: 90%;
  }
  #section-conectamos .content .columna-1 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  #section-conectamos .content .columna-1 article {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  #section-conectamos .content .columna-1 article .btn {
    font-size: 1.4rem;
    font-weight: 500;
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
  #section-conectamos .content .columna-2 div {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 1.2rem 0;
    width: 92%;
  }
  #section-conectamos .content .columna-2 div img {
    z-index: 111;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 5px;
    margin-left: 0px;
  }
  #section-conectamos .content .columna-2 div .tarjeta {
    font-size: 1.35rem;
    line-height: 1.5rem;
    padding-left: 6.5rem;
    padding-right: 1rem;
    margin-top: 5px;
  }
  #section-conectamos .content .columna-2 div .btn {
    font-size: 1.45rem;
    margin-left: 6.5rem;
    margin-top: 0.5rem;
  }
  #section-conectamos .content .columna-2 article {
    width: 87%;
  }
  #section-conectamos .banner-2 {
    background-color: #004990;
    padding: 1.25rem 0;
    position: relative;
    overflow: hidden;
  }
  #section-conectamos .banner-2 .row {
    position: relative;
    z-index: 3;
    width: 95%;
    margin: auto;
  }
  #section-conectamos .banner-2 .row .col-lg-6 {
    padding-left: 1rem;
  }
  #section-conectamos .banner-2 .row .col-lg-6 p {
    margin: 0 0 0.75rem;
    line-height: 1.563rem;
    font-weight: bold;
    font-size: 1.563rem;
    color: #fff;
    margin-left: -0.5rem;
  }
  #section-conectamos .banner-2 .row .col-lg-6 span {
    font-size: 1.3rem;
    color: #fff;
    line-height: initial;
  }
  #section-conectamos .banner-2 .row .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section-conectamos .banner-2 .row .col-lg-4 .btn {
    background-color: #fff;
    color: #C80C10;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 2rem;
  }
  #section-conectamos .banner-2 .fondo-rojo {
    width: 42%;
    background-color: #C80C10;
    border-top-left-radius: 7rem;
    border-bottom-left-radius: 7rem;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    height: calc(100% + 20px);
    margin-top: -10px;
  }
  #section-conectamos .banner-3 {
    padding: 2.25rem 0;
    position: relative;
    overflow: hidden;
  }
  #section-conectamos .banner-3 .row {
    position: relative;
    z-index: 3;
    width: 85%;
    margin: auto;
  }
  #section-conectamos .banner-3 .row .columna-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
  #section-conectamos .banner-3 .row .columna-1 img {
    height: 50px;
  }
  #section-conectamos .banner-3 .row .columna-1 p {
    text-align: center;
    margin: 0 0 0.75rem;
    line-height: 1.8rem;
    font-weight: 1000;
    font-size: 1.75rem;
    color: #004990;
  }
  #section-conectamos .banner-3 .row .columna-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  #section-conectamos .banner-3 .row .columna-2 .btn {
    font-size: 1.6rem;
    border: 2px #C80C10 solid;
    font-weight: bold;
    border-radius: 1.25rem;
    margin-left: 1.5rem;
    padding: 0.2rem 0.85rem;
    color: #C80C10;
  }
}
footer {
  background-color: #f2f0f0;
  padding: 10px;
}

footer .contenedor #ssl {
  position: absolute;
  bottom: 3rem;
  right: 10rem;
  width: 130px;
}
footer .contenedor #data-fiscal {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 80px;
}
footer .contenedor .row {
  margin-top: 3rem;
}
footer .contenedor a {
  text-decoration: none;
}
footer .contenedor .title {
  color: #004990;
  font-size: 1.00rem;
  font-family: "inter-medium";
  font-weight: bold;
  margin-bottom: 0.3rem;
}
footer .contenedor .logo-oro {
  margin-bottom: 1.5rem;
  width: 70%;
}
footer .contenedor .seguinos {
  color: #004990;
  font-size: 1.05rem;
  font-family: "inter-medium";
  font-weight: 300;
  margin-bottom: 0.3rem;
}
footer .contenedor .social {
  margin-bottom: 1rem;
}
footer .contenedor .social svg {
  color: #C80C10;
  margin-right: 0.75rem;
}
footer .contenedor .mail svg, footer .contenedor .phone svg {
  color: #C80C10;
}
footer .contenedor .mail span, footer .contenedor .phone span {
  color: #808080;
}
footer .contenedor .direccion .subtitle {
  color: #C80C10;
  font-size: 0.92rem;
  font-family: "inter-medium";
  font-weight: 500;
  line-height: initial;
  margin-top: 0.35rem;
}
footer .contenedor .direccion span {
  line-height: initial;
  font-size: 0.92rem;
  color: #808080;
  display: block;
  margin-bottom: -1px;
}
footer .contenedor .unite {
  margin-top: 5.5rem;
  color: #004990;
  font-size: 1rem;
  font-family: "inter-medium";
  font-weight: bold;
  margin-bottom: 0.3rem;
}
footer .contenedor .enviar {
  font-size: 0.9rem;
  font-weight: bold;
  font-family: "inter-light";
  border-style: solid;
  border-width: 2px;
  border-radius: 15px;
  padding: 3px 15px;
  margin-top: 0.2rem;
  display: inline-block;
}
footer .contenedor .text {
  color: #808080;
  font-weight: bold;
  line-height: initial;
}
footer .contenedor .enacom {
  margin-top: 1rem;
}
footer .contenedor .enacom a {
  line-height: initial;
  font-size: 0.92rem;
  color: #808080;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
footer .contenedor .enacom a:hover {
  text-decoration: underline;
}
footer .contenedor .links {
  font-family: "inter-light";
  font-size: 0.85rem;
  color: #004990;
  font-weight: bold;
  margin-top: 0.65rem;
  display: block;
}
footer .contenedor .links .logo-navegar {
  height: 22px;
}
footer .contenedor .links:hover {
  text-decoration: underline !important;
}
footer .mini-banner {
  background-color: #004990;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
  position: relative;
}
footer .mini-banner .fondo-rojo {
  width: 78%;
  background-color: #C80C10;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: calc(100% + 20px);
  margin-top: -10px;
}
footer .mini-banner p {
  z-index: 3;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0px;
  font-weight: bold;
}

@media (max-width: 767px) {
  footer {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 1.2rem;
  }
  footer .contenedor {
    padding-bottom: 3rem;
    /*1° columna*/
    /*2° columna*/
    /*3° columna*/
  }
  footer .contenedor .title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  footer .contenedor .seguinos {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.75rem;
  }
  footer .contenedor .unite {
    margin-top: 0.5rem;
    font-size: 1.45rem;
  }
  footer .contenedor .logo-oro {
    width: 80%;
  }
  footer .contenedor .row {
    margin-bottom: 6rem;
  }
  footer .contenedor .row .col-12 {
    margin-bottom: 1rem;
  }
  footer .contenedor .subtitle {
    font-size: 1.875rem;
  }
  footer .contenedor .enviar {
    font-size: 1.4rem;
  }
  footer .contenedor .social svg {
    font-size: 2.25em;
  }
  footer .contenedor .mail, footer .contenedor .phone {
    font-size: 1.6rem;
  }
  footer .contenedor .mail svg, footer .contenedor .phone svg {
    font-size: 1.3em;
  }
  footer .contenedor .direccion .subtitle {
    font-size: 1.5rem;
    line-height: initial;
    margin-top: 0.65rem;
  }
  footer .contenedor .direccion span {
    line-height: initial;
    font-size: 1.45rem;
    margin-bottom: -1px;
  }
  footer .contenedor .text {
    font-size: 1.563rem;
  }
  footer .contenedor .enacom a {
    line-height: initial;
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: bold;
  }
  footer .contenedor .links {
    font-size: 1.4rem;
  }
  footer .contenedor #ssl {
    bottom: 0.5rem;
    right: 47%;
    width: 80px;
  }
  footer .contenedor #data-fiscal {
    bottom: 0.5rem;
    right: 35%;
    width: 50px;
  }
  footer .mini-banner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  footer .mini-banner .fondo-rojo {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
  }
  footer .mini-banner p {
    width: 80%;
    font-size: 1.4rem;
    margin: auto;
  }
}
#section_quienes-somos-1 {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_quienes-somos-1 .content .columna-1 {
  position: relative;
  padding-bottom: 8rem;
}
#section_quienes-somos-1 .content .columna-1 article {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_quienes-somos-1 .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_quienes-somos-1 .content .columna-1 article p span {
  color: #C80C10;
}
#section_quienes-somos-1 .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_quienes-somos-1 .content .columna-1 div {
  background-color: rgb(206, 41, 110);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 18rem;
  z-index: 3;
  width: 72%;
  height: 22rem;
  display: flex;
  align-items: center;
}
#section_quienes-somos-1 .content .columna-1 div p {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0.75rem 0;
}
#section_quienes-somos-1 .content .columna-2 {
  position: relative;
}
#section_quienes-somos-1 .content .columna-2 div {
  margin-top: 18rem;
  margin-bottom: 10rem;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 44%;
  height: 22rem;
}
#section_quienes-somos-1 .content .columna-2 div p {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
  color: #808080;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0.75rem 0;
}
#section_quienes-somos-1 .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/quienes_somos1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#section_quienes-somos-1 .content .columna-3 {
  position: relative;
}
#section_quienes-somos-1 .content .columna-3 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/conectamos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#section_quienes-somos-1 .content .columna-4 {
  position: relative;
  padding-bottom: 8rem;
  padding-left: 3rem;
}
#section_quienes-somos-1 .content .columna-4 article {
  width: 78%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 6rem;
}
#section_quienes-somos-1 .content .columna-4 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  margin-top: 3rem;
  padding-right: 2rem;
}
#section_quienes-somos-1 .content .columna-4 article p {
  color: #808080;
  font-size: 1.1rem;
  font-weight: 500;
  padding-right: 6rem;
}
#section_quienes-somos-1 .content .columna-4 article div {
  padding: 0;
  color: #C80C10;
  font-size: 1.563rem;
  font-weight: 1000;
}
#section_quienes-somos-1 .content .columna-4 article div hr {
  width: 74%;
  display: block;
  border-top-width: 2px;
  border-color: #C80C10;
  opacity: 1;
  margin-bottom: 1.5rem;
}
#section_quienes-somos-1 .content .columna-4 article div span {
  border-radius: 1.5rem;
  border: 1px #C80C10 solid;
  padding: 0.45rem 0.8rem;
}
#section_quienes-somos-1 .banner-1 {
  background-color: #004990;
  padding: 2rem 0;
  border-bottom: 1.5rem #C80C10 solid;
}
#section_quienes-somos-1 .banner-1 .row {
  width: 72%;
  margin: auto;
  text-align: center;
}
#section_quienes-somos-1 .banner-1 .row .col-lg {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#section_quienes-somos-1 .banner-1 .row .col-lg p {
  margin: 0rem;
  line-height: initial;
  font-weight: 1000;
  font-size: 1.563rem;
  color: #fff;
}
#section_quienes-somos-1 .banner-1 .row .col-lg span {
  font-size: 1.4rem;
  line-height: initial;
  color: #fff;
}
#section_quienes-somos-1 .paragraphs {
  text-align: center;
  padding: 5rem;
  font-size: 1.85rem;
  line-height: 2rem;
  font-weight: 1000;
}
#section_quienes-somos-1 .paragraphs .blue {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  color: #004990;
}
#section_quienes-somos-1 .paragraphs .red {
  margin-top: 3rem;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  color: #C80C10;
}

@media (max-width: 768.1px) {
  #section_quienes-somos-1 {
    background-color: #fff;
    position: relative;
    z-index: 0;
  }
  #section_quienes-somos-1 .content .columna-1 {
    position: relative;
    padding-bottom: 1rem;
  }
  #section_quienes-somos-1 .content .columna-1 article {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_quienes-somos-1 .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_quienes-somos-1 .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_quienes-somos-1 .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: end;
  }
  #section_quienes-somos-1 .content .columna-1 div {
    background-color: rgba(206, 41, 110, 0.9);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 26rem;
    z-index: 3;
    width: 80%;
    height: 24rem;
    display: flex;
    align-items: center;
  }
  #section_quienes-somos-1 .content .columna-1 div p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0.75rem 0;
  }
  #section_quienes-somos-1 .content .columna-2 {
    position: relative;
  }
  #section_quienes-somos-1 .content .columna-2 div {
    margin-top: 33rem;
    margin-bottom: 6rem;
    background-color: rgba(255, 255, 255, 0.92);
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 70%;
    height: 23rem;
  }
  #section_quienes-somos-1 .content .columna-2 div p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #808080;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0.75rem 0;
  }
  #section_quienes-somos-1 .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/quienes_somos1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #section_quienes-somos-1 .content .columna-3 {
    position: relative;
  }
  #section_quienes-somos-1 .content .columna-3 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/conectamos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #section_quienes-somos-1 .content .columna-4 {
    position: relative;
    padding-bottom: 8rem;
    padding-left: 3rem;
  }
  #section_quienes-somos-1 .content .columna-4 article {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 4rem;
  }
  #section_quienes-somos-1 .content .columna-4 article h3 {
    font-size: 2.65rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2.65rem;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
    padding-right: 0rem;
  }
  #section_quienes-somos-1 .content .columna-4 article p {
    color: #808080;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    padding-right: 3rem;
  }
  #section_quienes-somos-1 .content .columna-4 article div {
    padding: 0;
    color: #C80C10;
    font-size: 1.563rem;
    font-weight: 1000;
  }
  #section_quienes-somos-1 .content .columna-4 article div hr {
    width: 74%;
    display: block;
    border-top-width: 2px;
    border-color: #C80C10;
    opacity: 1;
    margin-bottom: 1.5rem;
  }
  #section_quienes-somos-1 .content .columna-4 article div span {
    border-radius: 1.5rem;
    border: 1px #C80C10 solid;
    padding: 0.45rem 0.8rem;
  }
  #section_quienes-somos-1 .banner-1 {
    background-color: #004990;
    padding: 2rem 0;
    border-bottom: 1.5rem #C80C10 solid;
  }
  #section_quienes-somos-1 .banner-1 .row {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #section_quienes-somos-1 .banner-1 .row .col-lg {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #section_quienes-somos-1 .banner-1 .row .col-lg p {
    margin: 0rem;
    line-height: initial;
    font-weight: 1000;
    font-size: 1.875rem;
    color: #fff;
  }
  #section_quienes-somos-1 .banner-1 .row .col-lg span {
    font-size: 1.875rem;
    line-height: initial;
    color: #fff;
    font-weight: 500;
  }
  #section_quienes-somos-1 .paragraphs {
    text-align: center;
    padding: 5rem 3rem;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 1000;
  }
  #section_quienes-somos-1 .paragraphs .blue {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #004990;
  }
  #section_quienes-somos-1 .paragraphs .red {
    margin-top: 3rem;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    color: #C80C10;
  }
}
#section_logistica-outsourcing {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_logistica-outsourcing .content .columna-1 {
  position: relative;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section_logistica-outsourcing .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_logistica-outsourcing .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_logistica-outsourcing .content .columna-1 article p span {
  color: #C80C10;
}
#section_logistica-outsourcing .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_logistica-outsourcing .content .columna-1 .parrafo-rojo {
  background-color: rgb(206, 41, 110);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0;
  margin-left: auto;
  width: 72%;
  height: 24rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#section_logistica-outsourcing .content .columna-1 .parrafo-rojo p {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0;
}
#section_logistica-outsourcing .content .columna-1 .contenedor-botones {
  margin-left: auto;
  width: 70%;
}
#section_logistica-outsourcing .content .columna-1 .contenedor-botones button, #section_logistica-outsourcing .content .columna-1 .contenedor-botones a {
  border-radius: 1.5rem;
  padding: 0.25rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-left: 1rem;
  margin-bottom: 0.6rem;
}
#section_logistica-outsourcing .content .columna-2 {
  position: relative;
}
#section_logistica-outsourcing .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/logistica-outsourcing.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768.1px) {
  #section_logistica-outsourcing .content .columna-1 {
    position: relative;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #section_logistica-outsourcing .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_logistica-outsourcing .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_logistica-outsourcing .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_logistica-outsourcing .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  #section_logistica-outsourcing .content .columna-1 .parrafo-rojo {
    background-color: rgb(206, 41, 110);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 2rem 0rem;
    margin-left: auto;
    width: 88%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  #section_logistica-outsourcing .content .columna-1 .parrafo-rojo p {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    font-weight: 600;
  }
  #section_logistica-outsourcing .content .columna-1 .contenedor-botones {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  #section_logistica-outsourcing .content .columna-1 .contenedor-botones button, #section_logistica-outsourcing .content .columna-1 .contenedor-botones a {
    border-radius: 1.5rem;
    padding: 0.25rem 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 0.5rem;
    margin-bottom: 0.75rem;
  }
  #section_logistica-outsourcing .content .columna-2 {
    position: relative;
  }
  #section_logistica-outsourcing .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/logistica-outsourcing.jpg");
    transform: rotateY(180deg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#section_correo {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_correo .content .columna-1 {
  position: relative;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section_correo .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_correo .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_correo .content .columna-1 article p span {
  color: #C80C10;
}
#section_correo .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_correo .content .columna-1 .parrafo-rojo {
  background-color: rgb(206, 41, 110);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin-left: auto;
  width: 88%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#section_correo .content .columna-1 .parrafo-rojo p {
  display: none;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0;
  transition: all 0.3s;
}
#section_correo .content .columna-1 .parrafo-rojo p.activo {
  display: block;
}
#section_correo .content .columna-1 .contenedor-botones {
  margin-left: auto;
  width: 70%;
  margin-top: 1.5rem;
}
#section_correo .content .columna-1 .contenedor-botones .btn {
  display: flex;
  border-radius: 0.75rem;
  padding: 0.9rem 0.85rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 500;
  width: 26rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#section_correo .content .columna-2 {
  position: relative;
}
#section_correo .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/conectamos.jpg");
  transform: rotateY(180deg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768.1px) {
  #section_correo {
    background-color: #fff;
    position: relative;
    z-index: 0;
  }
  #section_correo .content .columna-1 {
    position: relative;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../img/conectamos.jpg");
  }
  #section_correo .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_correo .content .columna-1 article p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_correo .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_correo .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  #section_correo .content .columna-1 .parrafo-rojo {
    background-color: rgb(206, 41, 110);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0;
    margin-left: auto;
    width: 85%;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  #section_correo .content .columna-1 .parrafo-rojo p {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin: 0;
  }
  #section_correo .content .columna-1 .contenedor-botones {
    margin-left: auto;
    width: 82%;
    margin-top: 1.5rem;
  }
  #section_correo .content .columna-1 .contenedor-botones .btn {
    display: flex;
    border-radius: 0.75rem;
    padding: 0.9rem 0.85rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    width: 32rem;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  #section_correo .content .columna-2 {
    position: relative;
  }
  #section_correo .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/conectamos.jpg");
    transform: rotateY(180deg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#section_logistica-liviana-mensajeria {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_logistica-liviana-mensajeria .content .columna-1 {
  position: relative;
  padding-bottom: 8rem;
}
#section_logistica-liviana-mensajeria .content .columna-1 article {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_logistica-liviana-mensajeria .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_logistica-liviana-mensajeria .content .columna-1 article p span {
  color: #C80C10;
}
#section_logistica-liviana-mensajeria .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-top: 3rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_logistica-liviana-mensajeria .content .columna-1 article > span {
  font-weight: 600;
  color: #C80C10;
  font-size: 1.1rem;
  text-align: right;
  display: block;
  line-height: initial;
  margin-top: 1rem;
  padding-right: 1.75rem;
}
#section_logistica-liviana-mensajeria .content .columna-1 div {
  background-color: rgba(0, 127, 176, 0.9607843137);
  border-top-left-radius: 1rem;
  flex-direction: column;
  border-bottom-left-radius: 1rem;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 20rem;
  z-index: 3;
  width: 66%;
  height: 20rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section_logistica-liviana-mensajeria .content .columna-1 div h3 {
  text-align: start;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 3.5rem;
  font-weight: 1000;
}
#section_logistica-liviana-mensajeria .content .columna-1 div p {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0.45rem 0;
}
#section_logistica-liviana-mensajeria .content .columna-1 div button {
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 1.5rem;
  margin-left: 3.5rem;
  font-size: 1.05rem;
  padding: 0.3rem 1.2rem;
}
#section_logistica-liviana-mensajeria .content .columna-2 {
  position: relative;
}
#section_logistica-liviana-mensajeria .content .columna-2 div {
  margin-top: 20rem;
  margin-bottom: 10rem;
  background-color: rgba(255, 255, 255, 0.96);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 66%;
  height: 20rem;
}
#section_logistica-liviana-mensajeria .content .columna-2 div h3 {
  text-align: start;
  color: #C80C10;
  font-size: 1.8rem;
  padding-left: 2.5rem;
  font-weight: 1000;
}
#section_logistica-liviana-mensajeria .content .columna-2 div p {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
  color: #C80C10;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0.45rem 0;
}
#section_logistica-liviana-mensajeria .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/quienes_somos1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#section_logistica-liviana-mensajeria .ventajas {
  width: 80%;
  margin: 5rem auto;
}
#section_logistica-liviana-mensajeria .ventajas h3 {
  font-size: 2rem;
  color: #004990;
  font-weight: 1000;
}
#section_logistica-liviana-mensajeria .ventajas div {
  display: flex;
  height: 80px;
  align-items: center;
}
#section_logistica-liviana-mensajeria .ventajas div img {
  align-self: center;
  width: 70px;
  display: inline-block;
}
#section_logistica-liviana-mensajeria .ventajas div p {
  line-height: initial;
  margin: 0;
  display: inline-block;
  font-size: 1.25rem;
  color: #004990;
  font-weight: 600;
}
#section_logistica-liviana-mensajeria .ventajas div p span {
  font-weight: 1000;
}
#section_logistica-liviana-mensajeria .entrega {
  width: 80%;
  margin: 0 auto 5rem;
}
#section_logistica-liviana-mensajeria .entrega h2 {
  margin-left: 0.5rem;
  font-size: 1.9rem;
  color: #C80C10;
  font-weight: 1000;
}
#section_logistica-liviana-mensajeria .entrega p {
  width: 64%;
  font-size: 1.05rem;
  line-height: initial;
  font-weight: 500;
  color: #808080;
  margin-left: 0.5rem;
}

@media (max-width: 768.1px) {
  #section_logistica-liviana-mensajeria {
    background-color: #fff;
    position: relative;
    z-index: 0;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 {
    position: relative;
    padding-bottom: 4rem;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 article > span {
    font-weight: 600;
    color: #C80C10;
    font-size: 1.4rem;
    text-align: right;
    display: block;
    line-height: initial;
    margin-top: 1rem;
    padding-right: 1.75rem;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 div {
    background-color: rgba(0, 127, 176, 0.9607843137);
    border-top-left-radius: 1rem;
    flex-direction: column;
    border-bottom-left-radius: 1rem;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 25rem;
    z-index: 3;
    width: 82%;
    height: 23rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 div h3 {
    text-align: start;
    color: #fff;
    font-size: 2.65rem;
    padding-left: 3.5rem;
    font-weight: 1000;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 div p {
    padding-left: 3.5rem;
    padding-right: 1.3rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0.45rem 0;
  }
  #section_logistica-liviana-mensajeria .content .columna-1 div button {
    margin-top: 0.5rem;
    background-color: #C80C10;
    color: #fff;
    border-radius: 1.5rem;
    margin-left: 3.5rem;
    font-size: 1.563rem;
    padding: 0.15rem 1.2rem;
  }
  #section_logistica-liviana-mensajeria .content .columna-2 {
    position: relative;
  }
  #section_logistica-liviana-mensajeria .content .columna-2 div {
    margin-top: 28rem;
    margin-bottom: 3rem;
    background-color: rgba(255, 255, 255, 0.96);
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 3;
    width: 82%;
    height: 23rem;
  }
  #section_logistica-liviana-mensajeria .content .columna-2 div h3 {
    text-align: start;
    color: #C80C10;
    font-size: 2.65rem;
    line-height: 2.65rem;
    padding-left: 3.5rem;
    font-weight: 1000;
  }
  #section_logistica-liviana-mensajeria .content .columna-2 div p {
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    color: #C80C10;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0.45rem 0;
  }
  #section_logistica-liviana-mensajeria .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/quienes_somos1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #section_logistica-liviana-mensajeria .ventajas {
    width: 80%;
    margin: 5rem auto;
  }
  #section_logistica-liviana-mensajeria .ventajas h3 {
    font-size: 2rem;
    color: #004990;
    font-weight: 1000;
  }
  #section_logistica-liviana-mensajeria .ventajas div {
    display: flex;
    height: 80px;
    align-items: center;
  }
  #section_logistica-liviana-mensajeria .ventajas div img {
    align-self: center;
    width: 60px;
    display: inline-block;
  }
  #section_logistica-liviana-mensajeria .ventajas div p {
    line-height: initial;
    margin: 0;
    display: inline-block;
    font-size: 1.4rem;
    color: #004990;
    font-weight: 600;
  }
  #section_logistica-liviana-mensajeria .ventajas div p span {
    font-weight: 1000;
  }
  #section_logistica-liviana-mensajeria .entrega {
    width: 80%;
    margin: 0 auto 5rem;
  }
  #section_logistica-liviana-mensajeria .entrega h2 {
    margin-left: 0.5rem;
    font-size: 2rem;
    color: #C80C10;
    font-weight: 1000;
  }
  #section_logistica-liviana-mensajeria .entrega p {
    width: 85%;
    font-size: 1.4rem;
    line-height: initial;
    font-weight: 500;
    color: #808080;
    padding-top: 1rem;
    margin-left: 0.5rem;
  }
}
#section_lectura-inteligente {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_lectura-inteligente .content .columna-1 {
  position: relative;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section_lectura-inteligente .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_lectura-inteligente .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_lectura-inteligente .content .columna-1 article p span {
  color: #C80C10;
}
#section_lectura-inteligente .content .columna-1 article h3 {
  font-size: 1.9rem;
  font-weight: 1000;
  color: #004990;
  line-height: 1.9rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_lectura-inteligente .content .columna-1 .contenedor-botones {
  margin-left: auto;
  width: 70%;
  margin-top: 1.5rem;
}
#section_lectura-inteligente .content .columna-1 .contenedor-botones .btn {
  display: flex;
  border-radius: 0.75rem;
  padding: 0.9rem 0.85rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 500;
  width: 26rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#section_lectura-inteligente .content .columna-2 {
  position: relative;
  display: flex;
  align-items: center;
}
#section_lectura-inteligente .content .columna-2 div {
  margin-top: 13rem;
  background-color: rgba(255, 255, 255, 0.89);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0;
  position: relative;
  z-index: 3;
  height: auto;
  transition: all 0.2s;
  width: 80%;
}
#section_lectura-inteligente .content .columna-2 div p {
  display: none;
  padding-left: 4.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #808080;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  margin: 0.75rem 0;
  opacity: 0;
  transition: all 0.3s;
  transform: scaleY(0);
  overflow: hidden;
}
#section_lectura-inteligente .content .columna-2 div p.activo {
  transform: scaleY(1);
  display: block;
  opacity: 1;
}
#section_lectura-inteligente .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/lectura_inteligente.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768.1px) {
  #section_lectura-inteligente .content .columna-1 {
    position: relative;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../img/lectura_inteligente.jpg");
    background-size: cover;
  }
  #section_lectura-inteligente .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_lectura-inteligente .content .columna-1 article p {
    text-shadow: 0px 0px 8px black;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_lectura-inteligente .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_lectura-inteligente .content .columna-1 article h3 {
    text-shadow: 0px 0px 8px black;
    font-size: 2rem;
    font-weight: 1000;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
  #section_lectura-inteligente .content .columna-1 .contenedor-botones {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 1.5rem;
  }
  #section_lectura-inteligente .content .columna-1 .contenedor-botones .btn {
    display: flex;
    border-radius: 0.75rem;
    background-color: #004990;
    padding: 0.4rem 1.2rem;
    margin-bottom: 1.4rem;
    color: #fff;
    font-size: 1.563rem;
    font-weight: 600;
    width: 28rem;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3411764706);
  }
  #section_lectura-inteligente .content .columna-2 {
    position: relative;
  }
  #section_lectura-inteligente .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/lectura_inteligente.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#section_central-monitoreo {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_central-monitoreo .content .columna-1 {
  position: relative;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section_central-monitoreo .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_central-monitoreo .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_central-monitoreo .content .columna-1 article p span {
  color: #C80C10;
}
#section_central-monitoreo .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 6rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_central-monitoreo .content .columna-1 .parrafo {
  margin-left: auto;
  width: 74%;
  text-align: end;
  font-size: 1.25rem;
  line-height: initial;
  color: #C80C10;
  margin-bottom: 5rem;
  padding-right: 2rem;
}
#section_central-monitoreo .content .columna-1 div {
  margin-left: auto;
  width: 74%;
}
#section_central-monitoreo .content .columna-1 div input {
  margin-top: 1rem;
  border: 1px #C80C10 solid;
  width: 70%;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
}
#section_central-monitoreo .content .columna-1 div input::placeholder {
  color: #C80C10;
}
#section_central-monitoreo .content .columna-1 div button {
  margin-top: 2rem;
  padding: 0rem 1rem;
  border-radius: 2rem;
}
#section_central-monitoreo .content .columna-2 {
  position: relative;
}
#section_central-monitoreo .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/central_monitoreo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768.1px) {
  #section_central-monitoreo .content .columna-1 {
    position: relative;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #section_central-monitoreo .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_central-monitoreo .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_central-monitoreo .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_central-monitoreo .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: end;
  }
  #section_central-monitoreo .content .columna-1 .parrafo {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    font-size: 1.4rem;
    line-height: initial;
    font-weight: 600;
    color: #C80C10;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-right: 0rem;
  }
  #section_central-monitoreo .content .columna-1 div {
    margin-left: auto;
    margin-right: auto;
    width: 74%;
  }
  #section_central-monitoreo .content .columna-1 div input {
    margin-top: 1rem;
    border: 1px #C80C10 solid;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.563rem;
  }
  #section_central-monitoreo .content .columna-1 div input::placeholder {
    color: #C80C10;
  }
  #section_central-monitoreo .content .columna-1 div button {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0rem 1rem;
    border-radius: 2rem;
    font-size: 1.875rem;
  }
  #section_central-monitoreo .content .columna-2 {
    position: relative;
    height: 22rem;
  }
  #section_central-monitoreo .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/central_monitoreo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#section_sustentabilidad {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_sustentabilidad .content .columna-1 {
  position: relative;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section_sustentabilidad .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_sustentabilidad .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_sustentabilidad .content .columna-1 article p span {
  color: #C80C10;
}
#section_sustentabilidad .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 6rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_sustentabilidad .content .columna-1 strong {
  margin-left: auto;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1rem;
  line-height: 1.35rem;
  color: green;
  padding-right: 2rem;
  margin-bottom: 0.05rem;
}
#section_sustentabilidad .content .columna-1 > span {
  margin-left: auto;
  width: 85%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.35rem;
  color: black;
  font-weight: bold;
  padding-right: 2rem;
  margin-bottom: 0.75rem;
}
#section_sustentabilidad .content .columna-1 > ul {
  margin-left: auto;
  width: 75%;
  text-align: left;
  padding-right: 2rem;
}
#section_sustentabilidad .content .columna-1 > ul li {
  color: black;
  font-size: 1rem;
  line-height: 1.3rem;
}
#section_sustentabilidad .content .columna-1 .parrafo {
  margin-left: auto;
  width: 85%;
  text-align: end;
  font-size: 0.95rem;
  line-height: 1.3rem;
  color: black;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-right: 2rem;
  text-align: justify;
}
#section_sustentabilidad .content .columna-1 div {
  margin-left: auto;
  width: 74%;
}
#section_sustentabilidad .content .columna-1 div input {
  margin-top: 1rem;
  border: 1px #C80C10 solid;
  width: 70%;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
}
#section_sustentabilidad .content .columna-1 div input::placeholder {
  color: #C80C10;
}
#section_sustentabilidad .content .columna-1 div button {
  margin-top: 2rem;
  padding: 0rem 1rem;
  border-radius: 2rem;
}
#section_sustentabilidad .content .columna-2 {
  position: relative;
}
#section_sustentabilidad .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
}
#section_sustentabilidad .content .columna-2 article .carousel-inner {
  height: 100%;
}
#section_sustentabilidad .content .columna-2 article .carousel-inner .carousel-item {
  height: 100%;
}
#section_sustentabilidad .content .columna-2 article .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768.1px) {
  #section_sustentabilidad .content .columna-1 {
    position: relative;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #section_sustentabilidad .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_sustentabilidad .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_sustentabilidad .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_sustentabilidad .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: left;
  }
  #section_sustentabilidad .content .columna-1 strong {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #C80C10;
    padding-right: 0rem;
    margin-bottom: 0.65rem;
    text-decoration: underline;
  }
  #section_sustentabilidad .content .columna-1 > span {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.55rem;
    color: #C80C10;
    padding-right: 0rem;
    margin-bottom: 0.75rem;
  }
  #section_sustentabilidad .content .columna-1 > ul {
    margin-left: auto;
    width: 90%;
    text-align: left;
    padding-right: 0rem;
  }
  #section_sustentabilidad .content .columna-1 > ul li {
    color: #C80C10;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  #section_sustentabilidad .content .columna-1 .parrafo {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.65rem;
    font-weight: 400;
    color: #C80C10;
    padding-right: 0rem;
  }
  #section_sustentabilidad .content .columna-1 div {
    margin-left: auto;
    margin-right: auto;
    width: 74%;
  }
  #section_sustentabilidad .content .columna-1 div input {
    margin-top: 1rem;
    border: 1px #C80C10 solid;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.563rem;
  }
  #section_sustentabilidad .content .columna-1 div input::placeholder {
    color: #C80C10;
  }
  #section_sustentabilidad .content .columna-1 div button {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0rem 1rem;
    border-radius: 2rem;
    font-size: 1.875rem;
  }
  #section_sustentabilidad .content .columna-2 {
    position: relative;
    height: 22rem;
  }
  #section_sustentabilidad .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
  }
}
#section_cadete-moto {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#section_cadete-moto .content .columna-1 {
  position: relative;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section_cadete-moto .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#section_cadete-moto .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#section_cadete-moto .content .columna-1 article p span {
  color: #C80C10;
}
#section_cadete-moto .content .columna-1 article h3 {
  font-size: 2rem;
  font-weight: 1000;
  color: #004990;
  line-height: 2rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  text-align: end;
}
#section_cadete-moto .content .columna-1 .parrafo-rojo {
  background-color: rgb(206, 41, 110);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 0;
  margin-left: auto;
  width: 72%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#section_cadete-moto .content .columna-1 .parrafo-rojo p {
  padding-left: 3.5rem;
  padding-right: 1.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.15rem;
  margin: 0;
}
#section_cadete-moto .content .columna-2 {
  position: relative;
}
#section_cadete-moto .content .columna-2 article {
  z-index: 1;
  right: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: auto;
  background-image: url("../img/cadete-moto.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768.1px) {
  #section_cadete-moto .content .columna-1 {
    position: relative;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../img/cadete-moto.jpg");
    background-size: cover;
  }
  #section_cadete-moto .content .columna-1 article {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 6rem;
  }
  #section_cadete-moto .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #section_cadete-moto .content .columna-1 article p span {
    color: #C80C10;
  }
  #section_cadete-moto .content .columna-1 article h3 {
    font-size: 2rem;
    font-weight: 1000;
    color: #004990;
    line-height: 2rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding-right: 2rem;
    width: 100%;
    margin-left: auto;
    text-align: end;
  }
  #section_cadete-moto .content .columna-1 .parrafo-rojo {
    background-color: rgba(206, 41, 110, 0.79);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0;
    margin-left: auto;
    width: 85%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  #section_cadete-moto .content .columna-1 .parrafo-rojo p {
    padding-left: 3rem;
    padding-right: 1.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0;
  }
  #section_cadete-moto .content .columna-2 {
    position: relative;
  }
  #section_cadete-moto .content .columna-2 article {
    z-index: 1;
    right: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-image: url("../img/cadete-moto.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#contacto {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#contacto .content .columna-1 {
  position: relative;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contacto .content .columna-1 article {
  width: 74%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 4rem;
}
#contacto .content .columna-1 article p {
  color: #004990;
  font-size: 1rem;
  font-weight: 1000;
}
#contacto .content .columna-1 article p span {
  color: #C80C10;
}
#contacto .content .columna-1 .formulario {
  margin-left: auto;
  width: 74%;
  margin-top: 3rem;
  border: 2px #d20000 solid;
  padding: 1rem;
  border-radius: 7px;
}
#contacto .content .columna-1 .formulario label {
  color: #C80C10;
  font-weight: 600;
  display: block;
  margin: auto;
  width: 78%;
}
#contacto .content .columna-1 .formulario input, #contacto .content .columna-1 .formulario textarea {
  margin-top: 0rem;
  margin-bottom: 0.4rem;
  border: 1px #C80C10 solid;
  width: 78%;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
#contacto .content .columna-1 .formulario button {
  margin-top: 0.5rem;
  padding: 0.2rem 1.4rem 0.3rem;
  border-radius: 2rem;
  line-height: 1.125rem;
  font-size: 1.125rem;
  margin-left: 15%;
}
#contacto .content .columna-2 {
  position: relative;
  padding-top: 10rem;
}
#contacto .content .columna-2 h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #004990;
  margin-bottom: 1.2rem;
}
#contacto .content .columna-2 p {
  font-size: 0.95rem;
}
#contacto .content .columna-2 h4 {
  color: #004990;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
#contacto .fondo-azul {
  background-color: #004990;
  height: 12rem;
  width: 100%;
}

@media (max-width: 768.1px) {
  #contacto {
    background-color: #fff;
    position: relative;
    z-index: 0;
  }
  #contacto .content .columna-1 {
    position: relative;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #contacto .content .columna-1 article {
    width: 80%;
    margin-left: 3rem;
    margin-right: auto;
    margin-top: 6rem;
  }
  #contacto .content .columna-1 article p {
    color: #004990;
    font-size: 1.4rem;
    font-weight: 1000;
  }
  #contacto .content .columna-1 article p span {
    color: #C80C10;
  }
  #contacto .content .columna-1 .formulario {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 1.5rem;
  }
  #contacto .content .columna-1 .formulario label {
    font-size: 1.6rem;
    color: #C80C10;
    font-weight: 600;
  }
  #contacto .content .columna-1 .formulario input, #contacto .content .columna-1 .formulario textarea {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
    border: 1px #C80C10 solid;
    font-size: 1.563rem;
    width: 85%;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
  }
  #contacto .content .columna-1 .formulario input:hover, #contacto .content .columna-1 .formulario textarea:hover {
    box-shadow: none !important;
  }
  #contacto .content .columna-1 .formulario button {
    margin-top: 0.5rem;
    padding: 0.2rem 1.4rem 0.3rem;
    border-radius: 2rem;
    color: #fff;
    line-height: 1.875rem;
    font-size: 1.875rem;
    font-weight: 600;
    background-color: #C80C10;
  }
  #contacto .content .columna-2 {
    position: relative;
    padding-top: 2rem;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #contacto .content .columna-2 h3 {
    font-size: 2.65rem;
    font-weight: bold;
    color: #004990;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  #contacto .content .columna-2 p {
    text-align: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
  }
  #contacto .content .columna-2 h4 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    color: #004990;
    font-size: 1.563rem;
    text-align: center;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #contacto .fondo-azul {
    background-color: #004990;
    height: 8rem;
    width: 100%;
  }
}

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