@charset "utf-8";

:root {
  --btn-color-blue: #00aff2;
  --btn-color-blue-hover: #009ad7;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
a,
li {
  font-family: "Poppins", sans-serif;
  color: #3d3d3d;
}
body,
td,
th,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  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;
}
/*------------*/

section.home-section {
  padding-top: 66px;
}

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

.site-content {
  padding-top: 14rem;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

.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: #093467;
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

/* HEADER */

header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  background: #fff;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
}

header.home.fixed {
  border-bottom: 1px solid #e7ebee;
  transition: all 0.4s ease;
}

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

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

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

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

.support__item {
  display: none;
}

/*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: #001c33;
  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: #001c33;
}

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

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

.mm-menu {
  z-index: 20;
  background: #001c33;
  border-color: #0a2439;
  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: #001c33;
}
.bg-icon {
  font-size: 20px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

#redes_laterales {
  display: none;
}

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

.header__top--follow {
  display: none;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #fff;
}

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

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

#menu-main-desktop > .lastMenuPlus > a,
#menu-main > .lastMenuPlus > a:not(.mm-btn_next) {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  padding: 12px 20px !important;
  background: var(--btn-color-blue) !important;
  transition: background 0.4s ease-in;
  color: #fff !important;
}

#menu-main-desktop > .lastMenuPlus > a:hover,
#menu-main > .lastMenuPlus > a:not(.mm-btn_next):hover {
  transition: background 0.4s ease-in-out;
  background: var(--btn-color-blue-hover) !important;
}

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

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

.toogle-close {
  display: none;
  font-size: 2.4rem;
  border-radius: 50%;
  border: 2px solid #000;
  color: #000;
  height: 38px !important;
  width: 38px !important;
}

.toogle-close:hover,
.toogle-close:active,
.toogle-close:focus {
  color: #0c369c;
}

.toogle-close.active {
  display: flex;
  place-content: center;
  place-items: center;
}

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

.icons-header.active {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  place-items: center;
  place-content: center;
  width: 100%;
}

form.content-search-ccd.active {
  display: flex;
  width: 70vw;
  margin: 0 auto;
}

.nav-brand.disabled {
  display: none;
  transition: all 0.3s ease-in-out;
}

form.content-search-ccd {
  display: none;
  min-width: 210px;
  position: relative;
}

.form__placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0 0.4rem 2rem;
  height: 50px;
  border: 1px solid #e7e7e7;
  border-right: 0;
  border-radius: 0.8rem 0 0 0.8rem;
}

.form__placeholder p {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  min-width: 14rem;
}

.form__placeholder .icon__search {
  display: flex;
  align-items: center;
  padding-right: 1.2rem;
  border-right: 1px solid #d9d9d9;
  height: 80%;
}

  #redes_laterales {
    display: block;
    position: fixed;
    right: 0px;
    z-index: 999;
    background-color: #dadee0c9;
    top: 40%;
    border-radius: 10px 0 0 10px;
  }
  #redes_laterales a {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
  }
  #redes_laterales a > i {
    display: flex;
    place-content: center;
    place-items: center;
    color: #333;
    font-size: 1.5em;
    background-color: #fff;
    padding: 4px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
  }
  #redes_laterales a > span {
    position: absolute;
    top: 0px;
    width: 170px;
    height: 40px;
    color: #ffffff;
    left: 80px;
    transition: all 0.5s;
    background-color: rgba(3, 28, 51, .9);
    z-index: -1;
    display: flex;
    align-items: center;
    padding: 0 1em;
    border-radius: 20px 0 0 20px;
  }

  #redes_laterales a:hover .span {
    left: -130px;
  }

  #redes_laterales a:hover i {
    color: #031c33;
  }


/* Slick arrow */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #fff;
  background-color: rgba(31, 31, 31, 0.26);
  border-radius: 50%;
  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: #fff;
  background-color: #0d274e;
}

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

span.arrow-left {
  left: 12px;
  padding-right: 2px;
}
span.arrow-right {
  right: 12px;
  padding-left: 2px;
}

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

/* Slick arrow */

/* Slick docks */

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

ul.slick-dots li button {
  border: none;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  background-color: #cee1fb;
  color: transparent;
  border-radius: 16px;
  padding: 0;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: #0079e1;
}

/* Slick docks */

.slider-home {
  position: relative;
}

#slider__desktop ul.slick-dots {
  position: absolute;
  left: 10.5%;
  bottom: 1.2rem;
}

#slider__desktop ul.slick-dots li button {
  border: 2px solid #0c369c;
  background-color: transparent;
}

#slider__desktop ul.slick-dots li.slick-active button,
#slider__desktop ul.slick-dots li.slick-active button {
  background-color: #0c369c;
}

.content-banner {
  position: relative;
  margin: 4rem 2rem;
}

.slider__img img {
  width: 80%;
  max-width: 580px;
  margin: 0 auto;
}

.slider__contain {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  padding: 2rem 1.2rem;
  max-width: 90%;
  margin: 0 auto;
}

.slider__contain h1 {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  color: #0a406c;
  margin: 0;
}

.slider__contain h1 > span {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--btn-color-blue);
  text-align: center;
}

.slider__contain p {
  font-size: 10px;
  font-weight: 400;
  /* color: #0a406c; */
  color: #0a1e3c;
  text-align: center;
  margin: 4px 0 0;
  padding: 0 20px;
}

.slider__btn {
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  color: #fff !important;
  padding: 1.2rem 2rem;
  border-radius: 5px;
  background: var(--btn-color-blue);
  transition: background 0.4s ease-in;
  margin-top: 8px;
  position: relative;
}

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

.slider__btn.seguros {
  background: currentColor;
}

.slider__btn.seguros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: background 0.4s ease-in;
}

.slider__btn.seguros:hover::before {
  transition: background 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.04);
}

.slider__btn.seguros:hover {
  transition: background 0.4s ease-in-out;
  background: currentColor;
}

/* banner hero */

/* globals title and description section */

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

.sec_description {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #282d33;
  max-width: 90%;
  margin: 0 auto;
}
/* globals title and description section */

/* start insuracnes */

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

.art_insurance {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  height: 100%;
  gap: 1.2rem;
  padding: 2rem 1.2rem;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  background: #fefefe;
  box-shadow: 0px 0px 20px 0px rgba(121, 121, 121, 0.2);
  cursor: pointer;
}

.art_insurance-translate {
  /* padding: 0; */
  padding: 12px 8px;
}

/* .slick-current .art_insurance {
  border-color: currentColor;
} */

.art_insurance img {
  min-height: 7rem;
  max-height: 7rem;
}

.art_insurance h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: currentColor;
}

/* end insuracnes */

/* start choose us */

.container_choose-bg {
  background: #f3f8fa;
  margin: 4rem 0;
}

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

.container_choose-art {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  gap: 2rem;
  padding: 4rem 0;
}

.art_choose {
  min-width: 280px;
  max-width: 380px;
  min-height: 100%;
  padding: 2.8rem;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  background: #fcfcfc;
  box-shadow: 10px 40px 50px 0px rgba(229, 233, 246, 0.4);
}

.art_choose-img {
  display: flex;
  place-items: center;
  min-height: 8rem;
  max-height: 8rem;
  margin-bottom: 2rem;
}

.art_choose-img img {
  max-height: 8rem;
  max-width: 8rem;
  object-fit: contain;
}

.art_choose h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #0d274e;
}

.art_choose .col-md-12 {
  padding: 0;
}

.art_choose .art_choose-details p,
.art_choose .art_choose-details span {
  font-size: 12px;
  color: #282d33;
  text-align: start;
}

/* end choose us */

/* start about */

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

.container_about-art {
  margin: 4rem 0 6rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #2079f7 0%, #1e76f1 0%, #0455a4 100%);
  position: relative;
}

.art_about {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-content: center;
  place-items: center;
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.art_about-img {
  display: flex;
  place-content: center;
  place-items: center;
  padding: 2rem;
  position: relative;
}

.art_about-img::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  width: 124px;
  height: 202px;
  border-radius: 0px 0px 0px 24px;
  background: var(--btn-color-blue);
}

.art_about-img img {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 260px;
  max-width: 507px;
  min-height: 207px;
  max-height: 403px;
  border-radius: 12px;
}

.art_about-info {
  max-width: 507px;
  margin: 0 auto;
  padding: 1.2rem;
}

.art_about-info span {
  font-size: 14px;
  font-weight: 700;
  color: #fafbff;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  background: #0a406c;
}

.art_about-info h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #fbfcff;
  margin: 0;
  padding: 1.2rem 0;
}

.art_about-info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  color: #f5f5f6;
  text-align: start;
  margin: 0;
  padding-bottom: 1.2rem;
}

.container_about .slick-arrow {
  background-color: #5b9bf3;
  height: 20px;
  width: 20px;
}

.container_about .slick-arrow:hover,
.container_about .slick-arrow:active,
.container_about .slick-arrow:focus {
  background-color: #0079e1;
}

.container_about span.arrow-left,
.container_about span.arrow-right {
  transform: translateY(-50%);
  top: auto;
  bottom: -5.9rem;
}

.container_about span.arrow-left {
  left: calc(50% - 10rem);
  padding-right: 2px;
}
.container_about span.arrow-right {
  right: calc(50% - 10rem);
  padding-left: 2px;
}

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

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

.container_about ul.slick-dots li button {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 20px;
}

/* end about */

/* Start Brands */

.container_brands {
  max-width: 120rem;
  margin: 4rem auto;
  padding: 2rem 0 3.2rem;
}

.art_brands-slider {
  margin-top: 2rem;
}

.slide-brand {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  padding: 16px 10px;
  height: 115px;
  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 {
  width: 150px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 7px;
  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;
}

/* End Brands */

/* Start News */

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

.container_art-news {
  display: flex;
  place-content: center;
  place-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 4rem auto;
}

.container_art-news a {
  display: flex;
  min-width: 28rem;
  max-width: 37.5rem;
}

.art_new {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 28rem;
  max-width: 37.5rem;
}

.art_new img {
  border-radius: 12px;
}

.art_new h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0d274e;
  min-width: 26rem;
  max-width: 37rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}

.art_new p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #282d33;
  text-align: start;
  margin: 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.art_new button {
  display: flex;
  place-content: center;
  place-items: center;
  padding: 1.2rem;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: background 0.4s ease-in;
  background: var(--btn-color-blue);
}

.art_new button:hover {
  transition: background 0.4s ease-in-out;
  background: var(--btn-color-blue-hover);
}

/* End News */

body.home footer.container__footer {
  margin-top: 2rem;
}

footer.container__footer {
  width: 100%;
  background-color: #001c33;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 40px;
}

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

.footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 4rem 2rem;
}

.footer__menu h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.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.2rem;
}

.footer__menu-logo a {
  display: flex;
  place-content: start;
}

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

.footer__menu-logo p {
  font-size: 14px;
  font-weight: 500;
  color: #fcfeff;
  text-align: start;
  padding: 2rem 0 0.4rem;
}

.footer__menu-subscribe {
  position: relative;
  min-width: 280px;
  max-width: 280px;
  min-height: 40px;
  max-height: 40px;
}

.footer__menu-subscribe label,
.footer__menu-subscribe p,
.footer__menu-subscribe .cbp-block,
.footer__menu-subscribe .F2_item_3,
.footer__menu-subscribe #captcha_code_sign_input {
  display: none;
}

.footer__menu-subscribe .F2_item_2 input {
  width: 280px;
  height: 40px;
  border-radius: 20px;
  background: #0f2e48;
  padding: 4px 120px 4px 20px;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #95a8b8;
}

.footer__menu-subscribe .F2_item_2 input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #95a8b8;
}

.footer__menu-subscribe .F2_item_6 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 500;
  width: 104px;
  height: 40px;
  border-radius: 20px;
  border: none !important;
  background: var(--btn-color-blue) !important;
  transition: background 0.4s ease-in;
  color: #fff;
}

.footer__menu-subscribe .F2_item_6:hover {
  transition: background 0.4s ease-in-out;

  background: var(--btn-color-blue-hover);
}

.footer__background-w {
  background-color: #f6fdff;
}

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

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

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

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

/* Media Queries */

@media (min-width: 500px) {
  .slider__contain h1 {
    font-size: 16px;
  }

  .slider__contain h1 > span {
    font-size: 40px;
    line-height: 46px;
  }

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

  .slider__btn {
    font-size: 12px;
    border-radius: 8px;
  }

  /* start about */

  .container_about {
    padding: 2rem;
  }

  .container_about-art {
    border-radius: 24px;
  }

  .art_about-img::after {
    left: 0;
    bottom: 0;
    width: 184px;
    height: 300px;
    border-radius: 0px 0px 0px 32px;
  }

  .art_about-img img {
    border-radius: 20px;
  }

  .art_about-info h4 {
    font-size: 28px;
    padding: 1.2rem 0;
  }

  /* end about */

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

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

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

@media (min-width: 700px) {
  .slider__btn {
    font-size: 12px;
    padding: 1.4rem 2.4rem;
  }
}
