/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	.interest-item {
		padding: 23px 42px;
		border-radius: 14px;
		font-size: 20px;
	}

	.reviewItem-stars img {
		max-width: 140px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
	.section.perfil {
		padding: 75px 0px;
	}

	.perfil-wrapp {
		gap: 45px;
	}

	.perfil-info .d-flex img {
		max-width: 46px;
	}

	.perfil-info .pretitle span {
		font-size: 20px;
	}

	.perfil-thumbnail {
		width: 210px;
		height: 210px;
	}

	.fs-2 {
		font-size: 32px !important;
	}

	.perfil-info p {
		font-size: 22px;
	}

	.perfil-title h1 {
		font-size: 35px;
	}

	.sidebar {
		padding: 35px 20px 30px 20px;
		width: 270px;
		transform: translateX(-100%);
	}

	.activity-item {
		width: 78px;
		height: 78px;
	}

	.main-area {
		padding-left: 0px;
	}

	.sidebar-close {
		display: flex;
	}

	.profile-header {
		padding: 40px 0;
	}

	.favourite-cards .col-lg-3 {
		width: 33.3%;
	}

	.common-content p {
		font-size: 17px;
	}

	.h3 {
		font-size: 34px;
		line-height: 1.2;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
	.perfil-title {
		max-width: 205px;
	}

	.perfil-title h1 {
		font-size: 32px !important;
	}

	.perfil-thumbnail {
		width: 200px;
		height: 200px;
	}

	.perfil-info .d-flex img {
		max-width: 40px;
	}

	.perfil-info .pretitle span {
		font-size: 18px;
	}

	.perfil-info p {
		font-size: 20px;
		line-height: 1;
	}

	.perfil-wrapp {
		gap: 40px;
	}

	.interest-item {
		padding: 18px 32px;
		border-radius: 12px;
		font-size: 18px;
	}

	.interest-wrapp {
		margin-bottom: 60px;
		gap: 18px !important;
	}

	.reviewItem-content p {
		font-size: 15px;
	}

	.reviewItem-stars img {
		max-width: 133px;
	}

	.reviewItem-img {
		width: 128px;
		height: 128px;
		border-radius: 15px;
		overflow: hidden;
	}

	.reviewItem-img img {
		width: 100%;
		height: 100%;
	}

	.profile-header {
		padding: 18px 0;
	}

	.common-content p {
		font-size: 16px;
	}

	.h3 {
		font-size: 32px;
	}

	.page-header {
		min-height: 155px;
		padding: 44px 0;
	}

	.mapToggle {
		height: calc(100vh - 80px);
		top: calc(0px + 80px);
		width: 480px;
	}

	.root.mapActive .custom-select label {
		padding: 13px 18px;
		padding-right: 20px;
		gap: 9px;
		font-size: 12px;
	}

	.root.mapActive .custom-select {
		margin-right: 20px;
		margin-bottom: 18px;
	}

	.header-image>img {
		height: 160px;
		object-fit: cover;
	}

	.pt-100 {
		padding-top: 75px;
	}

	.pb-100 {
		padding-bottom: 75px;
	}

	.section-title h3 {
		font-size: 28px;
	}

	.profile-header h4 {
		font-size: 26px;
	}

	.contact-input .form-control {
		border-radius: 10.278px;
		height: 60px;
		padding: 14px 18px;
	}

	.contact-input {
		margin-bottom: 30px;
	}

	.form-label {
		font-size: 14px;
		margin-bottom: 18px;
	}

	.sub-footer .container {
		flex-direction: column;
		display: flex;
	}

	.section-title h4 {
		font-size: 22px;
	}

	.section-title h5 {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.accordion-item {
		margin-bottom: 20px;
		border-radius: 12.278px !important;
		padding: 16px 25px;
		padding-right: 15px;
	}



}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.header-logo a img {
		max-width: 80px;
	}

	.header-right .mapBtn {
		display: block !important;
		top: -2px;
	}

	.reviewItem-img {
		margin: 0 auto;
	}

	.reviewItem {
		flex-direction: column;
		gap: 14px !important;
	}

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

	.reviewItem-content p {
		font-size: 14px;
		line-height: 1.7;
	}

	.perfil-title h1 {
		font-size: 26px !important;
	}

	.perfil-thumbnail {
		width: 160px;
		height: 160px;
	}

	.perfil-wrapp {
		gap: 30px;
	}

	.perfil-info .d-flex img {
		max-width: 32px;
	}

	.perfil-info .pretitle span {
		font-size: 17px;
	}

	.fs-2 {
		font-size: 30px !important;
		margin-bottom: 9px !important;
	}

	.perfil-title {
		max-width: 165px;
	}

	.section.perfil {
		padding: 70px 0px;
	}

	.interest-item {
		padding: 13px 25px;
		border-radius: 9px;
		font-size: 16px;
	}

	.interest-wrapp {
		margin-bottom: 55px;
		gap: 14px !important;
	}

	.fs-4 {
		font-size: 24px !important;
	}

	.reviewItem {
		flex-direction: column;
	}

	.review-wrapp {
		gap: 40px;
	}

	.perfil-info p {
		font-size: 18px;
	}

	.partners-area {
		padding-top: 52px;
		padding-bottom: 50px;
	}

	.contact-input textarea.form-control {
		height: 140px;
	}

	.common-content p {
		font-size: 14px;
	}

	.h3 {
		font-size: 28px;
	}

	.page-header {
		min-height: 140px;
		padding: 42px 0;
	}

	.mapToggle {
		height: calc(100vh - 71px);
		top: calc(0px + 71px);
		width: 100%;
	}

	.custom-select label {
		border-radius: 14px;
		min-height: 58px;
		padding: 8px 15px;
		padding-right: 23px;
		gap: 10px;
		font-size: 15px;
	}

	.custom-select label span img {
		max-width: 30px;
	}

	.custom-select {
		margin-right: 17px;
		margin-bottom: 16px;
	}

	.section.search-area {
		padding-top: 26px;
	}

	.section-title h3 {
		font-size: 26px;
	}

	.user-card {
		padding: 10px;
		padding-top: 24px;
		padding-bottom: 21px;
		width: 155px;
		margin-bottom: 8px;
	}

	.favourite-cards .col-lg-3 {
		width: 50%;
	}

	.section-title h5 {
		font-size: 17px;
	}

	.accordion-button {
		font-size: 16px;
	}

	.accordion-item {
		margin-bottom: 17px;
		padding: 14px 22px;
		padding-right: 14px;
	}

	.sub-footer p {
		text-align: center;
	}

	.pt-60 {
		padding-top: 45px;
	}

	.contact-input .form-control {
		border-radius: 8.278px;
		height: 50px;
		padding: 14px 17px;
	}

	.form-label {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.contact-input {
		margin-bottom: 26px;
	}

	.custom-selects.green .custom-select label {
		font-size: 12px;
		min-height: 42px;
		padding: 6px 20px;
		border-radius: 8px;
	}

	.custom-selects.green .custom-select {
		margin-right: 14px;
		margin-bottom: 14px;
	}

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

	.footer-links a {
		margin: 6px 12px;
	}

	.profile-header {
		border-bottom: 1px solid #ddd;
		padding-bottom: 12px;
	}

	.header {
		padding: 14px 0px 12px;
	}

	.footer-top {
		padding: 35px 0px 30px;
	}

	.profile-header h4 {
		font-size: 20px;
	}

	.tab-nav button {
		font-size: 16px;
		line-height: 21px;
	}

	.main-wrapper {
		padding: 0px 0px;
	}

	.point-text span.txt {
		font-size: 18px;
	}

	.box {
		padding: 16px 14px;
	}

	.share-content a.share-link {
		right: 3px;
	}


}

/* Small devices  */
@media (max-width: 575px) {
	.perfil-thumbnail {
		width: 120px;
		height: 120px;
	}

	.content-box {
		padding: 32px;
		padding-bottom: 28px;
	}
	.modal-content-inner { 
		padding: 15px 15px;
		padding-top: 32px;
	}
	.discount-box {
		font-size: 13px;
		line-height: 15px;
		padding: 12px 20px;
	}

	.profile-header {
		padding-bottom: 8px;
	}

	.wallet-card {
		padding: 20px;
		margin-bottom: 20px;
	}

	.wallet-title {
		font-size: 18px;
	}

	.wallet-card-footer {
		padding: 0 2px;
		max-width: 498px;
	}

	.box-title {
		margin-bottom: 22px;
	}

	.header-right .mapBtn {
		top: -3px;
		font-size: 12px;
		margin-right: -13px;
	}

	.mapBtn span.map-marker {
		bottom: 2px;
	}

	.header-right ul {
		gap: 8px;
	}

	.fs-2 {
		font-size: 26px !important;
		line-height: 1;
		margin-bottom: 9px !important;
	}

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

	.perfil-info {
		position: relative;
		top: -4px;
	}

	.perfil-title h1 {
		font-size: 20px !important;
	}

	.perfil-title {
		max-width: 120px;
	}

	.interest-item {
		padding: 9px 20px;
		border-radius: 9px;
		font-size: 14px;
	}

	.interest-wrapp {
		margin-bottom: 50px;
		gap: 11px !important;
	}

	.perfil-wrapp {
		gap: 22px;
	}

	.section.perfil {
		padding: 50px 0px;
		border-radius: 0 0 20px 20px;
		padding-top: 40px;
	}

	.perfil-info .pretitle span {
		font-size: 13px;
		margin-left: -8px;
	}

	.perfil-info .d-flex img {
		max-width: 22px;
	}

	.section.interest {
		padding: 52px 0px 86px;
	}

	.accordion-button {
		font-size: 15px;
	}

	.section.search-area form {
		display: block;
		margin-bottom: 45px;
	}

	.search-box {
		margin-bottom: 18px;
	}

	.input-object {
		max-width: 30px;
	}

	.search-box input {
		border-bottom: 3px solid #E3E9ED;
		padding: 12px 22px;
		padding-left: 49px;
		font-size: 14px;
	}

	.btn.btn-map {
		margin: 0 auto;
		width: 120px;
		display: flex;
	}

	.custom-select label {
		border-radius: 12px;
		min-height: 50px;
		padding: 8px 15px;
		padding-right: 23px;
		gap: 10px;
		font-size: 13px;
	}

	.custom-select label span img {
		max-width: 28px;
	}

	.product.product-wide {
		display: block;
	}

	.product-img {
		width: 200px;
		display: block;
		margin: auto;
		margin-bottom: 18px;
		height: 100px !important;
	}
	.ventana-popup{
		padding: 10px !important;
		max-width: -webkit-fill-available;
		width: 100% !important;
	}

	.product-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.select-mounths ul li a {
		line-height: 40px;
	}

	main {
		overflow: hidden;
	}

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

	.header-image>img {
		height: 136px;
	}

	.pt-100 {
		padding-top: 65px;
	}

	.dropdown-menu.recent-wrapp {
		right: -60px !important;
	}

	.favourite-cards .col-lg-3 {
		width: 100%;
	}

	.profile-header h4 {
		font-size: 17px;
	}








}