main {
  position: relative;
  top: 0;
  height: 100%;
}

.white {
  color: white;
}

.blue {
  color: #074473;
}

.red {
  color: #eb1734;
}

.blue400 {
  color: #0079D2;
}

*, html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
}

.strong {
  font-weight: 800;
}

.light {
  font-weight: 200;
}

.hidden {
  overflow: hidden;
}

.desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}
.desktop__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .desktop__img {
    display: none;
  }
}

.movil {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .movil {
    display: flex !important;
  }
}
.movil__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .movil__img {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .logo__movil {
    max-width: 200px;
  }
}

.clientes__movil {
  display: none;
}
@media screen and (max-width: 992px) {
  .clientes__movil {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    box-sizing: content-box;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .clientes__movil {
    top: 4px;
  }
}
.clientes__movil img {
  width: 18px;
}

.txt__base {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
}
.txt__base--sub {
  font-size: 2rem;
  line-height: 1.2;
  color: #0079D2;
  font-weight: 600;
}
.txt__base--contador {
  font-weight: 200;
}
.txt__base--card {
  font-weight: 800;
  text-align: center;
  color: #004F87;
  font-size: 1.4rem;
}
.txt__base--tag {
  color: #0079D2;
}

p, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

.title__hero {
  color: white;
  font-size: clamp(1.8rem, 4.4vw, 3.8rem);
}
.title__blue {
  font-weight: 800;
  color: #0079D2;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 1.3;
}
.title__blue--sub {
  font-size: 2rem;
}
.title__blue--servicios {
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .title__blue--servicios {
    font-size: 2.2rem;
  }
}
.title__box {
  font-size: 1.5em;
  font-weight: 600;
  color: #074473;
  margin: 12px 0px;
}
.title__footer {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .title__footer {
    font-size: 0.8rem;
  }
}
.title__footer::before {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.title__servicios {
  font-size: 2.2rem;
  font-weight: 800;
}
.title__rp {
  font-size: 2.2rem;
  color: #0A3B5D;
}
.title__gestion {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0A3B5D;
}
.title__capacidades {
  font-size: 2.2rem;
}

.politicas {
  padding: 80px 0px;
}
.politicas__row {
  padding: 60px 0px;
}
@media screen and (max-width: 992px) {
  .politicas__row {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 992px) {
  .politicas__img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .politicas__img {
    height: 200px;
  }
}

.btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 32px;
}
.btn__cont {
  width: 100%;
}
.btn__principal {
  background-color: #D4102B;
  color: #ffffff;
}
.btn__principal:hover {
  color: #ffffff;
  background-color: #eb1734;
}
.btn__card {
  background-color: #D4102B;
  position: absolute;
  inset: 0 0 auto auto;
  padding: 16px;
  z-index: 2;
  border-radius: 0px 0px 0px 20px;
}
.btn__clientes {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 5px 24px;
  color: #0061AA;
  font-weight: 500;
}
.btn__clientes img {
  position: relative;
  top: -2px;
  width: 12px;
  margin-right: 10px;
}
.btn__secundario {
  background-color: #ffffff;
  font-weight: 600;
  color: #D4102B;
}
.btn__secundario--blue {
  color: #0079D2;
  border: 1px solid #0079D2;
}
.btn__secundario:hover {
  border: 1px solid #0079D2;
  background-color: #ffffff;
  font-weight: 600;
  color: #66C3FA;
}
.btn__medios {
  font-size: 1.2rem;
  color: #0A3B5D;
}

/* HEADER NAV */
.menu_bar {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 32px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}

.menu_bar .bt-menu {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .menu_bar .bt-menu {
    display: block;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar .bt-menu {
    font-size: 32px;
  }
}

.header_nav {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  background-color: #0079D2;
  padding: 12px 0px 20px 0px;
  transition: 0.3s;
  width: 100%;
  z-index: 9;
  top: 4px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav {
    padding: 20px 0px 20px 0px;
  }
}
.header_nav .nav__svg {
  width: 70px;
}
.header_nav .nav__svg path, .header_nav .nav__svg ellipse {
  fill: #ffffff;
}
@media screen and (max-width: 992px) {
  .header_nav .nav__svg--movil path, .header_nav .nav__svg--movil ellipse {
    fill: #000000;
  }
}
@media screen and (max-width: 992px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0px;
    background-color: #fff;
    z-index: 9;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 6%;
    top: 26px;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    color: #eb1734;
    font-size: 2rem;
  }
}
.header_nav .nav__logo img {
  height: 30px;
}
@media screen and (max-width: 1400px) {
  .header_nav .nav__logo img {
    height: 26px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .header_nav .nav__logo img {
    height: 22px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 992px) {
  .header_nav .nav__logo img {
    height: 32px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 992px) and (max-width: 576px) {
  .header_nav .nav__logo img {
    height: 22px;
  }
}
.header_nav .nav__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_nav .nav__item > a.active {
  color: red;
}
.header_nav .nav__item > a.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  top: -14px;
  background-color: red;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item > a.active::after {
    position: relative;
  }
}
.header_nav .nav__item {
  position: relative;
  margin: 0px 10px;
}
.header_nav .nav__item--dropdown {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item--dropdown {
    display: none;
  }
}
.header_nav .nav__item--dropdown:hover .nav__item--sub {
  display: block;
}
.header_nav .nav__item--dropdown::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -20px;
  top: 8px;
  background-image: url(../images/svg/icon_arrow_menu_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item--dropdown::before {
    content: unset;
  }
}
.header_nav .nav__item--dropdown:hover::before {
  transform: rotate(180deg);
  opacity: 1;
}
.header_nav .nav__item--sub {
  position: absolute;
  left: -16px;
  top: 28px;
  padding-top: 24px;
  padding-bottom: 12px;
  background-color: #0079D2;
  border-radius: 0px 0px 20px 20px;
  transition: all 0.3s;
  padding-left: 0;
  display: none;
}
.header_nav .nav__item--sub-a {
  padding: 8px 24px;
}
.header_nav .nav__item--sub-a a {
  color: #ffffff;
  transition: all 0.3s;
  white-space: nowrap;
}
.header_nav .nav__item--sub-a a:hover {
  color: #eb1734;
}
.header_nav .nav__item--sub-a a img {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1400px) {
  .header_nav .nav__item {
    margin: 0px 6px;
  }
}
.header_nav .nav__item a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__item a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .header_nav .nav__item a {
    color: #0079D2;
    font-size: 0.9rem;
    text-align: start;
    display: inline-block;
    width: 100%;
  }
}
.header_nav .nav__item a:hover {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item a:hover {
    color: #0A3B5D;
  }
}
.header_nav .nav__item a.active {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item a.active {
    color: #eb1734;
  }
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item {
    width: 100%;
  }
}
.header_nav .nav__item--sub:hover .nav__sublist, .header_nav .nav__item--sub:hover .nav__sublistm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header_nav .nav__item--special {
  border-radius: 28px;
  padding: 0px 16px 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.header_nav .nav__item--special a {
  color: #ffffff !important;
}
.header_nav .nav__item--ubicacion {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid blue;
}
.header_nav .nav__item--ubicacion a {
  color: blue;
}
.header_nav .nav__item--legacy {
  position: absolute;
  color: #ffffff;
  bottom: 8px;
  font-size: 0.8rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  padding: 10px 8px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
.header_nav .nav__link--sub {
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 1920px) and (min-width: 991px) {
  .header_nav .nav__link--sub:hover::before {
    transform: rotate(180deg);
  }
}
.header_nav .nav__link--sub::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -10px;
  top: 16px;
  background-image: url("../images/svg/icon_arrow_menu_w.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
.header_nav .nav__link--contact {
  background-color: #ffffff;
  padding: 10px 28px;
  border-radius: 6px;
  transition: all 0.3s;
}
.header_nav .nav__link--contact:hover {
  background-color: #ffffff;
  color: #ffffff !important;
}
.header_nav .nav__link--contact.active {
  background-color: #ffffff;
  color: #ffffff !important;
}
.header_nav .nav__link--conocer {
  border-radius: 6px;
  color: #ffffff !important;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__link--conocer {
    width: 144px !important;
    margin-left: calc(50% - 72px);
  }
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header_nav .nav__contact {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__cliente {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__cliente {
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.header_nav .nav__cliente--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__cliente--contacto {
  display: inline-block;
}
.header_nav .nav__cliente--item .link {
  font-size: 0.8rem;
}
.header_nav .nav__list {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__list {
    height: 90%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px 32px;
    gap: 12px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .header_nav .nav__list {
    background-color: #ffffff;
    min-height: 680px;
  }
}
.header_nav .nav__list > li:first-child {
  position: absolute;
  top: 26px;
}
.header_nav .nav__list::before {
  position: absolute;
  box-sizing: content-box;
  content: "";
  top: 0;
  width: 96%;
  height: 1px;
  margin: 0px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.header_nav .nav__social {
  height: 10%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #004F87;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__social {
    display: flex !important;
  }
}
.header_nav .nav__social--item {
  width: 30px;
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: blue;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}

.icon__card {
  width: 18px;
  height: auto;
  transition: all 0.3s ease;
}
.icon__box {
  width: 60px;
}

.hero {
  position: relative;
}
.hero__flex {
  height: 100%;
  min-height: 588px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .hero__flex {
    flex-direction: column-reverse;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero__flex--variante {
    justify-content: flex-end;
  }
}
.hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10%;
  padding-top: 120px;
  background-color: #0A3B5D;
  width: 60%;
  border-radius: 0px 0px 0px 160px;
}
@media screen and (max-width: 768px) {
  .hero__left {
    width: 100%;
    padding: 60px 40px 100px 40px;
    border-radius: 0px 0px 0px 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .hero__left {
    padding: 30px 40px 60px 40px;
  }
}
.hero__right {
  width: 40%;
  background-color: #0A3B5D;
}
@media screen and (max-width: 768px) {
  .hero__right {
    width: 100%;
  }
}
.hero__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__homepage {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 820px;
}
@media screen and (max-width: 991px) {
  .hero__homepage .owl-logos {
    margin-top: 20px;
  }
}
.hero__homepage .owl-logos .item {
  width: 150px;
  margin: 0 auto;
}
.hero__homepage .owl-dots {
  display: block;
  position: relative;
  text-align: center;
  top: -50px;
}
.hero__servicios {
  padding: 180px 0px 40px 0px;
}
@media screen and (max-width: 991px) {
  .hero__servicios {
    padding: 140px 0px 40px 0px;
  }
}
.hero .owl-hero {
  height: 80vh;
  min-height: 588px;
}
.hero .owl-hero .owl-stage, .hero .owl-hero .owl-item, .hero .owl-hero .item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero .owl-hero .owl-stage img, .hero .owl-hero .owl-item img, .hero .owl-hero .item img {
    display: block;
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hero .owl-stage-outer {
  height: 100%;
}

.owl-logos .owl-dots {
  display: block !important;
  top: 0;
}

.logotipos {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .logotipos {
    margin-top: 40px;
  }
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  position: relative;
  border-radius: 12px;
  background-color: #F7F8F8 !important;
}
.owl-dots .owl-dot.active {
  z-index: 1;
  position: relative;
  background-color: #D4102B !important;
}

.section {
  position: relative;
}
.section__experiencia {
  padding: 60px 0px 0px 0px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section__experiencia {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .section__experiencia {
    padding-top: 80px;
  }
}
.section__experiencia::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  bottom: 0;
  background-color: #F7F8F8;
  z-index: -1;
}
.section__responsabilidad {
  padding: 80px 0px;
}
.section__servicios {
  padding: 0px 0px;
}
@media screen and (max-width: 991px) {
  .section__servicios {
    padding: 80px 0px;
  }
}
.section__servicios--bgc {
  background-color: #F7F8F8;
}
.section__servicios--bg {
  background-color: #ffffff;
}
.section__soluciones {
  padding: 80px 0px;
}
.section__gestion {
  padding: 120px 0px;
}
@media screen and (max-width: 991px) {
  .section__gestion {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .section__gestion {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .section__gestion {
    padding: 60px 0px;
  }
}
.section__autorizacion {
  padding: 120px 0px;
  background-color: #F7F8F8;
}
@media screen and (max-width: 991px) {
  .section__autorizacion {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .section__autorizacion {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .section__autorizacion {
    padding: 60px 0px;
  }
}
.section__esr {
  padding: 120px 0px 80px 0px;
}

.img__shape {
  border-radius: 20px 80px;
}

.bloq {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .bloq {
    flex-direction: column;
  }
}
.bloq__servicios {
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .bloq__servicios--revert {
    flex-direction: column-reverse;
  }
}
.bloq__list {
  list-style: disc;
  padding-left: 8px;
}
@media screen and (max-width: 1200px) {
  .bloq__list {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .bloq__list {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 36px;
  }
}
.bloq__text {
  width: 50%;
  padding: 80px;
  border-radius: 20px;
  background-color: #EFF8FF;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .bloq__text {
    width: 80%;
    padding: 80px 80px 100px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .bloq__text {
    width: 90%;
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .bloq__text {
    width: 100%;
    padding: 24px 24px 80px;
  }
}
.bloq__text--servicios {
  position: relative;
  padding: 120px 80px;
}
@media screen and (max-width: 1200px) {
  .bloq__text--servicios {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 576px) {
  .bloq__text--servicios .btn__cont {
    position: absolute;
    bottom: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 992px) {
  .bloq__text--servicios--cimef-r {
    transform: translateY(0) !important;
    align-self: center !important;
    border-radius: 0px 0px 20px 20px;
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .bloq__text--servicios--cimef-r {
    width: 100% !important;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .bloq__text--servicios--cimef-r {
    padding: 80px 40px 80px 40px;
  }
}
.bloq__text--servicios--cimef-r::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 130px;
  height: 60px;
  background-color: #0061AA;
  background-image: url("../images/svg/logotipo-cimef-bco.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 0px 20px;
}
.bloq__text--servicios--cimef-rp {
  background-color: #0A3B5D !important;
}
.bloq__text--servicios--cimef-rp::before {
  background-color: #eb1734;
  background-image: url("../images/svg/logo-cimef-rp-bco.svg");
}
@media screen and (max-width: 992px) {
  .bloq__text--servicios--cimef-l {
    transform: translateY(0) !important;
    align-self: center !important;
    border-radius: 0px 0px 20px 20px;
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .bloq__text--servicios--cimef-l {
    width: 100% !important;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .bloq__text--servicios--cimef-l {
    padding: 80px 40px 80px 40px;
  }
}
.bloq__text--servicios--cimef-l::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 130px;
  height: 60px;
  background-color: #EFEFEF;
  background-image: url("../images/logotipo-cimef-color.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 20px 0px;
}
.bloq__text--servicios--left {
  width: 80%;
  background-color: #F7F8F8;
  transform: translateY(50%);
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .bloq__text--servicios--left {
    min-height: 360px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .bloq__text--servicios--left {
    min-height: auto;
  }
}
.bloq__text--servicios--right {
  transform: translateY(-50%);
  width: 80%;
  color: #ffffff;
  align-self: flex-end;
  background-color: #0079D2;
}
@media screen and (max-width: 1200px) {
  .bloq__text--servicios--right {
    transform: translateY(-40%);
  }
}
.bloq__text--servicios--right .title__blue {
  color: #ffffff;
}
.bloq__img {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .bloq__img {
    width: 80%;
    left: unset;
    top: -60px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .bloq__img {
    width: 90%;
    top: -40px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .bloq__img {
    width: 100%;
  }
}
.bloq__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 576px) {
  .bloq__img img {
    height: 300px;
    max-height: 320px;
  }
}
.bloq__img--exp {
  height: auto;
  max-height: 400px;
  top: 120px;
  left: -40px;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 992px) {
  .bloq__img--exp {
    top: -40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .bloq__img--exp {
    left: 0px;
  }
}
.bloq__img--exp.show {
  top: -40px;
}
.bloq__img--servicios--left {
  transform: translateY(70%);
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .bloq__img--servicios--left {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .bloq__img--servicios--left {
    width: 80%;
    top: 0;
    align-self: center;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) {
  .bloq__img--servicios--left {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .bloq__img--servicios--left img {
    border-radius: 20px 20px 0px 0px !important;
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .bloq__img--servicios--left img {
    height: 200px;
  }
}
.bloq__img--servicios--left.show {
  transform: translateY(30%);
}
.bloq__img--servicios--right {
  align-self: flex-end;
  transform: translateY(-30%);
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .bloq__img--servicios--right {
    width: 45%;
    transform: translateY(-90%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .bloq__img--servicios--right {
    width: 80%;
    top: 0;
    align-self: center;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) {
  .bloq__img--servicios--right {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .bloq__img--servicios--right img {
    border-radius: 20px 20px 0px 0px !important;
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .bloq__img--servicios--right img {
    height: 200px;
  }
}
.bloq__img--servicios--right.show {
  transform: translateY(-80%);
}

.clientes {
  margin-top: 140px;
  background-color: #EFF8FF;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #66C3FA;
}
@media screen and (max-width: 1200px) {
  .clientes {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .clientes {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .clientes {
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .clientes {
    padding: 60px 24px;
  }
}

.contador {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .contador {
    margin-top: 80px;
  }
}
.contador__box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  background-color: #D4102B;
  padding: 20px 40px;
  border-radius: 20px 60px;
}
@media screen and (max-width: 991px) {
  .contador__box {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .contador__box {
    border-radius: 16px 48px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (max-width: 576px) {
  .contador__box {
    flex-direction: column;
    gap: 24px;
  }
}
.contador__box--item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .contador__box--item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .contador__box--item {
    padding: 0 20px;
  }
}
.contador__box::before {
  position: absolute;
  content: "";
  left: 47%;
  width: 2px;
  height: 90px;
  border-left: 1px dashed #ffffff;
}
@media screen and (max-width: 576px) {
  .contador__box::before {
    width: 50%;
    height: 2px;
    top: 50%;
    left: 25%;
    border-left: none;
    border-bottom: 1px dashed #ffffff;
  }
}
.contador__num {
  font-weight: 800;
  font-size: 4rem;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .contador__num {
    font-size: 3rem;
  }
}
.contador__num--sm {
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .contador__num--sm {
    min-width: 80px;
  }
}
.contador__num--lg {
  min-width: 210px;
}
@media screen and (max-width: 768px) {
  .contador__num--lg {
    min-width: 180px;
  }
}

.servicios {
  padding-top: 100px;
  background-color: #F7F8F8;
}
.servicios__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .servicios__row {
    gap: 40px;
  }
}
.servicios__item {
  width: calc(33% - 13px);
}
@media screen and (max-width: 991px) {
  .servicios__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .servicios__item {
    width: calc(100% - 0px);
  }
}
.servicios__card {
  position: relative;
}
.servicios__card img {
  transition: all 0.3s ease;
}
.servicios__card:hover img {
  transform: scale(1.1);
}
.servicios__card--img {
  z-index: 1;
  overflow: hidden;
}
.servicios__card--txt {
  min-height: 120px;
  padding: 30px 20px;
  border-radius: 0px 0px 8px 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .servicios__card--txt {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.servicios__card:hover .btn__card {
  transition: all 0.3s ease;
  background-color: #eb1734;
}
.servicios__card:hover .icon__card {
  transform: translate(4px, -4px);
}

#ferrosos {
  position: relative;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #ferrosos {
    top: -220px;
  }
}

#noFerrosos {
  position: relative;
  top: -120px;
}
@media screen and (max-width: 992px) {
  #noFerrosos {
    top: -180px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  #noFerrosos {
    top: -200px;
  }
}

#polimeros {
  position: relative;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #polimeros {
    top: -220px;
  }
}

#rme {
  position: relative;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #rme {
    top: -200px;
  }
}

#residuos {
  position: relative;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #residuos {
    top: -220px;
  }
}

#servicios {
  position: relative;
  top: -180px;
}
@media screen and (max-width: 768px) {
  #servicios {
    top: -200px;
  }
}

.alcance {
  padding: 120px 0px;
  background-color: #F7F8F8;
}
@media screen and (max-width: 991px) {
  .alcance {
    padding: 80px 0px;
  }
}
.alcance__map {
  position: relative;
  width: 100%;
}
.alcance__map::first-child {
  width: 100%;
}
.alcance__map--pin {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url("../images/svg/pin-mapa.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.alcance__map--pin--monterrey {
  top: 100px;
  right: 260px;
}
@media screen and (max-width: 1400px) {
  .alcance__map--pin--monterrey {
    top: 100px;
    right: 200px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .alcance__map--pin--monterrey {
    top: 100px;
    right: 160px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 991px) {
  .alcance__map--pin--monterrey {
    top: 100px;
    right: 200px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .alcance__map--pin--monterrey {
    top: 100px;
    left: 230px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .alcance__map--pin--monterrey {
    top: 100px;
    left: 190px;
  }
}
.alcance__map--pin--guadalajara {
  top: 200px;
  left: 170px;
}
@media screen and (max-width: 1200px) {
  .alcance__map--pin--guadalajara {
    top: 160px;
    left: 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .alcance__map--pin--guadalajara {
    top: 210px;
    left: 180px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 576px) {
  .alcance__map--pin--guadalajara {
    top: 170px;
    left: 150px;
  }
}
.alcance__map--pin--queretaro {
  top: 190px;
  left: 220px;
}
@media screen and (max-width: 1200px) {
  .alcance__map--pin--queretaro {
    top: 150px;
    left: 180px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .alcance__map--pin--queretaro {
    top: 180px;
    left: 220px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 576px) {
  .alcance__map--pin--queretaro {
    top: 160px;
    left: 180px;
  }
}
.alcance__map--pin--edomex {
  top: 220px;
  left: 240px;
}
@media screen and (max-width: 1200px) {
  .alcance__map--pin--edomex {
    top: 180px;
    left: 200px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .alcance__map--pin--edomex {
    top: 210px;
    left: 240px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 576px) {
  .alcance__map--pin--edomex {
    top: 180px;
    left: 200px;
  }
}
.alcance__map--list {
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 0px;
}
.alcance__map--item {
  width: 50%;
  color: #0061AA;
}
.alcance__map--item img {
  width: 12px;
  margin-right: 12px;
}

.responsabilidad {
  position: relative;
  border-radius: 0px 140px 0px 0px;
  background-image: url("../images/cimef-bgi-responsabilidad-social.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.responsabilidad > .container {
  position: relative;
  z-index: 2;
}
.responsabilidad::before {
  position: absolute;
  width: 100%;
  height: 200px;
  content: "";
  top: 0;
  right: 0;
  background-color: #F7F8F8;
  z-index: -1;
}
.responsabilidad__img {
  width: auto;
  height: 60px;
}
.responsabilidad .overview {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0px 140px 0px 0px;
}

.nosotros {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .nosotros {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .nosotros {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .nosotros {
    padding: 20px 0px;
  }
}
.nosotros__descripcion {
  align-items: center;
  border-bottom: 1px dashed #0061AA;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .nosotros__descripcion {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .nosotros__descripcion {
    padding-bottom: 40px;
  }
}
.nosotros__mision {
  padding: 80px 0px;
  border-bottom: 1px dashed #0061AA;
}
@media screen and (max-width: 768px) {
  .nosotros__mision {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .nosotros__mision {
    padding-bottom: 40px;
  }
}
.nosotros__valores {
  padding: 80px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .nosotros__valores {
    padding: 60px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .nosotros__valores {
    padding-bottom: 40px;
  }
}
.nosotros__box {
  padding: 40px;
  border-radius: 20px 60px;
  background-color: #F7F8F8;
  transition: all 0.3s;
}
.nosotros__box:hover {
  background-color: #eb1734;
}
.nosotros__box:hover svg path {
  fill: #ffffff;
}
.nosotros__box:hover, .nosotros__box:hover h4 {
  color: #ffffff;
}

.servicios__nav {
  background-color: #ffffff;
  position: sticky;
  padding: 20px 0px 16px 0px;
  top: 102px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .servicios__nav {
    top: 76px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .servicios__nav {
    top: 85px;
  }
}
.servicios__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .servicios__list {
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .servicios__list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 992px) {
  .servicios__list li a {
    font-size: 0.9rem;
  }
}
.servicios__item--menu {
  font-size: 1rem;
  padding: 8px 24px;
  color: #004F87;
}
@media screen and (max-width: 992px) {
  .servicios__item--menu {
    padding: 8px 16px;
  }
}
.servicios__item--menu:hover {
  background-color: #F7F8F8;
}

.soluciones__card--img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 40px 0px 0px;
}
.soluciones__card--txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 140px;
  padding: 20px;
  color: #0061AA;
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #F7F8F8;
  border-radius: 0px 0px 20px 40px;
}

.infraestructura {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .infraestructura {
    padding: 0px 0px 60px 0px;
  }
}
@media screen and (max-width: 992px) {
  .infraestructura > div {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .infraestructura > div {
    padding: 0px 16px;
  }
}
.infraestructura__line {
  border-bottom: 1px dashed #0079D2;
}
.infraestructura .owl-comiones {
  position: inherit;
}
.infraestructura .owl-comiones .owl-nav {
  position: absolute;
  left: 9%;
  top: 240px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .infraestructura .owl-comiones .owl-nav {
    top: 440px;
    left: unset;
    right: 36px;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .infraestructura .owl-comiones .owl-nav {
    top: 420px;
  }
}
.infraestructura .owl-comiones .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #EFF8FF;
}
.infraestructura .owl-comiones .owl-nav button span {
  position: relative;
  top: -5px;
  font-weight: 200;
  font-size: 3rem;
  color: #0079D2;
}

.gestion__img {
  width: 100px;
}
.gestion__icon--row {
  box-sizing: content-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 16px;
}
.gestion__icon--row > div {
  text-align: center;
}
.gestion__icon--col {
  padding: 20px;
  width: calc(20% - 13px);
}
@media screen and (max-width: 1200px) {
  .gestion__icon--col {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .gestion__icon--col {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .gestion__icon--col {
    width: calc(33% - 12px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .gestion__icon--col {
    width: calc(50% - 12px);
  }
}
.gestion__box {
  position: relative;
}
.gestion__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: #F7F8F8;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .gestion__box::before {
    height: 85%;
  }
}
.gestion__box--item {
  padding: 40px 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  min-height: 240px;
}
@media screen and (max-width: 1400px) {
  .gestion__box--item {
    min-height: 260px;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .gestion__box--item {
    padding: 20px 20px;
    min-height: 220px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 992px) {
  .gestion__box--item {
    min-height: auto;
    padding: 40px 40px;
  }
}

.autorizacion__box--par {
  margin-top: 80px;
}

.capacidades {
  position: relative;
}
.capacidades::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #F7F8F8;
}
.capacidades__box {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #eb1734;
}
@media screen and (max-width: 991px) {
  .capacidades__box {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .capacidades__box {
    width: 100%;
  }
}
.capacidades__box--img {
  border-radius: 20px 80px;
  transform: translate(-40px, -40px);
}
@media screen and (max-width: 1200px) {
  .capacidades__box--img {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .capacidades__box--img {
    width: 100%;
    transform: translate(0px, 0px);
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 20px 20px 0px 0px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .capacidades__box--img {
    height: 240px;
  }
}
.capacidades__box--text {
  padding: 0px 100px 0px 40px;
}
@media screen and (max-width: 1200px) {
  .capacidades__box--text {
    width: 60%;
    padding: 40px 60px 40px 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .capacidades__box--text {
    width: 100%;
    padding: 40px;
  }
}
.capacidades__list {
  display: flex;
  flex-direction: row;
  font-size: 1.1rem;
  font-weight: 300;
  flex-wrap: wrap;
  list-style: disc;
  color: #ffffff;
  gap: 32px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .capacidades__list {
    gap: 28px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .capacidades__list {
    gap: 16px 24px;
  }
}

.tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.tag__item {
  display: flex;
  flex-direction: row;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background-color: #EFF8FF;
  gap: 12px;
}
.tag__icon {
  width: 18px;
}

.medios {
  padding: 120px 0px;
}
@media screen and (max-width: 768px) {
  .medios {
    padding: 80px 0px;
  }
}
.medios__contacto {
  background-color: #F7F8F8;
}
.medios__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.medios__item a {
  color: #0A3B5D;
  font-size: 1rem;
}
.medios__item--icon {
  width: 40px;
}

.contacto {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .contacto {
    padding: 0px 0px 80px 0px;
  }
}

.input, textarea {
  width: 100%;
  background-color: #F7F8F8;
  padding: 8px 16px;
  border: none;
  margin-top: 16px;
  border-radius: 8px;
}
.input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 500;
}
.input::placeholder, textarea::placeholder {
  font-weight: 500;
}

.submit {
  border: none;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 32px;
  background-color: #0079D2;
  color: #ffffff;
  font-weight: 600;
}

textarea {
  height: 120px;
}

.footer {
  padding: 80px 0px 0px 0px;
  background-color: #0061AA;
}
.footer > .container {
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .footer > .container {
    padding-bottom: 20px;
  }
}
.footer__list {
  position: relative;
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 576px) {
  .footer__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__list--contacto {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__list li a {
  position: relative;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__list li a img {
  opacity: 0.5;
}
.footer__list li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
}
.footer__list li a.active {
  color: #ffffff;
}
.footer__list li a.active img {
  opacity: 1;
}
.footer__list li a.link {
  color: rgb(255, 255, 255);
}
.footer__list li a.link img {
  opacity: 1;
}
.footer__contacto {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
}

.permisos {
  position: relative;
}
.permisos::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #F7F8F8;
  z-index: -1;
}

.semarnat {
  padding: 80px 0px;
  background-color: #F7F8F8;
}

.txt__clip {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  overflow: hidden;
}

.txt__clip.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clip.show .txt__anima {
  transform: rotate(0deg) scale(1);
}

.txt__anima {
  transition: all 1.5s;
}

.legales {
  padding: 20px 0px;
  background-color: #004F87;
}
.legales__col--one {
  text-align: start;
}
@media screen and (max-width: 576px) {
  .legales__col--one {
    text-align: center;
    margin-bottom: 20px;
  }
}
.legales__col--two {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .legales__col--two {
    text-align: center;
    margin-bottom: 20px;
  }
}
.legales__col--three {
  text-align: end;
}
@media screen and (max-width: 576px) {
  .legales__col--three {
    text-align: center;
    margin-bottom: 20px;
  }
}

@keyframes animaCard {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-family: var(--font-auto-pro);
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 6px;
  top: 24px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

/* __BTN_WHATSAPP */
#btn_whatsApp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
}

#btn_whatsApp img {
  width: 60px;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease;
}

#btn_whatsApp img:hover {
  transform: scale(1.1);
}

.boxCT {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: end;
  right: 24px;
  bottom: 24px;
  z-index: 9;
}

/* TRIGGER */
#btnWA {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 2;
  animation-name: animaWA;
  animation-duration: 1.2s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
}

.iconWA {
  width: 100%;
  height: auto;
}

/* BOX */
#boxWA {
  position: relative;
  display: none;
  top: -20px;
  opacity: 0;
  width: 320px;
  height: auto;
  border-radius: 14px;
  background-color: white;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.boxWA__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 14px 14px 0px 0px;
  box-sizing: border-box;
  padding: 8px 12px;
  width: 100%;
  height: auto;
  background-color: #4dc247;
}

.boxWA__top--icon {
  padding: 16px;
}

.boxWA__top--text {
  position: relative;
}

.boxWA__top--tit {
  color: white;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.boxWA__top--txt {
  color: white;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 100;
  margin: 0;
}

/* CONTENT BOTTOM */
.boxWA__bottom {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
}

.boxWA__card::before {
  position: absolute;
  top: 25%;
  left: 0;
  content: "";
  width: 2px;
  height: 50%;
  background-color: #4dc247;
}

.boxWA__card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background-color: rgba(77, 194, 71, 0.063);
  border: 1px solid rgba(77, 194, 71, 0.19);
  text-decoration: none;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}

.boxWA__card:hover {
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 6px;
  background-color: white;
}

.boxWA__card--photo {
  border-radius: 30px;
  width: 45px;
  height: 100%;
  margin: 8px 12px 8px 8px;
}

.boxWA__card--text {
  position: relative;
  line-height: 1.3;
}

.boxWA__card--text::before {
  position: absolute;
  left: -22px;
  top: 36px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4dc247;
}

.boxWA__card--name, .boxWA__card--pos {
  font-family: sans-serif;
  color: #212121;
  margin: 0;
}

.boxWA__card--name {
  font-weight: 700;
  font-size: 14px;
}

.boxWA__card--pos {
  font-weight: 200;
  font-size: 13px;
}

.boxWA__card--icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
}

.boxWA__card--icon path {
  fill: #4dc247;
}

/* ACTIVE */
#boxWA.active {
  animation-name: animaBtnWA;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

#boxWA.desActive {
  background-color: white;
  animation-name: animaBtnWADes;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

#btnClose {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#btnClose img {
  width: 100%;
}

@keyframes animaWA {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes animaBtnWA {
  from {
    top: -10px;
    opacity: 0;
  }
  to {
    top: -20px;
    opacity: 1;
  }
}
@keyframes animaBtnWADes {
  from {
    top: -20px;
    opacity: 1;
  }
  to {
    top: -10px;
    opacity: 0;
  }
}
.grecaptcha-badge {
  bottom: 120px !important;
}/*# sourceMappingURL=style.css.map */