@font-face {
  font-family: "centurygothic";
  src: url("/_src/fonts/centurygothic.ttf");
}

@font-face {
  font-family: "verdana-regular";
  src: url("/_src/fonts/verdana/Verdana.ttf");
}

* {
  outline: none !important;
}

html {
  height: 100%;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #616161;
  min-width: 320px;
  margin: auto;
  background: #fff;
  line-height: 19px;
}

body p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: normal;
}

.container {
  margin: auto;
  line-height: 23px;
  text-align: justify;
  position: relative;
  color: #757575;
  max-width: 1748px;
  padding: 0 20px;
}

.container::before,
.container::after {
  display: block;
  content: "";
  clear: both;
}

.animar {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@font-face {
  font-family: "century";
  src: url("../fonts/century.ttf");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}

@font-face {
  font-family: "Harrington";
  src: url("../fonts/HARRINGT.TTF");
}

@font-face {
  font-family: "old-english-text-mt-regular";
  src: url("../fonts/OLD.ttf");
}

#header {
  width: 100%;
  z-index: 3;
  height: 144px;
  position: absolute;
  top: 0;
  left: 0;
}

.contentDarkTop {
  height: 91px;
  padding-top: 48px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

#topMenu {
  position: relative;
  width: 100%;
}

.cntTopMenu {
  width: 505px;
  height: 712px;
  top: -91px;
  left: 0;
  border-bottom-right-radius: 300px;
  position: absolute;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

.cntTopMenu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100%;
  max-height: 918.5px;
  background-image: url("../images/slider/menutextura.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

#logo {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 257px;
  height: auto;
}

#logo img {
  display: block;
  width: 100%;
  height: auto;
}

#menu ul {
  display: inline-block;
  margin: 0;
}

#menu ul::before,
#menu ul::after {
  display: block;
  content: "";
  clear: both;
}

#menu li {
  display: block;
  position: relative;
  padding: 0px;
}

#menu li a {
  color: #616161;
  position: relative;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: normal;
  text-align: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#menu li.active a {
  color: #284667;
  font-weight: 700;
  background: none;
}

#menu li a:focus {
  color: #284667;
  font-weight: 700;
  background: none;
}

#menu li a > div {
  position: relative;
  z-index: 1;
}

#menu li.active a::before {
  transform: scaleX(1);
}

#menu li a:hover::before,
#menu li a:focus::before {
  transform: scaleX(1);
}

.nav-title {
  z-index: 2;
  position: relative;
}

#footer .contentFooter {
  background: #414141;
  display: flex;
  align-items: center;
  min-height: 126px;
  color: #fff;
}

#footer .container {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  width: 100%;
}

#footer .tfooter {
  line-height: 16px;
  text-align: center;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}

#footer .tfooter a {
  color: inherit;
}

#footer #powered {
  line-height: 16px;
  margin: 0 auto 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}

#footer #powered a {
  color: inherit;
  display: flex;
  padding: 0 0 0 28px;
  min-height: 22px;
  align-items: center;
  margin-left: 5px;
  background: url(/_src/images/icoTW.svg) no-repeat center left;
}

#footer #powered a:hover {
  text-decoration: none;
}

a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #000;
  border: solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  opacity: 0.75;
}

a.toTop:hover,
a.toTop:active {
  color: #000;
  text-decoration: none;
  opacity: 1;
  background: #fff;
}

a#toTop a#toTop .fa {
  color: #fff !important;
}

a.toTop:hover::after {
  transform: scale(1.3);
  opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

#sliderTop {
  margin-top: 0px;
  position: relative;
}

#sliderTop .slides {
  width: 100%;
}

#sliderTop .slides li {
  width: 100%;
  height: 760px;
  position: relative;
  background: none !important;
  overflow: hidden;
}

#sliderTop .slides li img.sliderImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sliderCntTop {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 90px;
}

.sliderCntTop .caption {
  background: rgba(54, 92, 129, 0.85);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.sliderCntTop .caption strong {
  display: block;
  font-weight: 800;
  color: #ff982f;
}

.sliderCntTop .caption::before {
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background: rgba(54, 92, 129, 0.85);
}

#sliderTop .flex-control-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  width: auto;
  margin-left: 345px;
}

#sliderTop .flex-control-nav li {
  background: rgba(0, 0, 0, 0);
  padding: 7px 0 !important;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
  width: 0;
  height: 0;
}

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0) !important;
  border-radius: 50%;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #f3a81e;
}

#main {
  overflow: hidden;
}

.desktop .wow {
  visibility: hidden;
}

.itemHome1a {
  width: 100%;
  position: relative;
  order: 2;
}

.itemHome1a figure {
  position: relative;
  width: 450px;
  right: auto;
  top: auto;
  margin-right: auto;
  margin-left: auto;
}

.itemHome1a figure a {
  position: absolute;
  top: 28px;
  left: calc(50% - 140px);
  width: 294px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.itemHome1a figure a img {
  margin-right: 9px;
}

.itemHome1a figure a:hover,
.itemHome1a figure a:focus {
  text-decoration: none;
  font-weight: 700;
}

.row-productos {
  margin: 0 -5px;
}

.row-productos div[class*="col-"] {
  padding: 0 5px;
  width: 50%;
}

.figureProd {
  border: solid 2px #ececec;
}

.figureProd img {
  width: 265px;
}

#textProducto2 {
  padding-top: 55px;
  padding-bottom: 9px;
}

#formTop {
  position: relative;
  padding-bottom: 49px;
  padding-top: 52px;
}

#frmContacto {
  overflow: hidden;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#frmContacto .tit {
  color: #5e5e5e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  letter-spacing: 0px;
  margin-bottom: 50px;
  text-align: center;
}

#frmContacto .row {
  margin: 0 -2px;
}

#frmContacto div[class*="col-"] {
  padding: 0 2px;
}

#frmContacto .form-group {
  margin-bottom: 7px;
}

#frmContacto .form-control {
  display: block;
  height: 52px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #a6a5a5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  border-radius: 0;
  background: #fff;
  padding-left: 20px;
  border: solid 1px #dadada;
}

#frmContacto .textarea {
  height: 114px;
  padding-top: 20px;
}

#frmContacto input[type="submit"],
#frmContacto input[type="reset"] {
  display: inline-block;
  height: 42px;
  background: #ff982f;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  width: 83px;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  margin-top: 42px;
}

#frmContacto input[type="submit"]:hover,
#frmContacto input[type="reset"]:hover {
  opacity: 0.8;
}

#frmContacto .error input,
#frmContacto .error textarea {
  border: solid 1px #000;
  background: #ffd8d9;
  color: #000;
}

.frmContacto input::-webkit-input-placeholder,
.frmContacto input:-moz-placeholder,
.frmContacto input::-moz-placeholder,
.frmContacto input:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder,
.frmContacto textarea:-moz-placeholder,
.frmContacto textarea::-moz-placeholder,
.frmContacto textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder,
.frmContacto input:focus:-moz-placeholder,
.frmContacto input:focus::-moz-placeholder,
.frmContacto input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.frmContacto textarea:focus::-webkit-input-placeholder,
.frmContacto textarea:focus:-moz-placeholder,
.frmContacto textarea:focus::-moz-placeholder,
.frmContacto textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#frmContacto .has-error .form-control-feedback {
  line-height: 36px;
  height: 100%;
}

#frmContacto .has-error input {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.cntCapt {
  display: inline-block;
  position: relative;
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.dirMap {
  background: #606060;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 30px 15px;
}

.dirMap img {
  display: inline-block;
}

.loadingGal {
  max-width: 250px;
  margin: auto;
  clear: both;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.sinProds {
  padding: 50px 25px;
  font-size: 30px;
  color: #8e0000;
  text-align: center;
  line-height: normal;
}

#textProdDet1 {
  background: #306994;
  margin-bottom: 50px;
}

.cntProdDet1 {
  position: relative;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-right: 240px;
}

.nombrepDet {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

#navProds {
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#navProds a {
  display: block;
  width: 111px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  background: hsla(0, 0%, 100%, 0.25);
  margin-right: 12px;
}

#navProds .nextP {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-right: 0;
  position: relative;
}

#navProds .prevP {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

#navProds a:hover,
#navProds a:focus {
  text-decoration: none;
  background: #fff;
  color: #306994;
}

#navProds .nextP::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 1px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.25);
}

#navProds span {
  display: block;
  width: 111px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  background: hsla(0, 0%, 100%, 0.25);
  margin-right: 12px;
}

.contentDetalles1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

.itemDet1 {
  width: 100%;
}

.itemDet2 {
  padding-top: 40px;
  width: 100%;
  padding-left: 0px;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

.visor {
  max-width: 457px;
  height: 516px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.visor img {
  display: none;
}

.visor img:first-child {
  display: block;
}

.flexProducto {
  margin-top: 15px;
  padding-left: 64px;
  padding-right: 69px;
}

.flexProducto2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.flexProducto2 img {
  cursor: pointer;
}

.flexProducto img {
  cursor: pointer;
}

.itemFlexProducto2 {
  margin-right: 12px;
  border-right: solid 1px rgba(97, 97, 97, 0.25);
}

.itemFlexProducto2:last-child {
  border-right: 0;
}

.thumbLiCar {
  width: 100px;
}

.titleProductoDetV {
  background: #ff982f;
  font-size: 44px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  padding-left: 37px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.titDesc {
  background: #306994;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 20px 35px;
  margin-left: 40px;
  margin-bottom: 36px;
}

.areaDesc {
  color: #616161;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.25px;
  text-align: left;
}

.det2Prods {
  width: 100%;
}

.flex-direction-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 24px;
  margin: 0;
  margin-left: 0px;
  position: absolute;
  bottom: 38px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -9999%;
  left: 0;
}

.flex-direction-nav .flex-prev {
  background: url("../images/slider/prev.png") center no-repeat;
  left: -50px;
  margin-left: 0px;
}

.flex-direction-nav .flex-next {
  background: url("../images/slider/next.png") center no-repeat;
  left: auto;
  right: 0;
  margin-left: 0;
}

#mainPaypal {
  padding: 43px 0 26px;
}

#mainPaypal .tit {
  text-align: center;
  font-size: 28px;
  background: #355290;
  font-family: "Oswald", serif;
  color: #fff;
  line-height: 50px;
}

#mainPaypal form {
  display: block;
  width: 400px;
  margin: auto;
  padding: 23px 0 0;
}

#mainPaypal table {
  width: 100%;
}

#mainPaypal form input[type="text"] {
  display: block;
  width: 100%;
  height: 39px;
  border: solid 1px #dbdbdb;
  font-family: "Verdana", serif;
  font-size: 11px;
  color: #959595;
  padding: 0 12px;
  margin-bottom: 10px;
}

#mainPaypal input::-webkit-input-placeholder,
#mainPaypal input:-moz-placeholder,
#mainPaypal input::-moz-placeholder,
#mainPaypal input:-ms-input-placeholder {
  opacity: 1;
  color: #959595;
}

#mainPaypal input:focus::-webkit-input-placeholder,
#mainPaypal input:focus:-moz-placeholder,
#mainPaypal input:focus::-moz-placeholder,
#mainPaypal input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#mainPaypal .fPagos {
  background: url(../images/forma-pagos.png) center no-repeat;
  height: 50px;
}

#mainPaypal #btnSubmit {
  margin: 13px auto 0;
  display: block;
}

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 280px;
  padding: 132px 0 76px;
  color: #f5f5f5;
  background: #0a1c3b;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0 !important;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-280px);
  transition: 0.3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: flex;
  padding: 14px 25px 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  align-items: center;
}

.rd-mobilemenu_ul a img {
  width: 10px;
  margin-right: 5px;
}

.rd-mobilemenu_ul ul a {
  padding: 8px 25px 8px;
}

.rd-mobilemenu_ul li.active a,
.rd-mobilemenu_ul a:hover {
  background: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.rd-mobilemenu_ul li a div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-mobilemenu_ul li a div img {
  width: 15px;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px FontAwesome;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle::after {
  content: "";
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul::after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  background: #dcdcdc;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border: none;
  background: 0 0;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #2c4d9c;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span::after {
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #2c4d9c;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::before {
  width: 24px;
  height: 4px;
  background-color: #2c4d9c;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background 0.3s 0s ease;
  background: 0 0;
}

.rd-mobilepanel_toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span::before {
  top: 0;
  transition-delay: 0s, 0.3s;
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span::after {
  transform: rotate(-45deg);
}

.rd-mobilepanel #logoMovil {
  top: 3px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 65px;
}

.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

#header {
  background-color: #fff;
  display: flex;
  align-items: center;
}

#header #topMenu .container .nav {
  display: flex;
  justify-content: space-between;
}

#header #topMenu .container .nav #logo {
  width: 142px;
}

#header #topMenu .container .nav nav {
  align-self: center;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: 50px;
}

#header #topMenu .container .nav nav ul:after,
#header #topMenu .container .nav nav ul:before {
  display: none;
}

#header #topMenu .container .nav nav ul.nav {
  display: flex;
  gap: 32px;
}

#header #topMenu .container .nav nav ul.nav li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2c4d9c;
}

#header #topMenu .container .nav nav ul.nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  font-family: "centurygothic", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #0c1c2b;
}

#header #topMenu .container .nav nav ul.redes {
  display: flex;
  gap: 15px;
}

#header #topMenu .container .nav nav ul.redes li {
  display: flex;
  align-items: center;
}

#header #topMenu .container .nav nav ul.redes li a img {
width: 25px;
filter: invert(25%) sepia(60%) saturate(1500%) hue-rotate(195deg) brightness(90%) contrast(95%);
transition: filter 0.3s ease;
}

#header #topMenu .container .nav nav ul.redes li a:hover img {
filter: invert(25%) sepia(60%) saturate(1500%) hue-rotate(195deg) brightness(105%) contrast(95%);
}

#header #topMenu .container .nav nav .iniciar-sesion {
  background-color: #2c4d9c;
  border-radius: 4px;
  width: 148px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-family: "centurygothic", sans-serif;
}

#datFooter {
  background-color: #0c1c2b;
  padding: 80px 0;
}

#datFooter .container {
  display: flex;
}

#datFooter .container .sections {
  width: 100%;
}

#datFooter .container .sections .columnas {
  display: flex;
  justify-content: space-between;
  max-width: 1390px;
  margin: 0 auto;
}

#datFooter .container .sections .columnas .item {
  list-style: none;
}

#datFooter .container .sections .columnas .item.logo .logo-text .logo {
  display: block;
  max-width: 177px;
}

#datFooter .container .sections .columnas .item h1 {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#datFooter .container .sections .columnas .item .footer li {
  list-style: none;
}

#datFooter .container .sections .columnas .item .footer li a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
#datFooter .container .sections .columnas .item .footer li a>img{
    margin-right: 5px;
}
#datFooter .container .sections .columnas .item .footer p {
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  gap: 9px;
}

#datFooter .container .sections .columnas .item .footer p img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: flex-start;
}

#datFooter .container .sections .columnas .item .footer.redes ul {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}

#datFooter .container .sections .columnas .item .footer.redes ul li a img {
  width: 25px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

#datFooter .container .sections .columnas .item .footer.redes ul li a:hover img {
  filter: brightness(0) invert(1) brightness(1.2);
}

#footer .contentFooter {
  background-color: #2c4d9c;
  height: 115px;
}

#footer .contentFooter .container {
  display: flex;
}

#footer .contentFooter .container:before,
#footer .contentFooter .container:after {
  display: none;
}

#footer .contentFooter .container .tfooter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#footer .contentFooter .container #powered {
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  width: inherit;
}

#sliderTop {
  margin-top: 144px;
}

#sliderTop .splide__track .splide__list .splide__slide {
  position: relative;
}

#sliderTop .slider-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1395px;
  pointer-events: none;
  margin: auto;
}

#sliderTop .slider-content .text {
  pointer-events: auto;
  align-self: flex-start;
}

#sliderTop .slider-content .text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 44px;
  color: #fff;
  text-shadow: 1px -1px 3px #000;
  text-align: left;
}

#sliderTop .slider-content .text h2 {
  text-align: right;
  font-size: 33px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}

#sliderTop .slider-content .text h2 b {
  font-weight: 900;
  color: #b4c1d1;
}

#sliderTop .slider-content .buscador {
  pointer-events: auto;
  transform: translateY(-30px);
}

#sliderTop .slider-content .buscador .opciones {
  display: flex;
}

#sliderTop .slider-content .buscador .opciones .venta,
#sliderTop .slider-content .buscador .opciones .renta {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  background-color: hsla(0, 0%, 100%, 0.6);
  cursor: pointer;
  color: #000;
}

#sliderTop .slider-content .buscador .opciones .venta.activo,
#sliderTop .slider-content .buscador .opciones .renta.activo {
  background-color: #2c4d9c;
  color: #fff;
  font-weight: 900;
}

#sliderTop .slider-content .buscador .contenido {
  display: flex;
  background-color: hsla(0, 0%, 100%, 0.6);
  gap: 28px;
  padding: 48px 28px;
}

#sliderTop .slider-content .buscador .contenido .clave {
  width: 583px;
  height: 54px;
  background-color: rgba(250, 250, 250, 0.8);
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 16px;
}

#sliderTop .slider-content .buscador .contenido .clave::placeholder {
  color: #000;
}

#sliderTop .slider-content .buscador .contenido .select-container {
  position: relative;
  display: inline-block;
  width: 243px;
  height: 54px;
}

#sliderTop .slider-content .buscador .contenido .select-container .tipo {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  padding-left: 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

#sliderTop
  .slider-content
  .buscador
  .contenido
  .select-container
  .custom-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #d9d9d9;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sliderTop
  .slider-content
  .buscador
  .contenido
  .select-container
  .custom-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #0c1c2b;
}

#sliderTop
  .slider-content
  .buscador
  .contenido
  .select-container
  .select-container:hover
  .custom-arrow {
  background-color: #0056b3;
}

#sliderTop .slider-content .buscador .contenido .range-container {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 260px;
}

#sliderTop .slider-content .buscador .contenido .slider {
  position: relative;
  width: 100%;
}

#sliderTop .slider-content .buscador .contenido input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
  top: -4px;
}

#sliderTop .slider-content .buscador .contenido .slider-track {
  position: absolute;
  height: 5px;
  border-radius: 5px;
  background: #0c1c2b;
  width: 100%;
  top: 50%;
  transform: translateY(50%);
}

#sliderTop .slider-content .buscador .contenido .slider-range {
  position: absolute;
  height: 5px;
  border-radius: 5px;
  background: #2c4d9c;
  top: 50%;
  transform: translateY(50%);
}

#sliderTop
  .slider-content
  .buscador
  .contenido
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c4d9c;
  cursor: pointer;
  border: 3px solid #fff;
  pointer-events: all;
}

#sliderTop
  .slider-content
  .buscador
  .contenido
  input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c4d9c;
  cursor: pointer;
  border: 3px solid #fff;
  border: none;
  pointer-events: all;
}

#sliderTop .slider-content .buscador .contenido .text-values {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0c1c2b;
}

#sliderTop .slider-content .buscador .contenido .values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #0c1c2b;
}

#sliderTop .slider-content .buscador .contenido .buscar {
  width: 158px;
  height: 54px;
  border: none;
  background-color: #2c4d9c;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

#sliderTop .slider-content .buscador .contenido .buscar img {
  display: block;
}

#sliderTop .slider-content-simple {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1748px;
  margin: auto;
  padding-left: 20px;
}

#sliderTop .slider-content-simple h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  margin: 0;
  line-height: 1;
}

#sliderTop .slider-content-simple h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  margin: 10px 0 0 0;
}

#sliderTop .slider-content-simple h2 b {
  font-weight: 500;
}

#sliderTop .slider-content-simple p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 30px 0 10px 0;
}

#sliderTop .slider-content-simple .btn-ver-propiedades {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  background-color: #2c4d9c;
  color: #fff;
  font-family: "centurygothic", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-transform: initial;
}

#sliderTop .slider-content-simple .btn-ver-propiedades:hover {
  background-color: #1e3570;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#icoWa {
  background: url(../images/icoWanew.png) center no-repeat;
  background-size: contain;
  width: 250px;
  height: 75px;
  position: fixed;
  bottom: 175px;
  right: 30px;
  z-index: 5;
}

.propiedad {
  position: relative;
}

.propiedad header {
  position: relative;
}

.propiedad header .status {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #2c4d9c;
  font-size: 15px;
  line-height: 22px;
  width: 123px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.propiedad header img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.propiedad .det {
  background-color: #f7f7f7;
  padding: 20px 10px 22px 5px;
}

.propiedad .det .detalles h1,
.propiedad .det .detalles h2 {
  line-height: 19px;
  font-size: 17px;
  color: #292929;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 38px;
}

.propiedad .det .detalles h3 {
  margin-top: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #292929;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 22px;
}

.propiedad .det .detalles .info ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.propiedad .det .detalles .info ul li {
  font-size: 15px;
  line-height: 22px;
  color: #292929;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.propiedad .det footer {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.propiedad .det footer .price {
  color: #2c4d9c;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.propiedad .det footer .status {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  width: 96px;
  height: 24px;
  background-color: #2c4d9c;
  border-radius: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.home-title {
  margin-top: 120px;
  margin-bottom: 65px;
}

.home-title .container h1 {
  text-align: center;
}

.home-title .container h1 .title1 {
  font-size: 20px;
  color: #3a3a3a;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}

.home-title .container h1 .title2 {
  color: #2c4d9c;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.slider-propiedades {
  padding: 0 20px;
  position: relative;
}

.slider-propiedades a,
.slider-propiedades a:hover {
  text-decoration: none;
}

.slider-propiedades .splide__arrows {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

.slider-propiedades .splide__arrows .splide__arrow {
  background-color: rgba(0, 0, 0, 0);
}

.slider-propiedades .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -2rem;
}

.slider-propiedades .splide__arrows .splide__arrow.splide__arrow--next {
  right: -2rem;
}

.slider-propiedades .mas {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.slider-propiedades .mas .ver-mas-propiedades {
  background-color: #2c4d9c;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 11.5px 69px;
  border-radius: 21.5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.slider-propiedades .mas .ver-mas-propiedades b {
  font-weight: 600;
}

.gary-asociados {
  margin-top: 117px;
  margin-bottom: 115px;
}

.gary-asociados .container {
  display: flex;
}

.gary-asociados .container .text {
  align-self: center;
}

.gary-asociados .container .text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 40px;
  font-weight: 800;
  color: #2c4d9c;
}

.gary-asociados .container .text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #606060;
  line-height: 25px;
  font-weight: 500;
}

.gary-asociados .container .text p {
  margin-top: 45px;
  max-width: 755px;
  font-family: "Open Sans", sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.gary-asociados .container .text p b {
  color: #2c4d9c;
  font-weight: 800;
  font-size: 21px;
  text-transform: uppercase;
}

.gary-asociados .container .text .conoce-nuestras-propiedades {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  padding: 6px 27px;
  background-color: #2c4d9c;
  margin-top: 45px;
  display: inline-block;
  text-decoration: none;
}

.gary-asociados .container .image img {
  justify-self: end;
  display: block;
  max-width: 98%;
  margin-left: 20px;
}

.venta-renta-opciona {
  padding-top: 163px;
  padding-bottom: 163px;
  background-image: url("/_src/images/inicio/textura1.png");
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.venta-renta-opciona .container ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.venta-renta-opciona .container ul .item {
  display: flex;
  gap: 30px;
}

.venta-renta-opciona .container ul .item:nth-child(1) .text {
  width: 100%;
  max-width: 320px;
}

.venta-renta-opciona .container ul .item:nth-child(2) .text {
  width: 100%;
  max-width: 316px;
}

.venta-renta-opciona .container ul .item:nth-child(3) .text {
  width: 100%;
  max-width: 337px;
}

.venta-renta-opciona .container ul .item .image img {
  display: block;
}

.venta-renta-opciona .container ul .item .text h1 {
  font-family: "Oswald", sans-serif;
  color: #2d4e9c;
  font-size: 30px;
}

.venta-renta-opciona .container ul .item .text p {
  margin-top: 25px;
  text-align: left;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #353535;
  margin-right: 10px;
}

.nosotros-gary {
  padding: 140px 0;
}

.nosotros-gary .container {
  display: flex;
  gap: 53px;
}

.nosotros-gary .container:before,
.nosotros-gary .container:after {
  display: none;
}

.nosotros-gary .container .text {
  align-self: center;
}

.nosotros-gary .container .text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 40px;
  font-weight: 800;
  color: #2c4d9c;
}

.nosotros-gary .container .text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #606060;
  line-height: 25px;
  font-weight: 500;
}

.nosotros-gary .container .text p {
  margin-top: 45px;
  font-family: "Open Sans", sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.nosotros-gary .container .text p .bold {
  color: #2c4d9c;
  font-weight: 700;
}

.nosotros-gary .container .text .conoce-nuestras-propiedades {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  padding: 8px 30px;
  font-weight: 500;
  background-color: #2c4d9c;
  margin-top: 45px;
  display: inline-block;
  text-decoration: none;
}

section.nosotros-2 {
  position: relative;
  padding-bottom: 162px;
}

section.nosotros-2 .title {
  padding-top: 134px;
  padding-bottom: 130px;
  background-color: #e7e0d8;
}

section.nosotros-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background-image: url("/_src/images/nosotros/sombra1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

section.nosotros-2 .container.images {
  margin-top: -150px;
}

section.nosotros-2 .container .title-principal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #3a3a3a;
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 130px;
}

section.nosotros-2 .container .title-principal b {
  font-weight: 700;
  color: #2c4d9c;
}

section.nosotros-2 .container .lista {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

section.nosotros-2 .container .lista .item img {
  display: block;
}

section.nosotros-2 .container .mision-vision {
  display: flex;
  justify-content: space-between;
}

section.nosotros-2 .container .mision-vision .text {
  align-self: center;
  max-width: 860px;
}

section.nosotros-2 .container .mision-vision .text .mision.vision,
section.nosotros-2 .container .mision-vision .text .vision.vision {
  margin-top: 92px;
}

section.nosotros-2 .container .mision-vision .text .mision h1,
section.nosotros-2 .container .mision-vision .text .vision h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 19px;
  color: #2c4d9c;
}

section.nosotros-2 .container .mision-vision .text .mision p,
section.nosotros-2 .container .mision-vision .text .vision p {
  margin-top: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 25px;
}

section.nosotros-2 .container .mision-vision .text .mision p .bold1,
section.nosotros-2 .container .mision-vision .text .vision p .bold1 {
  font-weight: 700;
  color: #2c4d9c;
}

section.nosotros-2 .container .mision-vision .text .mision p .bold2,
section.nosotros-2 .container .mision-vision .text .vision p .bold2 {
  font-weight: 800;
  color: #2c4d9c;
  font-size: 18px;
  text-transform: uppercase;
}

section.nosotros-2 .container .mision-vision .image img {
  display: block;
}

.form-buscar-propiedades {
  background-color: #e7e0d8;
  padding: 45px 0;
  position: relative;
}

.form-buscar-propiedades .toggle-filtros {
  display: none;
}

.form-buscar-propiedades .filtros-contenido {
  display: contents;
}

.form-buscar-propiedades:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("/_src/images/propiedades/sombra2.png");
  width: 100%;
  height: 8px;
}

.form-buscar-propiedades .container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.form-buscar-propiedades .container:after,
.form-buscar-propiedades .container:before {
  display: none;
}

.form-buscar-propiedades .container .rw {
  display: flex;
  justify-content: space-between;
}

.form-buscar-propiedades .container .rw .venta-renta-boton {
  display: flex;
  gap: 14px;
  align-self: center;
}

.form-buscar-propiedades .container .rw .venta-renta-boton .venta,
.form-buscar-propiedades .container .rw .venta-renta-boton .renta {
  font-family: "Montserrat", sans-serif;
  background-color: #2c4d9c;
  color: #fff;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  width: 152px;
  height: 67px;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.form-buscar-propiedades .container .rw .venta-renta-boton .venta:hover,
.form-buscar-propiedades .container .rw .venta-renta-boton .renta:hover {
  opacity: 0.7;
}

.form-buscar-propiedades .container .rw .venta-renta-boton .venta.active,
.form-buscar-propiedades .container .rw .venta-renta-boton .renta.active {
  opacity: 1;
  font-weight: 800;
}

.form-buscar-propiedades .container .rw .input {
  display: flex;
  flex-direction: column;
}

.form-buscar-propiedades .container .rw .input .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0c1c2b;
}

.form-buscar-propiedades .container .rw .input .palabras-clave {
  width: 361px;
  height: 67px;
}

.form-buscar-propiedades .container .rw .input .select-container {
  position: relative;
  display: inline-block;
  height: 67px;
}

.form-buscar-propiedades .container .rw .input .select-container.select-tipo {
  width: 248px;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .select-container.select-recamaras,
.form-buscar-propiedades
  .container
  .rw
  .input
  .select-container.select-estacionamiento,
.form-buscar-propiedades .container .rw .input .select-container.select-banos,
.form-buscar-propiedades
  .container
  .rw
  .input
  .select-container.select-antiguedad {
  width: 156px;
}

.form-buscar-propiedades .container .rw .input .select-container .select {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  padding-left: 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
}

.form-buscar-propiedades .container .rw .input .select-container .custom-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #d9d9d9;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .select-container
  .custom-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #0c1c2b;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .select-container
  .select-container:hover
  .custom-arrow {
  background-color: #0056b3;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  .range-container {
  width: 260px;
  height: -moz-max-content;
  height: max-content;
  margin-top: 30px;
}

.form-buscar-propiedades .container .rw .input .range-input-container .slider {
  position: relative;
  width: 100%;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
  top: -7px;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  .slider-track {
  position: absolute;
  height: 3px;
  border-radius: 5px;
  background: #b4c1d1;
  width: 100%;
  top: 50%;
  transform: translateY(50%);
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  .slider-range {
  position: absolute;
  height: 3px;
  border-radius: 5px;
  background: #2c4d9c;
  top: 50%;
  transform: translateY(50%);
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c4d9c;
  cursor: pointer;
  border: 3px solid #fff;
  pointer-events: all;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c4d9c;
  cursor: pointer;
  border: 3px solid #fff;
  border: none;
  pointer-events: all;
}

.form-buscar-propiedades
  .container
  .rw
  .input
  .range-input-container
  .text-values {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0c1c2b;
}

.form-buscar-propiedades .container .rw .input .range-input-container .values {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #0c1c2b;
}

.form-buscar-propiedades .container .rw .input .direccion-zona {
  width: 382px;
  height: 67px;
}

.form-buscar-propiedades .container .rw #buscar {
  background-color: #2c4d9c;
  width: 271px;
  height: 67px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: none;
  align-self: flex-end;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-buscar-propiedades .container .rw #buscar:hover {
  background-color: #1a3f69;
}

.form-buscar-propiedades .container .rw #buscar img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.propiedades {
  padding: 0 20px 80px 20px;
}

.propiedades .lista-propiedades {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px;
  list-style: none;
}

.propiedades .lista-propiedades .item-propiedades {
  width: 100%;
}

.propiedades .lista-propiedades .item-propiedades a,
.propiedades .lista-propiedades .item-propiedades a:hover {
  text-decoration: none;
}

.propiedades .lista-propiedades .item-propiedades a:hover h1,
.propiedades .lista-propiedades .item-propiedades a:hover h3,
.propiedades .lista-propiedades .item-propiedades a:hover li,
.propiedades .lista-propiedades .item-propiedades a:hover .price,
.propiedades .lista-propiedades .item-propiedades a:hover .status {
  text-decoration: none;
}

.titulo-propiedad {
  margin-top: 244px;
  margin-bottom: 80px;
}

.titulo-propiedad .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.titulo-propiedad .container:after,
.titulo-propiedad .container:before {
  display: none;
}

.titulo-propiedad .container .text h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: normal;
  font-size: 40px;
  color: #2c4d9c;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 30px;
  line-height: normal;
  text-align: left;
}

.titulo-propiedad .container .text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: normal;
  color: #606060;
  font-weight: 500;
}

.titulo-propiedad .container .price {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: #2c4d9c;
  padding-left: 30px;
}

.galeria .gallery {
  display: flex;
  gap: 45px;
}

.galeria .gallery-main {
  flex: 1;
  max-width: 1289px;
  position: relative;
}

.galeria .gallery-main #main-image-link {
  display: block;
  text-decoration: none;
  line-height: 0;
}

.galeria .gallery-main img {
  width: 100%;
  aspect-ratio: 1289 / 645;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s ease;
  display: block;
}

.galeria .gallery-main .sharedDet {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 10;
}

.galeria .gallery-main .sharedDet img {
  width: 50px;
  height: 50px;
  transition: transform 0.2s ease;
}

.galeria .gallery-main .sharedDet .share-icon {
  margin-right: 2px;
}

.galeria .gallery-main .sharedDet a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.galeria .gallery-main .sharedDet a:hover img {
  transform: scale(1.1);
}

.galeria .gallery-thumbs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: -42px;
}

.galeria .gallery-thumbs-wrapper.scroll .gallery-thumbs {
  max-height: 561px;
}

.galeria .scroll-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
  margin: 4px 0;
}

.galeria .gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 185px);
  gap: 50px 40px;
  overflow-y: auto;
  max-height: 645px;
  scrollbar-width: none;
  width: auto;
}

.galeria .gallery-thumbs img {
  display: block;
  width: 185px;
  height: 179px;
  object-fit: cover;
}

.galeria .gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.galeria .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s, border 0.2s;
  border: 2px solid rgba(0, 0, 0, 0);
}

.galeria .thumb.active {
  border: 2px solid #2c4d9c;
}

.galeria .amenidades {
  margin-top: 32px;
}

.galeria .amenidades .amenidades-lista {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, 165px);
  gap: 27px;
  justify-content: center;
}

.galeria .amenidades .amenidades-lista .amenidades-item {
  background-color: #f4f3ef;
  width: 165px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 29px;
  color: #2c4d9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.fijo {
  position: fixed !important;
  top: 0px;
  right: 85px;
  transform: translateY(10px);
  opacity: 0;
}

.fijo-activo {
  transform: translateY(-50px);
  opacity: 1;
}

.info-propiedad {
  position: relative;
}

.form-meinteresa {
  background-color: #f0f0f0;
  width: 582px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: translateY(0);
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 135px;
  right: 85px;
}

.form-meinteresa .form-image-logo {
  margin-top: 50px;
  margin-bottom: 35px;
}

.form-meinteresa::after {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 14px;
  background-image: url("/_src/images/detalles-propiedad/sombra.png");
}

.form-meinteresa .title {
  margin-bottom: 30px;
}

.form-meinteresa .title h1,
.form-meinteresa .title h2 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.form-meinteresa .title h1 {
  font-size: 22px;
  color: #2c4d9c;
  line-height: 22px;
  font-weight: 900;
  padding: 0 20px;
}

.form-meinteresa .title h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  color: #3a3a3a;
}

.form-meinteresa #form-informacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
  width: 100%;
  gap: 16px;
}

.form-meinteresa #form-informacion input {
  width: 100%;
  font-family: "verdana-regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #959595;
  background-color: #e7e0d8;
  height: 62px;
  padding-left: 22px;
  padding-right: 22px;
}

.form-meinteresa .buttons {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  padding: 0 28px;
  margin-bottom: 35px;
}

.form-meinteresa .buttons .enviar,
.form-meinteresa .buttons .enviar-whatsapp {
  height: 46px;
  background-color: #2c4d9c;
  border: none;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
  font-family: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-meinteresa .buttons .enviar {
  width: 100%;
}

.form-meinteresa .buttons .enviar-whatsapp {
  width: 100%;
  gap: 12px;
}

.form-meinteresa .botones-imprimir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
}

.form-meinteresa .botones-imprimir .botn {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
}

/* Sección de Videos */
section.seccion-videos {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

section.seccion-videos .container {
  max-width: 1748px;
  margin: 0 auto;
}

section.seccion-videos h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #2c4d9c;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: normal;
  text-align: left;
}

section.seccion-videos .videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 100%;
}

section.seccion-videos .videos-grid:has(.video-item:only-child) {
  grid-template-columns: 1fr;
  max-width: 650px;
  margin: 0 auto;
}

section.seccion-videos .videos-grid:has(.video-item:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1300px;
}

section.seccion-videos .video-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

section.seccion-videos .video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

section.seccion-videos .video-link {
  display: block;
  position: relative;
  text-decoration: none;
}

section.seccion-videos .video-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  overflow: hidden;
  background-color: #000;
}

section.seccion-videos .video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* section.seccion-videos .video-item:hover .video-thumbnail img {
  transform: scale(1.05);
} */

section.seccion-videos .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* section.seccion-videos .video-item:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
} */

section.seccion-videos .play-button svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

section.contenido-detalle {
  padding-top: 50px;
}

section.contenido-detalle .container {
  display: grid;
  grid-template-columns: 1fr 582px;
  gap: 50px;
  align-items: start;
}

section.contenido-detalle .columna-izquierda {
  grid-column: 1 / 2;
}

section.contenido-detalle .columna-derecha {
  grid-column: 2 / 3;
  position: relative;
}

section.contenido-detalle .columna-derecha .form-meinteresa {
  position: relative;
  top: 0;
  right: 0;
}

section.contenido-detalle .seccion-descripcion,
section.contenido-detalle .seccion-amenidades-propiedad {
  margin-bottom: 40px;
}

section.contenido-detalle .seccion-descripcion h3,
section.contenido-detalle .seccion-amenidades-propiedad h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  color: #2c4d9c !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  line-height: normal !important;
}

section.contenido-detalle .descripcion-texto,
section.contenido-detalle .amenidades-texto {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #3a3a3a !important;
}

section.contenido-detalle .descripcion-texto p {
  font-family: "Montserrat", sans-serif !important;
  line-height: 2 !important;
  font-size: 18px !important;
  color: #3a3a3a !important;
}

section.contenido-detalle .descripcion-texto ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

section.contenido-detalle .descripcion-texto ul li::before {
  content: "•";
  color: #2c4d9c;
  font-size: 42px;
  position: absolute;
  left: 0;
  top: 4px;
}

section.contenido-detalle .amenidades-lista-texto {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.contenido-detalle .amenidades-lista-texto li {
  padding: 2px 0 2px 25px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
  position: relative;
}

section.contenido-detalle .amenidades-lista-texto li::before {
  content: "•";
  color: #2c4d9c;
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 0;
  top: 0px;
}

section.contenido-detalle .amenidades-lista-texto li:last-child {
  border-bottom: none;
}

/* Estilos para mapa de ubicación */
section.mapa-ubicacion {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

section.mapa-ubicacion .info-mapa {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}

section.mapa-ubicacion .info-mapa .ubicacion {
  text-align: left;
}

section.mapa-ubicacion .info-mapa .codigo {
  text-align: right;
}

section.mapa-ubicacion .info-mapa h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: normal;
  font-size: 31px;
  color: #2c4d9c;
  text-transform: uppercase;
  margin: 0;
}

section.mapa-ubicacion .info-mapa h3 .valor-codigo {
  font-weight: 400;
}

section.mapa-ubicacion .mapa-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

section.slider-propiedades-similares {
  padding: 80px 20px;
  position: relative;
}

section.slider-propiedades-similares .titulo-similares {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #2c4d9c;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

section.slider-propiedades-similares a,
section.slider-propiedades-similares a:hover {
  text-decoration: none;
}

section.slider-propiedades-similares .splide__arrows {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

section.slider-propiedades-similares .splide__arrows .splide__arrow {
  background-color: rgba(0, 0, 0, 0);
}

section.slider-propiedades-similares
  .splide__arrows
  .splide__arrow.splide__arrow--prev {
  left: -2rem;
}

section.slider-propiedades-similares
  .splide__arrows
  .splide__arrow.splide__arrow--next {
  right: -2rem;
}

section.contacto {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.contacto .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

section.contacto .container .info {
  grid-column: 1/2;
}

section.contacto .container .info .title {
  padding-bottom: 40px;
}

section.contacto .container .info .title h1,
section.contacto .container .info .title h2 {
  font-family: "Montserrat", sans-serif;
}

section.contacto .container .info .title h1 {
  font-weight: 900;
  font-size: 40px;
  color: #2c4d9c;
}

section.contacto .container .info .title h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #606060;
  text-transform: none;
  padding-top: 8px;
}

section.contacto .container .info .telefono h1,
section.contacto .container .info .correo h1,
section.contacto .container .info .ubicacion h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #2c4d9e;
  font-weight: 700;
}

section.contacto .container .info .telefono ul,
section.contacto .container .info .correo ul,
section.contacto .container .info .ubicacion ul {
  padding-top: 6px;
  list-style: none;
}

section.contacto .container .info .telefono ul li a,
section.contacto .container .info .correo ul li a,
section.contacto .container .info .ubicacion ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}

section.contacto .container .info .telefono ul li a img,
section.contacto .container .info .correo ul li a img,
section.contacto .container .info .ubicacion ul li a img {
  display: block;
  position: absolute;
  top:4px;
  left: 0;
}
section.contacto .container .info .correo ul li a img{
    top:7px;
}
section.contacto .container .info .ubicacion ul li a {
    padding-left: 32px;
}
section.contacto .container .info .ubicacion ul li a img{
    top: 3px;
}
section.contacto .container .info .telefono .mapc,
section.contacto .container .info .correo .mapc,
section.contacto .container .info .ubicacion .mapc {
  margin-top: 48px;
  width: 855px;
  height: 226px;
}

section.contacto .container .info .telefono {
  padding-bottom: 42px;
}
section.contacto .container .info .telefono li{
    margin-bottom:5px;
}
section.contacto .container .info .correo {
  padding-bottom: 42px;
}

section.contacto .container .info .ubicacion {
  padding-bottom: 46px;
}

section.contacto .container .form {
  grid-column: 2/3;
}

section.contacto .container .form #frmContacto .tit h1,
section.contacto .container .form #frmContacto .tit h2 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

section.contacto .container .form #frmContacto .tit h1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 33px;
  color: #2c4d9c;
  text-transform: uppercase;
}

section.contacto .container .form #frmContacto .tit h2 {
  font-weight: 300;
  font-size: 23px;
  line-height: 33px;
  color: #616161;
}

section.contacto .container .form #frmContacto .frm {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

section.contacto .container .form #frmContacto .frm .co.captcha-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.contacto
  .container
  .form
  #frmContacto
  .frm
  .co.captcha-submit
  .btnEnviar {
  height: 65px;
  width: 192px;
  font-size: 22px;
  background-color: #2c4d9e;
}

section.contacto .container .form #frmContacto .frm .co .form-group {
  margin-bottom: 0;
}

section.contacto .container .form #frmContacto .frm .co .form-group input,
section.contacto .container .form #frmContacto .frm .co .form-group textarea {
  background-color: #e7e0d8;
  padding: 25px;
}

section.contacto .container .form #frmContacto .frm .co .form-group input {
  height: 62px;
}

section.contacto .container .form #frmContacto .frm .co .form-group textarea {
  height: 193px;
}
