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

/*

Guia:

1. Framework
2. Buttons
3. Forms
4. Title
5. Colors
6. Header
7. Pages
8. Archives
9. Singles
10. Footer
11. Feed
12. Extras
13. Modals

*/

html{
	scroll-behavior: smooth;
}


body {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35em;
	font-family: 'Alegreya Sans', sans-serif;
	background: #fff;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.wow {
	visibility: hidden;
}

.overh {
	overflow: hidden;
}

*:focus {
	outline: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -0.02em;
}

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: 66px; }
	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;
}

/* Framework */

.main {
	width: 100%;
	min-height: 80vh;
	background: #fff;
	overflow: hidden;
	margin-top: 40px;
}

.container {
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 992px) {
	.container {
		max-width: 1440px;
		padding: 0 70px;
	}
}

/* Extras */

.grecaptcha-badge{opacity:0;}

/* Columns */

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

/* Keyframes */

@keyframes bounce {
	0% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
	}
	50% {
		transform: translate(-50%, -100%);
		-webkit-transform: translate(-50%, -100%);
		-moz-transform: translateY(-50%, -100%);
	}
	100% {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
	}          
}

@keyframes dropDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}

/* Colors */


.text-primary{
	color: #505360 !important;
}
.text-light{
	color: #fff !important;
}

.bg-primary{
	background: #505360 !important;
}
.bg-secondary{
	background: #ED6926 !important;
}
.bg-dark {
	background-color: #0F0F0F !important;
}
.bg-light {
	background-color: #f5f5f5 !important;
}
.bg-gray{
	background: #f8f8f8;
}
.bg-soft-gray{
	background: #f1f1f1;
}

/* Buttons */

.btn{
	min-width: 134px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 45px;
    border-width: 1px;
	border-radius: 0px;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus{
	box-shadow: none !important;
}

@media screen and (min-width: 992px){
	.btn-sm{
		line-height: 28px;
	}
	.btn-lg{
		line-height: 52px;
	}
}

.btn.btn-block {
	display: block;
}

.btn-primary{
    background: #505360;
    border-color: #505360;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active {
	color: #505360;
	background: #fff;
	border-color:#505360;
}

.btn-outline-primary{
    color: #505360;
    border-color:#505360;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not([disabled]):not(.disabled):active{
	color: #fff;
	background: #505360;
	border-color: #505360;
}

.btn-dark {
	background: #0F0F0F;
    color: #fff;
    border-color: #0F0F0F;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not([disabled]):not(.disabled):active {
	color: #0F0F0F;
	background: #fff;
	border-color: #0F0F0F;
}

/* Form */

label{
	color: #0F0F0F;
	font-size: 18px;
}
.form-control{	
	background: transparent;
	color: #0F0F0F;
	border-radius: 4px;
	font-size: 16px;
	border: solid 1px #505360;
	appearance: none;
	-webkit-appearance: none;
	transition: 0.3s all;	
}
.form-control::placeholder{
	font-family: 'Roboto', sans-serif;
 	color: #A3A3A3;
 	font-size: 16px;
}
.form-control:disabled,
.form-control[readonly]{
    background: transparent;
}
.form-control:focus{
	color: #121212;
	border-color: #121212;
    box-shadow: none !important;
}
.form-control:focus::placeholder{
	color: #A3A3A3;
}
select.form-control,
input.form-control {
	height: 35px;
}

textarea.form-control{
	border-radius: 4px;
}
select.form-control{
    background: rgba(255, 255, 255, 0.05) url('assets/img/icons/icon-arrow-down-select.svg') no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 10px;
    padding-right: 25px;
    background-color: #fff;
}
select.form-control:focus{
	color: #0F0F0F;
	background-color:#fff ;
}

.form-control-light{
    border-color: #fff !important;
    color: #fff !important;
}
.form-control-light::placeholder{
	color: #fff !important;
}

/*select.form-control option:hover,
select.form-control option:checked,
select.form-control option:focus {
	background: #0F0F0F;
	color: #FFF;
}*/

@media screen and (min-width: 992px){
	.form-control{
		font-size: 18px;
	}
	.form-control-sm{
		min-height: 36px;
	}
	.form-control-lg{
		min-height: 56px;
	}
}


/* Input group */
.input-group .input-group-text {
	background: transparent;
	border-radius: 4px;
	border: solid 1px #505360;	
	font-size: 16px;
	line-height: 16px;
	color: #505050;
	font-family: 'Roboto', sans-serif;
}
.input-group .input-group-text.left {
	border-right: none;
}
.input-group:has(.input-group-text.left) input.form-control {
	border-left: none;
}

.input-group .input-group-text.right {
	border-left: none;
}

.input-group:has(.input-group-text.right) input.form-control {
	border-right: none;
}

/* Input Checkbox */

input[type="checkbox"],
input[type="radio"]{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 6px;
	border: 1px solid #151515;
	box-shadow: 0 0 0px 4px #fff inset;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked{
	background: #151515;
}
input[type="checkbox"] ~ span,
input[type="radio"] ~ span{
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"] ~ label,
input[type="radio"] ~ label{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 30px);
	margin: 0;
}

/* Input File */

.input-file-wrapper{
	position: relative;
	display: block;
	padding: 8px 16px;
	text-align: center;
	background: #0F0F0F;
	border-radius: 25px;
	cursor: pointer;
}
.input-file-wrapper input{
	opacity: 0;
	width: 0;
}
.input-file-wrapper .files{
	font-size: 10px;
	max-height: 100px;
	overflow: auto;
}
.input-file-wrapper .files span{
	display: block;
	color: #0F0F0F;
}
.input-file-wrapper:hover{
	background: #fff;
	border-color: #0F0F0F;
}

/* Header */

.header {
	position: relative;
	top: 40px;
	left: 0;
	width: 100%;
	min-height: 60px;
	background: #fff;
	border-bottom: solid 1px #0F0F0F;
	transition: 0.3s all;
	z-index: 999;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	display: inline-block;
	max-width: 150px;
	margin: 10px 0;
}

.header .top-menu {
	position: absolute;
	top: -40px;
	height: 40px;
	width: 100%;
	background: #505360;
	color: #FFF;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.header .top-menu .container {
	justify-content: flex-end;
}

.header .top-menu .contact li{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.header .top-menu .contact .fa-phone::before {
  	content: url('assets/img/icons/icon-phone-light.svg');
  	margin-right: 8px;
}

body.fixed{
	padding-top: 120px;
}
.header.fixed{
	position: fixed;
	background: rgba(255,255,255, 1);
	top: 0;
	/*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: #000;
	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: 61px;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #fff;
}
.header .navigation.active {
	display: block;
}
.header .navigation ul {
	position: relative;
	margin: 15px 0;
}
.header .navigation .menu li a {
	display: block;
	position: relative;
	padding: 10px 12px;
	font-size: 18px;
	font-weight: 500;
}

.header .socialmedia li {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    margin-left: 15px;
}
.header .socialmedia li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/*.header .navigation ul li.current-menu-item a,
.header .navigation ul li a:hover{
	color: #8EC641;
}
*/
.header .navigation ul li ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .navigation ul li.open-submenu > ul{
	display: block;
}

/*.header .navigation .language li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
}
.header .navigation .language li a{
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
.header .navigation .language li a:after{
	content: '';
	position: absolute;
	top: 40%;
	right: 0;
	width: 1px;
	height: 20%;
	background: #555;
}
.header .navigation .language li:last-child a:after{
	content: none;
}
.header .navigation .language li.current-lang a{
	text-decoration: underline;
}*/



.header .navigation ul li.menu-contact a{
   	width: 135px;
    padding: 0;
    text-align: center;
    line-height: 46px;
    background: #0F0F0F;
    border: 1px solid #0F0F0F;
    color: #fff;
    margin: 0 auto;
}
.header .navigation ul li.menu-contact a:hover{
    background: transparent;
    color: #0F0F0F;
}


/* Has Child */
.header .navigation .menu li.menu-item-has-children > a{
	position: relative;
}
.header .navigation .menu li.menu-item-has-children > a:before{
	content: '';
    width: 14px;
    height: 8px;
    background: url(assets/img/icons/icon-arrow-dropdown.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: calc( 50% - 4px);
    transition: all 0.3s;
}

.header .navigation .menu li.menu-item-has-children.open-submenu > a:before,
.header .navigation .menu li.menu-item-has-children:hover > a:before{
	transform: rotate(-90deg);
}

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

	.header {
		min-height: 80px;
	}
	.header .logo {
		max-width: 220px;
		margin: 10px 0;
	}

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

	.header .navigation{
		display: flex;
		align-items: center;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		background: transparent;
	}
	.header .navigation ul,
	.header .navigation ul li {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.header .navigation ul{
		margin: 0;
	}
	.header .navigation > ul > li a {
		padding: 34.5px 15px;
		font-size: 18px;
	}

	.header .navigation .menu li a {
		text-align: left;
		padding: 28px 16px;
	}

	.header .navigation .menu li .sub-menu{
		display: none;
		position: absolute;
		top: 80px;
		left: 0;
		width: 250px;
		background: #0F0F0F;
		color: #fff;
		padding: 10px 24px;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
		animation: dropDown 300ms ease-in-out forwards;
		transform-origin: top center;
	}
	.header .navigation ul li:hover > .sub-menu{
		display: block;
	}
	.header .navigation .menu li .sub-menu li{
		display: block;
		margin: 0;		
	}
	.header .navigation .menu li .sub-menu li a{
		display: block;
		padding: 6px 0;
		font-size: 18px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.header .navigation .menu li .sub-menu li:last-child a{
		border-bottom: 0;
	}
	.header .navigation .menu li .sub-menu li.current-menu-item > a,
	.header .navigation .menu li .sub-menu li a:hover{
		padding-left: 10px;
	}

	.header .navigation .menu li .sub-menu li ul{
		top: 0;
		left: 150px;
		width: 200px;
	}
	.header .navigation .menu li .sub-menu li ul ul{
		left: 200px;
	}

	.header.fixed{
		min-height: 80px;
	}
	/*.header.fixed .logo{
		margin: 16px 0;
	}*/

	/* Has Child */
	.header .navigation .menu li.menu-item-has-children > a{
		padding-right: 32px;
	}

	.header .navigation ul li.menu-contact a {
		margin-left: 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: #505360;
		color: #fff;
	}

	.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-item-has-children.open-submenu > a:before,
	.header .navigation .menu li.menu-item-has-children:hover > a:before{
		filter: invert(1);
	}
}


/* Modules */

/* Modules > Tab Menu */

.tab_menu {
	min-height: 55px;	
}
.tab_menu ul {
    margin: 0 -15px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
}
.tab_menu ul li a {
    display: block;
    padding: 7px 15px;
    position: relative;
    margin-right: 10px;
    border: solid 1px transparent;
}
.tab_menu ul li.active a,
.tab_menu ul li a:hover{
	border: solid 1px #000;
}




/* Modules > Title */

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

.title h1{
	font-size: 44px;
	letter-spacing: -0.02em;
    line-height: 0.9em;

}
.title h3{
	font-size: 42px;
	letter-spacing: -0.02em;
	line-height: 1em;
	margin-bottom: 20px;
}
.title h4{
	font-size: 22px;
}
.title b{
	font-weight: bold;
}
.title span{
	color: #8EC641;
}
.title p{
	margin: 0;
}
.title .icon{
	margin-bottom: 15px;
}
.title .subtitle{
	font-weight: 500;

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

.title.max-width{
	max-width: 510px;
}
.title.max-width-lg{
	max-width: 780px;
}

@media screen and (min-width: 992px){
	.title{
		margin-bottom: 50px;
	}
	.title h1{
		font-size: 66px;
	}
	.title h3{
		font-size: 48px;
	}
	.title h4{
		font-size: 30px;
	}
	

}
@media screen and (max-width: 991px){
	.title br{
		display: none;
	}
}




/* Modules > Banner */

.banner {
	padding: 50px 0;
}

.banner .title {
	max-width: 550px;
	margin-bottom: 0;
}

.banner .description {
	margin-top: 25px;
	font-size: 20px;
}
.banner .description p {
	max-width: 60ch;
	margin-bottom: 0;
}
.banner .image {
	margin-top: 50px;
}
.banner .image img {
	aspect-ratio: 2.16 / 1;
	object-fit: cover;
}

@media screen and (min-width: 992px){
	.banner {
		padding: 100px 0;
	}
	.banner .image {
		margin-top: 80px;
	}
}


/* Framework */

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

.section.p-80{
	padding: 40px 0;
}

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

	.section.p-80{
		padding: 80px 0;
	}
}

/* Module > Presentation */
.presentation .slider{
	position: relative;
	overflow: hidden;
}

.presentation .slider .slide{
	padding: 25px 0;
	height: 80vh;
	min-height: 600px;
	background:  #353532 no-repeat bottom;
	background-size: cover;
	display: flex;
	align-items: center;
}

.presentation .title {
	color: #fff;
	max-width: 550px;
	margin-bottom: 0;
	position: relative;
    z-index: 5;
}

.presentation .title h1 {
	margin-bottom: 25px;
}

.presentation .title .btn {
	margin-top: 40px;
}

.presentation video{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.presentation .slider .slide:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.presentation .arrow-down{
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	width: 40px;
	height: 60px;
	background: url('assets/img/icons/icon-arrow-down.svg') no-repeat center;
	background-size: contain;
	z-index: 3;
	animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
}



@media screen and (min-width: 992px) {
	.presentation .slider .slide{
		height: calc(100vh - 95px);
		max-height: 855px;
		padding: 50px 0;
	}

	.presentation .title {
		padding: 0;
	}

    .presentation .title h1{
        font-size: 60px;
        line-height: 60px;
    }

    .presentation .title p {
    	font-size: 21px;
		line-height: 27px;
    }
	.presentation .arrow-down{
		bottom: 50px;
	}
}

/* Module > Video Player */

.video-player{
	position: relative;
	width: 100%;
	padding: 30% 0;
	background: #f1f1f1 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: #8EC641;
	color: #fff;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
}
.video-player.active .play,
.video-player:hover .play{
	background: #8EC641;
	color: #fff;
}
.video-player .play:hover{
	transform: scale(1.1);
	-webkit-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;
	}
}*/

/* Module > 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{
	text-decoration: underline;
}
.pagination .page-numbers.current{
	font-weight: bold;
}

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

/* Modules > Filter */

/* Filter */

.filter .view{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.filter .view ul{
	display: flex;
	margin: 0;
}
.filter .view ul li{
	position: relative;
	border: solid 1px #8EC641;
	width: 40px;
	height: 34px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.filter .view ul li:first-child{
	border-radius: 7px 0 0 7px;
	margin-right: -1px;
}
.filter .view ul li:last-child{
	border-radius: 0 7px 7px 0;
}

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

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

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

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

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

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


/* Module > Module */

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

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

@media screen and (min-width: 1200px) {
	.module .image .img {
		padding: 32% 0%;
	}
}
@media screen and (min-width: 1680px) {
	.module .image .img {
		padding: 30% 0%;
	}
}
@media screen and (min-width: 1920px) {
	.module .image .img {
		padding: 28% 0%;
	}

	.module .image img {
		aspect-ratio: 2 / 1;
	}
}
/* Module > Newsletter */

.module-newsletter{
	text-align: center;
}
.module-newsletter .title h3{
	font-size: 21px;
	line-height: 27px;
}

@media screen and (min-width: 992px){
	.module-newsletter{
		text-align: left;
	}
	.module-newsletter .title h3 {
	    font-size: 30px;
	    line-height: 36px;
	}
}

/* Modules > Faqs */

.module-faqs .items{

}
.module-faqs .items .item{
	position: relative;
	margin-bottom: 3px;
	border-bottom: solid 1px #8EC641;
	padding: 20px 0;
}

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

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

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

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

.module-faqs .items .item .answer a:hover {
	color: #8EC641;
}

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

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

/* Module > Clients */
.module-clients {
	padding: 40px 0;
}
.module-clients .slider .slides .slide article{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px;
}
.module-clients .slider .slides .slide article img {
	aspect-ratio: 1.8 / 1;
	object-fit: contain;
}

@media screen and (min-width: 992px) {
	.module-clients {
		padding: 60px 0;
	}
}

/* Module > Contact */

.module-contact .vias li {
	margin-bottom: 9px;
}
.module-contact .vias .icon {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
    width: 25px; 
    margin-right: 10px;  
}

.module-contact .vias .icon.icon-email {
	background: url(assets/img/icons/icon-email.svg) no-repeat center;
    background-size: contain;   
}

.module-contact .vias .icon.icon-phone {
	background: url(assets/img/icons/icon-phone.svg) no-repeat center;
    background-size: contain;   
}
.module-contact .vias .icon.icon-whatsapp {
	background: url(assets/img/icons/icon-whatsapp.svg) no-repeat center;
    background-size: contain;   
}
.module-contact .vias .icon.icon-map {
	background: url(assets/img/icons/icon-map.svg) no-repeat center;
    background-size: contain;   
}

@media screen and (min-width: 1200px) {
	.module-contact {
		padding: 120px 0;
	}
}

/* Module > Links */
.module-links {
	padding: 40px 0;
}
/*
.module-links .items .item:not(:last-child) article{
	max-width: 85%;
	border-right: solid 1px #fff;
}
*/
.module-links .items .item:not(:last-child) article{
	border-right: solid 1px #fff;
}
.module-links .items .item article{
	padding: 0 30px;
}

.module-links .items article a{
	display: flex;
	flex-direction: row;
	align-items: center;
    /*justify-content: flex-start;*/
    justify-content: center;
	min-height: 80px;
}

.module-links .items article .icon {
	min-width: 90px;
}

.module-links .items article h2 {
	font-family: Alegreya Sans;
	font-size: 24px;
	font-weight: 500;
}

.module-links .items article .seemore{
	display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    transition: all 0.3s;
}

.module-links .items article .seemore .arrow{
    content: '';
    width: 24px;
    height: 24px;
    background: url(assets/img/icons/icon-arrow-seemore.svg) no-repeat center;
    background-size: contain;    
    margin-left: 8px;
    transition: all 0.3s;
    filter: invert(1);
}

.module-links .items article:hover .seemore{
	transform: translateX(5px);
}

@media screen and (min-width: 992px) {
	.module-links {
		padding: 80px 0;
	}
}


/* Module > Testimonial */

.module-testimonial .title .subtitle {
	font-size: 20px;
	font-weight: 700;
}

.module-testimonial .slider {
	padding-bottom: 65px;
}

.module-testimonial .items article .data {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 40px;
}

.module-testimonial .items article .data h4 {
	font-size: 22px;
	font-weight: 500;
}

.module-testimonial .items article .data p {
	margin-bottom: 0;
}

.module-testimonial .items article .data .name {
	font-size: 20px;
	font-weight: 500;
}

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

	.module-testimonial .items article .data h4 {
		font-size: 30px;	}
}

/* Module > Tabs */

.module-tabs .tab-content article {
	display: flex;
	flex-direction: column;
	align-items: center;	
}

@media screen and (min-width: 992px) {
	.module-tabs .tab-content article {
		flex-direction: row;
	}

	.module-tabs .tab-content article .thumbnail {
		min-width: 50%;
	}

	.module-tabs .tab-content article .data {
		padding: 0 25px;
	}
}


/* Share */


/* Map */
#map {
	width: 100%;
	height: 400px;
}

/* Pages */

.page.home .services .items article .icon{
	min-height: 70px;
}

.page.home .services .items article h2 {
	margin-bottom: 15px;
}

.page.home .feed-properties .slider .slick-track {
	display: flex !important;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.page.home .feed-properties .slider .slick-list {
	padding: 0 50px 0 0 !important;
}

.page.home .feed-properties .slider .slide {
	/*padding-bottom: 50px;*/
	height: inherit !important;
}

.page.home .feed-properties .slider .dots {
	width: auto;
}

.page.home .feed-properties .slider .dots .slick-dots {
	text-align: left;
}
.page.home .feed-properties .slider .dots .slick-dots li button{
	background: #505360;
}
.page.home .feed-properties .slider .dots .slick-dots li.slick-active button {
	background: #000;
}


.page.home .feed-properties .slider .arrows button {
	filter: invert(1);
	top: auto;
	bottom: 0;
	left: auto;
	right: 85px;
	width: 48px;
	height: 48px;
}

.page.home .feed-properties .slider .arrows button:after {
	width: 48px;
	height: 48px;
}

.page.home .feed-properties .slider .arrows button.slick-next {
	right: 20px;
}

.page.home .feed-properties .slider .slick-slide {
	margin-right: 16px;
}


/*.page.home .feed-properties .container{
	max-width: 1440px;
    margin-left: auto;
    margin-right: 0;
}*/

@media screen and (min-width: 1340px) {
	.page.home .feed-properties .container{
		max-width: 1280px;
	}
}
@media screen and (min-width: 1400px) {
	.page.home .feed-properties .container{
		max-width: 1380px;
	}
}
@media screen and (min-width: 1580px) {
	.page.home .feed-properties .container{
		max-width: 1440px;
	}
}
@media screen and (min-width: 1600px) {
	.page.home .feed-properties .container{
		max-width: 1480px;
	}
}

@media screen and (min-width: 1920px) {
	.page.home .feed-properties .container{
		max-width: 1600px;
	}
}


@media screen and (min-width: 992px) {
	.page.home .feed-properties .slider .slick-slide {
		margin-right: 32px;
	}
	.page.home .feed-properties .slider .arrows button {
		right: 135px;
	}
	.page.home .feed-properties .slider .arrows button.slick-next {
		right: 70px;
	}
}


/* Page > About */

.page.about .history .items article {
	display: flex;
	flex-direction: row;
}

.page.about .history .items article .icon {
	min-width: 66px;
	min-height: 50px;
	position: relative;
}

.page.about .history .items article .icon:before {
	content: '';
    position: absolute;
    top: 60px;
    left: 18px;
    width: 2px;
    height: 60%;
    background: #000;
}
.page.about .history .items article .data {
	padding-bottom: 20px;
}
.page.about .history .items article .data .year {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.page.about .history .items article .icon {
		min-width: 86px;
	}
}

.page.about .values .title p {
	max-width: 680px;
}
.page.about .values .items article .thumbnail img{
	aspect-ratio: 1.67 / 1;
	object-fit: cover;
	width: 100%;
	background: #D9D9D9;
}
.page.about .values .items article .data {
	padding-top: 32px;
}



.page.about .team .items article .thumbnail img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	background: #D9D9D9;
}
.page.about .team .items article .data {
	padding-top: 20px;
}

.page.about .team .items article .contact li{
	display: inline-block;
	color: #505360;
	font-size: 24px;
	margin-right: 10px;
}


/* Page > Services */

.page.services .services .items article .icon {
	min-height: 85px;
}

@media screen and (min-width: 992px){
	.page.services .services .items article {
		padding: 10px 45px;
	}
}

/* Page > Properties */


.page.properties .searcher form{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.page.properties .searcher .form-control {
	height: 48px;
	border-radius: 0px;
}

.page.properties .searcher input.search{
	position: relative;
	width: 100%;
	background: url(assets/img/icons/icon-search.svg) no-repeat 30px;
    background-size: 24px;
	padding-left: 65px;
	transition: 0s;
}

@media screen and (min-width: 992px){
	.page.properties .searcher{
		padding: 65px 0;
	}
	.page.properties .searcher form {
		flex-direction: row;
	}
	.page.properties .searcher .btn{
		margin-left: 10px;
	}	
}


.page.properties .filter h4{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.page.properties .filter label {
	font-size: 14px;
}
.page.properties .filter select.form-control,
.page.properties .filter input.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #0f0f0f;
	padding-left: 0;
}

/* Pages > Internal */

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

/* Pages > Page 404 */

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

/* Pages > Page Maintenance */

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

/* Page > Blog */

.page.blog{

}

/* Single > Blog */

.single.blog{
	font-family: 'Roboto', sans-serif;
}

.single.blog .content .goback {
	font-size: 15px;
}
.single.blog .content .goback .fa-arrow-left:before {
	content: url('assets/img/icons/icon-arrow-goback.svg');
	margin-right: 8px;
}
.single.blog .content .goback:hover {
	margin-left: -3px;
}

.single.blog .content .title {
	margin-top: 30px;
}

.single.blog .content .meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0;
}

.single.blog .content .meta p {
	margin-bottom: 0;
}
.single.blog .content .meta .tags {
	display: inline-flex;	
}

.single.blog .content .meta .tags ul li{
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	position: relative;
}
.single.blog .content .meta .tags ul li:not(:last-child):before {
	position: absolute;
	right: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #0f0f0f;
}
.single.blog .content .meta .tags ul li:hover {

}

.single.blog .content .meta .share  {
	display: inline-flex;
	align-items: center;
}
.single.blog .content .meta .share ul {
	display: inline-flex;
}
.single.blog .content .meta .share ul li a{
	display: block;
	font-size: 22px;
	color: #585858;
	margin-left: 15px;
}
.single.blog .content .meta .share ul li a:hover{
	color: #000;
}


.single.blog .contant .thumbnail img {
	aspect-ratio: 2.18 / 1;
	object-fit: cover;
	background: #D9D9D9;
}

.single.blog .content article{
	padding: 35px 0;
}
.single.blog .content article p {
	font-size: 16px;
	line-height: 1.4em;
}

.single.blog .content article h2,
.single.blog .content article h3,
.single.blog .content article h4 {
	font-family: 'Roboto', sans-serif;
}


.single.blog .border-bottom {
	border-color: #000000;
}


@media screen and (min-width: 992px) {
	.single.blog .content .title {
		max-width: 55%;
		margin-top: 50px;
	}
	.single.blog .content .meta {
		padding: 50px 0;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.single.blog .content article{
		padding: 60px 0;
	}
}


/* Single > Properties */

.single.properties .content .section {
	border-top: solid 1px #0F0F0F;
	padding: 40px 0;
}

.single.properties .content h4 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 500;
	font-size: 27px;
	margin-bottom: 25px;
}

.single.properties .content .title p.operation {
	font-weight: 500;
}
.single.properties .content .title p.subtitle {
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	letter-spacing: -0.02em;
}
.single.properties .content .price p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.single.properties .content .title p.subtitle a {
	display: inline-block;
}

.single.properties .content .title p.subtitle a:after {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}

.single.properties .content .title p.subtitle a:last-of-type:after {
	display: none;
}


.single.properties .content .gallery {
	padding: 40px 0;
}
.single.properties .content .gallery img {
	aspect-ratio: 2.18 / 1;
	object-fit: cover;
	width: 100%;
}
.single.properties .content .gallery .slider .arrows button{
	left: 16px;
}
.single.properties .content .gallery .slider .arrows button.slick-next {
	left: auto;
	right: 16px;
}

.single.properties .content .attributes .items article {
	width: 150px;
}
.single.properties .content .attributes .items article .icon {
	min-height: 60px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 50px;
}

.single.properties .content .attributes .items article .icon.icon-floors_amount {
	background-image: url('assets/img/icons-properties/escalera.svg');
}

.single.properties .content .attributes .items article .icon.icon-bathroom_amount {
	background-image: url('assets/img/icons-properties/bathroom.svg');
}

.single.properties .content .attributes .items article .icon.icon-toilet_amount {
	background-image: url('assets/img/icons-properties/toilette.svg');
}

.single.properties .content .attributes .items article .icon.icon-room_amount {
	background-image: url('assets/img/icons-properties/estrella.svg');
}

.single.properties .content .attributes .items article .icon.icon-suite_amount {
	background-image: url('assets/img/icons-properties/room.svg');
}

.single.properties .content .attributes .items article .icon.icon-parking_lot_amount {
	background-image: url('assets/img/icons-properties/estacionamiento.svg');
}

.single.properties .content .attributes .items article .icon.icon-total_surface {
	background-image: url('assets/img/icons-properties/sup-total.svg');
}

.single.properties .content .attributes .items article .icon.icon-surface {
	background-image: url('assets/img/icons-properties/superficie.svg');
}

.single.properties .content .attributes .items article .icon.icon-roofed_surface {
	background-image: url('assets/img/icons-properties/superficie.svg');
}

.single.properties .content .attributes .items article .icon.icon-unroofed_surface {
	background-image: url('assets/img/icons-properties/sup-descubierta.svg');
}

.single.properties .content .attributes .items article .icon.icon-semiroofed_surface {
	background-image: url('assets/img/icons-properties/sup-semi-cubierta.svg');
}

.single.properties .content .attributes .items article p {
	margin-bottom: 0;
}

.single.properties .content .description article {
	max-width: 640px;
}

.single.properties .details h5 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
}
.single.properties .features ul {
	max-width: 640px;
	columns: 2;
}


@media screen and (min-width: 992px) {
	.single.properties .content .gallery {
		padding: 80px 0;
	}
	.single.properties .content .price p{
		font-size: 54px;
	    line-height: 1em;
	    margin: 0;		
	}

}

/* Feed > Blog */

.feed-blog article{
	font-family: 'Roboto', sans-serif;
}
.feed-blog article .thumbnail{
	display: block;
	aspect-ratio: 1.39 / 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.feed-blog article .thumbnail img{
	aspect-ratio: 1.39 / 1;
	object-fit: cover;
	background: #efefef;
	width: 100%;
	transition: 0.3s all;
}

.feed-blog article:hover .thumbnail img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.feed-blog article .data {
	padding: 20px 0;
}

.feed-blog article h2{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.feed-blog article p{
	font-size: 16px;
}
.feed-blog article .seemore{
	display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 16px;
}

.feed-blog article .seemore .arrow{
    content: '';
    width: 24px;
    height: 24px;
    background: url(assets/img/icons/icon-arrow-seemore.svg) no-repeat center;
    background-size: contain;    
    margin-left: 8px;
    transition: all 0.3s;
}


/* Feed > Properties */

.feed-properties article {
	position: relative;
	height: 100%;
}

.feed-properties article a {
	display: block;
	position: relative;
	height: 100%;
	padding-bottom: 45px;
}

.feed-properties article .thumbnail{
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
}
.feed-properties article .thumbnail img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #efefef;
	width: 100%;
	transition: 0.3s all;
}

.feed-properties article:hover .thumbnail img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.feed-properties article .data {
	padding: 20px 0;
}

.feed-properties article .data > span { /* solo afectamos al boton "ver propiedad" */
	position: absolute;
	bottom: 0;
	width: 100%;
}

.feed-properties article .meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.feed-properties article .meta .operation {
	background: #000;
	color: #fff;
	padding: 5px 8px;
	display: inline-block;
	margin-right: 12px;
}

.feed-properties article .meta .operation.sale,
.feed-properties article .meta .operation.venta {
	background: #911D15;
}
.feed-properties article .meta .operation.rental,
.feed-properties article .meta .operation.alquiler {
	background: #296232;
}

.feed-properties article .title {
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 24px;*/
	margin-bottom: 0;
}
.feed-properties article .title h2{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.feed-properties article .title .price{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}


.feed-properties article .title h2 {
	max-width: 50%;
}


/* Errors */

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

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


/* Footer */

.footer{

}

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

.footer .widgets{
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
}

.footer .widgets .logo{
	display: block;
	width: 150px;
	margin: 0 auto 30px;
}

.footer .widgets .menu{
	margin: 0;
}
.footer .widgets .menu li{
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 18px;
}

.footer .widgets .contact li{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 8px;
}

.footer .widgets .socialmedia {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .widgets .socialmedia li a{
	display: block;
	margin-right: 20px;
	font-size: 22px;
	color: #fff;
}
.footer .widgets .socialmedia li a:hover{
	transform: translateY(-2px);
}

.footer .copyright {
	border-top: solid 1px #505360;
	padding-top: 32px;
}
.footer .copyright p{
	margin: 0;
}

@media screen and (min-width: 992px) {
	.footer .widgets{
		padding: 60px 0 30px 0;
		text-align: left;
	}
	.footer .widgets .logo{
		margin: 0 0 60px;
		width: 250px;
	}
	.footer .widgets .socialmedia{
		justify-content: flex-start;
	}
}


/* Slider */

.slider {
	position: relative;
}
.slider .dots {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
}
.slider .dots .slick-dots {
	width: 100%;
	padding: 0;
	margin: 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: rgba(255, 255, 255, 0.9);
    border: 0;
	border-radius: 50%;
    overflow: hidden;
    -webkit-appearance: none;
    cursor: pointer;
}
.slider .dots .slick-dots li.slick-active button {
	background: #fff;
}

.slider .arrows button {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 30px;
	height: 30px;
	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: 0;
	width: 30px;
	height: 30px;
	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: 0;
}
.slider .arrows button.slick-next:after {
	content: '';
	background: url('assets/img/icons/icon-arrow-right.svg') no-repeat center;
	background-size: contain;
}

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

	/*.slider .arrows button {
		left: -45px;
		top: calc(50% - 14px);
	}
	.slider .arrows button.slick-next {
		left: auto;
		right: -45px;
	}*/

	.slider .arrows button {
		width: 48px;
		height: 48px;
	}
	.slider .arrows button:after {
		width: 48px;
		height: 48px;
	}
	
}

/*  Modals */

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

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

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

/* Modals > Video */

#modalVideo .modal-dialog{
    display: flex;
    align-items: center;
	height: 100%;
	margin-top: 0;
}
#modalVideo .modal-content{
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}
#modalVideo .modal-body{
	padding: 0;
}
#modalVideo .close{
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
}

@media screen and (min-width: 992px) {
	#modalVideo .close {
		top: -30px;
		right: -30px;
	}
}

/* Modal Book */

#modalBook .modal-dialog {
	max-width: 620px;
	filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.20));
}

#modalBook .modal-dialog .modal-body {
	padding: 47px 38px;
	padding-bottom: 10px;
}

#modalBook .modal-dialog .modal-body .data .title p {
	max-width: 310px;
}


/* Wahtsapp  */

.button-whatsapp{
	display: flex;
	align-items: center;
	justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    transition: 0.3s all;
    z-index: 9999;
}
.button-whatsapp:hover{
    background: #fff;
    color: #25D366;
}

@media screen and (min-width: 992px) {
	.button-whatsapp{
		right: 30px;
		bottom: 30px;
	}
}
