@charset "UTF-8";
/*=============================================================
Aspectos Generales
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 10px;
  font-family: "oxygen-light";
}

body .wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  body .wrapper {
    width: 84%;
  }
}

@media only screen and (min-width: 992px) {
  body .wrapper {
    overflow: visible;
  }
}

body .wrapper-sm {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

body .wrapper-xsm {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}

strong {
  font: inherit;
}

ul {
  margin-bottom: 0;
}

p, li, a, q {
  font-size: 1.7rem;
}

p {
  margin-bottom: 0 !important;
}

p:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

a {
  text-decoration: none;
}

div img, div video {
  width: 100%;
  display: block;
}

input[type=text], input[type=tel], input[type=email], textarea {
  width: 100%;
}

input[type=text], input[type=tel], input[type=email], input[type=url], label, textarea {
  display: block;
  font-size: 1.7rem;
}

input, textarea {
  border: none;
  outline: none;
  padding: 1rem;
  border-radius: 6px 6px 6px 6px;
  background-color: #cac9c9;
}

.texto-azul {
  color: #074b93;
}

.light {
  font-family: "oxygen-light";
}

.bold {
  font-family: "oxygen-bold";
}

.centrado {
  text-align: center;
}

.titulo {
  font: 3rem "oxygen-bold";
  color: #074b93;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .titulo {
    font-size: 3.6rem;
  }
}

.subtitulo {
  font: 2.2rem "oxygen-bold";
  color: #074b93;
}

@media only screen and (min-width: 992px) {
  .subtitulo {
    font-size: 2.6rem;
  }
}

.seccion {
  padding: 6rem 0;
}

.seccion .titulo-lista {
  font-size: 1.7rem;
}

.seccion-gris {
  background-color: #e3e3e3;
}

.cta-btn {
  color: #fff !important;
  background-color: #074b93;
  padding: 0.8rem 3.2rem;
  display: inline-block;
  border-radius: 6px;
  font: 1.7rem "oxygen-bold";
  border: none;
  line-height: 1.5 !important;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .cta-btn {
    line-height: 1 !important;
  }
}

.cta-btn:hover {
  background-color: #053262;
}

.link {
  display: inline-block;
  font-size: 2rem;
  color: #074b93;
  text-decoration: none;
  font-family: "oxygen";
}

.link:hover {
  color: #053262;
}

.link i {
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

.whatsapp-btn {
  position: fixed;
  z-index: 500;
  right: 2rem;
  bottom: 2rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.whatsapp-btn:hover {
  color: #fff;
  text-decoration: none;
}

.whatsapp-modal {
  width: calc(100% - 2rem);
  position: fixed;
  right: 1rem;
  background-color: #EAE5DB;
  z-index: 500;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 576px) {
  .whatsapp-modal {
    max-width: 400px;
  }
}

.whatsapp-modal .whatsapp-header {
  background-color: #128c7e;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
}

.whatsapp-modal .whatsapp-header .destino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatsapp-modal .whatsapp-header .destino p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7rem;
}

.whatsapp-modal .whatsapp-header .destino p span {
  font-weight: normal;
  font-size: 1.5rem;
}

.whatsapp-modal .whatsapp-header .pic {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1rem;
}

.whatsapp-modal .whatsapp-header .fas {
  font-size: 3rem;
  color: #0c5f55;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
}

.whatsapp-modal .whatsapp-body {
  padding: 2rem 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whatsapp-modal .whatsapp-body .dialog {
  width: 13px;
  height: 12px;
  background-image: url(../img/dialog.png);
  position: relative;
  z-index: 2;
}

.whatsapp-modal .whatsapp-body .mensaje {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 8px 8px 8px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.whatsapp-modal .whatsapp-body .mensaje p {
  color: #000;
  font-size: 1.5rem;
}

.whatsapp-modal .whatsapp-footer {
  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;
  padding: 2rem 1rem 1rem;
}

.whatsapp-modal .whatsapp-footer .mensaje {
  background-color: #D1FEC9;
  padding: 1rem;
  border-radius: 16px;
  width: calc(100% - (50px + 2rem/2));
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.whatsapp-modal .whatsapp-footer .mensaje p {
  color: #000;
  font-size: 1.5rem;
}

.whatsapp-modal .whatsapp-footer .send-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../img/send-btn-dark.png);
}

.whatsapp-modal2 {
  bottom: 1rem;
  opacity: 1;
}

@-webkit-keyframes bajatitulo {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

@keyframes bajatitulo {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}

/* Fin de Aspectos Generales  ================================*/
/*=============================================================
Header
==============================================================*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  z-index: 500;
}

.menu {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu .wrapper {
  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;
  padding: 1rem 0;
  position: relative;
}

.menu .wrapper .logo {
  width: 230px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .logo {
    width: 270px;
  }
}

.menu .wrapper .enlaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem;
  width: 80%;
  height: 100vh;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}

@media only screen and (min-width: 576px) {
  .menu .wrapper .enlaces {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces {
    display: block;
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
    width: auto;
    height: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.menu .wrapper .enlaces a {
  width: 100%;
  color: #000;
  text-decoration: none;
  font: 1.7rem "oxygen-bold";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 2.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  padding: 12px 0;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces a {
    padding: 0;
    display: inline;
  }
  .menu .wrapper .enlaces a:not(:last-of-type) {
    margin-right: 4rem;
  }
}

.menu .wrapper .enlaces a:hover {
  color: #074b93;
}

.menu .wrapper .enlaces a i {
  font-size: 1.1rem;
}

.menu .wrapper .enlaces .selected {
  color: #074b93;
}

.menu .wrapper .enlaces .contact-btn {
  margin-top: 3rem;
  display: inline;
  color: #fff !important;
  background-color: #074b93;
  padding: 0.8rem 3.2rem;
  border-radius: 6px;
  font: 1.7rem "oxygen-bold";
  border: none;
  line-height: 1.5 !important;
  text-align: center;
}

.menu .wrapper .enlaces .contact-btn:hover {
  background-color: #053262;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .contact-btn {
    margin-top: 0;
    line-height: 1 !important;
    margin-left: 140px;
  }
}

@media only screen and (min-width: 1440px) {
  .menu .wrapper .enlaces .contact-btn {
    margin-left: calc(142px + 2rem*2);
  }
}

.menu .wrapper .enlaces .btn-regresar {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .wrapper .enlaces .btn-regresar i {
  margin-right: 1rem;
}

.menu .wrapper .enlaces .grid {
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  background-color: rgba(247, 247, 247, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "items items items";
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid {
    height: auto;
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    top: 54px;
    z-index: 500;
    grid-template-areas: "items subitems subitems";
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.menu .wrapper .enlaces .grid .item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: items;
  min-height: 226px;
  overflow: auto;
  padding: 3rem;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .item {
    padding: 1rem 0 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 1440px) {
  .menu .wrapper .enlaces .grid .item {
    min-height: 240px;
  }
}

.menu .wrapper .enlaces .grid .subtitulo, .menu .wrapper .enlaces .grid .subtitulo a {
  font: 1.7rem "oxygen-bold";
  color: #074b93;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .btn-regresar, .menu .wrapper .enlaces .grid .item .subtitulo {
    display: none;
  }
}

.menu .wrapper .enlaces .grid .subtitulo {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .subtitulo {
    margin-bottom: 0;
  }
}

.menu .wrapper .enlaces .grid a {
  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-right: 0;
  font-family: "oxygen";
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid a {
    padding: 8px 20px;
  }
  .menu .wrapper .enlaces .grid a:hover i {
    display: inline-block;
  }
}

.menu .wrapper .enlaces .grid a i {
  font-size: 1.7rem;
  pointer-events: none;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid a i {
    display: none;
    color: #074b93;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.menu .wrapper .enlaces .grid .contenedor-subitems {
  grid-area: subitems;
  background-color: rgba(240, 240, 240, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
}

@media only screen and (min-width: 1200px){
  .menu .wrapper .enlaces .grid .item {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .menu .wrapper .enlaces .grid .contenedor-subitems {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .contenedor-subitems {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.menu .wrapper .enlaces .grid .subitem {
  display: none;
  height: 100vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .subitem {
    height: 100%;
    display: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

.menu .wrapper .enlaces .grid .subitem .enlaces-subitem {
  height: calc(100vh - 300px);
  overflow: auto;
  padding: 3rem 3rem 0 3rem;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .subitem .enlaces-subitem {
    height: 100%;
    padding: 1rem 0 0 0;
    max-height: 288.583px;
  }
}

.menu .wrapper .enlaces .grid .subitem .enlaces-subitem a {
  display: block;
}

.menu .wrapper .enlaces .grid .subitem .banner-subitem a {
  padding: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .grid .subitem .banner-subitem a {
    width: auto;
    height: auto;
  }
}

.menu .wrapper .enlaces .grid .activo {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  display: -ms-grid;
  display: grid;
}

.menu .wrapper .enlaces .activo {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .enlaces .activo {
    display: -ms-grid;
    display: grid;
  }
}

.menu .wrapper .menu-activo {
  -webkit-box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .menu-activo {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper .menu-btn {
    display: none;
  }
}

.menu .wrapper2 .logo {
  width: 130px;
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper2 .logo {
    width: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu .wrapper2 .enlaces .grid {
    top: 40px;
  }
}

.blur-blanco {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.85);
}

.menu-btn div {
  background-color: #074b93;
}

.menu-btn2 div {
  background-color: #da161c;
}

.menu-btn, .menu-btn2 {
  width: 30px;
  cursor: pointer;
}

.menu-btn .uno, .menu-btn .dos, .menu-btn .tres, .menu-btn2 .uno, .menu-btn2 .dos, .menu-btn2 .tres {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-btn .dos, .menu-btn2 .dos {
  margin: 6px 0;
}

.menu-btn2 .dos {
  opacity: 0;
}

.menu-btn2 .uno {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn2 .tres {
  -webkit-transform: rotate(-45deg) translate(5px, -7px);
  -ms-transform: rotate(-45deg) translate(5px, -7px);
  transform: rotate(-45deg) translate(5px, -7px);
}

/* Fin de Header  ============================================*/
/*=============================================================
Main
==============================================================*/
.home-tb-bg {
  width: 100%;
  height: 100vh;
  background-image: url(../img/home-tb-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}

.video-home-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-home-bg .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.dark-len {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(21.35%, rgba(0, 0, 0, 0.5)), color-stop(48.96%, rgba(0, 0, 0, 0.35)), color-stop(78.12%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 21.35%, rgba(0, 0, 0, 0.35) 48.96%, rgba(0, 0, 0, 0.5) 78.12%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 21.35%, rgba(0, 0, 0, 0.35) 48.96%, rgba(0, 0, 0, 0.5) 78.12%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 21.35%, rgba(0, 0, 0, 0.35) 48.96%, rgba(0, 0, 0, 0.5) 78.12%, rgba(0, 0, 0, 0.9) 100%);
  color: #fff;
}

.dark-len .portal-logos {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-len .portal-logos .logos-lnk {
  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;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .dark-len .portal-logos .logos-lnk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
}

.dark-len .portal-logos .logos-lnk .logo-lnk-cont:not(:last-child) {
  margin-bottom: 10rem;
}

@media only screen and (min-width: 576px) {
  .dark-len .portal-logos .logos-lnk .logo-lnk-cont {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) {
  .dark-len .portal-logos .logos-lnk .logo-lnk-cont:not(:last-child) {
    margin-bottom: 0;
  }
}

.dark-len .portal-logos .logos-lnk .logo-lnk-cont .bajada-logo {
  font: 2.4rem "oxygen-bold";
  text-align: right;
  margin-bottom: 0 !important;
}

.dark-len .portal-logos .logos-lnk .logo-lnk-cont .cta-btn {
  display: block;
  width: 180px;
  margin: 1.5rem auto 0;
  background-color: rgba(7, 75, 147, 0.5) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.dark-len .portal-logos .logos-lnk .logo-lnk-cont .cta-btn:hover {
  background-color: rgba(7, 75, 147, 0.7) !important;
}

.dark-len .home-title {
  font: 3.6rem "kanit-extrabold";
  line-height: 3.4rem;
  text-transform: uppercase;
  text-shadow: 0 0 7px #000;
}

@media only screen and (min-width: 768px) {
  .dark-len .home-title {
    font: 7rem "kanit-black";
    line-height: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .dark-len .home-title {
    font-size: 11rem;
    line-height: 10rem;
    opacity: 0.40;
  }
}

.dark-len .home-text {
  font: 2.4rem "oxygen";
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .dark-len .home-text {
    font: 3rem "oxygen";
  }
}

@media only screen and (min-width: 992px) {
  .dark-len .home-text {
    font: 3.4rem "oxygen";
  }
}

.dark-len .leyenda {
  font-size: 1.3rem;
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: 2rem;
  display: none;
}

@media only screen and (min-width: 992px) {
  .dark-len .leyenda {
    bottom: 4rem;
    font-size: 1.4rem;
    display: block;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.slide.current {
  opacity: 1;
  z-index: 10;
}

.slide .content {
  position: absolute;
  bottom: 70px;
  left: -600px;
  opacity: 0;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #333;
  padding: 35px;
}

.slide .content h2 {
  color: #074b93;
  margin-bottom: 0.5rem !important;
  text-transform: none;
  line-height: 1;
}

.slide .content .titulo {
  margin-bottom: 0;
}

.slide .content a {
  text-align: right;
}

.slide.current .content {
  opacity: 1;
  -webkit-transform: translateX(600px);
  -ms-transform: translateX(600px);
  transform: translateX(600px);
  -webkit-transition: all 0.7s ease-in-out 0.3s;
  -o-transition: all 0.7s ease-in-out 0.3s;
  transition: all 0.7s ease-in-out 0.3s;
}

.buttons button#next {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  opacity: 0.3;
}

.buttons button#prev {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 10;
  opacity: 0.3;
}

.buttons button {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 13px 15px;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.buttons button:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}

@media (max-width: 500px) {
  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }
  .slide.current .content {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}

/* Backgorund Images */
.slide:first-child {
  background: url(../img/home-slider/1.jpg) no-repeat center top/cover;
}

.slide:nth-child(2) {
  background: url(../img/home-slider/2.jpg) no-repeat center top/cover;
}

.slide:nth-child(3) {
  background: url(../img/home-slider/3.jpg) no-repeat center top/cover;
}

.slide:nth-child(4) {
  background: url(../img/home-slider/4.jpg) no-repeat center top/cover;
}

/* Contenido Inicio */
/* Sección Servicios */
.service-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .service-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .service-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.service-cards .service-card {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .service-cards .service-card {
    width: calc(50% - 2rem);
  }
}

@media only screen and (min-width: 992px) {
  .service-cards .service-card {
    width: calc(33.3333333% - 2rem);
  }
}

.service-cards .service-card:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .service-cards .service-card:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.service-cards .service-card .card-caption {
  background-color: #d6d6d6;
  padding: 2rem;
}

@media only screen and (min-width: 1200px) {
  .service-cards .service-card .card-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .service-cards .service-card .card-caption:hover {
    opacity: 1;
  }
}

/* Sección nosotros */
.seccion-nosotros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros {
    display: block;
  }
}

.seccion-nosotros .wrapper-bg {
  background-color: #074b93;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros .wrapper-bg {
    height: 400px;
    padding: 0 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.seccion-nosotros .wrapper-bg .caption {
  padding: 2rem;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros .wrapper-bg .caption {
    width: 400px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .seccion-nosotros .wrapper-bg .caption .bold {
    color: #074b93;
  }
}

.seccion-nosotros .wrapper-bg .caption .cta-btn {
  background-color: #fff;
  color: #074b93 !important;
}

.seccion-nosotros .wrapper-bg .caption .cta-btn:hover {
  background-color: #e6e6e6;
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros .wrapper-bg .caption .cta-btn {
    background-color: #074b93;
    color: #fff !important;
  }
  .seccion-nosotros .wrapper-bg .caption .cta-btn:hover {
    background-color: #053262;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros .wrapper-bg .picture {
    width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros1 .wrapper-bg {
    background-image: url(../img/nosotros-home-hero1.jpg);
  }
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros1 .wrapper-pic .picture {
    right: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros2 .wrapper-bg {
    background-image: url(../img/nosotros-home-hero2.jpg);
  }
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros2 .wrapper-bg .caption {
    position: absolute;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-nosotros2 .wrapper-pic .picture {
    left: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-clientes .clientes {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.seccion-clientes .cliente {
  width: 150px;
}

.seccion-contacto .wrapper-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .seccion-contacto .wrapper-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-contacto .wrapper-sm .formulario-contacto, .seccion-contacto .wrapper-sm .datos-contacto {
    width: calc(50% - 2rem/2);
  }
}

.seccion-contacto .formulario-contacto {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 992px) {
  .seccion-contacto .formulario-contacto {
    margin-bottom: 0;
  }
}

.seccion-contacto .formulario-contacto form {
  margin-top: 5rem;
}

.seccion-contacto .formulario-contacto input[type=text], .seccion-contacto .formulario-contacto input[type=tel], .seccion-contacto .formulario-contacto input[type=email], .seccion-contacto .formulario-contacto textarea {
  margin-top: 3.6rem;
  border: 2px solid #cac9c9;
}

.seccion-contacto .formulario-contacto .formgroup {
  position: relative;
}

.seccion-contacto .formulario-contacto label {
  position: absolute;
  color: #777;
  top: 1.33333rem;
  left: 1rem;
  text-align: left;
  cursor: text;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.seccion-contacto .formulario-contacto textarea {
  resize: none;
  height: 175px;
}

.seccion-contacto .formulario-contacto .forminput:focus + .formlabel,
.seccion-contacto .formulario-contacto .forminput:not(:placeholder-shown) + .formlabel {
  -webkit-transform: translateY(-38px) scale(0.8);
  -ms-transform: translateY(-38px) scale(0.8);
  transform: translateY(-38px) scale(0.8);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: pointer;
  font-family: "oxygen-bold";
}

.seccion-contacto .formulario-contacto input[type=button], .seccion-contacto .formulario-contacto input[type=submit] {
  margin-top: 3rem;
  width: 100%;
  height: 45px;
}

.seccion-contacto .formulario-contacto .warning-text {
  color: #a94242;
  font-family: "oxygen-bold";
  font-size: calc(1.6rem * 0.9);
  position: absolute;
  right: 1rem;
  top: -24px;
}

.seccion-contacto .datos-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.seccion-contacto .dato-cont {
  border-radius: 12px 12px 12px 12px;
}

.seccion-contacto .dato-cont:not(:last-child) {
  background-color: rgba(7, 75, 147, 0.25);
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .seccion-contacto .dato-cont:not(:last-child) {
    width: auto;
  }
}

.seccion-contacto .dato-cont:last-child {
  overflow: hidden;
  width: 100%;
  height: 321px;
}

.seccion-contacto .dato-cont:last-child iframe {
  height: 100%;
}

.seccion-contacto .dato-cont i {
  font-size: 2.6rem;
  margin-right: 2rem;
}

.seccion-contacto .dato-cont a {
  color: #074b93;
  font-family: "oxygen-bold";
}

.seccion-contacto .dato-cont p {
  margin-bottom: 0;
  font: 1.5rem "oxygen-light";
  color: #074b93;
}

.hero {
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero .wrapper {
  position: relative;
  height: 100%;
}

.hero .titulo {
  text-transform: capitalize;
  font: 5rem "oxygen-bold";
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-animation: bajatitulo 1.5s;
  animation: bajatitulo 1.5s;
}

@media only screen and (min-width: 576px) {
  .hero .titulo {
    font-size: 7rem;
  }
}

.nosotros-hero {
  background-image: url(../img/nosotros-hero.jpg);
  background-position: top center;
}

.error-hero {
  background-image: url(../img/error-hero.jpg);
  background-position: bottom center;
}

.fajas-hero {
  background-image: url(../img/fajas-hero.jpg);
}

.tanques-hero {
  background-image: url(../img/tanques-hero.jpg);
  background-position: center;
}

.chutes-hero {
  background-image: url(../img/chutes-hero.jpg);
  background-position: center center;
}

.puentes-hero {
  background-image: url(../img/puentes-hero.jpg);
  background-position: top center;
}

.equipos-hidromecanicos-hero {
  background-image: url(../img/equipos-hidromecanicos-hero.jpg);
  background-position: bottom center;
}

.estructuras-hero {
  background-image: url(../img/estructuras-hero.jpg);
  background-position: center center;
}

.mantenimiento-hero {
  background-image: url(../img/mantenimiento-hero.jpg);
  background-position: top center;
}

.equipos-hero {
  background-image: url(../img/equipos-hero.jpg);
  background-position: center center;
}

.proyectos-hero {
  background-image: url(../img/proyectos-hero.jpg);
  background-position: center center;
}

.seccion-interna .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-interna .texto-articulo {
    width: calc(100% - (400px + 2rem));
  }
}

.seccion-interna .texto-articulo .gorro {
  font: 2.2rem "oxygen-bold";
}

.seccion-interna .imagen-articulo {
  margin-bottom: 3rem;
  position: relative;
  z-index: 200;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .imagen-articulo {
    position: absolute;
    top: 150px;
    right: 0;
    width: 400px;
    margin-bottom: 0;
  }
}

.seccion-interna .imagen-articulo-fijo {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .imagen-articulo-fijo {
    width: 400px;
    position: relative;
    top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .seccion-interna .imagen-articulo-bajo {
    top: 300px;
  }
}

.seccion-interna .renders-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .renders-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.seccion-interna .renders-cont .render-img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .renders-cont .render-img {
    width: calc(33.3333333% - 2rem);
  }
}

.seccion-interna .renders-cont .render-img:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .renders-cont .render-img:not(:last-child) {
    margin-bottom: 0;
  }
}

.seccion-interna .single-render .render-img {
  max-width: 600px;
  margin: 0 auto;
}

.seccion-interna .estructura-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seccion-interna .estructura-cont .estructuras-cont {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .estructura-cont .estructuras-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.seccion-interna .estructura-cont .estructuras-cont .estructura {
  max-width: 500px;
}

.seccion-interna .estructura-cont .estructuras-cont .estructura:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .seccion-interna .estructura-cont .estructuras-cont .estructura:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.seccion-interna .mantenimientos-cont {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.seccion-interna .mantenimientos-cont .mantenimiento-img {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .interna-inversa .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 992px) {
  .interna-inversa .imagen-articulo {
    left: 0;
  }
}

.directriz-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .directriz-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .directriz-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.directriz-cards .directriz-card {
  width: 100%;
  position: relative;
  background-color: #e3e3e3;
  padding: 2rem;
}

@media only screen and (min-width: 768px) {
  .directriz-cards .directriz-card {
    width: calc(50% - 2rem);
  }
}

@media only screen and (min-width: 992px) {
  .directriz-cards .directriz-card {
    width: calc(33.3333333% - 2rem);
  }
}

.directriz-cards .directriz-card:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .directriz-cards .directriz-card:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.directriz-cards .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.directriz-cards .card-header i {
  color: #074b93;
  font-size: 4.4rem;
  margin-right: 1rem;
}

.directriz-cards .card-header .card-title {
  line-height: 1;
}

/* Fin de Main  ============================================*/
/*=============================================================
Footer
==============================================================*/
footer {
  background-color: #000;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media only screen and (min-width: 992px) {
  footer {
    padding-bottom: 1rem;
  }
}

footer .wrapper {
  text-align: center;
}

footer .logo-enlaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .logo-enlaces .logo {
  width: 300px;
  opacity: 0.1;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  footer .logo-enlaces .logo {
    margin-right: 8rem;
  }
}

footer .logo-enlaces .enlaces {
  display: none;
}

@media only screen and (min-width: 992px) {
  footer .logo-enlaces .enlaces {
    width: calc(100% - (300px + 2rem*4));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

footer .logo-enlaces .enlaces li {
  list-style-type: square;
  text-align: left;
}

footer .logo-enlaces .enlaces li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .logo-enlaces .enlaces li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

footer .rs-icons {
  margin: 3rem 0;
}

footer .rs-icons a {
  font-size: 3.6rem;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .rs-icons a:not(:last-child) {
  margin-right: 4rem;
}

footer .rs-icons a:hover {
  color: rgba(7, 75, 147, 0.3);
}

footer .contacto-links p {
  margin-bottom: 0;
}

footer .contacto-links p a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .contacto-links p a:hover {
  color: rgba(255, 255, 255, 0.75);
}

footer .contacto-links p .tel-link {
  font-size: 2.6rem;
}

footer .creditos {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .creditos p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
}

/* Fin de Footer  ============================================*/
