@charset "utf-8";

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

  --color-gray: #d8d8d8;

  --primary-color: #3babe1;
  --primary-color-hover: #19a2e4;

  --secondary-color: #dac14e;
  --secondary-color-hover: #ceb33c;

  --accent-color: #dde6ee;

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

  --slider-arrow: #fff;

  --primary-font: "Poppins", 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: 2rem;
}

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

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

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

#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: #000;
  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,
    rgba(0, 47, 70, 0.64) 0%,
    rgba(0, 47, 70, 0) 100%
  );
  transition: all 0.4s ease;
}

header.home.fixed,
body:not(.home) header.home {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

header.home.fixed .navbar-header nav.main-nav ul li a,
.nav__right ul li a,
body:not(.home) header.home .navbar-header nav.main-nav ul li a,
.nav__right ul li a {
  color: #002f46;
}

header.home.fixed .nav__right ul li a.btn__pse,
body:not(.home) header.home .nav__right ul li a.btn__pse {
  background-color: #fff;
  border: 2px solid var(--secondary-color);
}

header.home.fixed .nav__right ul li a.btn__pse:hover,
body:not(.home) header.home .nav__right ul li a.btn__pse:hover {
  border: 2px solid var(--secondary-color-hover);
}

header.home.fixed .nav__right ul li a.btn__inmu,
body:not(.home) header.home .nav__right ul li a.btn__inmu {
  color: #191919;
  border: 2px solid #191919;
}

header.home.fixed .nav__right ul li a.btn__inmu:hover,
body:not(.home) header.home .nav__right ul li a.btn__inmu:hover {
  color: #191919;
  background-color: #f8f8f8;
}

header.home.fixed .header--top--right span,
body:not(.home) header.home .header--top--right span {
  color: #060606;
}

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

.header--top--right {
  /* display: flex; */
  display: none;
  justify-content: end;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.header--top--right span {
  font-size: 15px;
  font-weight: 600;
  color: #f8f8f8;
}

header.home.fixed {
  transition: all 0.4s ease;
  box-shadow: 0px 4px 8px 0px rgba(35, 35, 35, 0.12);
}

.header--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.2rem;
  max-width: 170rem;
  margin: 0 auto;
  /* padding-top: 1.2rem; */
  position: relative;
}

.header--content.disabled {
  display: none;
}

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

.nav-brand {
  max-height: 8rem;
  transition: all 0.3s ease;
  position: relative;
  top: -0.4rem;
}

.nav-brand img {
  transition: all 0.3s ease;
  max-height: 8rem;
  min-height: 6.4rem;
  max-height: 6.4rem;
  min-width: 20.8rem;
  max-width: 20.8rem;
}

.nav__right {
  display: none;
}

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

#menu-main .mobile--buttons .btn__pse {
  display: inline-flex;
  place-content: center;
  place-items: center;
  background-color: #f8f8f8;
  color: #191919 !important;
  border-radius: 40px;
  padding: 16px 20px;
  margin-right: 0px;
  transition: background-color 0.4s ease-in;
  min-height: 5.2rem;
  max-height: 5.2rem;
  border: 2px solid #f8f8f8;
  transition: border 0.4s ease-in;
}

#menu-main .mobile--buttons .btn__pse:hover {
  transition: border-color 0.4s ease-in;
  border-color: var(--secondary-color);
}

#menu-main .mobile--buttons .btn__inmu {
  display: inline-flex;
  place-content: center;
  place-items: center;
  background: transparent;
  color: #f8f8f8;
  border-radius: 40px;
  border: 2px solid #f8f8f8;
  padding: 16px 20px;
  margin-right: 0px;
  transition: background-color 0.4s ease-in;
}

#menu-main .mobile--buttons .btn__inmu:hover {
  transition: background-color 0.4s ease-in-out;
  background-color: #eaeaea;
  color: #191919 !important;
}

.header--search {
  display: flex;
  place-content: center;
  place-items: center;
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 7.2rem;
}

.header--search.disabled {
  display: none;
}

.header--search--form {
  min-height: 50px;
  max-height: 50px;
  width: 100%;
  position: relative;
}

/*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-hover);
}

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

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

.mm-menu {
  z-index: 20;
  background: #06162a;
  border-color: #06162a;
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}

.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: #ddecff;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #ddecff;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #ddecff;
  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: #ddecff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #06162a;
}
.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: 8px;
}

.header__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.2px;
}

.header__social--media a {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

/***** 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 {
  background-color: var(--secondary-color);
}

.container__slider {
  position: relative;
}

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

.slider__img img {
  width: 100%;
  min-height: 30rem;
  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 */

/* start filters  */

.container__filters {
  width: 100%;
  max-width: 120rem;
  margin: auto;
  padding: 2rem;
}

.container__filters h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
  color: #001025;
}

.filters__bar {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.filters__bar .bar__input {
  width: 100%;
}

.filters__bar .bar__input ol {
  width: 100% !important;
  height: 58px;
}

.filters__bar .bar__input > input,
.filters__bar .bar__input .angucomplete-holder > input,
.filters__bar .bar__input .dropdown-toggle {
  width: 100%;
  height: 58px;
  border-radius: 32px;
  background: #efefef !important;
  box-shadow: none;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}

.filters__bar .bar__input > input::placeholder,
.filters__bar .bar__input .angucomplete-holder > input::placeholder {
  color: #000 !important;
}

.filters__bar .bar__button {
  display: flex;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 58px;
  border-radius: 32px;
  border: none;
  font-size: 3.2rem;
  color: #fff;
  background: #dac14e;
  transition: background 0.4s ease-in;
}

.filters__bar .bar__button:hover {
  transition: background 0.4s ease-in-out;
  background: #c7ad39;
}

/* end filters  */

/* start inmuebles */

.container__inmuebles {
  max-width: 180rem;
  margin: 6rem auto 2rem;
  background: #dac14e;
  padding: 2rem 1.2rem;
}

.container__inmuebles h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 4rem 0;
}

.slider__inmuebles {
  padding-bottom: 2rem;
  max-width: 160rem;
  margin: 0 auto;
}

.art__inmueble--slide {
  margin: 0 8px;
}

.art__inmueble--link {
  width: 100%;
  /* max-width: 40rem; */
  margin: 0 auto;
  position: relative;
}

.art__inmueble {
  display: flex;
  flex-direction: column;
  place-items: center;
  border-radius: 0 0 3rem 3rem;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 3;
}

.art__inmueble--link::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 1.6rem);
  height: calc(100% + 1.6rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 0 3.6rem 3.6rem;
  background: transparent;
  transition: background 0.4s ease-in;
}

.art__inmueble--link:hover::before {
  transition: background 0.4s ease-in-out;
  background: var(--secondary-color);
}

.art__inmueble--link:hover .art__inmueble--image img {
  transform: scale(1.08);
  transition: transform 0.4s ease-in-out;
}

.art__inmueble--link:hover .art__inmueble--image > img:nth-child(1) {
  opacity: 0;
  position: relative;
  z-index: 2;
}

.art__inmueble--link .art__inmueble--image > img:nth-child(2) {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 28rem;
  max-height: 28rem;
}

.art__inmueble--link:hover .art__inmueble--image > img:nth-child(2) {
  opacity: 1;
}

.art__inmueble--image {
  width: 100%;
  min-height: 28rem;
  max-height: 28rem;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.art__inmueble--image > img {
  width: 100%;
  min-height: 28rem;
  max-height: 28rem;
  object-fit: cover;
  transition: transform 0.4s ease-in;
  transform: scale(1);
}

.art__inmueble--data {
  padding: 2rem;
  width: 100%;
  background: #fff;
}

.art__inmueble--data h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  min-height: 5.2rem;
  max-height: 5.2rem;
  overflow: hidden;
}

.art__inmueble--data p {
  font-size: 14px;
  font-weight: 500;
  text-align: start;
  color: #757575;
  margin: 0;
  padding-bottom: 4px;
}

.art__inmueble--data p.art__inmueble--data--location {
  font-weight: 600;
  color: #000;
}

.art__inmueble--price {
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding-top: 8px;
}

.art__inmueble--price--left span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.art__inmueble--price--right {
  display: flex;
  gap: 0.4rem;
}

.art__inmueble--price--right span:nth-child(1),
.art__inmueble--price--right span:nth-child(2) {
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 9rem;
  height: 3rem;
  border-radius: 4rem;
  background-color: #fff;
  border: 1px solid transparent;
}

.art__inmueble--price--right span:nth-child(1) {
  border: 1px solid #dac14e;
}

.art__inmueble--price--right span:nth-child(2) {
  background-color: #79d4ff;
  border: 1px solid #79d4ff;
}

.art__inmueble--caracteristicas {
  display: flex;
  place-content: center;
  place-items: center;
  flex-wrap: nowrap;
  gap: 1.2rem;
  margin-top: 2rem;
}

.art__inmueble--caracteristicas--item {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 0.4rem;
}

.art__inmueble--caracteristicas--item img {
  min-height: 28px;
  max-height: 28px;
  max-width: 32px;
}

.art__inmueble--caracteristicas--item span {
  font-size: 15.2px;
  font-weight: 600;
  color: #ffa43a;
}

.art__inmueble--btn {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-radius: 2.8rem;
  border: 1px solid var(--secondary-color-hover);
  background: #fff;
  padding: 1.2rem 4rem;
  margin-bottom: 2rem;
  transition: all 0.4s ease-in;
}

.art__inmueble--link:hover .art__inmueble--btn {
  background: var(--secondary-color-hover);
  color: #fff;
  transition: all 0.4s ease-in;
}

.slider__inmuebles .slick-arrow {
  background-color: transparent;
  border-radius: 50%;
  color: #f8f8f8;
  border: 2px solid #f8f8f8;
}

.slider__inmuebles .slick-arrow:hover,
.slider__inmuebles .slick-arrow:active,
.slider__inmuebles .slick-arrow:focus {
  color: #000;
  background-color: #f8f8f8;
}

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

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

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

/* end inmuebles */

/* start reassons */

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

.container__reassons h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-bottom: 2rem;
}

.reassons__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
  width: 100%;
}

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

.reassons__item--image {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 10rem;
  max-width: 10rem;
  min-height: 10rem;
  max-height: 10rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.reassons__item--image::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 6rem;
  height: 6rem;
  background-color: #dac14e;
  border-radius: 50%;
  bottom: -0.8rem;
  left: -0.8rem;
  transform: scale(0);
  transition: transform 0.4s ease-in;
}

.reassons__item:hover .reassons__item--image::before {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

.reassons__item h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.reassons__item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: #000;
  max-width: 28rem;
  margin: 0 auto;
}

/* end reassons */

/* start banner */

.container__banner {
  width: 100%;
  padding: 2rem 1.2rem;
}

.banner__card {
  max-width: 180rem;
  margin: 0 auto;
}

.banner__card a {
  border-radius: 1.2rem;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

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

.banner__card a:hover::before {
  transition: background 0.8s linear, transform 0.8s linear;
  transform: scale(100);
  background: rgb(0, 0, 0, 0.12);
}

.art__banner {
  width: 100%;
  position: relative;
}

.art__banner img {
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
}

.art__banner--info {
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: flex-end;
  width: 80%;
  height: 100%;
  padding: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.art__banner--info h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #ffffff;
  padding-bottom: 16px;
  text-shadow: 0px 2px 50px rgba(1, 1, 1, 0.2);
  padding-right: 0.4rem;
  margin: 0;
  text-align: right;
}

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

.art__banner--info button {
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  background: #fff;
  color: #000;
  border: none;
  max-width: fit-content;
  margin-top: 1.2rem;
  transition: background 0.4s ease-in, color 0.4s ease-in;
}

.banner__card a:hover .art__banner--info button {
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  background: var(--secondary-color-hover);
  color: #fff;
}

/* end banner */

/* start customers */

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

.customers__info {
  max-width: 72rem;
  margin: 0 auto;
}

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

.customers__info h2 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

.customers__info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  color: #1d1d1d;
}

.review__item {
  width: 100%;
}

.slider__reviews {
  max-width: 80rem;
  margin: 0 auto;
}

.review__item--card {
  border-radius: 4rem;
  border: 1px solid #979797;
  background: #fefcf3;
  padding: 4rem 3.2rem 8rem;
  margin: 0 12px;
}

.review__item--header {
  display: flex;
  justify-content: space-between;
  place-items: center;
}

.review__item--left {
  display: flex;
  place-items: center;
  gap: 1.2rem;
}

.review__item--left img {
  min-width: 6rem;
  max-width: 6rem;
  min-height: 6rem;
  max-height: 6rem;
  border-radius: 50%;
}

.review__item--title h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding-bottom: 4px;
}

.review__item--title span {
  font-size: 12px;
  font-weight: 500;
  color: #535353;
  margin: 0;
}

.review__item--right {
  display: none;
  min-width: 4rem;
  max-width: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}

.review__item--body {
  padding: 2rem 0;
}

.review__item--body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  text-align: start;
  color: #1a1a1a;
}

.slider__reviews .slick-arrow {
  font-size: 5.2rem;
  height: 52px;
  width: 52px;
}

.slider__reviews .slick-arrow {
  background-color: transparent;
  border-radius: 50%;
  color: #181818;
  border: 2px solid #181818;
}

.slider__reviews .slick-arrow:hover,
.slider__reviews .slick-arrow:active,
.slider__reviews .slick-arrow:focus {
  color: #000;
  background-color: #f8f8f8;
}

.slider__reviews span.arrow-left,
.slider__reviews span.arrow-right {
  bottom: 0;
  top: auto;
  padding-bottom: 2px;
}

.slider__reviews span.arrow-left {
  left: 4.8rem;
  padding-right: 3px;
}

.slider__reviews span.arrow-right {
  left: 11.6rem;
  right: auto;
  padding-left: 3px;
}

/* end customers */

/* WhatsApp fixed */

.widget__whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
}

.chat__whatsapp {
  display: inline-flex;
  gap: 1.2rem;
  border-radius: 58px;
  border: 1px solid #30D751;
  background: #F0FFF3;
  padding: 1.2rem;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 20px 0px rgba(121, 121, 121, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chat__whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 30px 0px rgba(121, 121, 121, 0.4);
}

.chat__whatsapp--icon {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 7rem;
  max-width: 7rem;
  min-height: 7rem;
  max-height: 7rem;
  border-radius: 7rem;
  background: #30D751;
}

.chat__whatsapp--icon img {
  min-width: 4.2rem;
  max-width: 4.2rem;
  min-height: 4.2rem;
  max-height: 4.2rem;
  filter: brightness(0) invert(1);
}

.chat__whatsapp--info {
  display: none;
  place-content: center;
  place-items: center;
  min-width: 0;
  max-width: 0;
  min-height: 7rem;
  max-height: 7rem;
  border-radius: 7rem;
  padding: .4rem 0 .4rem 2rem;
}

.chat__whatsapp:hover .chat__whatsapp--info {
  display: flex;
  transition: all 0.4s ease-in-out;
  min-width: 16rem;
  max-width: 16rem;
}

.chat__whatsapp--info span {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; 
  color: #000;
}

/* WhatsApp fixed */

/* start footer */

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

.footer__background {
  width: 100%;
  max-width: 145rem;
  margin: 0 auto;
  position: relative;
}

.footer__background .burger {
  position: absolute;
  bottom: -70px;
  left: -160px;
}

.footer__background .blue--round {
  position: absolute;
  top: 20px;
  left: -60px;
}

.footer__background .hot--dog {
  position: absolute;
  top: 360px;
  right: -12px;
}

.footer__background .orange--circles {
  position: absolute;
  top: 200px;
  right: -58px;
}

.footer--logo {
  padding: 6rem 2rem 2rem;
}

.footer__social--media {
  display: inline-flex;
  place-items: center;
  gap: 12px;
  background-color: #f8f8f8;
  border-radius: 4rem;
  padding: 0 20px;
  border: 1px solid #979797;
}

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

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

.footer__social--media a:hover {
  transform: translateY(-8px);
  transition: all 0.4 ease-in-out;
}

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

.footer__menu--editor .col-md-12 {
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
}

.footer__menu h4 {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  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--editor p,
.footer__menu ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #f8f8f8;
}

.footer__menu--editor p {
  display: inline-flex;
  gap: 0.4rem;
  margin: 0;
  padding: 0 0 8px 0;
  line-height: 2rem;
}

.content-copy {
  width: 100%;
  max-width: 145rem;
  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: 500;
  text-align: start;
  color: #78a4dd;
}

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

  /* start banner */

  .banner__card a {
    border-radius: 2rem;
  }

  .art__banner--info h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }

  /* end banner */

  /* start customers */

  .review__item--right {
    display: block;
  }

  /* end customers */
}

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

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

  /* end footer */
}

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

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

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

  /* end slider hero */
}

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

  /* start slider hero */

  #slider__desktop {
    display: block;
  }

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

  .reassons__grid {
    flex-direction: row;
    justify-content: space-evenly;
    /* padding: 4rem 0; */
  }

  /* end reassons */

  /* start customers */

  .container__customers {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 6rem auto;
  }

  /* end customers */

  /* start footer */

  .footer__menus {
    gap: 1.2rem 2rem;
  }

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

  /* end footer */
}

@media (min-width: 900px) {
  /* start news */

  .conatiner__news h2 {
    font-size: 60px;
    line-height: 68px;
  }

  /* end news */

  .footer__background .blue--round {
    top: 20px;
    left: -60px;
  }

  .footer__background .hot--dog {
    top: 460px;
    right: 60px;
  }

  .footer__background .orange--circles {
    top: 200px;
    right: 28px;
  }
}

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

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

  .slider__contain h1 {
    padding-bottom: 1.2rem;
  }

  /* start reassons */

  .container__reassons h2 {
    font-size: 4rem;
    line-height: 4.4rem;
  }

  .reassons__grid {
    padding: 2rem 0;
  }

  /* end reassons */

  /* start filters  */

  .container__filters {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .filters__bar {
    flex-direction: row;
    margin-top: 6rem;
  }

  .container__filters h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    max-width: 60rem;
    color: #fff;
    text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.4);
  }

  .filters__bar .bar__input {
    width: auto;
  }

  .filters__bar .bar__input ol {
    width: 211px !important;
  }

  .filters__bar .bar__input > input,
  .filters__bar .bar__input .angucomplete-holder > input,
  .filters__bar .bar__input .dropdown-toggle {
    min-width: 211px;
    max-width: 211px;
    background: #fff !important;
  }

  .filters__bar .bar__button {
    min-width: 114px;
    max-width: 114px;
  }

  /* end filters  */

  /* start inmuebles */

  .container__inmuebles h2 {
    font-size: 4rem;
    line-height: 4.4rem;
    max-width: 60rem;
    margin: 0 auto;
  }

  /* end inmuebles */

  /* start banner */

  .art__banner--info h3 {
    font-size: 4.2rem;
    line-height: 4.6rem;
  }

  .art__banner--info p {
    font-size: 16px;
  }

  .art__banner--info button {
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
    margin-top: 2rem;
  }

  /* end banner */

  /* start footer */

  .footer__background .hot--dog {
    top: 360px;
  }

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

  /* section.home-section {
    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 */

  .icons-header {
    display: none;
  }

  form.form--search {
    display: flex;
  }

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

  .nav-brand img {
    min-height: 10rem;
    max-height: 10rem;
    width: 100%;
    min-width: 32.33rem;
    max-width: 32.33rem;
  }

  .header--content {
    /* height: 10rem; */
    height: 12rem;
  }

  .header--top--right {
    display: flex;
  }

  .header--content {
    padding-top: 1.2rem;
  }

  .nav-brand {
    top: -2rem;
  }

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

  .nav-mobile {
    display: none;
  }

  .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 > 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.34rem;
    padding: 16px 16px;
    font-weight: 500;
    color: #f8f8f8;
    /* margin: 0 4px; */
    margin-right: 4px;
    text-align: center;
    background-color: transparent;
    transition: background-color 0.2s ease-in;
    line-height: 1.6rem;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    border-radius: 40px;
  }

  .navbar-header nav.main-nav ul li a:hover,
  .nav__right ul li a:hover {
    background-color: var(--primary-color-hover);
    color: #f8f8f8;
  }

  .nav__right ul li {
    display: flex;
    place-items: center;
    gap: 1.2rem;
  }

  .nav__right ul li a.btn__inmu {
    display: inline-flex;
    place-content: center;
    place-items: center;
    background: transparent;
    color: #f8f8f8;
    border-radius: 40px;
    border: 2px solid #f8f8f8;
    padding: 16px 20px;
    margin-right: 0px;
    transition: background-color 0.4s ease-in;
    min-width: 20rem;
    max-width: 20rem;
  }

  .nav__right ul li a.btn__inmu:hover {
    transition: background-color 0.4s ease-in-out;
    background-color: #eaeaea;
    color: #191919;
  }

  .nav__right ul li a.btn__pse {
    display: inline-flex;
    place-content: center;
    place-items: center;
    background-color: #f8f8f8;
    color: #191919;
    border-radius: 40px;
    padding: 16px 20px;
    margin-right: 0px;
    transition: background-color 0.4s ease-in;
    min-width: 10rem;
    max-width: 10rem;
    min-height: 5.2rem;
    max-height: 5.2rem;
    border: 2px solid #f8f8f8;
    transition: border 0.4s ease-in;
  }

  .nav__right ul li a.btn__pse:hover {
    transition: border-color 0.4s ease-in;
    border-color: var(--secondary-color);
  }

  .nav__right ul li a.btn__pse span {
    display: none;
  }

  #menu-main-desktop > .lastMenuPlus > 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: 8px 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;
  }

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

  .container__filters h1 {
    font-size: 50px;
    line-height: 54px;
    max-width: 70rem;
  }

  /* end filters  */

  /* start inmuebles */

  .container__inmuebles {
    border-radius: 36px;
    padding: 2rem;
  }

  .container__inmuebles h2 {
    font-size: 50px;
    line-height: 54px;
    max-width: 70rem;
  }

  /* end inmuebles */

  /* start reassons */

  .container__reassons h2 {
    font-size: 50px;
    line-height: 54px;
  }

  .reassons__grid {
    padding: 4rem 0;
  }

  /* end reassons */

  /* start banner */

  .banner__card a {
    border-radius: 3.6rem;
  }

  .art__banner--info {
    width: 50%;
    right: 70px;
    left: auto;
    transform: translateY(-50%);
  }

  /* end banner */

  /* start customers */

  .customers__info h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }

  /* end customers */

  /* start footer */

  .footer__background .blue--round {
    top: 20px;
    left: -60px;
  }

  .footer__background .hot--dog {
    top: 300px;
    right: 60px;
  }

  .footer__background .orange--circles {
    top: 80px;
    right: 28px;
  }

  .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) {
  .nav-brand img {
    min-height: 11.2rem;
    max-height: 11.2rem;
    width: 100%;
    min-width: 36.2rem;
    max-width: 36.2rem;
  }

  .navbar-header nav.main-nav ul li a,
  .nav__right ul li a {
    font-size: 1.5rem;
    padding: 16px 18px;
  }

  .nav__right ul li a.btn__pse {
    min-width: 23.4rem;
    max-width: 23.4rem;
  }

  .nav__right ul li a.btn__pse span {
    display: flex;
    padding-left: 0.4rem;
  }

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

  /* start filters  */

  .container__filters h1 {
    font-size: 60px;
    line-height: 64px;
    max-width: 80rem;
  }

  /* end filters  */

  /* start inmuebles */

  .container__inmuebles h2 {
    font-size: 60px;
    line-height: 64px;
    max-width: 80rem;
  }

  /* end inmuebles */

  /* start reassons */

  .container__reassons h2 {
    font-size: 60px;
    line-height: 64px;
    max-width: 80rem;
    margin: 0 auto;
  }

  /* end reassons */

  /* start banner */

  .art__banner--info {
    width: 40%;
  }

  .art__banner--info h3 {
    font-size: 6rem;
    line-height: 6.4rem;
    padding-right: 2rem;
  }

  /* end banner */

  /* start customers */

  .customers__info h2 {
    font-size: 6rem;
    line-height: 6.4rem;
  }

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

  .review__item--card {
    max-width: 76rem;
    margin: 0 auto;
    padding: 5.2rem 6rem 10rem;
  }

  .review__item--left {
    gap: 2rem;
  }

  .review__item--left img {
    min-width: 8.2rem;
    max-width: 8.2rem;
    min-height: 8.2rem;
    max-height: 8.2rem;
  }

  .review__item--title h3 {
    font-size: 2.4rem;
  }

  .review__item--title span {
    font-size: 16px;
  }

  .slider__reviews span.arrow-left {
    left: 7.2rem;
  }

  .slider__reviews span.arrow-right {
    left: 14rem;
  }

  /* end customers */

  /* start footer */

  .footer__background .blue--round {
    top: 20px;
    left: -272px;
  }

  .footer__background .hot--dog {
    top: 60px;
    right: -160px;
  }

  .footer__background .orange--circles {
    top: 200px;
    right: -60px;
  }

  .footer__background {
    display: flex;
    place-content: center;
    place-items: center;
    gap: 2rem;
    padding-top: 4rem;
  }

  .footer--logo {
    padding: 6rem 2rem 2rem 0;
  }
}

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

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

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

  /* end slider hero */
}
