/*
Theme Name: Mirabilia Hype
Theme URI: https://mati.agency
Version: 1.0
Author: @matiagency
Author URI: https://mati.agency
*/


/* Preloader */

#preloader {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#EEEEEC;
	width: 100%;
	height: 100vh;
	z-index: 88888;
	overflow: hidden;
	top: 0;
	left: 0;
}
.shape {
  width: 2rem;
  height: 2rem;
  animation: loading 0.5s infinite alternate ease-in-out;
}

@keyframes loading {
  0% {
	transform: scale(1);
  }
  100% {
	transform: scale(1.5);
  }
}

/* Lenis */

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root,
[data-bs-theme=light]{
   
	/* Defaults */
	--mati-header-mobile-min-height: 60px;
	--mati-header-desktop-min-height: 88px;

	/* Colors */
	--bs-heading-color: inherit; /* H1, H2 colors */

    --bs-body-color: #000;
    --bs-body-bg: #EEEEEE;

    --bs-primary: #9D8EF7;
    --bs-primary-rgb: 157,142,247;

    --bs-secondary: #00A764;
    --bs-secondary-rgb: 0,167,100;

    --bs-gray: #f5f5f5;
    --bs-light: #DFDEDA;
    --bs-dark: #000;

    --bs-yellow: #A39242;

	/* Links */
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;

    /* BS Borders */
    --bs-border-width: 1px;
    --bs-border-color: #000;
    --bs-border-radius: 0;

}

/* Utilities */

.text-body{
	color: var(--bs-body) !important;
}

.has-primary-color{ 
	color: var(--bs-primary) !important; 
}

.has-secondary-color{ 
	color: var(--bs-secondary) !important; 
}

.has-primary-background-color{ 
	background: var(--bs-primary) !important; 
}

.has-secondary-background-color{ 
	background: var(--bs-secondary) !important; 
}

.has-white-background-color{
	background: var(--bs-white) !important; 
}

.has-dark-background-color{
	background: var(--bs-dark) !important; 
}

.has-black-background-color{
	background: var(--bs-black) !important; 
}

.bg-light{
	background: var(--bs-light) !important;
}
.bg-gray{
	background: var(--bs-gray) !important;
}

.bg-yellow{
	background: var(--bs-yellow) !important;
}


.text-muted{
	color: #656565  !important;
}


/* 3. Structure */

html{
	scroll-behavior: smooth;
}

body{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Mirabilia Sans', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body.header-fixed{
	padding-top: var(--mati-header-mobile-min-height);
}

@media screen and (min-width:992px){
	body{
		font-size: 21px;
	}
	body.header-fixed{
		padding-top: var(--mati-header-desktop-min-height);
	}
}

a{
	color: inherit;
	text-decoration: none;
	transition: 0.3s all;
}


h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	line-height: 1.2em;
}

h1 { font-size: 30px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

@media screen and (min-width: 992px) {

	h1 { font-size: 34px; }
	h2 { font-size: 30px; }
	h3 { font-size: 26px; }
	h4 { font-size: 22px; }
	h5 { font-size: 20px; }
	h6 { font-size: 18px; }
}

b, strong {
    font-weight: 700;
}


/* 4. Structure > Framework */

.main {
	width: 100%;
	min-height: 80vh;
	overflow: hidden;
}

.container,
.container-fluid{
	width: 100%;
	max-width: 100%;
}
.container{
	max-width: 1600px;
}
.container-fluid{
	max-width: 1920px;
}

/*
[class^="col-"]{
	padding-left: 15px;
	padding-right: 15px;
}*/

@media screen and (min-width: 992px){
	.col-lg-5-2{
		-ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media screen and (min-width: 1440px){
	.container,
	.container-fluid{
		padding: 0 70px;
	}
}

/* Structure > extras */

.overh{
	overflow: hidden;
}

#pageloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	transition: opacity 0.5s ease-in-out;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
}
#pageloader.show{
	opacity: 1;
	pointer-events: all;
}

.grecaptcha-badge{
	opacity:0;
}


/* General */
.image {
	overflow: hidden;
}
.image.full{
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.image.full img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.first_floor .image img {
	object-fit: contain;
}

@media screen and (min-width: 992px){
	.first_floor .image img {
		aspect-ratio: 16 / 7;
		object-fit: contain;
	}
}

/* Components > buttons */

.btn{
	min-width: 150px;
	--bs-btn-padding-x: 30px;
	--bs-btn-padding-y: 10px;
	--bs-btn-font-weight: 500;
	border-radius: 30px;
	border: solid 1px #000;
	font-family: 'SuisseIntlMono', monospace;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.btn i{
	vertical-align: -1px;
	font-size: 18px;
	margin-right: 6px;
}

.btn .arrow{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 25px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg width='25' height='8' viewBox='0 0 25 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1716 0.464442L24.3536 3.64642C24.5488 3.84168 24.5488 4.15827 24.3536 4.35353L21.1716 7.53551C20.9763 7.73077 20.6597 7.73077 20.4645 7.53551C20.2692 7.34025 20.2692 7.02366 20.4645 6.8284L22.7929 4.49998L-3.656e-07 4.49997L-2.78178e-07 3.49997L22.7929 3.49998L20.4645 1.17155C20.2692 0.976286 20.2692 0.659704 20.4645 0.464442C20.6597 0.269179 20.9763 0.269179 21.1716 0.464442Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: contain;
    transition: all 0.3s;
    margin-left: 5px;
}

.btn:hover .arrow{
	filter: invert(1);
}

.btn-block {
	width: 100%;
	max-width: 255px;
}
@media screen and (max-width: 576px){
	.btn-block-mobile{
		width: 100%;
	}
}

.btn-primary{
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-color: var(--bs-dark);
    --bs-btn-border-color: var(--bs-primary);

    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-dark);

    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-border-color: var(--bs-dark);
}

.btn-secondary{
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-color: var(--bs-dark);
    --bs-btn-border-color: var(--bs-secondary);

    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-dark);

    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-border-color: var(--bs-dark);
}

.btn-light{
    --bs-btn-bg: var(--bs-light);
    --bs-btn-color: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark);

    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-color: var(--bs-light);
    --bs-btn-hover-border-color: var(--bs-light);

    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-color: var(--bs-light);
    --bs-btn-active-border-color: var(--bs-light);
}

/* Btn Float */

.btn-float{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    z-index: 99991;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    transition: 0.3s all;
}

.btn-float-whatsapp{
    color: #fff;
    background: #25D366;
}
.btn-float-whatsapp:hover{
    background: #fff;
    color: #25D366;
}

@media screen and (min-width:768px){
	.btn-float{
	    width: 77px;
	    height: 77px;
	    line-height: 77px;
	    font-size: 40px;
	}
}

.btn-loading:before{
	content: '';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    -webkit-animation: spinner-border .75s linear infinite;
}

/* Components > forms */

label{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}
.bg-primary label,
.bg-dark label{
	color: var(--bs-white);
}

.required{
	color: #ff0000;
}

.form-select,
.form-control{
	line-height: 1.8em;
}

.form-select:focus,
.form-control:focus{
    box-shadow: none !important;
    border-color: var(--bs-dark);
}

/* Form checkbox */

.form-check-input:focus{
	box-shadow: none;
}
.form-check-input:checked{
	background-color: var(--bs-dark);
	border-color: var(--bs-dark);
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label{
	font-weight: 400;
}

/* Form files */

.input-file-group{
	position: relative;
	display: block;
	padding: 30px 15px;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) dashed var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	cursor: pointer;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-file-group input{
	opacity: 0;
	width: 0;
}

.input-file-group .files{
	max-height: 100px;
	overflow: auto;
}
.input-file-group .files span{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.input-file-group:hover,
.input-file-group:focus{
	border-color: var(--bs-dark);
}

/* Forms > Show password */

.show_password{
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 15px;
}
.show_password.active,
.show_password:hover{
	color: #f58426;
}

/* Components > modals */

.modal{
	z-index: 99999;
}
.modal-backdrop{
	z-index: 9999;
}
.modal .modal-content{
	border: 0;
	border-radius: 0;
}

.modal .btn-close{
	position: absolute;
	top: -50px;
	right: 15px;
	width: 30px;
	height: 30px;
	padding: 0;
	background: url('assets/img/icons/icon-cross.svg') no-repeat center;
	background-size: contain;
	z-index: 10;
	opacity: 0.5;
}

@media screen and (min-width: 992px) {
	.modal .btn-close{
		top: 20px;
		right: -50px;
	}
}

#modalVideo .modal-content{
	background-color: #000;
}
#modalVideo .modal-body{
	padding: 0;
}
#modalVideo .btn-close{
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	filter: brightness(0) invert(1);
}

/* Components > tables */

@media screen and (max-width: 767px){
	.table-responsive{
		white-space: nowrap;
		overflow: auto;
	}
	.table-responsive .table{
		white-space: normal;
	}
}

/* Components > socialmedia */

.socialmedia h4{
	font-size: 18px;
	line-height: 24px;
}

ul.socialmedia{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 5px;
	list-style: none;
}
ul.socialmedia li{
	display: inline-block;
	vertical-align: middle;
}
ul.socialmedia li a{
	display: block;
	font-size: 26px;
	padding: 5px;
}
ul.socialmedia li a:hover{
	color: var(--bs-primary);
}

@media screen and (min-width: 992px){	
	ul.socialmedia{
		justify-content: flex-start;
	}
	ul.socialmedia li a{
		font-size: 24px;
	}
}

/* Components > Slick slider */

.slider {
	position: relative;
}
.slider .slides:not(.slick-initialized){
	overflow: hidden;
	white-space: nowrap;
}
.slider .slides:not(.slick-initialized) .slide{
	display: inline-block;
	vertical-align: top;
}

.slider .dots {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.slider .dots .slick-dots {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slider .dots .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 6px;
}
.slider .dots .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
    text-indent: -9999px;
	background: #d7d7d7;
    border: 0;
	border-radius: 50%;
    overflow: hidden;
    appearance: none;
    cursor: pointer;
}


/* Components > Swiper slider  */

.swiper:has(.swiper-pagination) {
    padding-bottom: 60px;
}
.swiper-pagination-bullet-active {
	background: var(--bs-primary);
}

.presentation .slider .arrows{
	display: none;
}

@media screen and (min-width: 992px){
	.presentation .slider .arrows{
		display: block;
	}	
}

.slider .arrows button {
	position: absolute;
	top: calc(50% - 20px);
	left: 30px;
	width: 15px;
	height: 27px;
	padding: 0;
	line-height: 300px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
}

.slider .arrows button:focus {
	outline: 0;
}
.slider .arrows button:after {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 15px;
	height: 27px;
	line-height: 27px;
	color: #000;
	background: url('assets/img/icons/icon-arrow-left.svg') no-repeat center;
	background-size: contain;
}
.slider .arrows button.slick-next {
	left: auto;
	right: 30px;
}
.slider .arrows button.slick-next:after {
	content: '';
	background: url('assets/img/icons/icon-arrow-right.svg') no-repeat center;
	background-size: contain;
}

/* Arrows Circle*/
.slider .arrows.circle.top.left {
    position: absolute;
    top: -50px;
    left: 20px;
    width: 100%;
}

.slider .arrows.circle.bottom {
    position: absolute;
   	bottom: -20px;
    left: 20px;
    width: 100%;
}

.slider .arrows.circle button{
	position: absolute;
	top: calc(50% - 13px);
	left: -10px;
	width: 26px;
	height: 26px;
	padding: 0;
	line-height: 300px;
	text-align: center;
	font-size: 50px;	
	background: #EDEDED;
	border: solid 1px transparent;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
}


.slider .arrows.circle button:after{
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	color: #000;
	background: url('assets/img/icons/icon-arrow-left.svg') no-repeat center;
	background-size: contain;
}
.slider .arrows.circle button.slick-next {
	right: auto;
	left: 30px;
	background: transparent;
	border: solid 1px #000;
}
.slider .arrows.circle button.slick-next:after{
	content: '';
	background: url('assets/img/icons/icon-arrow-right.svg') no-repeat center;
	background-size: contain;
}

.slider .arrows.circle button:hover{
	border-color: #000;
}


@media screen and (min-width: 992px){
	.slider .arrows.circle.top.left {
		left: 70px;
	}

	.slider .arrows.circle button{
		top: calc(50% - 28px);
		width: 56px;
		height: 56px;
	}

	.slider .arrows.circle button.slick-next {
		right: auto;
		left: 60px;
	}

	.slider .arrows.circle button:after{
		top: calc(50% - 8px);
		left: calc(50% - 8px);
		width: 16px;
		height: 16px;
	}

	.slider .arrows.circle.bottom {
	   	bottom: -50px;
	    left: 70px;
	}
}


/* Components > Tab Menu */

.module-tabs .tabs {
	min-height: 55px;
	/*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
}
.module-tabs .tabs .nav {
    margin: 0 -15px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    width: 100%;
}

.units.module-tabs .tabs .nav{
	white-space: normal;
	flex-wrap: wrap;
	margin: 0;
}

.section.amenities.module-tabs .tabs .data .buttons{
	display: none !important;
}

.units.module-tabs .buttons{
	margin: 30px 0;
}

.section.amenities .items.nav{
	display: none;
}

.section.amenities .amenities-select{
	width: fit-content;
	border-radius: 21px;
}

@media screen and (min-width: 992px){

	.section.amenities .items.nav{
		display: flex;
	}

	.section.amenities.module-tabs .tabs .data .buttons{
		display: block !important;
		gap: 15px;
		position: absolute;
		right: 0;
	}

	.units.module-tabs .tabs .data .buttons{
		position: relative;
		display: flex;
	}

	.module-tabs .tabs .data button{
	    width: 7px;
	    height: 12px;
	    border-radius: 50%;
	    background: #979797;
	    margin-top: 35px;
	    border: unset;
	}

	.scroll-btn-active{
	    background-color: #000 !important;
	}
}

/*.module-tabs .tabs .nav:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width:50px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #eee 100%);
}*/


@media screen and (min-width: 992px){
	.module-tabs .tabs .nav {
		margin-left: 100px;
	}

	.units.module-tabs .tabs .nav {
		margin-left: 0;
	}
}

.module-tabs .tabs .nav li, .t-small {
	font-family: 'SuisseIntlMono', monospace;
    text-transform: uppercase;
    font-size: 14px;
}
.module-tabs .tabs .nav li a {
    display: block;
    padding: 3px 21px;
    position: relative;   
    border: solid 1px var(--bs-dark);
    border-radius: 40px;
}

.units.module-tabs .tabs .nav li a {
	font-size: 12px;
	padding: 3px 10px;
}

.module-tabs .tabs .nav li a.active,
.module-tabs .tabs .nav li a:hover{
	color: var(--bs-white);
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}


/* Categories Filter */

.categories-filter ul {
    margin: 0 -15px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    gap: 16px;
}
.categories-filter ul li a {
    display: block;
    padding: 8px 22px;
    border: solid 1px var(--bs-primary);
    border-radius: 50px;
    position: relative;
}
.categories-filter ul li a.active,
.categories-filter ul li a:hover{
	background: var(--bs-primary);
	color: var(--bs-white);
}


/* Components > Title */

.title{
	position: relative;
	margin-bottom: 30px;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5{
	margin: 0;
}

.title h1{
	font-size: 20px;
}
.title h2{
	font-size: 21px;
}
.title h3{
	font-size: 24px;
}
.title h4{
	font-size: 22px;
}
.title h5{
	font-size: 20px;
}
.title span{
	color: var(--bs-primary);
}
.title p{
	margin: 0;
	margin-top: 8px;
}

.title .btn{
	margin-top: 32px;
}
.title .subtitle{
	font-family: 'SuisseIntlMono', monospace;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.title .description {
	font-size: 18px;
}
.title.lined{
	padding-bottom: 15px;
	border-bottom: 1px solid #262626;
}
.title.max-width{
	max-width: 768px;
}
.title.max-width-lg{
	max-width: 900px;
}
.title.max-width-50{
	max-width: 50%;
	width: 50%;
}

@media screen and (min-width: 992px){
	.title{
		margin-bottom: 50px;
	}
	.title h1{
		font-size: 70px;
	}
	.title h2{
		font-size: 28px;
	}
	.title h3{
		font-size: 42px;
	}
	.title h4{
		font-size: 24px;
	}
	.title h5{
		font-size: 22px;
	}
	.title p{
		margin-top: 12px;
	}

	.title .description {
		font-size: 21px;
	}
	.title .btn{
		margin-top: 50px;
	}

	.title .subtitle{
		font-size: 14px;
	}

}

/* Components > Video Player */

.video-player{
	position: relative;
	width: 100%;
	padding: 25% 0;
	background: #000 no-repeat center;
	background-size: cover;
}
.video-player .play{
	display: none;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	background: #D9D9D9;
	color: #616161;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
}
.video-player.active .play,
.video-player:hover .play{
	background: var(--bs-primary);
	color: #fff;
}
.video-player .play:hover{
	transform: scale(1.1);
}
.video-player .play i{
	margin-left: 4px;
}

.video-player.allowed{
	cursor: pointer;
}
.video-player.allowed .play{
	display: block;
}
/*@media screen and (min-width: 1200px){

	.video-player .play{
		top: calc(50% - 28px);
		left: calc(50% - 28px);
		width: 56px;
		height: 56px;
		font-size: 24px;
		line-height: 58px;
	}
	.video-player .play i{
		margin-left: 5px;
	}
}*/

/* Components > Pagination */

.pagination {
	justify-content: center;
	width: 100%;
	padding: 60px 0 0;
	text-align: center;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 18px;
}
.pagination .page-numbers:hover{
	color: var(--bs-primary);
}
.pagination .page-numbers.current{
	font-weight: bold;
	color: var(--bs-primary);
}

@media screen and (min-width: 992px) {
	.pagination .page-numbers {
		font-size: 22px;
	}
}


/* Components > Share */

.share  {
	margin: 40px 0;
    padding: 20px 0;
    border-top: solid 1px #36373A;
    border-bottom: solid 1px #36373A;
}
.share ul {
	display: flex;
	align-items: center;
	margin: 0;
}
.share ul li a{
	display: block;
	padding: 8px;
	font-size: 26px;
	color: var(--bs-primary);
}
.share ul li a:hover{
	color: var(--bs-secondary);
}

@media screen and (min-width: 992px){
	.share ul li a{
		font-size: 32px;
	}
}

/* Components > Errors */

.errors {
	text-align: center;
	padding: 30px 0;
}
.errors.error-nologued {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60dvh;
}

.errors .smile {
	margin: 0;
	font-size: 50px;
	transform: rotate(90deg);
	color: var(--bs-primary);
}
@media screen and (min-width: 992px){
	.errors .smile {
		font-size: 80px;
	}
}


/* Structure */

.section{
	position: relative;
	padding: 70px 0;
}

@media screen and (min-width: 992px){
	.section{
		padding: 100px 0;
	}
}

/* Structure > Header */

.header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: var(--mati-header-mobile-min-height);
	background: var(--bs-body-bg);
	transition: 0.3s all;
	z-index: 999;
	border-bottom: solid 1px var(--bs-black);
	font-family: 'SuisseIntlMono', monospace;
	text-transform: uppercase;
}
.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header .logo{
	display: inline-block;
	max-width: 216.5px;
	margin: 10px 0;
	z-index: 555;
}

.header-fixed .header{
	position: fixed;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	z-index: 9998;
    -webkit-animation: slideInDown 0.3s ease-out;
    -moz-animation: slideInDown 0.3s ease-out;
}

/* Header > Navigation */

.header .nav-menu {
	position: relative;
	float: right;
	width: 35px;
	padding: 15px 0;
	cursor: pointer;
	z-index: 21;
	overflow: hidden;
}
.header .nav-menu .menu-line {
	float: right;
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px 0;
	background: var(--bs-dark);
	transition: 0.3s;
	border-radius: 6px;
}
.header .nav-menu.active .menu-line:nth-child(1) { transform: rotate(45deg); width: 40px; margin-top: 14px; }
.header .nav-menu.active .menu-line:nth-child(3) { transform: rotate(-45deg); width: 40px; margin-top: -16px; }
.header .nav-menu.active .menu-line:nth-child(2) { opacity: 0; }

.header .navigation {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: var(--bs-body-bg);
}
.header .navigation.active {
	display: block;
}
.header .navigation .menu {
	position: relative;
}
.header .navigation .menu li a {
	display: block;
	position: relative;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 500;
}
.header .navigation .menu li.current-menu-item:not(.menu-brochure):not(.menu-contact) a,
.header .navigation .menu li:not(.menu-brochure):not(.menu-contact) a:hover{
	text-decoration: underline;
}

.header .navigation .menu li.menu-brochure a{
	padding: 4px 22px;
	color: var(--bs-white);
	background: var(--bs-dark);
	border: solid 1px var(--bs-dark);
	border-radius: 40px;
	transition: 0.3s all;
}
.header .navigation .menu li.menu-brochure a:hover{
	background: transparent;
	color: var(--bs-dark);
}

.header .navigation .menu li.menu-contact a{
	padding: 4px 22px;
	color: var(--bs-dark);
	background: transparent;
	border: solid 1px var(--bs-dark);
	border-radius: 40px;
	transition: 0.3s all;
}

.header .navigation .menu li.menu-contact a:hover{
	background: var(--bs-dark);
	color: var(--bs-white);
}
.header .navigation .menu li .sub-menu{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .navigation .menu li.open-submenu > ul{
	display: block;
}


@media screen and (min-width: 1200px) {

	.header {
		min-height: var(--mati-header-desktop-min-height);
	}
	.header .logo {
		position: absolute;
		left: auto;
		top: 0;
		margin: 20px 0;
	}

	.header .nav-menu {
		display: none;
	}

	.header .navigation{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		background: transparent;
		width: 100%;
	}
	.header .navigation ul,
	.header .navigation ul li {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.header .navigation .menu{
		width: 100%;
		margin: 0;
	}


	.header .navigation .menu li:not(.menu-contact):not(.menu-brochure) a {
		padding: 31px 15px;
	}

	.header .navigation .menu li a {
		font-size: 14px;
	}

	.header .navigation .menu li a {
		text-align: left;
	}
	.header .navigation .menu li.menu-contact, .header .navigation .menu li.menu-brochure{
		position: absolute;
		right: 0;
		top: 26px;
	}
	.header .navigation .menu li.menu-brochure{
		right: 130px;
	}

	

	/* Fixed */
	.header-fixed .header{
		min-height: var(--mati-header-mobile-min-height);
	}
	.header-fixed .header .logo{
		margin: 8px 0;
	}
	.header-fixed .header .navigation .menu li .sub-menu{
		top: var(--mati-header-mobile-min-height);
	}

	.header-fixed .header .navigation .menu li:not(.menu-contact):not(.menu-brochure) a{
		padding: 20px 15px;
	}

	.header-fixed .header .navigation .menu li.menu-contact, .header-fixed .header .navigation .menu li.menu-brochure{
		top: 15px;
	}

}

@media screen and (max-width: 1199px){
	.header .navigation{
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	}
	.header .navigation .menu li.active a,
	.header .navigation .menu li a:hover{
		background: var(--bs-primary);
		color: var(--bs-white);
	}

	.header .navigation ul li.open-submenu > ul{
		background: rgba(0,0,0,0.05);
	}
	.header .navigation ul li ul li a{
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 16px;
	}

	.header .navigation .menu li.menu-brochure {
		margin: 12px 0;
	}
}




/*
	Modules
*/

/* Module > Presentation */

.presentation{
	position: relative;
	aspect-ratio: 16 / 9;	
}

.presentation .slider iframe{
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.presentation .slider .slide{
	display: flex !important;
	align-items: center;
	padding: 25px 0;
	/*height: 100dvh;
	height: 200px;*/
	aspect-ratio: 16 / 9;
	background:  #353532 no-repeat bottom;
	background-size: cover;
	color: #fff;
}

.presentation video{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.presentation .title{
	margin-top: 50px;
}

.presentation .title {
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.slick-active .title {
    opacity: 1;
    transform: translateY(0);
}

/*@media screen and (min-width: 576px) {
	
	.presentation .slider .slide{
		height: 400px;
	}
}*/

.presentation .title h3{
	font-size: 16px;
}

.presentation .title p, .presentation .title a{
	font-size: 10px;
}

@media screen and (min-width: 992px) {
	
	/*.presentation .slider .slide{
		height: calc(100dvh - var(--mati-header-desktop-min-height));
	}*/

	.presentation .title h3{
		font-size: 85px;
	}

	.presentation .title p, .presentation .title a{
		font-size: 14px;
	}

}


/* Modules > Banner */

.banner{
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--bs-dark);
	padding: 50px 0;
	min-height: 350px;
	overflow: hidden;
}
.banner .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bs-dark) no-repeat center;
	background-size: cover;	
	z-index: 1;
}
.banner .title{
	position: relative;
	max-width: 650px;
	margin: 0;
	color: var(--bs-white);
	z-index: 2;
}

.banner .arrow-down{
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 5%;
    width: 45px;
    height: 25px;
    background: url('assets/img/icons/icon-arrow-down.svg') no-repeat center;
    background-size: contain;
    animation: bounce 3s infinite;
}

@media screen and (min-width: 992px){
	.banner{
		min-height: 400px;
	}

	.banner .title p:not(.subtitle) {
    	font-size: 21px;
    }
}

/* Module > CTA */

.module-cta{
	position: relative;
}
.module-cta .image .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
    padding: 32% 0%;
}
.module-cta .image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.module-cta .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.module-cta .text > .data {
	/*margin: 0 auto;*/
	padding: 40px 20px;
	max-width: 720px;
}

.module .text .title {
	margin-bottom: 0;
}

.section.cta .video{
	aspect-ratio: 16 / 9;
}

@media screen and (min-width: 992px) {
	
	.module-cta .text {
	    justify-content: center;
	}
    .module-cta .text > .data {
    	padding: 60px 70px 60px 110px;
    }
    .module-cta.even .image{
        order: 1;
    }
    .module-cta.even .text{
        order: 2;
    }
}


/* Module > Team */
.module-team .items article .thumbnail img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 56px;
	border-radius: 50%;
	margin: 0 auto;
	background: var(--bs-gray);
}

/* Module > Testimonial */

.module-testimonial .items article {
	text-align: center;
}
.module-testimonial .items article .avatar .thumbnail img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 56px;
	border-radius: 50%;
	margin: 0 auto;
}
.module-testimonial .items article .name{
	font-size: 21px;
}


/* Module > Newsletter */

.module-newsletter{
	
}


/* Module > Stats */

.module-stats .items article .number {
	font-size: 64px;
	font-weight: 700;
}

/* Modules > Faqs */

.module-accordion .items{

}
.module-accordion .items .item{
	position: relative;
	margin-bottom: 3px;
	border-bottom: solid 1px var(--bs-primary);
	padding: 20px 0;
}

.module-accordion .items .item .question{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding-right: 50px;

}
.module-accordion .items .item .question:after {
    content: '+';
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.module-accordion .items .item .question[aria-expanded="true"]{
	
}
.module-accordion .items .item .question[aria-expanded="true"]:after{
	content: '-';
}

.module-accordion .items .item .answer{
	margin-top: 15px;
	font-size: 15px;
}

.module-accordion .items .item .answer a {
	text-decoration: underline;
}

.module-accordion .items .item .answer a:hover {
	color: var(--bs-primary);
}

.module-accordion .items .item .answer .data {
	max-width: 980px;
}

@media screen and (min-width: 992px) {
	.module-accordion .items .item .question:after {
		right: 20px;
	}
}

/* Module > Clients */

.module-clients .slider .slides .slide article{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 30px;
    background: var(--bs-gray);
}
.module-clients .slider .slides .slide article img {
	aspect-ratio: 1.8 / 1;
	object-fit: contain;
	filter: grayscale(1);
}


/* Module > Contact */

.module-contact{
	
}


/* Modules > Filter */

.module-filter .view{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.module-filter .view ul{
	display: flex;
	margin: 0;
}
.module-filter .view ul li{
	position: relative;
	border: solid 1px var(--bs-primary);
	width: 40px;
	height: 34px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.module-filter .view ul li:first-child{
	border-radius: 7px 0 0 7px;
	margin-right: -1px;
}
.module-filter .view ul li:last-child{
	border-radius: 0 7px 7px 0;
}

.module-filter .view label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 34px;
    margin: 0;
    color: #C8C8C8;
    cursor: pointer;
}
.module-filter .view label input{
	display: none;
}

.module-filter .view label i{
	display: block;
	font-weight: 500;
	width: 15px;
	height: 15px;
	background: no-repeat center;
	filter: grayscale() opacity(0.5);
}
.module-filter .view label i.icon-grid{
	background-image: url('assets/img/icons/icon-grid.svg');
}

.module-filter .view label:hover i.icon-grid,
.module-filter .view label input:checked ~ i.icon-grid{
	filter: none;
}

.module-filter .view label i.icon-list{
	background-image: url('assets/img/icons/icon-list.svg');
}
.module-filter .view label:hover i.icon-list,
.module-filter .view label input:checked ~ i.icon-list{
	filter: none;
}

.module-filter .view label:hover i,
.module-filter .view label input:checked ~ i{
	color: #008BEE;
}

.module-filter .view ul li:has(label input:checked) {
	background: rgb(9 104 245 / 10%);
}


/*
	Pages
*/


/* Page > Home */

.page.home .amenities .slider .slick-list {
	padding: 0 0 0 20% !important;
	overflow: visible !important;
}

.page.home .amenities .slider .slide{
	padding: 0 10px;
}

.page.home .amenities .slider .image img {
	aspect-ratio: 1.61 / 1;
	object-fit: cover;
}
.page.home .amenities .content {
	margin-top: 50px;
	width: 100%;
	margin-left: auto;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}


.page.home .amenities .content .item{
	display: block;
	width: 100%;
	min-width: 100%;
	padding-bottom: 80px;
}

@media screen and (min-width: 992px){

	.page.home .amenities .content .item{
		display: block;
		width: 100%;
		min-width: 100%;
		padding-bottom: 80px;
	}

	.page.home .amenities .content .item p.text-muted{
		width: 50%;
	}
}

@media screen and (max-width: 992px){
	.page.home .amenities .content {
    	margin-top: 15px;
	}

	.slider .arrows.circle.bottom {
	    position: absolute;
	    bottom: -230px;
	    display: none;
	}

	.page.home .amenities .slider .slick-list {
	    padding: 0 !important;
	    overflow: hidden !important;
	}

	.page.home .amenities .slider .slide {
	    padding: 0;
	}
	.page.home .amenities .content .item {
	    padding-bottom: 0;
	}

	.section.amenities{
		padding-bottom: 0;
	}

	/*.section.location{
		padding-top: 20px;
	}*/

	.section.units .buttons .btn{
		margin-bottom: 32px;
	}

	.page.home .amenities .content {
	    overflow: hidden;
	}

}

.section.units{
	background-color: #fff;
}

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

	.header .navigation .menu li.menu-contact, 
	.header .navigation .menu li.menu-brochure{
		display: flex;
		justify-content: center;
	}

	.header .navigation .menu li.menu-contact a, 
	.header .navigation .menu li.menu-brochure a{
		padding: 10px 30px;
		max-width: fit-content;
	}

}

.page.home .amenities .content::-webkit-scrollbar {
  height: 3px;
  background-color: #fff;
}

.page.home .amenities .content::-webkit-scrollbar-thumb {
  background-color: #000; 
}

.page.home .amenities .content h2{
	font-size: 21px;
}

@media screen and (min-width: 992px){

	.page.home .amenities .content {
		width: 83%;
	}
}
.page.home .places ul li{
	color: #656565;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: solid 1px #000;
}

@media screen and (min-width: 992px){
	.page.home .places ul {
		column-count: 2;
	}
}

.page.home .location .map{
	position: relative;
	background-color: #eee;
	width: 100%;
	height: 600px;
}
.page.home .location .map .maparea{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page.home .location .description .break {
	break-before: column;
	display: block;
}

@media screen and (min-width: 992px){
	.page.home .location .description p{
		column-count: 2;
	}
}


.page.home .gallery .slide{
	padding: 0 5px;
}
.page.home .gallery .slide .image img{
	border-radius: 10px;
	aspect-ratio: 0.91 / 1;
	object-fit: cover;
}
.page.home .gallery .slider .slick-list {
	padding: 0 2% 0 10% !important;
}
.page.home .gallery .slick-slide:nth-of-type(odd) .image img {
    aspect-ratio: 0.8 / 1 !important;
}


.page.home .units .tab-content article .title h2{
	text-transform: uppercase;
	font-size: 21px;
}
.page.home .units .tab-content article .title p{
	color: #656565;
}
.page.home .units .tabs article ul li{
	display: flex;
	justify-content: space-between;
	border-top: solid 1px var(--bs-dark);
	padding: 10px 0;
}

.page.home .units .content-unit ul li,
.page.home .units .content-unit-mobile ul li{
	display: flex;
	justify-content: space-between;
	border-top: 0;
	border-bottom: solid 1px var(--bs-dark);
	padding: 10px 0;
}


/* Pages > Thanks */

.page.page-thanks .content{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 80vh;
}

/* Pages > Internal */

.page.internal .content .title{
	text-align: center;
}
.page.internal .content article {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* Pages > Page 404 */

.page.page-404 .content,
.page.page-maintenance .content{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 80vh;
}

.page.page-maintenance .content{
	min-height: 100vh;
}


/* Structure > Footer */

.footer {
	overflow: hidden;
}

.footer .widgets a:hover{
	text-decoration: underline;
}

.footer .widgets{
	background: #3D60F7;
	padding: 50px 0;
	text-align: center;
}
.footer .widgets h4{
	margin: 0;
	font-weight: 500;
	font-size: 22px;
}
.footer .widgets .logo{
	display: block;
	width: 210px;
	margin: 0 auto 16px;
}


.footer .widgets .menu{
	margin: 0 0 30px;

}
.footer .widgets .menu li a{
	display: block;
	padding: 3px;
	font-size: 14px;
}

.footer .copyright {
	margin-top: 80px;
	font-size: 14px;
}

.footer .item .mirabilia-icon{
	height: 15px;
}


@media screen and (min-width: 992px){
	.footer .widgets{
		padding: 80px 0 20px 0;
		text-align: left;
	}
	.footer .widgets .logo{
		margin: 0;
	}
	.footer .widgets .menu {
		display: inline-flex;
		gap: 30px;
		margin: 0;
	}
	
}

/* Extras */

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 300px; */
    margin-bottom:50px;
}

.track {
    display: flex;
    width: max-content;
    align-items: center;
}

.track img {
    margin: 0 50px; 
    max-width: 120vw;
}

.units .buttons{
	display: flex;
	gap: 15px;
}

@media screen and (min-width: 992px){	
	.marquee {
	 margin-bottom: 120px;
	}

	.content-form{
		width: 772px;
		padding: 0;
	}
}

@media screen and (max-width: 576px){
	.footer .widgets {
	    background: #3D60F7;
	    padding: 50px 0;
	    text-align: left;
	}

	.footer .widgets .logo {
	    margin: 0 0 16px;
	}

	.footer .list-unstyled {
	    font-size: 21px;
	    margin-bottom: 22px;
	    line-height: 25px;
	}

	.footer .copyright {
	    margin-top: 37px;
	}

	.footer .copyright .list-unstyled li{
		margin-bottom: 32px;
	}

	.footer .item p{
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 0;
	}

	.footer .list-unstyled.socialmedia li{
	    margin-bottom: 0;
	}

	.footer ul.socialmedia li {
	    vertical-align: text-bottom;
	}

	.footer ul.socialmedia {
	    gap: 24px;
	}

	.footer .content-social-copy{
		display: flex;
	    flex-direction: row;
	    justify-content: left !important;
	    align-items: flex-end !important;
	    gap: 24px;
	}

	.footer .content-social-copy p{
		margin-bottom: 3px !important;
	}

	.marquee {
	    margin-bottom: 24px;
	}
}

@media screen and (min-width: 1200px){

	.footer .content-logo div{
		display: flex;
		align-items: center;
		gap: 10px;
	}

}

.footer .content-logo p{
	font-size: 9px;
}

.footer .content-logo ul{
	line-height: normal;
	margin-bottom: 0;
}

.footer .content-logo ul li{
	font-size: 18px;
	font-weight: 400;
}

.footer .logo-partner img{
	width: 165px;
	margin: 16px 0;
}

.modal {
	--bs-modal-bg: #00000000;
}

.modal-unit .modal-content img{
	width: 100px;
	margin-bottom: 50px;
}

.modal-unit .modal-content h3{
	font-size: 85px;
	font-weight: 400;
	line-height: 94px;
}

.modal-unit .modal-content p{
	font-size: 31px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.01em;
}

.modal-unit .modal-content p.small{
	font-size: 16px;
}

.modal-unit .modal-content .form-control {
    color: #fff;
    background-color: transparent;
    border: var(--bs-border-width) solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 22px;
    margin-top: 14px;
}

.modal-backdrop {
	background: rgba(0, 0, 0, 0.90);
	opacity: unset !important;
}

input::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.60) !important; 
}

.btn-form{
	color: #fff;
    border-bottom: 1px solid;
    border-radius: 0;
    min-width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 6px 10px;
    display: block;
    transition: 0.3s all;
}

.btn-form:hover {
    border: 1px solid #9d8ef7;
    color: #9d8ef7;
}

.modal .btn-close {
    position: relative;
    background: url('assets/img/icons/close.png') no-repeat center;
    right: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    padding: 5px;
}

.units .buttons a{
	min-width: fit-content;
	padding: 4px 22px;
	font-size: 12px;
}

.units .img-placeholders{
	display: block;
	margin: 0 auto;
}

.units .legal p{
	font-size: 10px;
	color: #656565;
	text-transform: uppercase;
}

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

	.modal-unit .modal-content h3{
		font-size: 45px;
		line-height: normal;
	}

	.modal-unit .modal-content p{
		font-size: 15px;
		line-height: normal;
	}

	.modal-unit .modal-content p.small{
		font-size: 14px;
	}

	.modal-unit .modal-content .form-control {
	    font-size: 18px;
	}

	.modal .btn-close {
		top: 50px;
	}

}

/*test*/

.custom-select {
  position: relative;
  width: 238px;
}

.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #eeeeee;
  color: black;
  text-transform: uppercase;
  padding: .375rem 2.25rem .375rem .75rem;
  border-radius: 22px;
  border: 1px solid #000;
}

.select-options {
  display: none;
  position: absolute;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 99;
  list-style: none;
  padding: 0;
  margin-top: 5px;
}

.select-options li {
  padding: 12px;
  text-transform: uppercase;
  cursor: pointer;
  color: black;
}

.select-options li:hover {
  background: #f0f0f0;
}

.formulario-prefooter {
  background-color: #EDEDED;
  padding: 2rem 0;
}

.formulario-prefooter .campo {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #000 !important;
  width: 100%;
  padding: 8px 4px;
  font-size: 16px;
}

.formulario-prefooter .campo::placeholder {
  color: #000 !important;
  opacity: 1;
}

.formulario-prefooter .btn-enviar {
  background-color: #212529;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #212529;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: inherit;
  text-transform: none;
  min-width: auto;
}

.formulario-prefooter .btn-enviar:hover {
  background-color: #333;
  border-color: #333;
}

.formulario-prefooter .col-md-12 small {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
  margin-bottom: 0;
}
