/* AGREGADOS POR JAIRO POR SUGERENCIOA DE GPT Np se que hace*/
.mls-wrapper {
	/* display: flex;
	gap: 16px */
}

#mlsGrid {
	/* flex: 1;
	min-width: 0 */
}

#mlsMapWrap {
	/* width: 45vw;
	min-width: 380px */
}

/* #mlsMap {
	width: 100%;
	height: 70vh;
	border-radius: 8px
} */

.mls-wrapper.no-map #mlsMapWrap {
	display: none
}

.mls-wrapper.no-map #mlsGrid {
	/* flex: 1 1 100% */
}


/* DEBUG Estas clases deben ajustarse según lo que se está haciendo*/
/* Ocultar el banner por defecto */
.showFullEvent {
	display: none !important;
}

/* Mostrarlo solo si hay ?debug=1 en la URL */
body[data-debug="true"] .showFullEvent {
	display: flex !important;
}

body[data-debug="true"] .showEvent {
	display: none !important;
}

body[data-debug="true"] .lunch-vip-full.lunch-vip .banner-form .img-gallery {
	height: 1300px !important;
}


/*fuentes principales*/
/* @import url("https://fonts.googleapis.com/css?family=Montserrat+Slab:300,400,700"); */
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,700"); */

/* @import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,400,500,600,700"); */
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,900"); */
/*===================================
				COLORS
=====================================
*/
/*textos negros*/
/*aguamarina*/
/*black*/
/*white*/
/*gris claro*/
/*borde gris*/
/*rojo*/
/*===================================
				FONTS
=====================================
*/
/*ejem @include horizontal-gradient(white, transparent);*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cormorant Infant", serif;
	/* letter-spacing: 2px; */
	line-height: 1.3;
	font-weight: 300;
}

body {
	background: #fff;
	color: rgba(0, 0, 0, 0.87);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 90px;
	font-weight: 300;
}

body.look-fill-sothebys {
	margin-top: 0;
}

body .index_basico {
	margin-top: 89px;
}

body.no_scroll {
	overflow: hidden;
}

b,
strong {
	font-weight: 500;
}

a {
	text-decoration: none !important;
	color: #2B6ED2;
}

.row {
	margin: 0;
}

.container,
.main_content {
	padding: 0;
}

.btn_menu {
	display: none;
}

header.container,
.btn_menu {
	transition: top 0.4s cubic-bezier(.4, 0, .2, 1);
}

.text-muted {
	font-size: 16px;
}

/* Estilos para mantener el menú siempre visible */
.wrapper-no-responsive-menu header .nav-economico {
	display: flex !important;
}

body.thank-you {
	margin-top: 85px;
}

.thank-you .navbar {
	display: flex !important;
}


/* Contenedor flexbox */
.wrapper-no-responsive-menu header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 13px;
}

.wrapper-no-responsive-menu header .navbar.menu_spy {
	padding: 0 16px;
	display: flex;
}

.wrapper-no-responsive-menu header .navbar.menu_spy ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
	/*Evita que los elementos se envuelvan */
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper-no-responsive-menu header .navbar.menu_spy ul li.nav-item {
	white-space: nowrap;
	/* Evita que el texto se divida en varias líneas*/
	margin-left: 15px;
	/*Espacio entre elementos*/
}


/* Opcional: ajustar el logo para que no ocupe demasiado espacio */
.wrapper-no-responsive-menu header .brand {
	margin-right: 20px;
	flex-shrink: 0;
	display: flex;
}


.main_content {
	font-size: 15px;
	letter-spacing: 1px;
	overflow: hidden;
}

.main_content section {
	padding: 60px 0 0;
}

.main_content section.resultadoA {
	padding: 38px 0 10px;
}

.main_content section.resultadoB {
	padding: 10px 0 65px;
}

.main_content section#attempts {
	padding: 72px 0 55px;
}

.main_content section#soluciones {
	padding: 74px 0 50px;
}

.main_content section.banner {
	padding: 0;
	position: relative;
}

.main_content section:last-child {
	border-bottom: 0;
}

.main_content section#developments {
	/* height: calc(100vh - 100px) !important; */
}

header {
	background: #002349;
	border-bottom: .5px solid rgba(255, 255, 255, .3);
	color: #ffffff;
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: background-color 0.4s ease;
}

.look-fill-sothebys header {
	background: transparent;
}

/* color al hacer scroll */
.look-fill-sothebys header.scrolled {
	background-color: #ffffff;
}


.look-fill-sothebys header.scrolled .menu_spy ul li a,
.look-fill-sothebys header.scrolled .menu_spy .dropdown-toggle,
.look-fill-sothebys header.scrolled .btn_menu .icon-menu {
	color: #002349;
}

/* Por defecto (antes de scroll) → logos claros */
.logo-dark {
	display: none;
}

.logo-light {
	display: inline;
}

/* Al hacer scroll → logos oscuros */
.look-fill-sothebys header.scrolled .logo-dark {
	display: inline;
}

.look-fill-sothebys header.scrolled .logo-light {
	display: none;
}

.logo-fallback-text {
	color: #fff !important;
}

.scrolled .logo-fallback-text {
	color: rgba(0, 0, 0, 0.87) !important;
}

header .container {
	padding: 16px 15px;
	display: flex;
	justify-content: space-between;
	max-width: 1350px;
}

.look-fill-sothebys header .container {
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
}

header .container div[class*="col-"] {
	padding: 0;
}

header .brand {
	display: inline-block;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	vertical-align: middle;
	/* width: 20%; */
}

header .brand img {
	height: auto;
	width: 180px;
}

header .brand .event-box img {
	height: auto;
	width: 100px;
}

header .brand .navbar-brand {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

header .menu_spy {
	display: inline-block;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	/* width: 78%; */
}

header .menu_spy ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 24px;
}

header .menu_spy ul li,
header .menu_spy {
	display: inline-block;
	/* margin-left: 8px;
  margin-right: 8px; */
	text-align: center;
	vertical-align: middle;
}

header .menu_spy ul li:last-child {
	margin-right: 0;
}

header .menu_spy ul li a,
header .menu_spy .dropdown-toggle {
	/* color: rgba(0, 0, 0, 0.87); */
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 20px 0;
	font-size: 12px;
}

.look-fill-sothebys header .menu_spy ul li a,
.look-fill-sothebys header .menu_spy .dropdown-toggle {
	font-size: 12px;
	font-weight: 300;
}

header .menu_spy ul li a.btn_light_blue {
	color: #fff;
	padding: 6px 15px 5px;
}

header .menu_spy ul li a.btn_light_blue.active {
	color: #fff;
}

header .menu_spy ul li a.active {
	/* color: #002349; */
	color: #ffffff;
}

header .menu_spy ul li:last-child {
	margin-right: 0;
}


.event-box {
	width: auto;
	height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	line-height: 1.1;
	padding-left: 0;
	position: relative;
	opacity: 1;
}

.event-box:before {
	content: "";
	height: 40px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	left: -8px;
	top: 0;
	opacity: .75;
}

.look-fill-sothebys .event-box:before {
	content: none;
}

.event-box .line-1 {
	font-size: 12px;
	display: block;
	line-height: 11px;
}

.event-box .line-2 {
	font-size: 8px;
	display: block;
	letter-spacing: 0;
}

.event-box .line-3 {
	font-size: 8px;
	display: block;
}

.event-box .line-4 {
	font-size: 8px;
	display: block;
}

.btn {
	transition: all .5s ease;
	cursor: pointer;
	text-decoration: none;
	border-radius: 0;
}

.btn_blue {
	background: #002349 !important;
	color: #ffffff !important;
	border: solid 1px #002349 !important;
	padding: 20px 24px !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
	border-radius: 32px;
	min-width: 200px;
}

.btn_light_blue,
.banner .galeria-inicio .btn_line-white {
	background: transparent !important;
	border: 1px solid #ffffff !important;
	-webkit-border-radius: 32px !important;
	-moz-border-radius: 32px !important;
	border-radius: 32px !important;
	color: #fff !important;
	padding: 20px 16px !important;
	cursor: pointer;
}

.register-buttons>.nav-link.btn_light_blue {
	min-width: 260px;
	text-align: center;
}

.btn-blured {
	backdrop-filter: blur(6px);
}

.btn-blured:is(:hover, :focus, :active) {
	backdrop-filter: blur(12px);
}

.btn_light_blue:hover,
.btn_light_blue:focus {
	background: #ffffff !important;
	border: 1px solid #002349 !important;
	color: #002349 !important;
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.btn_outline_blue {
	background: transparent !important;
	border: 1px solid #002349 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #002349 !important;
	padding: 10px 35px 9px !important;
}

.btn-learn-more {
	margin: 28px auto 65px;
	width: 180px;
	line-height: 130%;
	display: block;
	background: #ffffff !important;
	border: 1px solid #002349 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 12px 35px 11px !important;
	text-decoration: none;
}

.btn-learn-more:hover,
.btn-learn-more:focus {
	background: #db0a3b;
	border: 1px solid #db0a3b;
	box-shadow: none;
	color: #fff;
	outline: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}


.title_section {
	color: #002349;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 50px;
}

.txt_descripcion {
	margin-bottom: 30px;
}

.center_txt {
	text-align: center;
}

.banner .content_banner {
	height: 620px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.thank-you .banner .content_banner {
	height: 85vh;
	min-height: 620px;
}

.banner .content_banner img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner .content_banner:after {
	background: rgba(0, 0, 0, 0.0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner .content_banner .txt {
	position: relative;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .content_banner .txt h2 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-weight: 500;
	margin: 0 auto;
	max-width: 840px;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#metodologia .row {
	display: block;
}

#metodologia .col_left {
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 48%;
	-webkit-flex: inherit;
	-moz-flex: inherit;
	-o-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
}

#metodologia .col_left .title_section {
	margin-bottom: 50px;
	max-width: 430px;
	text-align: center;
}

#metodologia .col_left ol {
	counter-reset: item;
	max-width: 430px;
	margin: 0;
	padding: 0;
}

#metodologia .col_left ol li {
	display: block;
	position: relative;
	margin-left: 50px;
	margin-bottom: 30px;
}

#metodologia .col_left ol li:before {
	border: 2px solid rgba(0, 0, 0, 0.87);
	border-radius: 100%;
	content: counter(item);
	counter-increment: item;
	font-size: 17px;
	height: 34px;
	left: -50px;
	line-height: 31px;
	margin-top: -17px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 34px;
}

#metodologia .col_right {
	display: inline-block;
	float: none;
	text-align: right;
	vertical-align: middle;
	width: 48%;
	-webkit-flex: inherit;
	-moz-flex: inherit;
	-o-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
}

section#metodologia {
	padding-top: 77px;
	padding-bottom: 20px;
}

.resultados {
	background: #fff;
}

.resultados .item_graph {
	text-align: center;
}

.resultados .item_graph .subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: initial;
	margin-bottom: 6px;
}

.resultados .item_graph .promedio {
	color: #002349;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: .5rem;
	height: 30px;
}

.resultados .item_graph .description {
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0 25px;
	min-height: 45px
}

.resultados .item_graph.item_graph-h .description {
	min-height: 25px;
	line-height: 125%;
}

.resultados .item_graph .graphic {
	margin-bottom: 30px;
	margin-top: 20px;
}

.resultados .item_graph .graphic canvas {
	height: 250px !important;
	margin: 0 auto;
	width: 250px !important;
}

.item_graph-h .chart-legend {
	padding-left: 20px;
}

.item_graph-upper {
	margin-bottom: 25px;
}

.chart-legend {
	margin-top: 0px;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
	flex-direction: row;
}

.chart-legend ul {
	margin: 0;
	padding: 0;
}

.chart-legend ul li {
	display: block;
	list-style: none;
	max-width: 255px;
	margin: 0 auto 10px;
	text-align: left;
}

.chart-legend ul li .chart-legend {
	border-radius: 100%;
	display: inline-block !important;
	height: 20px;
	margin-right: 15px;
	vertical-align: -4px;
	width: 20px;
}

.bar_graph .proyectos_labels {
	margin: 30px auto 80px;
	text-align: center;
}

.bar_graph .proyectos_labels .proyect {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

.bar_graph .proyectos_labels .proyect span {
	display: inline-block;
	height: 30px;
	margin-right: 15px;
	vertical-align: middle;
	width: 30px;
}

.bar_graph .item_graph canvas {
	height: auto !important;
	margin: 0 auto;
	max-width: 376px !important;
}

#comparativo .title_section,
#seguimiento .title_section {
	margin-bottom: 30px;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info {
	display: none;
}

.table {
	border: 1px solid #e0e4eb !important;
	border-bottom: 0;
	border-collapse: inherit;
	margin-top: 0px;
	text-align: center;
}

.table thead th,
.table thead td,
.table tbody th,
.table tbody td {
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.table thead th:hover,
.table thead th:focus,
.table thead td:hover,
.table thead td:focus,
.table tbody th:hover,
.table tbody th:focus,
.table tbody td:hover,
.table tbody td:focus {
	box-shadow: none;
	outline: none;
}

.table thead th,
.table tbody th {
	font-weight: 500;
}

.table thead td,
.table tbody td {
	border: 0;
}

.table thead td:last-child,
.table tbody td:last-child {
	min-width: 120px;
}

.table thead {
	background: #fafbfc;
	border: 0;
}

.table thead:hover,
.table thead:focus {
	box-shadow: none;
	outline: none;
}

.table thead tr {
	border: 0;
}

.table thead tr th {
	border-left: 1px solid #e0e4eb;
	border-bottom: 1px solid #e0e4eb;
}

.table thead tr th:first-child {
	border-left: 0;
}

.table thead tr th:last-child {
	border-right: 0;
}

.table tbody {
	background: #fff;
}

.table tbody tr:hover {
	background-color: #f6f6f6;
}

.table tbody tr:nth-child(2n) {
	background: #fafbfc;
}

.table tbody tr td {
	border-bottom: 1px solid #e0e4eb;
}

.table tbody tr td a {
	color: #002349;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
	max-width: 200px;
	white-space: nowrap;
}

.table tbody tr td a:hover,
.table tbody tr td a:focus {
	text-decoration: none;
	opacity: 0.8;
}

.table.table_inverse thead tr th:nth-child(2n) {
	background: #fff;
}

.table.table_inverse tbody {
	background: #fafbfc;
}

.table.table_inverse tbody tr:hover {
	background-color: #f6f6f6;
}

.table.table_inverse tbody tr:nth-child(2n) {
	background-color: transparent;
}

.table.table_inverse tbody tr:last-child td {
	border-bottom: 1px solid #e0e4eb;
}

.table.table_inverse tbody tr td {
	border-bottom: 0px solid #e0e4eb;
	border-right: 1px solid #e0e4eb;
}

.table.table_inverse tbody tr td:nth-child(2n) {
	background: #fff;
}

.table.table_inverse tbody tr td:last-child {
	border-right: 0;
}

.dataTables_paginate {
	margin: 20px auto;
	text-align: right;
}

.dataTables_paginate .pagination {
	display: blocK;
}

.dataTables_paginate .pagination li {
	display: inline-block;
	float: none;
}

.dataTables_paginate .pagination li.active .page-link {
	background: #05abb2;
	border: 1px solid #05abb2;
	color: #fff;
}

.gloho_info .col_left,
.gloho_info .col_right {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.gloho_info .col_left {
	padding-right: 10%;
	position: relative;
}

.gloho_info .col_left figure {
	max-width: 500px;
	overflow: hidden;
}

.gloho_info .col_left figure img {
	height: auto;
	max-width: 500px;
}

.gloho_info .col_left:before {
	background: #e0e4eb;
	content: "";
	display: inline-block;
	height: 100%;
	right: 13%;
	position: absolute;
	top: 0;
	width: 1px;
}

.gloho_info .col_right {
	position: relative;
	width: 39%;
}

.gloho_info .item_info {
	margin-bottom: 55px;
}

.gloho_info .item_info h5 {
	color: #002349;
	font-size: 18px;
	font-weight: 500;
}

.gloho_info .item_info p {
	font-weight: 400;
}

.gloho_info .item_info:last-child {
	margin-bottom: 0;
}

#contacto .title_section {
	margin-bottom: 20px;
}

#contacto .form {
	margin: 0 auto;
	max-width: 378px;
	text-align: center;
}

.index_basico footer {
	/*background: #f7f8fa;*/
}

.index_basico #contacto p {
	/*margin-bottom: 50px;*/
}

.index_basico #contacto .form {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 100%;
	/* padding-right: 6%; */
	position: relative;
	width: 100%;
}

.index_basico #contacto .form form {
	margin: 0 auto;
	max-width: 378px;
}

.index_basico #contacto .form:before {
	/*  background: #e0e4eb;
  content: "";
  display: inline-block;
  height: 70%;
  margin-top: -25%;
  right: 13%;
  position: absolute;
  top: 50%;
  width: 1px;*/
}

.index_basico #contacto .info_contacto {
	/*  display: inline-block;
  vertical-align: middle;
  width: 39%;*/
}

.index_basico #contacto .info_contacto p {
	margin-bottom: 0;
}

.index_basico #contacto .info_contacto .redes {
	margin: 30px 0 45px;
}

.index_basico #contacto .info_contacto .redes ul {
	margin: 0;
	padding: 0;
}

.index_basico #contacto .info_contacto .redes ul li {
	display: inline-block;
	list-style: none;
}

.index_basico #contacto .info_contacto .redes ul li a {
	display: block;
	height: 20px;
	margin-right: 15px;
	width: 20px;
}

.index_basico #contacto .info_contacto .redes ul li a.instagram {
	background: url("../images/ic_instagram.svg") no-repeat center;
	background-size: contain;
}

.index_basico #contacto .info_contacto .redes ul li a.youtube {
	background: url("../images/ic_youtube.svg") no-repeat center;
	background-size: contain;
}

.disclaimer-text {
	display: block;
}

footer .container {
	/*border-top: 1px solid #e0e4eb;*/
	padding: 10px 0;
}

footer .logo-footer {
	height: auto;
	width: 120px;
}

footer .right_txt {
	padding-top: 12px !important;
	text-align: right;
}

footer .right_txt p {
	margin-bottom: 0;
}

.disclaimer h2 {
	font-size: 1.25rem;
	margin-top: 30px;
}

.disclaimer [href="#metodologia"],
.disclaimer [href="#metodologia"] {
	display: none;
}


/*Normalización Gloho*/
.selectpicker-gloho .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.selectpicker-gloho .bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #002349 !important;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 153, 255, 1) !important;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 153, 255, 1) !important;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 153, 255, 1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #f7f8fa;
	color: inherit;
}


/*--- GLOHO Select Flags ---*/

.selectpicker-gloho {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-weight: 400;
	position: relative;
}

.selectpicker-gloho a {
	font-size: 15px !important;
}

.selectpicker-gloho .bootstrap-select {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	background-color: transparent !important;
	border-radius: 0px !important;
	border: solid 1px transparent !important;
}

.selectpicker-gloho .bootstrap-select .dropdown-toggle {
	background-color: #ffffff !important;
	border: solid 1px #ffffff !important;
	font-weight: 400;
	padding: 0 10px;
}

.selectpicker-gloho .bootstrap-select .dropdown-toggle .filter-option {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.selectpicker-gloho .bootstrap-select,
.selectpicker-gloho .bootstrap-select .dropdown-toggle {
	height: 100% !important;
	top: 0;
}

.selectpicker-gloho .bootstrap-select .dropdown-menu li a {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 45px;
}

.selectpicker-gloho .bootstrap-select .dropdown-menu li a:hover,
.selectpicker-gloho .bootstrap-select .dropdown-menu li a:focus,
.selectpicker-gloho .bootstrap-select .dropdown-menu li a:active {
	background-color: #f7f8fa;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.selectpicker-gloho .iti {
	width: 100%;
}

input.telefonoNumber {
	padding-left: 92px !important;
}

.flag {
	background-color: red;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	width: 30px;
}

.callingCode {
	font-weight: 400;
	margin-top: 2px;
	color: #a1adc4;
}

.bootstrap-select .dropdown-menu {
	max-height: 275px !important;
	/*min-height: 245px!important;*/
	left: 0px !important;
	top: -4px;
	width: 99.0% !important;
}

.form-group .bootstrap-select.show {
	width: 100% !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select .filter-option-inner {
	height: 27px;
	width: 100%;
}

.bootstrap-select .filter-option>span {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.selectpicker-gloho .bs-actionsbox,
.selectpicker-gloho .bs-donebutton,
.selectpicker-gloho .bs-searchbox {
	padding: 0;
}

.selectpicker-gloho .dropdown-menu li {
	font-size: 14px;
	font-weight: 400;

}

.selectpicker-gloho .dropdown-menu li a>span.countrypicker-item {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.selectpicker-gloho .dropdown-menu li a .glyphicon {
	display: none !important;
}

.selectpicker-gloho .bootstrap-select .dropdown-menu li a .callingCode {
	color: #a1adc4;
	font-weight: 400;
	margin-left: 5px;
	font-size: 13px;
}

.bootstrap-select .dropdown-toggle .filter-option,
.countrypicker-item {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/*------ For Countries ------*/
.selectpicker-country .dropdown-toggle .callingCode {
	display: none;
}

.selectpicker-country .bootstrap-select .dropdown-menu li a .callingCode {
	display: none;
}

/*------ For Calls ------*/

.selectpicker-phone .telefonosCodes {
	-webkit-border-radius: 0px !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-radius: 0px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.selectpicker-phone .telefonoNumber {
	width: 100%;
	-webkit-border-radius: 0 !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-moz-border-radius: 0 !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	border-radius: 0 !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	z-index: 2;
}

.selectpicker-phone .dropdown-toggle .countryName {
	display: none;
}

.selectpicker-phone .bootstrap-select .dropdown-menu {
	background-color: #ffffff;
	border-bottom: solid 0 #e0e4eb;
	border-top: none;
	border-left: none;
	border-right: none;
	/*max-width: 280px;*/
	/*width: 280px;*/
	z-index: 2;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.selectpicker-phone .bootstrap-select.telefonosCodes.bootstrap-select {
	max-width: 100% !important;
	min-width: 100% !important;
	width: 100% !important;
	background-color: transparent !important;
	border: solid 0px transparent !important;
	position: absolute;
}

.selectpicker-gloho .telefonosCodes.bootstrap-select .dropdown-toggle {
	-webkit-border-radius: 0px !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-radius: 0px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	height: 43px !important;
	top: 1px;
}

.selectpicker-phone .bs-actionsbox,
.selectpicker-phone .bs-donebutton,
.selectpicker-phone .bs-searchbox {
	margin-top: 2px;
}

/*Controla el ancho de las cajas IZQ-DER*/
.selectpicker-gloho .telefonosCodes.bootstrap-select .dropdown-toggle,
.selectpicker-phone .bs-actionsbox,
.selectpicker-phone .bs-donebutton,
.selectpicker-phone .bs-searchbox {
	max-width: 100px !important;
	min-width: 100px !important;
	width: 100px !important;
}

.selectpicker-phone .telefonoNumber {
	margin-left: 100px;
	padding-left: 4px !important;
}


.selectpicker-phone .bs-searchbox input {
	border: 1px solid #fff;
	height: 45px;
	-webkit-border-radius: 0px !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-radius: 0px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.selectpicker-phone .bootstrap-select .inner .selectpicker-phone .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.selectpicker-phone .bootstrap-select .dropdown-toggle:focus {
	-webkit-border-radius: 0px !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius: 0px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-radius: 0px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


span.countrypicker-item span {
	font-size: 12px;
}

.bootstrap-select .filter-option-inner {
	height: 23px;
}

/*--- GLOHO Select Flags ---*/

form label {
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 2px;
	text-align: left;
}

form .form-group {
	margin-bottom: 20px;
	text-align: left;
}

form .form-group input,
form .form-group select {
	background-color: #f7f8fa;
	border: solid 1px #fff;
	border-radius: 0;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	padding: 5px 10px;
}

form .form-group input:hover,
form .form-group input:focus,
form .form-group select:hover,
form .form-group select:focus {
	border: 1px solid #002349;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.87);
	outline: none;
}

form .form-group input.input_buscar {
	background: url("../images/search.svg") no-repeat 96% center;
	background-size: 15px;
}

form .form-group textarea {
	font-size: 13px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.87);
}

form .form-group textarea:hover,
form .form-group textarea:focus {
	border: 1px solid #002349;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.87);
	outline: none;
}

form .form-group select {
	background: url("../images/arrow_down.svg") no-repeat 96% center;
	background-size: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

form .form-group select.form-control:not([size]):not([multiple]) {
	height: 30px;
}

form .form-group .form-check-label {
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

form .form-group .form-check-label input {
	border: 1px solid #e0e4eb;
	border-radius: 100%;
	height: 16px;
	/* margin: 0; */
	/* left: -25px; */
	padding: 0;
	/* top: 0.5px; */
	width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

form .form-group .form-check-label input:checked {
	background: #fff;
	border: 1px solid #002349;
}

form .form-group .form-check-label input:checked:after {
	background: #002349;
	border-radius: 100%;
	content: "";
	height: 10px;
	left: 3px;
	position: absolute;
	top: 4px;
	width: 10px;
}

form .form-group .form-check-label:hover input,
form .form-group .form-check-label:focus input {
	border: 1px solid #002349;
	box-shadow: none;
	outline: none;
}

form .form-group.form-check {
	margin-bottom: 5px;
	padding-left: 25px;
}

form .form-group.form_textarea {
	margin-top: 30px;
}

.card .form-control {
	background-color: #ffffff;
	border: solid 1px #fff;
}

input.checkbox {
	background: #fff;
	border: 1px solid #e0e4eb;
	cursor: pointer;
	margin-top: 1px;
	margin-right: 2px;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

input.checkbox:hover,
input.checkbox:focus {
	border: 1px solid #002349;
	box-shadow: none;
	outline: none;
}

input.checkbox:checked {
	background: url(https://cdn.gloho.com/utilidades/icon-check.png) no-repeat no-repeat center center;
	background-color: #002349;
	background-size: 10px;
}

.buscadores {
	padding: 0;
	text-align: right;
}

.buscadores form .form-group {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	width: 48%;
}

.buscadores form .form-group:last-child {
	margin-left: 10px;
}

.dropdown-toggle:after {
	background: url("../images/arrow_down.svg") no-repeat right center;
	background-size: 15px;
	background-size: contain;
	border: 0;
	height: 14px;
	vertical-align: middle;
	width: 10px;
}

.dropdown-toggle .dropdown button {
	border: 0;
	color: rgba(0, 0, 0, 0.87);
	cursor: pointer;
	font-size: 13px;
	vertical-align: middle;
}

.dropdown-toggle .dropdown button:hover,
.dropdown-toggle .dropdown button:focus,
.dropdown-toggle .dropdown button:active {
	background-color: transparent;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.87);
	outline: none;
}

.dropdown-menu {
	color: rgba(0, 0, 0, 0.87);
	font-size: 13px;
	min-width: 90px;
	padding: 0;
}

.dropdown-menu a {
	color: rgba(0, 0, 0, 0.87);
	font-size: 13px;
	padding: 5px 10px;
}


.dropdown-menu a span.icon-circle-minus:before {
	content: "";
	background: url(../images/ic_detener.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.87);
}

.dropdown-menu a.estado_detenido {
	display: none;
}

.comentarios form .form-group {
	margin: 30px auto;
	max-width: 430px;
}

.nav-item.dropdown .dropdown-toggle {
	display: flex;
}

.nav-item.dropdown .dropdown-toggle:after {
	color: #ffffff;
	margin-left: 0;
	margin-top: 1px;
	width: 20px;
	background: url("https://gloho.com/cdn/utilidades/arrow-down-white.svg") no-repeat right center;
}

.nav-item.dropdown .dropdown-menu {
	border-radius: 0;
}

.nav-item.dropdown .dropdown-menu a.dropdown-item {
	color: #000;
	padding: 12px 8px;
}


/*Estilos No SASS*/

/*Cambia el color de placeholder*/
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3) !important;
	font-size: 16px;
}

::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3) !important;
	font-size: 16px;
}

:-moz-placeholder {
	/* Older versions of Firefox */
	color: rgba(0, 0, 0, 0.3) !important;
	font-size: 16px;
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3) !important;
	font-size: 16px;
}

/*Fin de cambia el color del placeholder*/

.chart-legend-label-text>span.label-width {
	width: 55px;
	display: inline-block;
}

.color-white {
	color: #fff !important;
}

.bk-white {
	background: #fff;
}

.bk-grey {
	background-color: #f7f8fa;
}

.color-blue {
	color: #002349;
}

.bk-blue {
	/* background: #002349!important; */
	background: #002349 !important;
}

.bk-blue .title_section,
.bk-blue .subtitle-little,
.bk-blue q {
	color: #fff;
}

.bk-blue q {
	font-style: italic;
	/*font-family: 'Cormorant Infant', serif;*/
}

.bk-blue small {
	display: block;
	font-size: 70%;
	margin-top: 1px;
}

.bk-beige {
	background-color: #f4f4f2 !important;
}

/*Cambio de imagen de quotation marks*/
q::before {
	/*position: absolute;*/
	/*content: url(../images/quote-mark-3.svg);*/
	content: '"';
	/*height: 40px;
    width: 50px;
    top: -10px;
    left: 10px;
    opacity: .25;*/
}

q::after {
	/*position: absolute;*/
	/*content: url(../images/quote-mark-4.svg);*/
	content: '"';
	/*height: 40px;
    width: 50px;
    bottom: -10px;
    right: 25px;
    opacity: .25;*/
}

#accelerate h5 {
	font-size: 19px;
}

.img-bk {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
	position: relative;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.builder-bk {
	background-image: url(https://gloho.com/cdn/utilidades/logos-proyectos/Gallery-20.jpg);
	background-position: top center !important;
	padding-bottom: 60px ! Important;
	/* background-size: auto; */
}

.spacer {
	height: 8px;
	width: 100%;
	display: block;
}

.card {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #f7f8fa;
	overflow: hidden;
	padding: 20px 35px;
	border: none;
}

.form-demo {
	padding: 40px 0 50px;
}

label.required:after {
	content: " *" !important;
	color: #f41b4e !important;
	margin-right: 3px !important;
}

.form-demo.img-bk .card,
.banner-form .card {
	padding: 20px 35px;
}

/* Estilos para los radio buttons */
.form-control.radio-btn {
	background-color: transparent;
	border: none;
}

.form-control.radio-btn,
.form-control.custom-select {
	height: 45px !important;
}

.radio label {
	font-size: 13px;
	margin-right: 30px;
	padding-left: 30px;
	margin-bottom: 0;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.form-inline .radio label {
	padding-left: 30px;
}

.radio input[type=radio] {
	margin-left: 0px;
}

.form-inline .radio input[type=radio] {
	background: #fff;
	border: 1px solid #e0e4eb;
	border-radius: 100%;
	box-shadow: none;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}

/* Estilos para el campo radio button */
.radio input {
	background: #fff;
	border: 1px solid #e0e4eb !important;
	border-radius: 100% !important;
	box-shadow: none;
	height: 16px !important;
	margin-right: 5px;
	padding: 0 !important;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 16px !important;
}

.radio input[type=radio] {
	margin-left: -30px;
}

/* Estilos estado radio button estado checked*/
.radio input:checked {
	background: #fff;
}

.radio input:checked:after {
	background: #29399b;
	border-radius: 100%;
	content: "";
	height: 10px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 10px;
}

/*Validacion de formulario general*/
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #f41b4e;
}

.invalid-feedback {
	color: #f41b4e;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #002349;
	box-shadow: none;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #002349;
	box-shadow: none;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: transparent;
}

/*Mensaje de validacion Teléfonos*/
.validation-msg {
	color: #f41b4e;
	font-size: 12px;
	line-height: 150%;
}

.validation-msg.icon-check {
	/*color: #05abb2;*/
	color: transparent;
	font-size: 14px;
	position: absolute;
	right: 23px;
	top: 39px;
	width: auto;
	font-weight: 600;
}

.thank-you .banner:after {
	background: rgba(0, 0, 0, 0.4);
}

.thank-you .banner .txt {
	color: #fff;
	text-align: center;
}

.thank-you .navbar .nav-item:nth-child(1),
.thank-you .navbar .nav-item:nth-child(2),
.thank-you .navbar .nav-item:nth-child(3),
.thank-you .navbar .nav-item:nth-child(5) {
	display: none;
}

.thank-you .navbar .nav-item:nth-child(4) {
	pointer-events: none;
}

/*slick INICIO*/
.background-position-middle {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-gallery {
	width: 100vw;
	height: calc(640px + 60px);

	/* filter: brightness(80%); */
}

.banner .slick-slide {
	width: 0;
	/* opacity: 1 !important; */
}

.slick-arrow {
	/*background: rgba(65, 65, 65, 0.8);*/
	background-color: transparent;
	border: solid 1px transparent;
	/*border-radius: 100%;*/
	color: #212121;
	height: 100%;
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 1;
	width: 30px;
	/*left: -10px;*/
	/*margin-top: -15px;*/
	/*padding: 0;*/
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
	transition: all .5s ease;
}


.look-fill-sothebys .slick-arrow:is(:hover, :focus, :active) {
	color: #fff;
	background-color: #002349;
	border: solid 1px #002349;
}

.slick-arrow.slick-next {
	left: inherit;
	right: -10px;
}

.banner .slick-dots {
	bottom: 0;
	color: transparent;
	display: inline-block;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 0;
}

.banner .slick-dots li {
	list-style: none;
	display: inline-block;
	height: 8px;
	padding: 0 8px;
}

.banner .slick-dots li button {
	background: #fff;
	border: none;
	cursor: pointer;
	border-radius: 100%;
	font-size: 0;
	height: 8px;
	opacity: 0.6;
	padding: 0;
	width: 8px;
}

.banner .slick-dots li button:hover,
.banner .slick-dots li button:focus {
	opacity: 1;
}

.banner .slick-dots li.slick-active button {
	opacity: 1;
}

.banner:after,
.banner-gallery .galeria-inicio div .slick-slide .img-gallery:after {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-gallery .galeria-inicio div .slick-slide .img-gallery:after {
	/* background: linear-gradient(0deg, rgba(3, 14, 25, .01) 0, rgba(3, 14, 25, .06) 100%); */
	background: rgba(0, 0, 0, 0.03);
}

.banner-gallery:after {
	content: none;
}

.banner .txt,
.banner .galeria-inicio div .txt {
	position: absolute;
	top: 49.5%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.banner .galeria-inicio div .txt {
	width: inherit;
	text-align: center;
	top: 50%;
	/* background-color: aqua; */
}

.banner .txt h1,
.banner .txt h2 {
	color: #fff;
	/* font-family: "Montserrat", sans-serif; */
	font-weight: 400;
	max-width: 870px;
	text-align: center;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	letter-spacing: 1px;
}


.banner .txt h1 {
	font-size: 30px;
	line-height: 125%;
}

.banner .txt h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 125%;
}

.gallery-title {
	font-size: 60px;
	font-family: "Cormorant Infant", serif;
	/* letter-spacing: -1px; */
	line-height: 1.3;

	font-weight: 400;
	/* peso real disponible */
	-webkit-text-stroke: 0.3px transparent;
	/* afina un poco el trazo */
	letter-spacing: -0.5px;
	/* ajusta para compensar */
}

.gallery-subtitle {
	font-size: 40px !important;
	font-family: "Cormorant Infant", serif !important;
	letter-spacing: -1px;
	line-height: .8;
	text-shadow: none;
}

.btn_line-white {
	border: solid 1px #ffffff;
}

.banner .txt p {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.banner .galeria-inicio .btn {
	min-width: 250px;
	font-weight: 300;
	font-size: 14px;
}

/* #hero-rotateWords */
.hero-rotateWords {
	position: relative;
	font-size: 1.2em;
	font-family: "Cormorant Infant", serif;
	letter-spacing: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-rotateWords span {
	position: absolute;
	opacity: 0;
	transition: opacity 0.0s ease;
	font-size: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	font-style: italic;
}

.hero-rotateWords span.active {
	opacity: 1;
	position: relative;
}

.vline {
	background-color: #fff;
	width: .5px;
	height: 80px;
	margin: 0 auto;
}


.event-wrapper {
	background-color: #f7f8fa;
	color: #8291b0;
	display: flex;
}

.event-edition {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 28px;
}

.event-number {
	position: relative;
	display: flex;
	justify-content: center;
}


.number {
	font-size: 6.95rem;
	width: 60px;
	font-weight: 200;
	position: relative;
	line-height: 85px;
}

.super {
	position: absolute;
	top: -0.43em;
	right: -0.35em;
	font-size: 3rem;
	font-weight: 400;
	width: 18px;
	height: 45px;
}

.super_nd {
	position: absolute;
	top: -1.4em;
	right: -1.25em;
	font-size: 1.4rem;
	font-weight: 400;
	width: 32px;
	height: 0;
	letter-spacing: -1px;
}

.edicion {
	font-size: .9rem;
	letter-spacing: 0;
	transform: rotate(270deg);
	position: absolute;
	bottom: 0.25em;
	right: -2.85em;
}

.event-text {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	line-height: 145%;
	font-weight: 400;
}

.event-text-line-1 {
	font-size: 24px;
	margin-bottom: 9px;
	font-weight: 500;
}

.event-text-line-2 {
	font-size: 24px;
	margin-bottom: 9px;
}

.event-text-line-3 {
	font-size: 24px;
	margin-bottom: 0;
}

.event-text2 {
	position: relative;
}

.event-text2 sup {
	top: -.2em;
}

.super2 {
	position: absolute;
	top: -0.6em;
	right: -0.35em;
	font-size: 3rem;
	font-weight: normal;
	width: 18px;
	height: 45px;
	border-bottom: solid 1px #000;
}


section.porQueAsistir {
	padding-top: 120px;
	padding-bottom: 60px;
}


.queIncluye .container {
	max-width: 950px;
}

.queIncluye h4 {
	letter-spacing: 0;
	font-size: 24px;
}

.queIncluye .card {
	height: 230px;
}

.register-buttons {
	gap: 24px;
	font-weight: 500;
	/* text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); */
}

.register-buttons a {
	background-color: rgba(0, 0, 0, 0.05);
}


.banner.banner-form {
	position: relative;
}

.banner.banner-form .container {
	position: relative;
	height: 100%;
	z-index: 2;
}

.banner.banner-form .row.txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0;
	margin: 32px 0;
}


/*IMPORTANTE SCROLLBAR GENERAL*/
/* width */
.height-pills::-webkit-scrollbar,
.height-pills::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #fff;
}

/* Track */
.height-pills::-webkit-scrollbar-track,
.height-pills::-webkit-scrollbar-track {
	background-color: transparent;
	border-left: solid 1px transparent;
}

/* Handle */
.height-pills::-webkit-scrollbar-thumb,
.height-pills::-webkit-scrollbar-thumb {
	/* -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; */
	background: #e0e4eb;
}

/* Handle on hover */
.height-pills::-webkit-scrollbar-thumb:hover,
.height-pills::-webkit-scrollbar-thumb:hover {
	background-color: #d0d6e2;
}

/*FIN SCROLLBAR GENERAL*/


.type-header {
	background: #e0e4eb;
	bottom: 0;
	display: block;
	left: 0;
	margin: 0;
	margin: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.type-header:before {
	color: #c0c8d8;
	content: "•••";
	font-size: 20px;
	left: 5px;
	line-height: 0;
	position: absolute;
	top: 7px;
}

.header-emailing {
	width: 254px;
	height: 24px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.header-emailing span {
	background-color: #fff;
	display: block;
	font-size: 7px;
	height: 12px;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	width: 100%;
}

.header-landing {
	width: 388px;
	height: 12px;
}


.type-emailing {
	width: 254px;
	height: 493px;
}

.type-landing {
	width: 388px;
	height: 505px;
}

.height-pills {
	overflow-x: hidden;
	margin: 0 auto;
}

.stages-pills .nav-link {
	background-color: #f7f8fa;
	/* -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; */
	height: 65px;
	text-align: left;
	margin-bottom: 38px;
	padding-left: 9px;
	padding-right: 9px;
}

.stages-pills a.nav-link {
	color: rgba(0, 0, 0, .85);
}

.stages-pills a.nav-link:hover {
	background: #eff1f5;
}

.stages-pills .nav-pills .nav-link.active,
.stages-pills .nav-pills .show>.nav-link {
	background-color: #002349;
}

.stages-pills .subtitle-little {
	height: 62px;
	margin-bottom: 0;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.stages-pills .flux .subtitle-little {
	padding: 15px 0 6px;
}

.status_flujo {
	-webkit-border-radius: 00%;
	-moz-border-radius: 00%;
	border-radius: 00%;
	border: solid 1px #4F5E7D;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -ms-flexbox !important;
	display: inline-flex !important;
	margin-top: -2px;
	padding-top: 2px;
	padding-left: 1px;
}

.stages-pills .nav-link .row>div {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: inline-flex !important;
	margin-top: 2px;
}

.stages-pills .nav-pills .nav-link.active .status_flujo,
.stages-pills .nav-pills .show>.nav-link .status_flujo {
	border-color: #fff;
}

/*.stages-pills .nav-pills*/
.nav-link i {
	font-size: 20px;
	margin-right: 5px;
	margin-top: -2px;
}

/*.stages-pills .nav-pills*/
.nav-link i.icon-envelope {
	margin-top: -5px;
}

.nav-link i.icon-home2 {
	font-size: 16px;
	font-weight: bold;
	-webkit-text-stroke: 0.5px currentColor;
	text-stroke: 0.5px currentColor;
	letter-spacing: 0.5px;
}


.hide {
	/*display: none!important;*/
}

.show {
	/*display: block!important;*/
}

.stages-pills {
	/*display: block;*/
}

.stages-pills-mobile {
	display: none;
}


/*CTA phone*/
.cta-phone {
	display: none;
	width: 100%;
	z-index: 999;
	position: fixed;
	bottom: 0;
	padding: 4px;
	-webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
	max-height: 48px;
	min-height: 48px;
	height: 48px;
}

.cta-phone>div {
	min-height: 40px;
	max-height: 40px;
	height: 40px;
}

.cta-phone>div:first-child {
	padding-left: 0;
	padding-right: 0.5px;
}

.cta-phone>div:first-child a {
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.cta-phone>div:first-child i {
	/* margin-top: -5px;
  vertical-align: inherit;
  font-weight: bold; */
}

.cta-phone>div:nth-child(2) {
	/* padding-left: 3px;
  padding-right: 3px; */
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
}

.cta-phone>div:last-child {
	/* padding-left: 0.5px;
  padding-right: 0; */
}

.cta-phone>div:last-child a {
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.cta-phone>div:last-child i {
	vertical-align: inherit;
	font-size: 15px;
	margin-top: -1px;
	display: inline-block;
	font-weight: bold;
}

.cta-phone a {
	min-height: 40px;
	max-height: 40px;
	height: 40px;
	width: 100%;
	padding: 4px 0 !important;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background: #fff !important;
	border: 1px solid #ffffff !important;
	color: #616161 !important;
	transition: all .5s ease;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.cta-phone a:active,
.cta-phone a:focus,
.cta-phone a:hover {
	text-decoration: none
}

.cta-phone a i {
	/* margin-top: -2px; */
	display: inline-block;
}

.cta-phone .btn-line:hover,
.cta-phone .btn-line:active,
.cta-phone .btn-line:focus {
	color: #fff !important;
}

.btn-line {
	border: solid 1px #f41b4e;
	color: #f41b4e;
}

.btn-line:hover,
.btn-line:active,
.btn-line:focus {
	border: solid 1px #f63c67;
	background-color: #f63c67;
	color: #f63c67 !important;
	outline: none;
}

.btn-wsapp {
	border: solid 1px #25d366;
	color: #25d366 !important;
	background-color: #fff;
}

.btn-wsapp:hover,
.btn-wsapp:focus,
.btn-wsapp:active {
	color: #fff !important;
	background-color: #25d366;
	border: solid 1px #25d366;
	;
}

.btn-blue {
	background-color: #05abb2;
	color: #fff !important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background-color: #038296;
	color: #fff;
	outline: none;
}

/* FAQ */
a {
	cursor: pointer;
	/* color: rgb(28 31 39 / 87%); */
	color: #1a1107;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion-faq {
	padding-left: 45px;
	padding-right: 45px;
}

.faq-bk {
	background-image: url(../img/agentes/faq-bk.jpg);
	background-position-y: -105px;
}

.accordion-faq .collapse.in {
	box-shadow: none;
}

/* FANCY COLLAPSE PANEL STYLES */

.section-faq {
	background-color: #f7f8fa;
}

.fancy-collapse-panel .panel-heading a {
	display: inline-block;
	width: 100%;
	position: relative;
	text-decoration: none;
	overflow: initial;

}

.fancy-collapse-panel .panel-heading a:is(:hover, :focus, :active) {
	/* color: rgb(28 31 39 / 87%); */

}

.fancy-collapse-panel .panel-heading a:after {
	font-family: 'icomoon' !important;
	content: "\ea71";
	position: absolute;
	right: 0;
	font-size: 16px;
	font-weight: 500;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
	/*content: "\ea6e"; icomoon up*/
	/*content: "\ea6f"; icomoon down*/
	content: "\ea70";
	/*icomoon left*/
	/* content: "\ea71"; /*icomoon right*/
	/* content: "\ea70"; Icomoon */
	/*content: "\ea71"; Icomoon */
}

.panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: solid 1px #e0e4eb;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-default {
	border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-default>.panel-heading {
	border-color: transparent;
}

.panel-heading {
	padding: 15px;
}

.panel-title {
	font-weight: 500;
}

.panel-body {
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px !important;
	padding: 15px;
}

.panel-title {
	font-size: 16px;
}

.panel-body li {
	margin-bottom: 5px;
}

.subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.subtitle-16px {
	font-size: 16px;
}

.subtitle-24px {
	font-size: 24px;
}

.links-products .card {
	padding: 30px;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.subtitle-little,
.card-professionals .card-title {
	font-size: 20px !important;
	font-weight: 500;
}

.image-left {
	float: right;
}

.image-tight {
	float: left;
}


.img-evento {
	height: 250px;
	width: auto;
}

.img-standVip {
	height: 400px;
	width: auto;
}


.tarjeta_inmueble {
	color: #616161;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	width: 100%;
	width: 352px;
	max-width: 352px;
}

.tarjeta_inmueble:hover {
	color: #757575;
}

.tarjeta_inmueble .tarjeta_inmueble_container {
	transition: all .5s;
}

.tarjeta_inmueble:hover .tarjeta_inmueble_container {
	box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 10px !important;
	border: solid 1px #BDBDBD;
}

.tarjeta_inmueble:hover .contenedor_txt {
	background-color: #FAFAFA;
}

.tarjeta_inmueble .contenedor_img {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 100%;
}

.tarjeta_inmueble .contenedor_img .img_background {
	height: 100%;
	width: 100%;
	transform: scale(1);
	transition: all 1s;
}

.img_background .overlay_gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
	pointer-events: none;
}

.img_background .text_overlay {
	position: absolute;
	bottom: 24px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0 24px;
	text-align: left;
	z-index: 2;
}

.img_background .titulo_overlay {
	font-size: 40px;
	margin: 0 0 8px;
	font-family: "Cormorant Infant", serif;
	line-height: 105%;
	letter-spacing: 0;
}

.tarjeta_inmueble .contenedor_txt {
	background-color: #f4f4f4;
	padding: 20px 20px 25px;
	transition: all .5s;
	display: flex;
	justify-content: space-between;
	/* gap: 16px; */
}


.contenedor-data {
	widows: 70%;
}

.contenedor-foto {
	width: 46%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.tarjeta_inmueble .contenedor_txt h3 {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tarjeta_inmueble_data {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	margin-bottom: 4px;
}

.tarjeta_inmueble_data .data-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.tarjeta_inmueble_data .data-value {
	font-family: "Cormorant Infant", serif;
	padding-left: 8px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	font-style: italic;
	text-align: left;
}

.data_logo {
	display: flex;
	align-content: center;
	justify-content: start;
	width: 100%;
	padding: 8px 16px;
	background-color: #f4f4f4;
}

.data_logo>img {
	height: auto;
	max-height: 50px;
	width: auto;
	max-width: 90%;
	object-fit: contain;
}

.data-agent-foto {
	background-color: #a1adc4;
	border-radius: 00%;
	border: 1px solid #E0E0E0;
	float: right;
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}

.data-agent-name {
	font-size: 14px;
	margin-right: 8px;
	text-align: right;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.data-agent-name strong {
	line-height: 16px;
	margin-bottom: 4px;
}

.data-agent-name small {
	line-height: 15px;
}

.img_background {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.button-tab-group {
	display: none;
	/* display: inline-flex; */
	background: #f3f3f3;
	border-radius: 0;
	padding: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.button-tab-group .tab-button.nav-link {
	border: none;
	background-color: transparent;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 0;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	transition: all 0.2s ease;
	min-width: 210px;
	text-align: center;
}

form .btn_light_blue,
.tab-button.nav-link.active {
	background: #002349 !important;
	color: #ffffff !important;
	border: solid 1px #002349 !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

form .btn_light_blue:hover,
form .btn_light_blue:active,
.tab-button.nav-link.active:hover,
.tab-button.nav-link.active:active {
	background: #ffffff !important;
	color: #002349 !important;
	border: solid 1px #002349 !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}


.vip-space-list li {
	margin-bottom: 24px;
	padding-left: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vip-space-list li i {
	font-size: 24px;
	margin-right: 8px;


}

.main_content section.evento {
	padding: 60px 15px;
	margin: 0;
	width: 100%;
}

.floating-card-wrapper {
	padding-bottom: 0rem;
}

.card-floating-img {
	margin: 0 auto;
	bottom: 3.5rem;
	border-radius: 0;
	width: 85%;
}

.main_content section.standVip {
	/* padding-bottom: 60px; */
}


.main_content section.galeria-patrocinadores {
	padding: 90px 0 100px;
}

.img-patrocinadores {
	height: 48px;
	width: auto;
	opacity: .5;
	padding: 0 48px;
}

:focus-visible {
	outline: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}


.lunch-vip .banner {
	font-family: "Montserrat", sans-serif;
}

.lunch-vip .banner:after {
	background-color: rgb(3 31 60 / 70%);
}

.lunch-vip .banner .txt p,
.lunch-vip .banner .txt h2 {
	font-weight: 300;
}

.main_content.lunch-vip section.galeria-patrocinadores,
.lunch-vip .galeria-patrocinadores {
	background-color: #f9f5f0;
	opacity: 1;
}

.lunch-vip .card {
	background-color: #f9f5f0;
}

.lunch-vip .card input {
	background-color: #f2ece1;
	border: solid 1px #f9f5f0;
}

.lunch-vip .img-patrocinadores {
	opacity: 1;
}


.text-serif {
	font-family: "Cormorant Infant", serif !important;
}

h2.text-serif {
	font-size: 56px !important;
}

.text-vip {
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: -2px;
}

.text-lunch {
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0;
}

.showFullEvent .text-vip,
.showFullEvent .text-lunch {
	font-size: 20px;
}


.showFullEvent ul li {
	font-size: 19px;
}

.text-event-name {
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
}

.event-warning.alert {
	color: #ffffff;
	background-color: #de757f;
	border-color: #b75d67;
	font-size: 14px;
	text-align: center;
	padding: 8px 24px;
	font-weight: 400;
	line-height: normal;
	margin: 0 24px;
	border-radius: 30px;
	letter-spacing: 0;
}

.coding-text {
	font-size: 11px;
	line-height: initial;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: 100%;
}

.coding-text .dress-code-icon {
	margin: 0 4px 0 0;
	height: 32px;
	width: 32px;
}

.coding-text span,
.link,
.btn-view-profile {
	font-weight: 600;
	text-decoration: underline;
	color: #025dc0;
	cursor: pointer;
}

.fecha-lugar .coding-text span {
	color: #51a5ff !important;
}


/* Counter */

#countdown-banner {
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #002349;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	gap: 16px;

	overflow: hidden;
	transition: none;
	/* la animación la hace JS */
}

header.container {
	position: fixed;
	top: 50px;
}

header.container.menu-only {
	top: 0;
}


.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 8px;
	position: relative;
}

.roll-wrapper {
	position: relative;
	height: 24px;
	/* Altura fija en píxeles */
	width: 40px;
	/* Ancho fijo para dos dígitos */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}


.countdown-value {
	font-size: 20px;
	/* Tamaño fijo en píxeles */
	font-weight: 500;
	line-height: 24px;
	/* Igual a la altura del wrapper */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.4s ease-out;
	color: #fff;
	will-change: transform;
	/* Optimización para animaciones */
}

/* Posición inicial: número actual visible, número siguiente debajo */
.countdown-value.current {
	transform: translateY(0);
}

.countdown-value.next {
	transform: translateY(100%);
	/* Comienza completamente debajo */
}

/* Durante la animación: ambos números se mueven hacia arriba */
.countdown-value.current.roll-up {
	transform: translateY(-100%);
	/* Sale completamente hacia arriba */
}

.countdown-value.next.roll-up {
	transform: translateY(0);
	/* Entra a la posición visible */
}

.countdown-label {
	font-size: 8px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}

#countdown-banner.event-started {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

/* Contenido de ejemplo para mostrar que el banner está fijo */
.content {
	padding: 20px;
	text-align: center;
}


/* Estilos para cuando el evento ha comenzado */
#countdown-banner.event-started {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	height: 60px;
	/* Un poco más alto para acomodar los confetis */
}

.event-message {
	position: relative;
	z-index: 2;
}

.event-message span {
	font-weight: 300;
	margin-left: 16px;
}

/* Animación de confetis */
.confetti {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}

@keyframes confetti-fall {
	0% {
		transform: translateY(-20px) rotate(0deg);
		opacity: 1;
	}

	100% {
		transform: translateY(60px) rotate(360deg);
		opacity: 0;
	}
}

.confetti.animate {
	animation: confetti-fall 2s ease-out forwards;
}


/* Gun Club Modal Styles */
.gun-club-header {
	background: white;
	padding: 24px 30px 24px;
	text-align: center;
}

.gun-club-logo {
	margin-bottom: 20px;
}

.gun-club-logo img {
	height: 120px;
}

.gun-club-intro {
	font-size: 18px;
	font-weight: 600;
	color: #1e2f44;
	line-height: 1.5;
	margin: 0 auto;
	letter-spacing: 0;
}

.gun-club-content {
	background: #1e2f44;
	padding: 24px 32px 40px;
	color: white;
}

.dress-code-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.dress-code-icon {
	width: 60px;
	height: 60px;
	background: #fff9e5;
	border: solid 1px #c7bf8b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 24px;
}

.dress-code-heading {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
}

.gun-club-divider {
	border: none;
	border-top: 2px solid white;
	margin: 8px 0;
}

.salon-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 8px 0;
	letter-spacing: 2px;
}

.dress-rules {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.dress-rules p {
	margin: 16px 0 20px;
}

.dress-rules p:last-child {
	margin: 0;
}

.authority-notice {
	border: 2px dashed white;
	border-radius: 8px;
	padding: 8px;
	margin-top: 24px;
	text-align: center;
}

.authority-notice p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}


section.fecha-lugar {
	padding: 60px 15px;
	background-color: #f7f8fa;
}

section.fecha-lugar .container {
	max-width: 800px;
}


.conoceProyectos {
	padding-top: 40px;
}

.conoceProyectos .container {
	max-width: 768px;
}


.slick-prev:before,
.slick-next:before {
	display: none !important;
}


.slick-arrow {
	color: #a1adc4;
	background-color: #ffffff;
	border: solid 1px #a1adc4;
	border-radius: 100%;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	height: 48px;
	width: 48px;
	left: 20px;
	line-height: 40px;
	margin-top: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 1;
	transition: all .2s ease;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.slick-arrow.slick-prev {
	right: inherit;
	left: -70px;
}

.slick-arrow.slick-next {
	left: inherit;
	right: -70px;
}

.look-fill-sothebys .slick-arrow {
	border-radius: 32px;
	background-color: transparent;
	border: solid 1px #ffffff;
	height: 64px;
	width: 100px;
}

.look-fill-sothebys .slick-arrow.slick-prev {
	left: 24px;
}

.look-fill-sothebys .slick-arrow.slick-next {
	right: 24px;
}


.slick-arrow:hover,
.slick-arrow:focus {
	box-shadow: none;
	outline: none;
	box-shadow: none;
	color: #a1adc4;
	background-color: 1;
	opacity: 1;
	transition: all .2s ease;
}

/* 
.look-fill-sothebys .slick-arrow:hover,
.look-fill-sothebys .slick-arrow:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: #a1adc4;
  background-color: 1;
  opacity: 1;
  transition: all .2s ease;
} */

.title-section {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 125%;
	font-weight: 400;
	color: #002349;
	margin-bottom: 1rem;
}

.subtitle-section {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 125%;
	font-weight: 400;
	color: #002349;
	margin-bottom: 1rem;
}

.card-projects {
	transition: all .5s ease;
	display: block;
}

.card-projects .btn {
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 300;
	min-width: 210px;
}

.card-projects:is(:hover, :focus, :active) .btn {
	background-color: #002349 !important;
	color: #ffffff !important;
}

.card-projects:is(:hover, :focus, :active) .card-title,
.card-projects:is(:hover, :focus, :active) .card-text {
	color: initial;
}

.card-projects .card-title {
	font-size: 32px;
	line-height: 115%;
	font-family: "Cormorant Infant", serif;
	text-transform: uppercase;
	min-height: 73.6px;
}

.card-projects .card-text {
	font-size: 24px;
	font-family: "Cormorant Infant", serif;
	text-transform: uppercase;

}

.square-img {
	position: relative;
	width: 100%;
	padding-top: 100%;
	/* relación 1:1 */
	overflow: hidden;
}

.square-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
}


.testimonial-item {
	flex: 0 0 auto;
}


.imagen-redes {
	/* max-width: 320px; */
	/* width: 320px; */
	height: 480px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}


/* Reel internos */
section.container-testimonios {
	background-color: #f7f8fa;
	margin: 0 auto;
	padding: 90px 0;
}

.container-testimonios .container {
	max-width: 1024px;
}


.text-center {
	text-align: center;
}

.color-blue {
	color: #002349;
}

.testimonial-slider {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 16px;
}


.hero-video-wrapper {
	background-color: #000;
	overflow: hidden;
	height: 720px;
}

/* Reel internos */
.video-wrapper {
	position: relative;
	width: 310px;
	height: 480px;
	overflow: hidden;
	background-color: transparent;
}

.reel-video {
	width: 101%;
	height: 100%;
	object-fit: cover;
	margin-left: -1px;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.6);
	border: none;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: background-color 0.3s;
}

.play-button:hover {
	background: rgba(0, 0, 0, 0.8);
}

.play-button svg {
	width: 32px;
	height: 32px;
	fill: white;
}

.controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	align-items: center;
	gap: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.icon-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	display: flex;
	align-items: center;
	border-radius: 3px;
	transition: background-color 0.3s;
}

.icon-btn:hover {
	background: rgba(255, 255, 255, 0.1);
}

.icon-btn svg {
	width: 20px;
	height: 20px;
	fill: white;
}

.progress-range {
	-webkit-appearance: none;
	height: 4px;
	background: #555;
	border-radius: 2px;
	cursor: pointer;
	flex: 1;
	outline: none;
}

.progress-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	background: #002349;
	border-radius: 50%;
	border: 2px solid white;
}

.progress-range::-moz-range-thumb {
	width: 12px;
	height: 12px;
	background: #002349;
	border-radius: 50%;
	border: 2px solid white;
	cursor: pointer;
}


/* Profile */
.agent-photo {
	background-color: #fdfdfd;
	border: solid 1px #fafafa !important;
	height: 180px;
	width: 180px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.content-side-icon i {
	font-weight: 600;
}

.action-send {
	display: flex;
	align-content: center;
}

.action-send button {
	min-width: 250px;
}

.footerLogos {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 24px;
}

.footerLogos img.logo-footer {
	/* width: 100%; */
	height: auto;
	max-width: 200px;
	max-height: 70px;
}


.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
	font-weight: 500;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
	font-weight: 400;
}

.heading-1,
.display-1 {
	font-size: 29px;
}

.heading-2,
.display-2 {
	font-size: 27px;
}

.heading-3,
.display-3 {
	font-size: 24px;
}

.heading-4,
.display-4 {
	font-size: 21px;
}

.heading-5,
.display-5 {
	font-size: 17px;
}

.heading-6,
.display-6 {
	font-size: 15px;
}

.heading-7,
.display-7 {
	font-size: 14px;
}


/* Modal Full */
section.section {
	padding-top: 30px;
	padding-bottom: 17px;
}

.modal-xl {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}


.modal .btn-close,
.offcanvas .btn-close {
	background-image: none !important;
	opacity: 1;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 32px;
	width: 32px;
	background-color: transparent;
	border: none;
	padding: 0;
}

.modal .btn-close i,
.offcanvas .btn-close i {
	font-size: 22px;
	color: white;
}

.close-modal-fixed {
	position: fixed !important;
	right: 20px !important;
	top: 20px !important;
	z-index: 1051 !important;
	/* Mayor que el z-index del modal (1050) */
	margin: 0 !important;
	/* Elimina márgenes por defecto */
}


.show-x-accent {
	background-color: #0000002f !important;
}


.modal-content {
	height: auto;
	border: none;
}

.modal-xl .modal-header {
	border: none !important;
	height: 340px;
	position: relative;
}

.close-modal-fixed:hover {
	background-color: rgba(0, 0, 0, 0.2) !important;
	border-radius: 50%;
}

.modal-xl .modal-header .modal-header-agent {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	border: none;
}

.profile-avatar {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 290px;
	background-color: #f9f9fc;
	background-image: url(https://gloho.com/cdn/utilidades/default-bg-avatar.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.profile-avatar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.content-agent-photo {
	height: 240px;
	width: 200px;
	border: solid 4px #ffffff;
	padding: 0;
	overflow: hidden;
	display: flex !important;
	justify-content: center !important;
}

.content-agent-photo .agent-photo {
	background-color: #fdfdfd;
	border: solid 1px #fafafa !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.modal-body .container {
	max-width: 992px;
}


.play-content .play-txt {
	font-size: 21px;
	text-transform: uppercase;
}

[data-bs-target="#fullModalAboutMe"],
.openFullModalAboutMe {
	display: none;
}

.form-submit form {
	margin-top: 16px !important;
}


.modal-xl .footer {
	margin: 0 !important;
}

.modal-xl .btn-view-profile {
	pointer-events: none;
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
}

.modal-xl .btn-view-profile .profile-text {
	display: none !important;
	opacity: 0;
	;
}

.modal-title {
	line-height: 115%;
}


/* Estado TRUNCADO */
/* Estilo general con transición */
.descripcion_modalDescription {
	overflow: hidden;
	transition: max-height 0.5s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* límite inicial */
	max-height: 6.5em;
	/* altura para 4 líneas */
}

/* Estado colapsado (con clamp) */
.info_txt_modalDescription.collapsed .descripcion_modalDescription {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 6.5em;
	/* Aproximadamente 4 líneas */
}

/* Estado expandido (mostrar todo) */
.info_txt_modalDescription.expanded .descripcion_modalDescription {
	-webkit-line-clamp: unset;
	/* quitar límite */
	max-height: 1000px;
	/* altura grande para mostrar todo */
}

/* Estilo del botón */
.container-btn-view-more {
	margin-top: 16px;
}

.btn-view-more {
	cursor: pointer;
	font-size: 13px;
	color: #2B6ED2;
	font-weight: 500;
}

.btn-view-more:hover {
	text-decoration: underline;
}

/* Social */
.social>a {
	opacity: .6;
	text-decoration: none !important;
	height: 100%;
	display: inline-block;
}

.social>a:hover,
.social>a:focus,
.social>a:hover {
	opacity: 1;
	text-decoration: none !important;
}

.social>a i {
	color: #171819;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: solid 1px #000;
}

.social a span {
	display: flex;
	margin-right: 24px;
}

.icons {
	color: #a19f9f;
	height: 24px;
	width: 24px;
	font-size: 16px;
}


/* Estilos para el div de carga */
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* background: rgba(255, 255, 255, 0.8); */
	backdrop-filter: blur(20px);
	/* Efecto de desenfoque */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 9999;
}

.gloho-custom-bg_opacity_de {
	background-color: #002349 !important;
	color: #ffffff !important;
}

.loading-logo {
	height: 90px;
	width: 170px;
	margin-bottom: 28px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#progress-bar-container {
	width: 180px;
	height: 4px;
	/* Aumenté altura para visibilidad */
	background: rgba(255, 255, 255, 0.2);
	/* Un poco de fondo para la pista */
	border-radius: 2px;
	overflow: hidden;
}

/* Barra de progreso animada y más visible */
#progress-bar {
	background-color: #ffffff;
	/* De naranja a amarillo */
	width: 0;
	height: 100%;
	transition: width 1.1s cubic-bezier(.4, 0, .2, 1);
	border-radius: 2px;
	/* box-shadow: 0 0 6px #f3901f77; */
}

.form-column form {
	max-width: 600px;
	margin: 0 auto;
}

.click-to-email {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* width: 80%; */
}

.btn_line_dark {
	background: transparent !important;
	color: #1a1107 !important;
	border: 1px solid rgba(26, 17, 7, .3) !important;
	padding: 20px 24px;
	border-radius: 32px !important;
	min-width: 180px;

	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}

.btn_line_dark:is(:hover, :focus, :active) {
	background: #002349 !important;
	color: #ffffff !important;
}

.profile-wrapper .btn-group {
	gap: 24px;
	justify-content: center
}

.profile-text>div {
	width: 40vw;
}

.banner-profile-image {
	height: 50vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.paragraph-profile {
	text-align: center;
}

.half-image-left-wrapper .profile-text {
	display: flex;
	justify-content: flex-start;
}

.half-image-right-wrapper .profile-text {
	display: flex;
	justify-content: flex-end;
}


/* ============= SKELETON LOADING STYLES - UNIFICADO ============= */

/* Shimmer animation común - MÁS VISIBLE */
@keyframes shimmer {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

/* Skeleton card para proyectos */
.skeleton-card {
	background: #eff1f5;
	position: relative;
	overflow: hidden;
}

.skeleton-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 20%,
			rgba(255, 255, 255, 0.7) 50%,
			rgba(255, 255, 255, 0.3) 80%,
			rgba(255, 255, 255, 0) 100%);
	animation: shimmer 1.5s infinite;
}

/* Skeleton para imágenes de proyectos */
.skeleton-image {
	width: 100%;
	padding-bottom: 100%;
	/* Mantiene aspecto cuadrado */
	background: #eff1f5;
	position: relative;
	min-height: 400px;
}

/* Elementos de skeleton */
.skeleton-title {
	height: 24px;
	background: #eff1f5;
	margin: 16px 0 8px;
	border-radius: 4px;
}

.skeleton-subtitle {
	height: 16px;
	background: #eff1f5;
	width: 60%;
	margin: 0 auto 16px;
	border-radius: 4px;
}

.skeleton-button {
	height: 40px;
	background: #eff1f5;
	width: 120px;
	margin: 0 auto;
	border-radius: 4px;
}

.skeleton-text {
	height: 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #eff1f5;
}

.skeleton-heading {
	height: 32px;
	width: 60%;
	margin-bottom: 15px;
	border-radius: 4px;
	background: #eff1f5;
}

.skeleton-price {
	height: 40px;
	width: 30%;
	border-radius: 4px;
	background: #eff1f5;
}

/* Sistema de carga de imágenes */
.card-img-top.loading {
	opacity: 0;
	height: 0;
}

.card-img-top.loaded {
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* Transición suave para proyectos ocultos */
.proyecto-oculto {
	overflow: hidden;
}

/* Botón de toggle */
#btnToggleProyectos {
	transition: all 0.3s ease;
}

#btnToggleProyectos:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#btnToggleProyectos:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Sistema antiguo - mantener por compatibilidad */
.content-loaded .skeleton-wrapper {
	display: none !important;
}

.real-content {
	opacity: 0;
	height: 0;
	transition: opacity 0.3s ease-in;
}

.content-loaded .real-content {
	opacity: 1;
	height: inherit;
}

/* Ocultar loading overlay antiguo */
.loading-overlay {
	display: none !important;
}

/* ============= FIN SKELETON STYLES ============= */


/* ========================================
   SKELETON LOADER - GALERÍA INICIO
   ======================================== */

.galeria-skeleton-simple {
	position: relative;
	width: 100%;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.skeleton-loader-gif {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	opacity: 0.6;
	margin: 0 auto;
	width: 100%;
}

/* Ocultar skeleton cuando la galería está lista */
.galeria-inicio.loaded .galeria-skeleton-simple {
	display: none;
}

/* Responsive */
@media (max-width: 768px) {
	.galeria-skeleton-simple {
		height: 400px;
	}
}


/* Ocultar imagen mientras carga */
.card-img-top.loading {
	opacity: 0;
	height: 0;
}

/* Mostrar imagen cuando carga */
.card-img-top.loaded {
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* Transición suave para los proyectos */
.proyecto-oculto {
	overflow: hidden;
}

/* Estilo para el botón */
#btnToggleProyectos {
	transition: all 0.3s ease;
}

#btnToggleProyectos:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#btnToggleProyectos:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}


@media screen and (max-width: 1199px) {
	header .container {
		padding-left: 15px;
		padding-right: 15px;
		justify-content: space-between;
		align-items: center;
		display: flex;
		max-width: 100%;
	}

}

@media screen and (max-width: 1100px) {

	header .brand {
		width: 10%;
	}

	header .brand img {
		/* height: auto;
    width: 100%; */
	}

	header .menu_spy ul li {
		margin-right: 8px;
	}

	#metodologia .col_right img {
		height: auto;
		width: 100%;
	}

	#metodologia .row {
		text-align: center;
	}

	#metodologia .row .col_left {
		text-align: left;
	}

	#metodologia .row .col_left ol li:last-child {
		margin-bottom: 0;
	}

	.gloho_info .col_left:before {
		right: 9%;
	}
}

@media screen and (max-width: 991px) {
	body {
		margin-top: 70px;
	}

	.hidden-sm {
		display: none !important;
	}

	body.overlay_menu {
		overflow: hidden;
	}

	.btn_menu {
		display: block;
		cursor: pointer;
		right: 20px;
		position: fixed;
		/* top: 15px; */
		z-index: 999;
		transform: none !important;
		/* evita desplazamientos por transform */
	}

	.btn_menu {
		/* top: 80px !important; */
	}

	.btn_menu.menu-only {
		top: 22px !important;
	}

	.look-fill-sothebys .btn_menu.menu-only {
		top: 22px !important;
	}

	.btn_menu .icon-menu {
		color: #ffffff;
		font-size: 30px;
	}

	.btn_menu .icon-menu:before {
		content: "\ea65";
	}

	.btn_menu.icon_close .icon-menu {
		font-size: 16px;
		font-weight: 600;
		padding: 4px;
		margin: 4px;
		line-height: 29px;
	}

	.btn_menu.icon_close .icon-menu:before {
		content: "\ea6a";
	}


	header {
		height: auto;
	}

	header.overlay_menu:after {
		background: rgba(0, 0, 0, 0.8);
		content: "";
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

	header .container {
		padding: 16px 15px;
	}

	header .brand {
		text-align: left;
		width: 90%;
	}

	header .brand img {
		display: block;
		height: auto;
		margin: 0 auto;
		/* width: 80px; */
		width: 120px;
	}

	.look-fill-sothebys header .brand img {
		width: 120px;
	}

	.look-fill-sothebys header .brand img. {
		width: 120px;
	}

	header .brand img.logo-dark {
		display: none;
	}


	header .menu_spy {
		background: #002349;
		height: 100%;
		right: -320px;
		position: fixed;
		text-align: left;
		top: 0;
		width: 320px !important;
		z-index: 99;
		-webkit-transition: right 0.5s;
		-moz-transition: right 0.5s;
		-o-transition: right 0.5s;
		-ms-transition: right 0.5s;
		transition: right 0.5s;
		margin-right: 0;
	}

	header .menu_spy.open_menu {
		right: 0;
		-webkit-transition: right 0.5s;
		-moz-transition: right 0.5s;
		-o-transition: right 0.5s;
		-ms-transition: right 0.5s;
		transition: right 0.5s;
	}

	header .menu_spy ul {
		padding: 70px 25px 20px;
	}

	header .menu_spy ul li {
		display: block;
		border-bottom: 1px solid #e0e4eb;
		margin: 0;
		/* margin-bottom: 20px;
    padding-bottom: 15px; */
		text-align: left;
	}

	header .menu_spy ul li:last-child {
		border-bottom: 0;
	}

	header .menu_spy ul li a {
		font-size: 15px;
	}

	header .menu_spy ul li a span br {
		display: none;
	}

	header .menu_spy ul li a.btn_light_blue {
		background-color: transparent;
		border: 0;
		color: rgba(0, 0, 0, 0.87);
		padding: 0;
		width: 160px;
		text-align: center;
	}


	.banner .content_banner {
		height: 420px;
	}

	.banner .content_banner .txt h2,
	.thank-you .banner .content_banner .txt h2 {
		font-size: 24px !important;
		padding: 0 15px;
	}

	.resultados .item_graph .description {
		padding: 0 10px;
	}

	.resultados .item_graph .graphic {
		padding: 0 15px;
	}

	.resultados .item_graph .graphic canvas {
		height: auto !important;
		width: 100% !important;
	}

	.index_basico #contacto .form {
		padding-right: 13%;
	}

	.buscadores form .form-group {
		width: 47%;
	}


	.wrapper-no-responsive-menu header .btn_menu {
		display: none !important;
	}

	.wrapper-no-responsive-menu header .navbar.menu_spy {
		position: relative;
		width: 100% !important;
		right: 0;
		padding: 0;
	}

	.wrapper-no-responsive-menu header .brand {
		width: auto;
	}

	.wrapper-no-responsive-menu header .navbar.menu_spy ul li.nav-item {
		border-bottom: none;
		margin: 0;
		padding: 0;
	}

	.wrapper-no-responsive-menu header .navbar.menu_spy ul li.nav-item a {
		font-size: 12px;
	}

	.wrapper-no-responsive-menu header .navbar.menu_spy ul li.nav-item a.nav-link.btn_light_blue {
		display: none !important;
	}

	.thank-you .navbar {
		left: 0;
		height: auto;
		padding: 12px 15px;
	}

	.thank-you .navbar .brand {
		display: flex;
	}

	.thank-you .navbar ul {
		display: none !important;
	}

	header .menu_spy.dropdown {
		width: auto !important;
		height: 40px !important;
		position: relative !important;
		top: 0 !important;
		right: 45px !important;
		/* display: flex; */
		display: none;
		align-items: center;
	}

	.btn_menu.icon_close {
		top: 22px !important;
	}

	.container {
		max-width: 100%;
	}

	#countdown-banner {
		flex-direction: column;
		height: 60px;
		gap: 0;
	}

	.countdown-value {
		font-size: 17px;
	}

	.countdown-banner-text,
	.event-message span {
		display: block !important;
	}

	.countdown-banner-text {
		text-align: center;
		font-size: 12px;
	}


	.form-demo .nav-item {
		margin: 0 auto;
	}

	.form-demo .nav-item a.nav-link {
		font-size: 12px;
		padding: 10px 0;
		min-width: 145px;
		letter-spacing: 0;
	}

	.tarjeta_inmueble .contenedor_txt {
		flex-direction: column;
	}

	.tarjeta_inmueble_data,
	.tarjeta_inmueble .contenedor_txt>div {
		justify-content: center;
		width: 100%;
	}

	.contenedor-data {
		margin-bottom: 8px;
	}

}

@media screen and (max-width: 768px) {
	.hidden-xs {
		display: none !important;
	}

	.video-wrapper {
		width: 280px;
		height: 430px;
	}

	.imagen-redes {
		margin: 0 auto;
		height: 430px;
	}

	.event-message {
		font-size: 12px;
		padding: 0 15px;
		line-height: 16px;
	}

	.title-section {
		font-size: 24px;
	}

	.stages-pills {
		display: none;
	}

	.stages-pills-mobile {
		display: block;
		background-color: #fff !important
	}

	.stages-pills .nav-link {
		width: 70%;
		margin: 0 auto;
		padding-top: 17px;
	}

	.stages-pills .nav-link.tittle-calls {
		width: 48.7%;
	}

	.stages-pills-mobile .slick-slide img {
		margin: 0 auto;
		width: 90%;
		height: auto;
	}

	.stages-pills-mobile .slick-slide .height-calls img {
		width: 63%;
	}

	.header-emailing,
	.header-landing {
		width: 90% !important;
	}

	.height-pills {
		width: 80%;
	}

	.type-landing,
	.type-emailing {
		width: 100%;
		height: auto;
	}

	.width-mobile {
		max-width: 550px !important;
	}

	.btn_light_blue {
		background: transparent !important;
		border: 1px solid #ffffff !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		color: #fff !important;
		padding: 10px 16px 9px !important;
		-webkit-transition: all 0.5s !important;
		-moz-transition: all 0.5s !important;
		-o-transition: all 0.5s !important;
		-ms-transition: all 0.5s !important;
		transition: all 0.5s !important;
	}

	.cta-phone {
		display: flex;
	}

	.menu_spy .nav-item[href="index_es.php"] {
		display: none;
	}

	.image-left,
	.image-right {
		float: none;
		margin: 0 auto;
		height: auto;
		width: 100%;
	}

	.main_content section {
		padding-bottom: 32px !important;

	}

	.image-right.img-evento {
		width: 50%;
	}

	.queIncluye h4 {
		font-size: 16px;
	}

	.main_content section.standVip {
		padding-top: 0;
	}

	.card-floating-img {
		bottom: 1.5rem;
	}

	.vip-space-list li {
		justify-content: center;
		flex-direction: column;
	}

	.vip-space-list li i {
		flex-direction: column;
	}

	.builder-bk {
		background-size: 2170px;
	}

	.banner.banner-form .row.txt {
		margin-top: 32px;
	}

	.coding-text {
		margin: 16px auto 0;
		font-size: 14px;
	}

	.container-sorry {
		flex-direction: column;
		margin-bottom: 24px;
		width: 100%;
	}

	.panel-heading,
	.panel-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.simpleAccount .container-infoagent {
		flex-direction: column;
	}

	.simpleAccount .container-infoagent>div.d-flex {
		margin: 0 auto;
		text-align: center;
	}

	.simpleAccount .container-infoagent>div {
		width: 100%;
		text-align: center;
		white-space: normal;
	}


	.simpleAccount .container-infoagent>div ul {
		display: flex;
		flex-direction: column;
	}

	.simpleAccount .container-infoagent>div ul li,
	.footerLogos {
		justify-content: center;
		margin: 0 auto;
	}

	.click-to-email {
		width: auto;
	}

	.container.event-edition {
		max-width: auto;
	}

	.event-text {
		line-height: 195%;
	}

	.event-text-line-2,
	.event-text-line-3 {
		display: inline;
	}

	.modal-xl .modal-header {
		height: 450px;
	}

	.modal-header-agent>div>* {
		padding-left: 15px !important;
		padding-right: 15px !important;
		text-align: center;
	}

	.modal-header-agent div div ul li {
		margin-top: 16px !important;
		line-height: 32px;
	}

	.content-agent-photo {
		border: none !important;
	}

	.content-agent-photo .agent-photo {
		height: 240px !important;
		width: 200px !important;
	}

	.profile-avatar {
		height: 100%;
	}


	.half-image-left-wrapper .profile-text>div,
	.half-image-right-wrapper .profile-text>div,
	.profile-wrapper .profile-text>div {
		width: 100%;
	}


	.image-plus-text .image-container>img {
		width: 70%;
		height: auto
	}

	.queIncluye .card {
		height: auto;
	}


	.look-fill-sothebys .slick-arrow {
		border: none;
	}

	.look-fill-sothebys .slick-arrow:is(:hover, :focus, :active) {
		background-color: transparent;
		border: none;
	}

	.look-fill-sothebys header.scrolled .menu_spy {
		background-color: #ffffff;
	}

}

@media screen and (max-width: 767px) {

	.slick-slider {
		position: relative;
	}

	.slick-slider .slick-arrow {
		/*top: 37%;*/
		width: 30px;
		height: 100%;
	}

	.banner .slick-slider .slick-arrow {
		height: 100%;
		width: 30px;
	}

	.slick-slider .slick-arrow.icon-chevron-left,
	.slick-slider .slick-arrow.prev {
		left: 0;
		padding: 0;
	}

	.slick-slider .slick-arrow.icon-chevron-right,
	.slick-slider .slick-arrow.next {
		right: 0;
		padding: 0;
	}

	#howTo.slick-slider .slick-arrow.slick-prev {
		left: -10px;
		padding: 1px 6px 0px 4px;
	}

	#howTo.slick-slider .slick-arrow.slick-next {
		right: -10px;
		padding: 1px 0px 0px 5px;
	}

	.slick-slider .slick-dots li {
		display: inline-block;
		list-style: none;
		margin: 0 8px;
		height: 8px;
		width: 8px;
	}

	.slick-slider .slick-dots li.slick-active button {
		/* background: rgba(65, 65, 65, 0.8); */
		opacity: 1;
		/*background: #eff1f5;*/
	}

	.slick-slider .slick-dots li button {
		background: rgba(65, 65, 65, 0.5);
		border-radius: 100%;
		border: none;
		color: transparent;
		cursor: pointer;
		font-size: initial;
		height: 6px;
		width: 6px;
		padding: 0;
		position: relative;
	}

	.slick-dots li button:before {
		font-size: 8px;
		width: 8px;
		height: 8px;
		top: -6px;
		left: -1px;
		opacity: 0;
	}

	.slick-dotted.slick-slider {
		margin-bottom: auto;
	}

	#slick-slide22 .height-pills,
	#slick-slide25 .height-pills {
		width: 100%;
	}

	/*.slick-list .slick-slide >div.img-gallery[style="background-image: url(images/neighborhood.jpg);"] {*/
	#galeriaInicio #slick-slide10 .img-gallery {
		/*background-image: url(images/neighborhood-small.jpg)!important;*/
		background-image: url(https://gloho.com/cdn/utilidades/img-new-items/S-F-Study/neighborhood-small.jpg) !important;
	}

	/*.slick-list .slick-slide >div.img-gallery[style="background-image: url(images/central-park.jpg);"] {*/
	#galeriaInicio #slick-slide11 .img-gallery {
		/*background-image: url(images/central-park-small.jpg)!important;*/
		background-image: url(https://gloho.com/cdn/utilidades/img-new-items/S-F-Study/central-park-small.jpg) !important;
	}


	/* .tarjeta_inmueble .contenedor_img, */
	.tarjeta_inmueble {
		width: 335px !important;
		max-width: 335px;
	}


	.builder-bk {
		background-image: url(https://gloho.com/cdn/utilidades/logos-proyectos/Gallery-20.jpg) !important;
	}

	header .menu_spy {
		height: 100%;
		right: -100%;
		width: 100% !important;
	}

	.title_section {
		font-size: 20px;
		line-height: 125%;
		margin-bottom: 10px;
	}

	.resultados .title_section {
		margin-top: 5px !important;
	}

	.main_content section.resultadoA {
		padding: 38px 0 30px;
	}

	.main_content section.resultadoB {
		padding-bottom: 60px;
		padding-top: 23px;
	}

	.main_content section#attempts {
		padding: 56px 15px 33px;
	}

	.main_content section#how-mobile {
		padding: 54px 15px 33px;
	}

	.btn-learn-more {
		margin: 28px auto 58px;
	}

	.banner .content_banner .txt h2 {
		font-size: 20px;
		line-height: inherit;
	}

	.main_content section {
		padding: 32px 15px 0;
	}

	.main_content section.banner,
	.main_content section.queIncluye {
		padding-bottom: 0 !important;
	}

	.main_content section.galeria-patrocinadores {
		padding-top: 40px;
	}

	section#metodologia {
		padding-top: 56px;
	}

	#metodologia .col_left {
		margin-bottom: 30px;
	}

	#metodologia .col_left .title_section {
		margin-bottom: 20px;
		max-width: 100%;
	}

	#metodologia .col_left ol {
		max-width: 100%;
	}

	#metodologia .row .col_left,
	#metodologia .row .col_right {
		display: block;
		max-width: 100%;
		width: 100%;
	}

	#metodologia .row .col_left figure,
	#metodologia .row .col_right figure {
		margin: 0;
	}

	.bar_graph .proyectos_labels {
		margin-bottom: 30px;
	}

	.bar_graph .proyectos_labels .proyect {
		display: block;
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
	}

	.bar_graph .item_graph canvas {
		max-width: 80% !important;
	}

	.resultados .row {
		display: block;
		-webkit-flex: inherit;
		-moz-flex: inherit;
		-o-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		-webkit-flex-wrap: inherit;
		-moz-flex-wrap: inherit;
		-o-flex-wrap: inherit;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
	}

	.resultados .item_graph {
		display: block;
		max-width: none;
		-webkit-flex: inherit;
		-moz-flex: inherit;
		-o-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		-webkit-flex-wrap: inherit;
		-moz-flex-wrap: inherit;
		-o-flex-wrap: inherit;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
	}

	.resultados .item_graph:hover,
	.resultados .item_graph:focus {
		border: 0;
		box-shadow: none;
		outline: none;
	}

	.resultados .item_graph .graphic {
		margin-top: 15px;
	}

	.resultados .item_graph .graphic canvas {
		height: auto !important;
		margin: 0 auto;
		width: 80% !important;
	}

	.resultados .item_graph .subtitle {
		margin-bottom: 5px;
	}

	.resultados .item_graph .promedio {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.gloho_info .col_left,
	.gloho_info .col_right {
		display: block;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}

	.gloho_info .col_left:before {
		content: none;
	}

	.gloho_info .col_right {
		text-align: center;
	}

	.gloho_info .item_info h5 {
		font-size: 17px;
	}

	.index_basico #contacto .title_section {
		margin-bottom: 0;
	}

	.index_basico #contacto .form {
		padding-right: 0;
		width: 100%;
	}

	.index_basico #contacto .form:before {
		content: none;
	}

	.index_basico #contacto .info_contacto {
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}

	.index_basico #contacto .info_contacto .redes {
		margin-bottom: 0;
		text-align: center;
	}

	footer .left_txt,
	footer .right_txt {
		text-align: center;
	}

	footer .right_txt {
		padding-top: 6px !important;
	}

	footer .logo-footer {
		width: 100px;
	}

	.hidden-xs {
		display: none !important;
	}


	.item_graph-h .d-flex {
		display: block !important;

	}

	.item_graph-h .chart-legend {
		padding-left: 0;
	}

	.resultados .divider {
		display: none;
	}

	.subtitle-responsive-height {
		height: 48px;
	}

	.item_graph-upper {
		margin-bottom: 0;
	}

	header .menu_spy ul {
		overflow: auto;
		max-height: 100%;
		flex-direction: column;
		padding: 70px 60px 20px;
		gap: 0;
	}

	.profile-text {
		width: 100% !important;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.paragraph-profile {
		text-align: justify;
	}

	.btn-ver-mas {
		margin-top: 1.5rem;
	}

	.look-fill-sothebys header .menu_spy {
		background-color: #002349;
	}
}

@media screen and (max-width: 576px) {
	.loading-logo {
		margin-top: -40px;
	}

	.img-gallery {
		height: 500px !important;
	}

	section#metodologia {
		padding: 54px 15px 0;
	}

	section.resultados {
		padding: 54px 15px 0px;
	}

	section#attempts {
		padding: 72px 15px 51px;
	}

	#how-mobile .flux {
		margin-bottom: 0;
		padding-bottom: 7px !important;
	}

	section#contacto {
		padding: 80px 15px 80px;
	}

	.btn-learn-more {
		margin: 40px auto 45px;
	}

	.form-demo.img-bk .card {
		padding: 20px 15px !important;
	}

	#attempts .title_section {
		text-align: left !important;
	}

	#how-mobile>p {
		text-align: left;
	}

	.action-send>.px-2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.action-send .btn_light_blue {
		margin: 0 auto;
		display: block;
	}

	.disclaimer-text {
		text-align: center;
	}

	.tarjeta_inmueble {
		width: 330px !important;
		max-width: 330px;
	}

	.stages-pills .nav-link {
		width: 90%;
		background-color: #002349;
		color: #fff;
	}

	.stages-pills .nav-link .status_flujo {
		border: solid 1px #fff;
	}

	.stages-pills .nav-link.tittle-calls {
		width: 59%;
	}

	.slick-initialized .slick-slide {
		margin: 0 0;
	}

	#howTo.slick-initialized .slick-slide {
		margin: 0 15px;
	}

	.width-mobile {
		max-width: 520px !important;
	}

	.stages-pills .subtitle-little {
		font-size: 17px;
	}

	.stages-pills .flux .subtitle-little {
		font-size: 20px;
	}

	.stages-pills-mobile .slick-slide .height-calls img {
		width: 63%;
	}

	.banner .txt {
		padding-left: 15px;
		padding-right: 15px;
	}

	.video-wrapper {
		height: 590px;
	}

	#attempts .my-quote {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.banner .slick-dots {
		bottom: 40px;
		height: auto;
	}

	.banner .slick-dots li {
		height: 100%;
	}

	.flux>div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	form#contactoForm .row>div.mx-3 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.card-floating-img {
		width: 95%;
	}

	section#contacto {
		padding: 50px 15px;
	}

	.button-tab-group {
		justify-content: center;
		gap: 8px;
	}

	.accordion-faq,
	form .form-group {
		padding: 0 !important;
	}

	.row>div {
		padding-left: 0;
		padding-right: 0;
	}

	.banner-form .row>div {
		padding-left: 15px;
		padding-right: 15px;
	}

	form .form-group.nombreRepresentante {
		padding-right: 8px !important;
	}

	form .form-group.apellidoRepresentante {
		padding-left: 8px !important;
	}

	/* .links-products .row>div, */
	.conoceProyectos .row>div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.builder-bk {
		background-size: 2170px;
	}

	.fancy-collapse-panel .panel-heading a {
		width: 90%;
	}

	.fancy-collapse-panel .panel-heading a:after {
		right: -30px;
	}

	.img-gallery {
		height: 425px !important;
	}


	.banner .txt h1 {
		font-size: 24px;
	}

	.hero-rotateWords span {
		font-size: 32px;
	}

	.banner .txt h2 {
		font-size: 16px !important;
	}

	.banner .txt p {
		font-size: 16px !important;
	}


	.look-fill-sothebys .gallery-title {
		font-size: 40px;
		line-height: .8;
	}

	.look-fill-sothebys .banner .txt p.gallery-subtitle {
		font-size: 30px !important;
		margin-top: 4px;
		margin-bottom: 1.5rem;
	}


	.register-buttons {
		gap: 24px;
		flex-direction: column;
	}

	.register-buttons a {
		width: 80%;
		text-align: center;
	}

	.card-floating-img {
		padding: 20px 20px;
	}

	.tarjeta_inmueble .contenedor_txt {
		flex-direction: column;
	}

	.h2,
	h2 {
		font-size: 1.5rem;
	}

	.main_content section.standVip {
		padding-bottom: 0;
	}

	section.section-faq {
		margin-bottom: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.index_basico footer {
		padding-bottom: 76px !important;
		padding-top: 0px !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.banner-form .txt>div:nth-child(1) {
		margin-top: 32px;
	}

	.banner-form .img-gallery {
		height: 1120px !important;
	}

	.lunch-vip .banner-form .img-gallery {
		height: 1120px !important;
	}

	.lunch-vip.lunch-vip-full .banner-form .img-gallery {
		height: 1280px !important;
	}

	.inscription .banner-form .img-gallery {
		height: 1220px !important;
	}


	.action-send.d-flex {
		flex-direction: column;
	}

	.coding-text {
		font-size: 13px;
	}

	.action-send.d-flex .coding-text {
		justify-content: center;
	}

	.action-send.d-flex .coding-text .dress-code-icon,
	.action-send.d-flex .coding-text>span {
		margin: 0;
	}

	.lunch-vip .banner .txt {
		text-align: center !important;
	}

	.lunch-vip .banner .txt h2 {
		font-size: 40px !important;
	}

	.text-lunch-vip * {
		text-align: center !important;
	}

	.thank-you .banner .txt {
		line-height: 175%;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.thank-you .banner .btn_light_blue.txt {
		border-radius: 32px !important;
	}

	footer .container {
		padding: 24px 0 0;
	}

	.container.event-edition {
		padding: 0 15px;
	}

	section.porQueAsistir {
		padding-left: 15px;
		padding-right: 15px;
	}

	.social {
		text-align: center;
	}

	.social>a {
		margin-bottom: 8px;
	}

	.social a span {
		margin: 8px 16px;
	}

	.form-column form {
		max-width: 100%;
	}

	section .profile-text,
	.full-block-wrapper .container,
	.profile-wrapper .profile-data {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.subtitle-section {
		text-align: center;
	}


	.look-fill-sothebys .banner .galeria-inicio div .txt {
		padding-left: 15px;
		padding-right: 15px;
	}

	.btn_light_blue,
	.banner .galeria-inicio .btn_line-white {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.look-fill-sothebys .banner .galeria-inicio .btn {
		min-width: 90%;
	}

	.look-fill-sothebys .card-projects .btn {
		min-width: 100%;
	}

	.look-fill-sothebys .card-projects .card-body,
	.look-fill-sothebys .conoceProyectos .container,
	.look-fill-sothebys .conoceProyectos .container-fluid,
	.look-fill-sothebys .conoceProyectos .columns-projects {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}


	.look-fill-sothebys .card-projects .card-body {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.look-fill-sothebys .conoceProyectos>div {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.card-projects .card-title {
		min-height: auto;
	}

	.look-fill-sothebys .card-projects .card-title {
		font-size: 25px;
		margin-bottom: 0 !important;
	}

	.look-fill-sothebys .card-projects .card-text {
		font-size: 20px;
		margin-bottom: .5rem !important;
	}

}

@media screen and (max-width: 375px) {
	.form-demo.img-bk .card {
		padding: 20px 5px;
	}

	.banner .txt h2 {
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}

	.stages-pills .nav-link {
		width: 96%;
	}

	.stages-pills .nav-link.tittle-calls {
		width: 40%;
	}

	.width-mobile {
		max-width: 320px !important;
	}

	.stages-pills-mobile .slick-slide .height-calls img {
		width: 40%;
	}

	.disclaimer-text a {
		display: block;
	}

	.img-gallery {
		height: 450px !important;
	}

	.event-edition {
		flex-direction: column;
		gap: 8px;
	}

	.event-text {
		text-align: center;
	}

	.event-number {
		margin: 0 auto;
	}

	.event-number {
		font-size: 4rem;
		width: auto;
		line-height: 65px;
	}

	.event-text>* {
		font-size: 20px !important;
		margin-bottom: 0px !important;
	}

	.number {
		font-size: 4rem;
		width: auto;
		line-height: 65px;
	}

	.super {
		top: -0.35em;
		right: -0.3em;
		width: 13px;
		font-size: 2rem;
	}

	.super_nd {
		top: -0.63em;
		right: -0.32em;
		letter-spacing: 0;
	}


	.edicion {
		font-size: .7rem;
		bottom: 0.75em;
		right: -1.7em;
	}

	/* Modal full */
	.modal-xl .contact>.row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.modal-xl .form-submit {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.modal-xl .modal-body {
		display: block !important;
	}

	.modal-xl .content-agent-photo {
		display: none;
		width: 100% !important;
		justify-content: center !important;
		z-index: 1;
	}

	.modal-xl .agent-photo {
		margin-bottom: 0 !important;
	}

	.modal-xl .contact .ms-2 {
		margin-left: 0 !important;
	}

	.modal-xl .contact>.row>div>ul>li:nth-child(1) {
		margin-bottom: 0 !important;
	}

	.modal-xl .contact>.row>div>ul>li:nth-child(2) {
		margin-top: 0 !important;
	}

	.tarjeta_inmueble {
		width: 315px !important;
		max-width: 315px;
	}

	.click-to-email {
		width: 100%;
	}

	.profile-wrapper .btn-group {
		gap: 16px;
	}

	.profile-wrapper .btn-group .btn_line_dark {
		min-width: 160px;
	}


}