<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

  --color-gray: #d8d8d8;

  --primary-color: #000689;
  --primary-color-hover: #00066f;

  --secondary-color: #ffa600;
  --secondary-color-hover: #f09c00;

  --accent-color: #dde6ee;

  --secondary-color-rgb: 255, 166, 0;

  --slider-arrow: #fff;

  --primary-font: "Manrope", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-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: #454765 !important;
  background: #454765  !important;
  color: #dcdeff !important;
}
.btn-default {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: var(--primary-color-hover) !important;
  background-color: var(--primary-color-hover) !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; */
  padding-top: 2rem;
}

/* section.home-section {
  padding-top: 7.2rem;
} */

.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 */

.content-area {
  max-width: 120rem;
  margin: 0 auto;
}

.mod-box-title {
  text-align: center;
  padding: 2rem;
}

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: 10;
  top: 0;
  background: linear-gradient(
    180deg,
    #000689 -41.41%,
    rgba(0, 6, 137, 0) 99.35%
  );
  transition: all 0.4s ease;
}

body.pg-adm header.home {
  background: #000689;
}

.relative__header {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}

header.home.fixed {
  transition: all 0.4s ease;
  background: #000689;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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-height: 8rem;
  transition: all 0.3s ease;
}

.nav-brand img {
  transition: all 0.3s ease;
  max-height: 4rem;
}

.nav__right {
  display: none;
}

/* custom submenu asul */

.asul__main--item {
  min-height: 10rem;
  max-height: 10rem;
}

.asul__main--item:hover ~ .asul__submenu,
.asul__submenu:hover {
  display: block;
}

.asul__submenu {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 100%;
  min-height: 30rem;
  background: #fff;
  box-shadow: 0px 20px 16px 4px rgba(56, 65, 72, 0.2);
}

.submenu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 192rem;
  min-height: 30rem;
  margin: 0 auto;
}

.submenu__items {
  max-width: 72rem;
  margin: 0 0 0 auto;
  padding: 3.2rem 2rem;
}

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

.submenu__images {
  display: flex;
  place-content: end;
  place-items: center;
  overflow: hidden;
}

.submenu__images img {
  height: 100%;
  object-fit: contain;
}

.submenu__images .item--image {
  display: none;
}

.submenu__images .item--image.active {
  display: block;
}

.submenu__item.submenu__title {
  font-weight: 600 !important;
  color: #029bde !important;
  pointer-events: none !important;
}

.menu__item,
.submenu__item {
  text-align: start !important;
  padding: 8px 12px !important;
}

.menu__item:hover,
.submenu__item:hover {
  color: #029bde !important;
}

/* custom submenu asul */

/*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 &gt; li &gt; ul {
  color: #000 !important;
}

a.toogle-menu {
  color: #f8f8f8;
  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(--primary-color-hover);
}

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

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

.mm-menu {
  z-index: 20;
  background: #000568;
  border-color: #000568;
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar &gt; * {
  color: #fff;
}

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

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

.mm-panels &gt; .mm-panel &gt; .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 &gt; * {
  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: #000568;
}
.bg-icon {
  font-size: 20px;
}
.bg-icon &gt; span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

.header__social--media,
.footer__social--media {
  display: flex;
  place-items: center;
  gap: 12px;
}

.header__social--media a,
.footer__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: #f8f8f8;
  border-radius: 50%;
  color: #0a1399;
}

.header__social--media a {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 16px;
}

.footer__social--media a {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  font-size: 24px;
}

.header__social--media a:hover,
.footer__social--media a:hover {
  /* color: #fff; */
  background-color: var(--accent-color);
  transition: all 0.4 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: #000;
  background-color: var(--slider-arrow);
  border-radius: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: background-color 0.4s ease-in;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #000;
  opacity: 1;
  background-color: #f1f1f1;
}

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(--primary-color);
}

/* Slick docks */

/* start slider hero */

.container__slider--hero {
  position: relative;
}

#slider__desktop .slick-arrow {
  color: var(--slider-arrow);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--slider-arrow);
}

#slider__desktop .slick-arrow:hover,
#slider__desktop .slick-arrow:active,
#slider__desktop .slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #000;
  opacity: 1;
  background-color: #f1f1f1;
}

#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(--secondary-color);
}

.container__slider {
  position: relative;
}

.container__slider.has-title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.24);
}

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

.slider__contain {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.2rem;
  width: 76%;
  max-width: 46rem;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 12%;
  transform: translateY(-50%);
}

.slider__contain h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  text-align: start;
  margin: 0;
}

.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: 10px;
  font-weight: 700;
  color: var(--primary-color) !important;
  padding: 1.2rem 2rem;
  border-radius: 8px;
  background: var(--btn-color);
  transition: background 0.4s ease-in;
  margin-top: 20px;
  position: relative;
  max-width: fit-content;
}

.slider__btn:hover {
  color: var(--primary-color-hover) !important;
  transition: background 0.4s ease-in-out;
  background: var(--btn-color-hover);
}

/* end slider hero */

/* banner hero */

/* start quote form */

.container__quote--form {
  padding: 40px 20px;
}

.quote--form--card--linear {
  position: relative;
  background: linear-gradient(90deg, #ffa600 0%, #000ebe 100%);
  border-radius: 37px;
  max-width: 140rem;
  margin: 0 auto;
  padding: 2px;
  overflow: hidden;
}

.quote--form--card {
  position: relative;
  z-index: 9;
  border-radius: 35px;
  background: #f6f8ff;
  padding: 2.8rem 1.2rem;
}

.quote--form--card--linear::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffa600, #000ebe);
  z-index: 1;
  animation: rotar 4s linear infinite;
}

@keyframes rotar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.quote--form--card h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  text-align: center;
  color: #000689;
  padding: 0 2rem;
}

.quote--form--card h2 img {
  max-height: 42px;
}

.quote--form--card p {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #000689;
  padding: 0 2rem;
}

.quote--form {
  padding-top: 20px;
  max-width: 90%;
  margin: 0 auto;
}

.quote--form #Form_9_container {
  display: flex;
  flex-direction: column;
}

.quote--form #Form_9_container label {
  display: none;
}

.quote--form #Form_9_container input {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 12px;
  border: 1px solid #dbddff;
  box-shadow: none !important;
  padding: 0 16px;
}

.quote--form #Form_9_container .F9_item_9 {
  margin-top: 0 !important;
}

.quote--form #Form_9_container .form-group &gt; div {
  width: 100%;
}

.quote--form #Form_9_container button[type="submit"] {
  width: 100%;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 12px;
  background: var(--secondary-color) !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.4s ease-in;
  padding: 1.2rem 4rem;
}

.quote--form #Form_9_container button[type="submit"]:hover {
  background: var(--secondary-color-hover) !important;
  transition: background 0.4s ease-in;
}

/* end quote form */

/* start blog */

.conatiner__blog {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 140rem;
  margin: 0 auto;
  padding: 40px 20px;
}

.conatiner__blog h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
  text-align: center;
  color: #00034c;
  margin-bottom: 4rem;
}

.blog__articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 2rem;
}

.art__post {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.art__post:hover {
  transform: translateY(-12px);
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.art__post img {
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.art__post--info {
  padding: 2rem;
}

.art__post--info h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #000;
  padding-bottom: 8px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.art__post--info p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  min-height: 54px;
  max-height: 54px;
  color: #7c7c7c;
}

.btn__inversa {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: var(--secondary-color);
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 2rem;
  transition: background-color 0.4s ease-in;
}

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

/* end blog */

/* start plans */

.container__plans {
  width: 100%;
  background: #ffd959;
  padding-top: 20px;
}

.plans__hero {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 140rem;
  margin: 0 auto;
  padding: 40px 20px;
}

.plans__hero h2 {
  font-size: 47px;
  font-weight: 800;
  line-height: 57px;
  text-align: center;
  padding-bottom: 40px;
  color: #00034c;
}

.plans__cards {
  margin-top: 2rem;
  width: 100%;
  box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.07);
}

.plans__cards .slick-arrow {
  background-color: transparent;
  border-radius: 50%;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.plans__cards .slick-arrow:hover,
.plans__cards .slick-arrow:active,
.plans__cards .slick-arrow:focus {
  color: var(--btn-color);
  background-color: var(--primary-color-hover);
}

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

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

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

.plans__cards a {
  padding: 8px;
}

.art__plan {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.art__plan img {
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  object-fit: cover;
}

.art__plan--info {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  padding: 2rem;
}

.art__plan--info h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  color: #000;
  padding-bottom: 8px;
  min-height: 28px;
  max-height: 28px;
  width: 100%;
  overflow: hidden;
}

.art__plan--info p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  color: #7c7c7c;
}

.art__plan--info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.art__plan--info-grid--item {
  display: flex;
  flex-direction: column;
}

.art__plan--info-grid--item &gt; span:nth-child(1) {
  font-size: 14px;
  font-weight: 700;
  color: #ffa600;
  padding-bottom: 4px;
}

.art__plan--info-grid--item &gt; span:nth-child(1) i {
  padding-right: 4px;
}

.art__plan--info-grid--item &gt; span:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000689;
}

.art__plan--action {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: var(--btn-color);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  padding: 16px 40px;
  border: 1px solid var(--primary-color);
  margin-top: 2rem;
  transition: background-color 0.24s ease-in;
}

.plans__hero a:hover .art__plan--action {
  transition: background-color 0.24s ease-in-out;
  background-color: var(--primary-color);
  color: var(--btn-color);
}

.plan__hero--card {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border-radius: 37px;
  overflow: hidden;
}

.plan__hero--card--info {
  padding: 3.2rem;
}

.plan__hero--card h3 {
  font-size: 33px;
  font-weight: 800;
  color: #000;
}

.plan__hero--card p {
  font-size: 14px;
  font-weight: 400;
  text-align: start;
  color: #7c7c7c;
}

.plan__hero--info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 2rem;
}

.plan__hero--card--img img {
  height: auto;
  object-fit: cover;
}

.plan__hero--info-grid .art__plan--info-grid--item &gt; span:nth-child(1) {
  padding-bottom: 8px;
}

.plan__hero--info-grid .art__plan--info-grid--item &gt; span:nth-child(1),
.plan__hero--info-grid .art__plan--info-grid--item &gt; span:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
}

/* end plans */

/* start banners */

.container__banners {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 140rem;
  margin: 0 auto;
  padding: 40px 20px;
}

.banners__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
}

.banners__cards a {
  border-radius: 37px;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banners__cards a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transform: scale(80);
  background: transparent;
  transition: background 0.8s linear;
}

.banners__cards a:hover::before {
  transform: scale(100);
  background: rgb(0, 0, 0, 0.12);
}

.art__banner {
  min-height: 36rem;
  max-height: 36rem;
  padding: 2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.art__banner--info {
  width: 30rem;
  padding: 8px;
  position: relative;
  z-index: 4;
}

.art__banner--info h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  color: #001955;
  padding-bottom: 16px;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.2);
  padding-right: 2rem;
}

.art__banner--info p {
  font-size: 12px;
  font-weight: 500;
  text-align: start;
  line-height: normal;
  color: #00206d;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.2);
}

.banners__cards a:nth-child(1) {
  background: #0c46d3;
}

.banners__cards a:nth-child(2) {
  background: #ffd959;
}

.banners__cards a:nth-child(1) .art__banner img,
.banners__cards a:nth-child(2) .art__banner img {
  position: absolute;
  right: -4rem;
  bottom: -8rem;
  min-width: 24rem;
  max-width: 24rem;
  min-height: 24rem;
  max-height: 24rem;
  border-radius: 50%;
}

.banners__cards a:nth-child(1) .art__banner--info h3,
.banners__cards a:nth-child(1) .art__banner--info p,
.banners__cards a:nth-child(4) .art__banner--info h3,
.banners__cards a:nth-child(4) .art__banner--info p {
  color: #f6f8ff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.4);
}

.banners__cards a:nth-child(2) .art__banner--info h3,
.banners__cards a:nth-child(2) .art__banner--info p {
  color: #001955;
}

.banners__cards a:nth-child(3) .art__banner img,
.banners__cards a:nth-child(4) .art__banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners__cards a:nth-child(4) .art__banner,
.banners__cards a:nth-child(4) .art__banner img {
  min-height: 30rem;
  max-height: 30rem;
}

.banners__cards a:nth-child(4) .art__banner,
.banners__cards a:nth-child(4) .art__banner img {
  min-height: 47rem;
  max-height: 47rem;
}

.banners__cards a:nth-child(3) .art__banner--info,
.banners__cards a:nth-child(4) .art__banner--info {
  min-width: 28rem;
  max-width: 28rem;
  top: 50%;
  transform: translateY(-50%);
}

.banners__cards a:nth-child(3) .art__banner--info,
.banners__cards a:nth-child(4) .art__banner--info {
  width: 30rem;
  top: 50%;
  transform: translateY(-50%);
}

/* end banners */

/* whatsapp icon */

.whatsapp__fixed {
  display: flex;
  place-content: center;
  place-items: center;
  min-height: 8rem;
  max-height: 8rem;
  min-width: 8rem;
  max-width: 8rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #32da51;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 20px 0px rgba(121, 121, 121, 0.2);
}

.whatsapp__fixed a {
  font-size: 5.2rem;
  color: #32da51;
}

.whatsapp__fixed:hover {
  transform: translateY(-8px);
  transition: all 0.4s ease-in-out;
  background-color: #32da51;
}

.whatsapp__fixed:hover a {
  color: #f8f8f8;
}

/* whatsapp icon */

/* start footer */

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

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

.footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 4rem 0;
  max-width: 145rem;
  margin: 0 auto;
}

.footer__menu h4 {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffd95b;
  padding-bottom: 1.2rem;
}

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

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

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

.btn__locations {
  display: inline-flex;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 20px 12px;
  text-align: center;
  border-radius: 4.389px;
  background: var(--primary-color);
  transition: all 0.4s ease-in;
  margin-bottom: 12px;
}

.btn__locations:hover {
  color: #fff;
  background: var(--primary-color-hover);
  transition: all 0.4s ease-in-out;
}

.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,
.terms-conditions p,
.design-web p a {
  font-size: 12px;
  font-weight: 400;
  color: #f3f3f3;
  text-align: start;
}

/* end footer */

/* Media Queries */

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

  .art__banner {
    min-height: 30rem;
    max-height: 30rem;
  }

  .art__banner--info {
    top: 50%;
    transform: translateY(-50%);
  }

  .art__banner--info h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .banners__cards a:nth-child(1) .art__banner img,
  .banners__cards a:nth-child(2) .art__banner img {
    right: -8rem;
    bottom: -4rem;
    min-width: 28rem;
    max-width: 28rem;
    min-height: 28rem;
    max-height: 28rem;
  }

  .banners__cards a:nth-child(3) .art__banner--info,
  .banners__cards a:nth-child(4) .art__banner--info {
    min-width: 28rem;
    max-width: 28rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .banners__cards a:nth-child(3) .art__banner--info,
  .banners__cards a:nth-child(4) .art__banner--info {
    width: 30rem;
    top: 50%;
    transform: translateY(-50%);
  }

  /* end banners */

  /* start slider hero */

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

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

  .slider__contain h1 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .slider__btn {
    font-size: 12px;
    border-radius: 10px;
    padding: 1.2rem 2.4rem;
  }

  /* end slider hero */

  .footer__menu-subscribe {
    min-width: 360px;
    max-width: 360px;
  }

  .footer__menu-subscribe .F2_item_2 input {
    width: 360px;
  }
}

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

  .conatiner__blog h2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  /* end blog */

  /* start footer */

  .footer__menus {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 0 4rem;
  }

  /* end footer */
}

@media (min-width: 700px) {
  .plan__hero--card--img{
    position: relative;
    overflow: hidden;
    min-height: 429px;
  }
  
  .plan__hero--card--img img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  
  /* start slider hero */

  .slider__contain h1 {
    font-size: 40px;
    line-height: 44px;
  }

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

  /* end slider hero */

  /* start plans */

  .plan__hero--card {
    grid-template-columns: 1fr 1fr;
  }

  .plan__hero--card--info {
    padding: 3.2rem;
  }

  .plan__hero--card h3 {
    font-size: 33px;
    font-weight: 800;
    color: #000;
  }

  .plan__hero--card p {
    font-size: 14px;
    font-weight: 400;
    text-align: start;
    color: #7c7c7c;
  }

  .plan__hero--info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 2rem;
  }

  .plan__hero--info-grid .art__plan--info-grid--item &gt; span:nth-child(1) {
    padding-bottom: 8px;
  }

  .plan__hero--info-grid .art__plan--info-grid--item &gt; span:nth-child(1),
  .plan__hero--info-grid .art__plan--info-grid--item &gt; span:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }

  /* end plans */
}

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

  /* 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: 15px;
  }

  /* end slider hero */

  /* start banners */

  .art__banner--info {
    width: calc(100% - 30rem);
  }

  /* end banners */

  /* start footer */

  .footer__menus {
    gap: 1.2rem 2rem;
  }

  .footer__menus .footer__menu--sm {
    display: flex;
    justify-content: end;
  }

  /* end footer */
}

@media (min-width: 900px) {
}

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

  #slider__desktop .slick-arrow {
    border: 2.4px solid var(--slider-arrow);
  }

  .slider__contain h1 {
    padding-bottom: 12px;
  }

  /* start banners */

  .banners__cards {
    grid-template-columns: 1fr 1fr;
  }

  .art__banner--info {
    width: 28rem;
  }

  .banners__cards a:nth-child(3),
  .banners__cards a:nth-child(4) {
    grid-column: span 2;
  }

  /* end banners */

  /* start blog */

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

  /* end blog */

  /* start footer */

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

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

  /* end footer */
}

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

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

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

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

  /* MENU ESCRITORIO */

  a.toogle-menu {
    display: none;
  }

  .nav-brand {
    display: flex;
    align-items: center;
    margin-right: 2.8rem;
  }

  .nav-brand img {
    max-height: 8rem;
  }

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

  .header-content {
    height: 10rem;
  }

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

  .nav-mobile {
    display: none;
  }

  .content-info-header {
    display: flex;
    justify-content: center;
    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: 34px;
  }

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

  .nav__right {
    display: flex;
    gap: 12px;
  }

  .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 {
    display: flex;
    align-items: center;
    font-family: var(--primary-font);
    font-size: 1.2rem;
    padding: 16px 8px;
    font-weight: 700;
    color: #f8f8f8;
    margin: 0 4px;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 1.6rem;
    border-radius: 0;
    border-bottom: 2px solid transparent;
  }

  .nav__right ul li a.btn__pay {
    display: flex;
    place-content: center;
    place-items: center;
    background-color: var(--secondary-color);
    color: #f8f8f8;
    border-radius: 8px;
    padding: 16px 20px;
    margin-right: 20px;
    min-width: 140px;
    max-width: 140px;
    transition: background-color 0.4s ease-in;
  }

  .nav__right ul li a.btn__pay:hover {
    transition: background-color 0.4s ease-in-out;
    background-color: var(--secondary-color-hover);
    color: #fff;
  }

  #menu-main-desktop &gt; .lastMenuPlus &gt; a {
    padding: 16px 28px !important;
    cursor: pointer !important;
  }

  .navbar-header nav.main-nav ul li:hover::before {
    background-color: #a6d5f4;
    padding: 100% 2rem;
  }

  .navbar-header ul.submenu {
    position: absolute;
    max-width: 20rem;
    min-width: 20rem;
    transform: translateX(-50%);
    padding-top: 20px !important;
    left: 50%;
    top: 78%;
    display: none;
    transition: all 0.3s ease;
    width: 100%;
    background-color: transparent;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0 0 20px 0 rgba(121, 121, 121, 0.2);
  }

  .navbar-header li {
    position: relative;
  }

  .navbar-header ul.submenu li {
    background: #fff;
  }

  .navbar-header ul.subsubmenu li {
    background: #f8f8f8;
  }

  .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: 0 !important;
    line-height: 1.6rem;
    margin: 0 !important;
  }

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

  .navbar-header ul.submenu li a:hover {
    background-color: var(--primary-color);
    color: #fff !important;
  }

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

  /* test */

  /* start slider hero */

  .slider__contain {
    max-width: 60rem;
  }

  .slider__contain h1 {
    font-size: 48px;
    line-height: 52px;
  }

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

  .slider__btn {
    padding: 1.6rem 2.8rem;
  }

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

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

  /* end slider hero */

  /* start quote form */

  .quote--form--card {
    padding: 3.2rem 4rem;
  }

  .quote--form #Form_9_container {
    flex-direction: row;
    gap: 20px;
  }

  .quote--form--card h2 {
    font-size: 37px;
    line-height: 47px;
  }

  .quote--form--card h2 img {
    max-height: 47px;
  }

  .quote--form--card p {
    font-size: 23px;
  }

  .quote--form {
    padding-top: 28px;
  }

  /* end quote form */

  /* start banners */

  .art__banner--info {
    width: 36rem;
  }

  .art__banner--info h3 {
    font-size: 43px;
    line-height: 40px;
  }

  .banners__cards a:nth-child(1) .art__banner img,
  .banners__cards a:nth-child(2) .art__banner img {
    right: -4rem;
    bottom: -4rem;
    min-width: 30rem;
    max-width: 30rem;
    min-height: 30rem;
    max-height: 30rem;
  }

  .banners__cards a:nth-child(3) .art__banner--info,
  .banners__cards a:nth-child(4) .art__banner--info {
    min-width: 32rem;
    max-width: 32rem;
    margin-left: 4rem;
  }

  .banners__cards a:nth-child(3) .art__banner--info,
  .banners__cards a:nth-child(4) .art__banner--info {
    width: calc(100% - 30rem);
  }

  /* end banners */

  /* start blog */

  .conatiner__blog h2 {
    font-size: 47px;
    line-height: 57px;
  }

  /* end blog */

  /* start footer */

  .footer-info {
    flex-direction: row;
    place-items: center;
  }

  .footer__menus {
    grid-template-columns: repeat(5, 1fr);
  }

  .footer__menus {
    gap: 1.2rem 4rem;
  }

  .footer__menu-logo img {
    max-width: 32rem;
  }

  .footer-info .footer__menus .footer_menus {
    place-items: start;
  }

  /* end footer */
}

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

  /* start slider hero */

  #slider__desktop .slick-arrow {
    border: 3.2px solid var(--slider-arrow);
  }
  .slider__contain {
    max-width: 80rem;
  }

  .slider__contain h1 {
    font-size: 60px;
    line-height: 64px;
  }

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

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

  /* end slider hero */
}

@media (min-width: 1800px) {
  .nav-brand {
    max-width: 28rem;
  }

  /* start slider hero */

  .slider__contain h1 {
    font-size: 70px;
    line-height: 74px;
  }

  .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%;
}</pre></body></html>