@charset "utf-8";

:root {
  --btn-color: #fff;
  --btn-color-hover: #ececec;

  --color-gray: #d8d8d8;
  --primary-color: #f8c243;
  --secondary-color: #563416;
  --secondary-color-rgb: 0, 70, 132;

  --accent-color: #57a982;
  --accent-color-contrast: #fff;
  --accent-color-dark: #398f65;

  --slider-arrow: #000;
  --slider-arrow-contrast: #fff;

  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Quicksand", sans-serif;

  --color-text: #fff;
  --color-title: #000;
}

html {
  font-family: var(--primary-font);
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
a,
li {
  font-family: var(--primary-font);
  color: #3d3d3d;
}

body,
td,
th,
input,
select,
textarea {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font);
  font-weight: 700;
  color: #000;
}

/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}
.clear {
  clear: both;
}
#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #343434 !important;
  background: #343434 !important;
  color: #ebebeb !important;
}
.btn-default {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: #0c369c !important;
  background-color: #0c369c !important;
  transition: all 0.3s ease;
  color: #fff !important;
}

.ct-content-buscar .btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  transition: all 0.3s ease;
}

/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 2em;
}
.p-3 {
  padding: 3em;
}
.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
p {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--azul);
}
a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
}
/*------------*/

body.noscroll {
  overflow: hidden;
}

body.paginas .content-box {
  padding-top: 6rem;
}

section.home-section {
  padding-top: 0;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

.site-content {
  padding-top: 7.2rem;
}

#main-paginas:not(.pg-adm) .site-content {
  padding-top: 0px;
}

/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}
.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img {
  transform: scale(1.15);
}
.img-zoom-out img {
  transform: scale(1.15);
}
.img-zoom-out:hover img {
  transform: scale(1);
}
/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/** Titutlos paginas internas */

h2.content-box-title {
  font-weight: 900;
  color: var(--color-primary);
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

/* HEADER */

header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  background: rgba(245, 245, 245, 0.6);
  transition: all 0.4s ease;
  padding: 0 2rem;
}

body.home header.home,
body.paginas:not(.pg-adm) header.home {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

header.home.fixed {
  background: rgba(245, 245, 245, 0.6) !important;
  backdrop-filter: blur(24px);
  transition: all 0.4s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
  height: 7.2rem;
  max-width: 1450px;
  margin: 0 auto;
}

.header-content.active {
  justify-content: center;
}

.content-info-header {
  display: flex;
  place-content: center;
  place-items: center;
}

.nav-brand {
  max-width: 120px;
  padding: 16px;
  transition: all 0.3s ease;
}

.nav-brand img {
  transition: all 0.3s ease;
  width: 100%;
}

.nav__right {
  display: none;
  gap: 1.2rem;
}

.buttons--internas {
  display: flex;
  gap: 2rem;
}

.buttons--internas > button {
  min-height: 6rem;
  max-height: 6rem;
  border: none;
  background: transparent;
  color: #000;
}

.buttons--internas--home {
  min-width: 6rem;
  max-width: 6rem;
}

.buttons--internas--menu {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 1.2rem;
  min-width: 6rem;
  max-width: 10rem;
}

.buttons--internas--menu i {
  font-size: 2.4rem;
}

.counter__badge {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
  padding: 0.4rem 1.8rem;
  border-radius: 4rem;
  background-color: var(--accent-color);
  min-height: 6rem;
  max-height: 6rem;
}

.counter__badge--icon img {
  min-width: 2.8rem;
}

.counter__badge--view {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.counter__badge--view p,
.counter__badge--view span {
  font-family: var(--secondary-font);
  color: #fff;
}

.counter__badge--view p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 0;
}

.counter__badge--view span {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
}

.wheather__badge {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 1.2rem;
  padding: 0.4rem 2rem;
  border-radius: 2.8rem;
  background-color: #fff;
  min-height: 6rem;
  max-height: 6rem;
  min-width: 16rem;
}

.wheather__badge-left span:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 0.4rem;
}

.wheather__badge-left span:first-child i {
  display: inline-flex;
  font-size: 1rem;
  padding-bottom: 2px;
}

.wheather__badge-left span:last-child {
  font-size: 2rem;
  font-weight: 700;
}

.wheather__badge-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  min-width: 8rem;
}

.wheather__badge-right img {
  max-width: 4rem;
}

.wheather__badge-right span {
  display: inline-flex;
  font-size: 0.92rem;
  color: #000;
  text-transform: capitalize;
}

#search-content {
  display: none;
}

section.search-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.465);
  z-index: 999;
  overflow: hidden;
}

.search--input {
  position: relative;
  height: 80px;
}

.search-mtrspt1 {
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 80rem;
}

button.search-mtr-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #979797;
  padding: 24px;
}

input.search--input {
  border: none;
  background-color: #1b2025;
  border-radius: 12px;
  padding: 28px 24px;
  height: 80px;
  font-size: 1.8rem;
  outline: none;
  font-weight: 500;
  color: #fff;
  caret-color: var(--accent-color);
}

input.search--input:hover,
input.search--input:active,
input.search--input:focus {
  box-shadow: none;
  border: none;
}

.btn-search-mtr,
.search-mtr-icon {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.search-mtr-icon {
  height: 8rem;
  width: 8rem;
}

.btn-search-mtr:hover {
  color: var(--accent-color);
}

/* menu fixed internas */

.fixed__menu--internas {
  display: none;
  position: fixed;
  z-index: 9;
  top: 10rem;
  left: 0;
  background-color: #fff;
  min-height: 40rem;
  height: auto;
  width: 100%;
}

.fixed__menu--internas.active {
  display: block;
}

.overlay--menu--internas {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.fixed__menu--internas.active ~ .overlay--menu--internas {
  display: block;
}

.nav--menu--internas {
  max-width: 132rem;
  margin: 0 auto;
  padding: 4rem 0;
}

.nav--menu--internas > ul {
  display: flex;
  align-items: start !important;
  gap: 2rem;
}

.nav--menu--internas ul li a {
  text-align: start !important;
}

.submenu__items--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.submenu__items--grid a.submenu__item {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px !important;
}

.ppl__main--item {
  position: relative;
}

.ppl__main--item:hover {
  border-color: transparent !important;
}

.ppl__main--item::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0;
  width: 5.6rem;
  height: 6px;
  background-color: var(--accent-color);
  border-radius: 8px;
}

/* menu fixed internas */

#clouds {
  padding: 100px 0;
  height: 100%;
}

/*Time to finalise the cloud shape*/

.header--clouds {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mm-panels--clouds {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 44rem;
  overflow: hidden;
}

.cloud {
  width: 200px;
  height: 60px;
  background: #fff;
  border-radius: 200px;
  position: relative;
}

.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: 10px;
  border-radius: 100px;
  transform: rotate(30deg);
}

.cloud:after {
  width: 120px;
  height: 120px;
  top: -55px;
  left: auto;
  right: 15px;
}

.x1 {
  opacity: 0.4;
  animation: moveclouds 15s linear infinite;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x2 {
  left: 200px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  animation: moveclouds 25s linear infinite;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.x3 {
  left: -250px;
  bottom: 180px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  animation: moveclouds 20s linear infinite;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

.x4 {
  left: 470px;
  bottom: 130px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  animation: moveclouds 18s linear infinite;
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}

.x5 {
  left: -150px;
  bottom: 30px;
  opacity: 0.4;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  animation: moveclouds 20s linear infinite;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

@keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}

/*para quitar los submenus en la vista responsive*/

.social-links,
.main-nav-mobile {
  display: none;
}

/*para quitar los submenus en la vista de escritorio*/

#menu-main > li > ul {
  color: #000 !important;
}

a.toogle-menu {
  color: var(--secondary-color);
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

a.toogle-menu:active,
.toogle-search:active,
a.toogle-menu:hover,
.toogle-search:hover,
a.toogle-menu:focus,
.toogle-search:focus {
  color: var(--secondary-color);
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background: #0a1726;
  border-color: #090909;
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}

.mm-listitem a {
  white-space: normal;
}

.mm-listitem .mm_arrow_down {
  display: none;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0 -20px;
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #fff;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: bold;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #0a1726;
}
.bg-icon {
  font-size: 20px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

.header__social--media {
  display: flex;
  place-items: center;
  gap: 12px;
  padding-top: 8px;
  margin-top: 20px;
}

.header__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 50%;
}

.header__social--media a:hover {
  color: #000;
  transition: all 0.5 ease-in-out;
}

/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}

.icons-header {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}

/* Slick arrow */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: var(--slider-arrow);
  background-color: var(--slider-arrow-contrast);
  border-radius: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  opacity: 0.92;
  cursor: pointer;
  transition: opacity 0.4s ease-in;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  opacity: 1;
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
  padding-bottom: 2px;
}

span.arrow-left {
  left: 8px;
  padding-right: 3px;
}
span.arrow-right {
  right: 8px;
  padding-left: 3px;
}

.slick-arrow {
  font-size: 2rem;
}

/* Slick arrow */

/* Slick docks */

ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 4px;
  place-content: center;
  padding: 32px 0 0 0;
}

ul.slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  background-color: var(--color-gray);
  color: transparent;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: var(--accent-color);
}

/* Slick docks */

/* start slider hero */

.slider-home {
  position: relative;
}

#slider__desktop ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
}

#slider__desktop ul.slick-dots li button {
  border: none;
  background-color: var(--color-gray);
}

#slider__desktop ul.slick-dots li.slick-active button,
#slider__desktop ul.slick-dots li.slick-active button {
  background-color: var(--accent-color);
}

.container__slider {
  position: relative;
}

.slider__img img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.slider__contain {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: start;
  padding: 2rem 1.2rem;
  width: 76%;
  max-width: 46rem;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  /* left: 50%; */
  left: calc(20% - 4rem);
  transform: translateY(-50%);
}

.slider__contain h1 {
  font-size: 2rem;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.6);
  text-align: start;
  margin: 0;
}

.slider__contain h1 span {
  font-size: 2.8rem;
  font-weight: 700;
}

.slider__contain p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  margin: 4px 0 0;
  padding-bottom: 12px;
}

.slider__btn {
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-color-contrast);
  padding: 0.8rem 2.4rem;
  border-radius: 28px;
  background: var(--accent-color);
  transition: background 0.4s ease-in;
  margin-top: 20px;
  position: relative;
}

.slider__btn:hover {
  color: #fff;
  transition: background 0.4s ease-in-out;
  background: var(--accent-color-dark);
}

/* end slider hero */

/* banner hero */

/* globals title and description section */

.sec_title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  text-align: center;
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.sec_description {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #777777;
  max-width: 90%;
  margin: 0 auto;
}

.sec_title.sec_title-xl {
  font-size: 36px;
  line-height: 42px;
}

/* globals title and description section */

/* start cards section */

.container__cards {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 140rem;
  margin: 0 auto;
  padding: 4rem 2rem 2rem;
}

.container__cards > h2 {
  /* font-family: STHeiti; */
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  color: #000;
  width: 80%;
  max-width: 64rem;
}

.container__cards > h2 > span {
  color: var(--accent-color);
}

.cards--wrapper {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 1.2rem;
  margin-top: 4rem;
}

.card--inner a {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  height: 100%;
  width: 100%;
  padding: 4rem;
  border-radius: 16px;
  border: 1px solid #57a982;
  background-color: #fff;
  transition: background-color 0.4s ease-in;
}

.card--inner a h4 {
  font-size: 19px;
  font-weight: 600;
  color: #0a1726;
  text-align: center;
  line-height: normal;
}

.card--inner a:hover {
  transition: background-color 0.4s ease-in-out;
  background-color: var(--accent-color);
}

.card--inner a:hover img {
  filter: brightness(0) invert(1);
}

.card--inner a:hover h4 {
  color: var(--accent-color-contrast);
}

.card--inner a h4 img {
  padding-left: 1.2rem;
}

/* end cards section */

/* start useful section */

.container__useful {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.useful--cards {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  padding: 2.5rem 4rem;
  border-radius: 0;
  background: #0a1726;
  width: 100%;
}

.useful--cards h3 {
  /* font-family: STHeiti; */
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  width: 80%;
  max-width: 30rem;
  margin: 0 auto 4rem;
  color: #fff;
}

.useful--cards--grid {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 2rem;
  width: 100%;
}

.useful--card {
  height: 100%;
  width: 100%;
}

.useful--card a {
  display: flex;
  flex-direction: row;
  place-items: center;
  gap: 3.2rem;
  padding: 3.2rem;
  border-radius: 15px;
  border: 1px solid #19304a;
  min-width: 180px;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.useful--card a:hover h4 {
  color: var(--accent-color);
}

.useful--card a:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(10%) saturate(1507%) hue-rotate(99deg) brightness(92%) contrast(91%);
}

.useful--card--image {
  display: flex;
  place-content: center;
  place-items: center;
  max-width: 60px;
  min-width: 60px;
}

.useful--card a h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: start;
  color: #fff;
}

.useful--banners article a {
  display: flex;
  place-content: center;
  place-items: center;
  padding: 0 1.2rem;
}

/* end useful section */

/* start banners section */

.container__banners {
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem;
}

.banners--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.banner--card {
  position: relative;
}

.banner--card--info {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 60rem;
}

.banner--card:nth-child(even) .banner--card--info {
  left: 60%;
}

.banner--card--info h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 1.2rem;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.6);
}

.banner--card:nth-child(even) .banner--card--info h2 {
  color: #09131e;
  text-shadow: 0px 2px 50px rgba(255, 255, 255, 0.6);
}

.banner--card--info h2 span {
  font-weight: 700;
}

.banner--card--info p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.6);
  text-align: start;
  margin: 0;
}

.banner--card--button {
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-color-contrast);
  padding: 0.8rem 2.4rem;
  border-radius: 28px;
  background: var(--accent-color);
  transition: background 0.4s ease-in;
  margin-top: 1.2rem;
  position: relative;
}

.banner--card--button:hover {
  color: #fff;
  transition: background 0.4s ease-in-out;
  background: var(--accent-color-dark);
}

.banner--card--image {
  position: relative;
}

.banner--card--image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(38, 38, 38, 0.2);
  border-radius: 2rem;
}

.banner--card:nth-child(even) .banner--card--image::before {
  background: rgba(142, 142, 142, 0.12);
}

.banner--card--image img {
  min-height: 32rem;
  object-fit: cover;
  border-radius: 2rem;
}

/* end banners section */

/* start footer */

footer.container__footer {
  width: 100%;
  background-color: #09131e;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 2rem;
}

.footer__background {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 4rem;
  padding: 2rem 0 4rem;
}

h5.footer__contact-title {
  /* font-family: STHeiti; */
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
}

.footer__contact-info p {
  font-family: var(--secondary-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 4px 0;
  color: #fff;
}

.footer__contact-info p > span {
  color: var(--accent-color);
  font-weight: 700;
}

.container_brands {
  max-width: 140rem;
  margin: 2rem auto;
  padding: 1.2rem 2rem;
  border-radius: 20px;
  border: 1px solid #979797;
  background: #fff;
}

.slide-brand {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  width: 100%;
  max-width: 20rem;
  padding: 16px 10px;
  height: 14rem;
  margin: 0 auto;
  filter: saturate(1);
  align-items: center;
  transition: transform 0.6s ease-in;
}

.slider-brands .slide-brand:hover {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-1.2rem);
}

.slider-brands .slide-brand > img {
  max-height: 8rem;
  object-fit: contain;
  margin: 0 auto;
  min-width: 100px;
}

.container_brands .slick-arrow {
  color: #0079e1;
  height: 40px;
  width: 40px;
  background-color: transparent;
}

.container_brands .slick-arrow:hover,
.container_brands .slick-arrow:active,
.container_brands .slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #0079e1;
  background-color: #f4faff;
}

.container_brands span.arrow-left,
.container_brands span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
}

.container_brands span.arrow-left {
  left: -7.2rem;
  padding-right: 4px;
}

.container_brands span.arrow-right {
  right: -7.2rem;
  padding-left: 4px;
}

.container_brands .slick-arrow {
  font-size: 4rem;
}

.footer__hero {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}

.footer__menus {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 2rem;
  padding: 0 0 4rem;
}

.footer__menu h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--accent-color);
  padding-bottom: 0.8rem;
}

.footer__menu ul {
  list-style: none;
  padding: 0;
}

.footer__menu ul li {
  padding: 0;
  position: relative;
}

.footer__menu ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
}

.footer__menu.footer__menu-xl ul li a {
  font-size: 1.6rem;
  pointer-events: none;
}

.footer__menu.footer__menu-xl ul li {
  padding-bottom: 1.2rem;
}

.content-copy {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 8px 0;
}

.content-copy p,
.terms-conditions p,
.design-web p {
  margin: 6px 0;
}

.content-copy p,
.design-web p a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.slider__content-desktop { display: block; }
.slider__content-mobile { display: none; }

@media (max-width: 991px) {
  .slider__content-desktop { display: none; }
  .slider__content-mobile { display: block; }
}


/* end footer */

/* Media Queries */

@media (min-width: 500px) {
  /* start slider hero */

  .slick-arrow {
    height: 32px;
    width: 32px;
  }

  .slick-arrow {
    font-size: 3.2rem;
  }

  .slider__contain h1 {
    font-size: 2.2rem;
  }

  .slider__contain h1 span {
    font-size: 3rem;
    font-weight: 700;
  }

  .slider__contain p {
    font-size: 16px;
  }

  .slider__btn {
    font-size: 14px;
  }

  /* end slider hero */

  /* start banners section */

  .banner--card--info h2 {
    font-size: 36px;
    line-height: 42px;
  }

  /* end banners section */

  .footer__menus {
    grid-template-columns: repeat(3, minmax(0, 280px));
  }
}

@media (min-width: 600px) {
  /* start cards section */

  .container__cards > h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .cards--wrapper {
    grid-template-columns: 1fr 1fr;
  }

  /* end cards section */

  /* start useful section */

  .useful--cards h3 {
    font-size: 35px;
    line-height: 39px;
  }

  .useful--cards--grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* end useful section */
}

@media (min-width: 700px) {
  /* start slider hero */

  .slider__contain h1 {
    font-size: 2.6rem;
  }

  .slider__contain h1 span {
    font-size: 3.4rem;
  }

  .slider__contain p {
    font-size: 16px;
  }

  /* end slider hero */

  .footer__menus {
    grid-template-columns: repeat(3, minmax(0, 280px));
    max-width: 100rem;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  h2.content-box-title {
    font-size: 2.4rem;
  }

  /* globals title and description section */

  .sec_title {
    font-size: 36px;
    line-height: 42px;
    max-width: 80%;
  }

  .sec_description {
    font-size: 14px;
    max-width: 80%;
  }

  .sec_title.sec_title-xl {
    font-size: 42px;
    line-height: 48px;
  }

  /* globals title and description section */

  /* start slider hero */

  .slick-arrow {
    height: 40px;
    width: 40px;
  }

  span.arrow-left {
    left: 20px;
  }

  span.arrow-right {
    right: 20px;
  }

  .slick-arrow {
    font-size: 4rem;
  }

  .slider__btn {
    font-size: 1.6rem;
    padding: 1rem 4.8rem;
  }

  /* end slider hero */

  /* start useful section */

  .useful--cards--grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .useful--card a {
    flex-direction: column;
    place-content: center;
    gap: 2rem;
    padding: 4rem;
  }

  .useful--card a h4 {
    text-align: center;
  }

  /* end useful section */

  /* start banners section */

  .banner--card--info h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .banner--card--info h2 span {
    font-size: 60px;
    line-height: 54px;
  }

  .banner--card--info p {
    font-size: 18px;
  }

  .banner--card--button {
    font-size: 16px;
    padding: 1rem 4.8rem;
  }

  /* end banners section */

  /* start footer */

  .footer__contact {
    flex-direction: row;
  }

  .content-copy {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  /* end footer */
}

@media (min-width: 900px) {
  /* globals title and description section */

  .sec_title.sec_title-xl {
    font-size: 50px;
    line-height: 56px;
  }

  /* globals title and description section */
}

@media (min-width: 992px) {
  .content-box {
    padding: 24px;
  }

  /* start slider hero */

  .slider__contain h1 {
    font-size: 3.2rem;
  }

  .slider__contain h1 span {
    font-size: 4rem;
  }

  /* end slider hero */
}

@media (min-width: 1200px) {
  .site-content {
    padding-top: 12rem;
  }

  h2.content-box-title {
    font-size: 2.8rem;
  }

  h2.content-box-title::before {
    transform: translateX(-36px);
  }

  section.home-section {
    padding-top: 0;
  }

  nav.main-nav ul li a {
    padding: 7px 16px;
  }

  /* MENU ESCRITORIO */

  a.toogle-menu {
    display: none;
  }

  .nav-brand {
    max-width: 240px;
    display: flex;
    align-items: center;
    min-width: 158px;
    margin-right: 3rem;
  }

  header.fixed .header-content .nav-brand {
    max-width: 220px;
  }

  .header-content {
    padding: 1.2rem 0;
    height: 120px;
  }

  header.fixed .header-content {
    height: 96px;
    transition: all 0.8s ease-in-out;
  }

  .navbar-header {
    display: flex;
    margin-right: 20px;
  }

  body:not(.home) .navbar-header,
  body.home .buttons--internas {
    display: none;
  }

  .nav-mobile {
    display: none;
  }

  .content-info-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .navbar-header nav.main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .navbar-header nav.main-nav ul.subsubmenu {
    margin-left: 22px;
    border-radius: 12px;
  }

  .navbar-header nav.main-nav > ul {
    display: flex;
    align-items: center;
  }

  .navbar-header nav.main-nav ul li {
    position: relative;
    min-width: 5rem;
    max-width: fit-content;
  }

  .navbar-header nav.main-nav ul.submenu,
  .navbar-header nav.main-nav ul.subsubmenu {
    background: #fff;
    transition: none !important;
  }

  .navbar-header nav.main-nav ul.submenu li {
    max-width: 25rem;
    margin: 0 12px;
    background-color: #fff;
  }

  .nav__right {
    display: flex;
  }

  .nav__right ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .navbar-header nav.main-nav ul li a,
  .nav__right ul li a {
    font-family: var(--secondary-font);
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 16px 8px;
    font-weight: 600;
    color: #000;
    margin: 0 4px;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 1.6rem;
    border-radius: 0;
    border-bottom: 4px solid transparent;
  }

  .navbar-header nav.main-nav > ul > li > a:hover,
  .nav__right ul li a:hover {
    color: #000 !important;
    border-bottom: 4px solid var(--accent-color);
  }

  .navbar-header ul.submenu {
    position: absolute;
    min-width: 20rem;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    display: none;
    transition: all 0.01s ease;
    width: 100%;
    background-color: transparent;
    border-radius: 12px;
    box-shadow: 0px 6px 6px -3px rgba(60, 74, 97, 0.2),
      0px 10px 14px 1px rgba(60, 74, 97, 0.14),
      0px 4px 18px 3px rgba(60, 74, 97, 0.12);
  }

  .navbar-header ul.subsubmenu {
    box-shadow: 0px 6px 6px -3px rgba(60, 74, 97, 0.2),
      0px 10px 14px 1px rgba(60, 74, 97, 0.14),
      0px 4px 18px 3px rgba(60, 74, 97, 0.12);
  }

  .navbar-header ul.submenu li a,
  .navbar-header ul.subsubmenu li a {
    background: #fff;
    font-weight: 400;
  }

  .navbar-header ul.submenu li a:hover,
  .navbar-header ul.subsubmenu li a:hover {
    background: #f5f5f5;
  }

  .navbar-header ul.submenu li:first-child {
    padding-top: 1rem;
    border-radius: 4px 4px 0 0;
  }

  .navbar-header ul.subsubmenu li:first-child {
    border-radius: 0 4px 0 0;
  }

  .navbar-header ul.submenu li:last-child {
    padding-bottom: 1rem;
    border-radius: 0px 0px 4px 4px;
  }

  .navbar-header ul.submenu li a {
    font-size: 1.3rem !important;
    padding: 14px 15px !important;
    text-align: start !important;
    color: #000 !important;
    border-radius: 8px !important;
    line-height: 1.6rem;
    margin: 0 !important;
  }

  .navbar-header ul.submenu li a {
    position: relative;
  }

  .navbar-header ul.subsubmenu {
    position: absolute;
    z-index: 100;
    left: 83%;
    top: 0;
    min-width: 20rem;
    max-width: 25rem;
  }

  .subsubmenu--arrow {
    font-size: 2rem;
    color: var(--accent-color);
    padding-right: 8px;
  }

  .submenu__items--level3 {
    margin-left: 8px;
  }

  /*** drop down ***/

  #menu-main-desktop > li {
    display: flex;
  }

  #menu-main-desktop > li > i {
    align-self: center;
    color: #f4b72a;
    font-size: 2rem;
  }

  #menu-main-desktop > li:hover > i {
    transform: rotate(180deg);
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  /* start slider hero */

  .slider__contain {
    max-width: 60rem;
  }

  .slider__contain h1 {
    font-size: 3.6rem;
  }

  .slider__contain h1 span {
    font-size: 5rem;
  }

  .slider__contain p {
    font-size: 18px;
  }

  .slider__btn {
    padding: 1.2rem 6rem;
  }

  .slick-arrow {
    height: 52px;
    width: 52px;
  }

  .slick-arrow {
    font-size: 5.2rem;
  }

  /* end slider hero */

  /* start cards section */

  .container__cards > h2 {
    font-size: 48px;
    line-height: 52px;
  }

  .cards--wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  /* end cards section */

  /* start useful section */

  .container__useful {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    padding: 2rem;
  }

  .useful--cards {
    border-radius: 16px;
  }

  .useful--cards--grid {
    gap: 1.2rem;
  }

  .useful--card a {
    padding: 2rem 3.2rem;
  }

  /* end useful section */

  /* start banners section */

  .banner--card--info h2 span {
    font-size: 80px;
    line-height: 74px;
  }

  .banner--card--info p {
    font-size: 20px;
  }

  /* end banners section */
}

@media (min-width: 1500px) {
  .navbar-header nav.main-nav ul li a,
  .nav__right ul li a {
    font-size: 1.5rem;
    padding: 16px 12px;
  }

  /* globals title and description section */

  .sec_title {
    font-size: 44px;
    line-height: 50px;
  }

  .sec_description {
    font-size: 16px;
  }

  .sec_title.sec_title-xl {
    font-size: 62px;
    line-height: 68px;
  }

  /* globals title and description section */

  /* start slider hero */

  .slider__contain {
    max-width: 80rem;
  }

  .slider__contain h1 {
    font-size: 4rem;
  }

  .slider__contain h1 span {
    font-size: 7.2rem;
  }

  .slider__contain p {
    font-size: 20px;
  }

  #slider__desktop ul.slick-dots {
    bottom: 2rem;
  }

  /* end slider hero */

  /* start cards section */

  .container__cards > h2 {
    font-size: 54px;
    line-height: 60px;
  }

  /* end cards section */

  /* start useful section */

  .container__useful {
    gap: 2rem;
  }

  .useful--cards--grid {
    gap: 2rem;
  }

  .useful--card a {
    padding: 4rem;
  }

  /* end useful section */

  /* start footer */

  .footer__hero {
    flex-direction: row;
    gap: 6rem;
  }

  .footer__menus {
    padding: 4rem 0;
  }

  .footer__contact-info {
    min-width: 36rem;
  }

  /* end footer */
}

@media (min-width: 1800px) {
  /* globals title and description section */

  .sec_title {
    font-size: 50px;
    line-height: 56px;
  }

  .sec_description {
    font-size: 16px;
  }

  .sec_title.sec_title-xl {
    font-size: 70px;
    line-height: 76px;
  }

  /* globals title and description section */

  .nav-brand {
    max-width: 28rem;
  }

  /* start slider hero */

  .slider__contain h1 {
    font-size: 4.8rem;
  }

  .slider__contain h1 span {
    font-size: 8rem;
  }

  .slider__contain p {
    font-size: 24px;
  }

  /* end slider hero */
}


/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}