/*------------------------------------------------------------------
[Main.css]
Project:        My city guide
Version:        1
Last change:    24/02/15 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. general styles / #general styles
2. promo index page styles / #promo index page styles
3. Map Page styles / #Map Page styles
4. Inner (place) Page styles / #Inner (place) Page styles
5. User Profile pages / #User Profile pages
6. Place grid / #Place grid
7. Blog page / #Blog page
8. Post page / #Post page

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. general styles / #general styles]

*/
:root {
  --i2m_primaryColor: #FBE979 !important;
  --i2m_secondaryColor: #333333 !important;
  --i2m_colorPerfilOscuro: #333333 !important;
  --i2m_colorPerfilClaro: #d1cdb2 !important;
  --i2m_colorPrincipalCommingsoon: #FBE979 !important;
  --bs-accordion-active-bg: rgb(0, 93, 91, 0.2) !important;
  --i2m_primaryColor-rgb: 20, 20, 20 !important;
  --gradient-1: #c6ed1d;
  --gradient-2: #add011;
  --gradient-3: #8daa0e;
  --gradient-1-lighter: #bce212;
  --gradient-1-darker: #9dbd0f;
  --bs-accordion-active-color: var(--i2m_colorPerfilOscuro);
  --i2m_modalHeader-color: #FBE979;
  --i2m_callToActionBGColor: #FBE979;
  --i2m_callToActionColor: #fff;
  --i2m_color-insignas: #FBE979;
  --dark-color: #2E2C2C;
  --white_opaco: #D7D9D8;
  --grey_opaco: #727371;
  --blanco_total: #fff;
  --negro_total: #000000;
   --white: #fff;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

body {
  background: url(img/start/bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

body.inmap {
  overflow: hidden;
  transition: 0.3s;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.gsi-step-indicator.triangle li.current>* {
  color: #fff !important;
}

.gsi-step-indicator.triangle li>* {
  color: #2c3f4c !important;
}

.gsi-step-indicator.triangle a:hover {
  color: #fff !important;
}

.quick-link a {
  /*color: #555555 !important;*/
}


a:hover {
  color: #4A2B0E;
  text-decoration: none;
  transition: 0.3s;
}

.to_left {
  left: 250px;
  transition: 0.3s;
}

.to_left.inn {
  left: 250px;
  position: relative;
  margin-left: 0px;
  transition: 0.3s;
}

.fixed_w {
  max-width: 1140px;
  margin: 0 auto;
}

.fixed_w h2 {
  margin-bottom: 15px;
  font-size: 36px;
  color: #191a22;
}

.fixed_w .fea_item h2 {
  font-size: 26px;
}

.question .fixed_w .green_btn_header {
  display: inline-block;
  float: none !important;
}

.all_cont {
  transition: 0.3s;
  position: relative;
}

.sidebar {
  position: relative;
  padding: 0px;
  /*margin-right: -30px !important;*/
  background: rgba(0, 0, 0, 0.6);
  /*float: right !important;
	width: 100% !important;*/
  display: block;
}

/*.sidebarperfil { 
  position: relative;
  padding: 0px;
	margin-right: 0px !important;
	width: 100% !important;
	display: block;
}*/
.contant {
  display: table;
}

.contant .row {
  /*display: table-row;*/
  margin-left: 0px;
  margin-right: 0px;
}

.contant .row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.contant .reviews .row {
  display: flex !important;
  padding: 5px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.profile-tabs .row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.contant .reviews .row [class*="col-"] {
  float: left !important;
  display: block !important;

}

.page_info {
  padding: 10px 15px 10px;
}

.page_info img {
  width: 285px;
  /* border-radius: 3px;*/
  float: left;
  margin-right: 20px;
}

.page_info ul {}

.page_info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

/*margin-bottom: 30px;/
}
.page_info ul li a {}
.page_info ul li a:hover {
  color: #ffffff;
}*/

.page_info h1 {
  color: #ffffff;
  font-weight: 100;
  font-size: 40px;
  padding-top: 10px;
}

/*.page_info .status {
  color: #ffffff;
}
.page_info .lead {
  color: #ffffff;
  width: 70%;
}
body.inner_page {
  background: url(img/bg.png);
}
body.inner_page .bg_parallax {
  background: url(img/bgNEW.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner_page .header {
  box-shadow: none;
}
/* ////////////////////////Side menu//////////////////////*/
.pushy .profile {
  background: #555555;
  /* margin: -40px 0px -11px; */
  padding: 10px 0px;
  padding-bottom: 1px;
}


.pushy .profile ul#menu-user li a {
  color: #d8d9d9;
  display: block;
  border-top: 1px solid #d8d9d9;
  border-bottom: 1px solid #d8d9d9;
  margin-bottom: -1px;
  padding: 12px;
}

.pushy .profile .avatar {
  width: 90px;
  background: #33363C;
  height: 90px;
  border-radius: 80px;
  position: relative;
  margin: 10px auto 0px;
}

.pushy .profile h3 {
  text-align: center;
  color: #DADCE0;
}

.pushy .profile h3 a {
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
}

.pushy .profile h3 a:hover {
  color: #333333;
  text-decoration: none;
}

.pushy .profile .log_btn {
  width: 100px;
  display: block;
  border: 1px solid #575757;
  text-align: center;
  padding: 8px;
  margin: 10px auto;
  color: #727271;
  background-color: #FEEC00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pushy .profile .log_btn:hover {
  border: 2px solid #575757;
  color: #191919;
  text-decoration: none;
}

.pushy .profile .avatar img {
  width: 110px;
  border-radius: 100px;
  display: block;
  border: 2px solid #FFFFFF;
  padding: 6px;
}

.pushy .profile .avatar span {
  display: block;
  position: absolute;
  right: 0px;
  padding: 5px 11px;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #E73931;
  font-weight: 500;
  top: 80px;
}

.pushy .side_menu {
  margin: 0px;
  padding: 0px;
}

.pushy .side_menu li {
  display: block;
  list-style: none;
  font-weight: 600;
  margin-bottom: 0px;
}

.pushy .side_menu li a {
  color: #555555;
  display: block;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  margin-bottom: -1px;
  padding: 12px;
}

.pushy .side_menu li a span {
  padding: 12px 20px;
}

.pushy .side_menu li a i,
.pushy .side_menu li a svg {
  /* color: #555555; */
  padding: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: inline-block;
  /*background: #FF8B00;*/
  margin-right: 16px;
  margin-bottom: 1px;
  font-size: 14px;
  transition: 0.3s;
  min-width: 40px;
  text-align: center;
}

.pushy .side_menu li a:hover i,
.pushy .side_menu li a svg:hover {
  padding: 10px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 1px;
  font-size: 14px;
  transition: 0.1s;
  min-width: 40px;
  text-align: center;
}

.pushy .side_menu li:hover,
.pushy .side_menu li a:hover {
  text-decoration: none;
  background: #555555;
}

/*------------------------------------------------------------------
[2. Promo Index Page styles / #Promo Index Page styles]
*/
.promo {
  overflow-x: hidden;
  background: #011222;
}

.top_promo_block {
  background: url(img/start/bg.jpg);
  width: 100%;
  background-position: center;
  position: relative;
}

.top_promo_block .bg_img {
  background: url(img/start/bg2.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header_promo {
  margin-top: 36px;
}

.header_promo a {
  color: #ffffff;
  border: 2px solid;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 15px;
  float: right;
}

.header_promo a:hover {
  color: #e73931;
}

.search_promo {
  max-width: 900px;
  margin: 40px auto;
}

.search_promo input {
  height: 55px;
  border: 0px;
  border-radius: 3px;
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 300;
  padding: 0px 20px;
}

.search_promo input:focus,
.btn_cat button:focus,
.btn_promo_search button:focus,
.input-group-btn {
  outline: none;
  box-shadow: none;
}

.search_promo .btn_cat button span {
  color: #322F44;
  font-size: 16px;
  display: block;
  overflow: hidden;
  padding: 10px 0px;
}

.search_promo .btn_cat button span .caret {
  padding: 0px;
  display: block;
  float: none !important;
  position: absolute;
  top: 14px;
  right: 15px;
}

.btn_cat {
  width: 200px;
}

.btn_cat button {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  background: #FFFFFF;
  text-align: left;
  color: #322F44;
  font-size: 15px;
  font-weight: 300;
  padding: 0px 20px 0px 10px;
  border-left: 1px solid #E5E5E5;
}

.btn_cat button i {
  padding-right: 10px;
  font-size: 16px;
  color: #322F44;
}

.btn_cat button:hover {
  background: #F2F2F2;
  color: #5b5b5b;
  border-left: 1px solid #F2F2F2;
  border-bottom-right-radius: 3px;
}

.btn_cat.open button.dropdown-toggle i,
.btn_cat.open button.dropdown-toggle .caret {
  color: #ffffff;
}

.btn_cat button .caret {
  color: #322F44;
  float: right;
  margin-top: 12px;
}

.btn_promo_search {}

.btn_promo_search button {
  height: 55px;
  padding: 0px 50px;
  font-size: 18px;
  margin-left: 30px !important;
  border-radius: 3px !important;
}

.scroll_block {
  height: 100px;
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 0px;
}

.scroll_block img {
  margin: 20px auto;
  display: block;
  -vendor-animation-iteration-count: 2;
}

.start_descrition {
  z-index: 9;
  text-align: center;
  position: absolute;
  width: 1200px;
  top: 50%;
  margin-top: -180px;
  left: 50%;
  margin-left: -600px;
  white-space: normal;
}

.start_descrition h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

.start_descrition h1 span {
  display: block;
  width: 150px;
  height: 1px;
  background: #E73931;
  margin: 40px auto;
}

.start_descrition span {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 100;
  color: #ffffff;
  line-height: 36px;
}

/*Insert btn*/
.place_dd {
  width: 200px;
  margin-top: -1px;
  background: #E73931;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0px;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}

.place_dd li {}

.place_dd li a {
  padding: 10px 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.place_dd li a i {
  margin-right: 15px;
  color: #ffffff;
}

.place_dd li a:hover {
  background: #ffffff;
  color: #E73931;
}

.place_dd li a:hover i {
  color: #E73931;
}

/*Index features block*/
.fea_block {
  padding: 110px 0px 48px;
  background: #ffffff;
}

.fea_block .fea_item {
  margin-bottom: 62px;
}

.fea_block .fea_item h3 {
  font-size: 18px;
  font-weight: 500;
  color: #33244A;
  margin-bottom: 20px;
}

.fea_block .fea_item h3 i {
  font-size: 32px;
  margin-top: -5px;
  display: block;
  float: left;
  margin-right: 10px;
  color: #DD3832;
}

.fea_block .fea_item span {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
  font-weight: 300;
}

/*Index slider rev block*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/*Index slider style*/
.sl_descrition {
  text-align: center;
  max-width: 800px;
  white-space: normal;
}

.sl_descrition span {
  font-size: 22px;
  color: #ffffff;
}

.sl_descrition h1 {
  font-size: 60px;
  color: #ffffff;
}

.sl_descrition h1 span {
  display: block;
  width: 120px;
  height: 1px;
  margin: 30px auto;
  background: #FAE600;
}

.sl_descrition .btns a {
  padding: 10px 40px;
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
}

.sl_descrition.right {
  text-align: left;
}

.sl_descrition.right h1 {}

.sl_descrition.right img {
  display: block;
  margin-top: 30px;
}

.sl_descrition.right h1 span {
  margin: 30px 0px;
}

.sl_descrition.right .btns {}

.sl_descrition.top {
  margin-top: 100px;
}

.sl_descrition.top h1 {}

.sl_descrition.top h1 b {
  color: #e73931;
}

.sl_descrition.top h1 span {}

.sl_descrition.top .btns {}

/*Category block*/
.categori_block {
  padding: 110px 0px;
  background-color: #ffffff;
  /*background-image: url(img/start/houses.png);*/
  background-repeat: repeat-x;
}

.categori_block.dark {
  padding: 10px 0px !important;
  color: #fff !important;
  background-color: rgba(28, 27, 23, 1) !important;
  /* background-image: url(img/houses.png);*/
  background-repeat: repeat-x;
}

.categori_block.dark h2 {
  color: #fff !important;
}

.categori_block .cat_item {}

.categori_block .cat_item div {
  border: 1px solid #cfdde6;
  border-radius: 3px;
  margin-bottom: 35px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 35px 10px;
  background: #ffffff;
  transition: 0.3s;
}

.categori_block .cat_item div i {
  display: block;
  font-size: 32px;
  text-align: center;
  color: #cfdde6;
  transition: 0.3s;
}

.categori_block .cat_item div h4 {
  color: #e73931;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 10px;
  transition: 0.3s;
}

.va {
  padding: 14px;
  width: 160px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.categori_block .cat_item div:hover {
  background: #E73931;
  border-color: #e73931;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s;
}

.categori_block .cat_item div:hover i {
  color: #ffffff;
  transition: 0.3s;
}

.categori_block .cat_item div:hover h4 {
  color: #ffffff;
  transition: 0.3s;
}

/*map*/
.map_block {
  padding: 0px !important;
  position: relative;
}

.map_block .index_map {
  width: 100%;
  height: 700px;
}

.map_block .map_descr {
  position: relative;
  top: 0px;
  z-index: 9;
  background: var(--i2m_secondaryColor) !important;
  width: 100%;
}

.map_block .map_descr span {
  max-width: 1110px;
  margin: 0 15px;
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  padding: 17px 0px;
}

.map_block .map_descr span a {
  display: inline-block;
  font-size: 16px;
  border: 2px solid;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 3px;
  margin-left: 30px;
}

.map_block .map_descr span a:hover {
  color: #FEEC00;
}

/*User block*/
.user_block {
  background: #ffffff;
  padding: 110px 0px;
}

.user_cover {
  margin-bottom: 40px;
}

.user_block .user_item {
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 263px;
  border-radius: 3px;
}

.user_block .user_item .user_item_cont {
  position: absolute;
  bottom: 0px;
  background: #ffffff;
  width: 100%;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 150px;
}

.user_block .user_item .user_item_cont img {
  top: -50px;
  display: block;
  position: absolute;
  width: 100px;
  border-radius: 100px;
  border: 6px solid #ffffff;
  margin-left: 50%;
  left: -50px;
}

.user_block .user_item .user_item_cont a.names {
  display: block;
  text-align: center;
  margin-top: 60px;
  font-size: 22px;
  font-weight: 300;
}

.user_block .user_item .bottom_link {
  position: absolute;
  background: #FFFFFF;
  bottom: 0px;
  width: 100%;
}

.user_block .user_item .bottom_link ul {
  padding: 0px;
}

.user_block .user_item .bottom_link ul li {
  list-style: none;
  display: block;
  width: 25%;
  float: left;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  border-top: 1px solid #e4e4e4;
}

.user_block .user_item .bottom_link ul li.last {
  border-right: 0px;
}

.user_block .user_item .bottom_link ul li a {
  padding: 6px 0px;
  display: block;
  color: #CDCDCD;
}

.user_block .user_item .bottom_link ul li a:hover {
  background: #F4F4F4;
  color: #333;
}

.user_block .user_item .bottom_link ul li a i {
  font-size: 12px;
  padding-right: 5px;
}

.user_block .user_item .blurbg {
  width: 100%;
  border-radius: 3px;
  transition: 0.3s;
}

.user_sm {
  position: relative;
}

.user_num {
  position: absolute;
  height: 35px;
  width: 35px;
  background: #ffffff;
  border-radius: 100px;
  padding-top: 8px;
  font-size: 14px;
  color: #ff9c00;
  bottom: -16px;
  left: 50%;
  z-index: 2;
  text-align: center;
  margin-left: -18px;
}

.user_go {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(231, 57, 49, 0.72);
  border-radius: 3px;
  font-size: 20px;
  padding: 10px 26px;
  color: #ffffff;
  bottom: -150%;
  transition: 0.3s;
}

.user_go i {
  display: block;
  margin: 5px auto;
  width: 20px;
}

.user_sm img {
  width: 100%;
  border-radius: 3px;
}

.min_u_hover {
  overflow: hidden;
  position: relative;
}

.min_u_hover:hover .user_go {
  bottom: 0px;
  transition: 0.3s;
}

.min_u_hover:hover {
  cursor: pointer;
}

.fb_btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0px 0px 3px #000000;
  background: none;
  height: 35px;
  width: 35px;
  border-radius: 60px;
  padding: 6px 11px;
}

.fb_btn:hover {
  background: #014490;
  color: #ffffff;
  text-shadow: none;
}

.user_item:hover .blurbg {
  width: 110%;
  transition: 0.3s;
}

/*promo block*/
.promo_block {
  padding: 20px 0px;
  background: #E3E1CA;
  position: relative;
  overflow: hidden;
}

.promka {
  z-index: 9;
  position: relative;
}

.promo_block .anim_bg {
  background: url("img/start/promo_bg.jpg");
  position: absolute;
  left: 0;
  top: 0;
  height: 3000px;
  width: 100%;
  -webkit-animation: cloud_one 50s linear infinite;
  -moz-animation: cloud_one 50s linear infinite;
  -o-animation: cloud_one 50s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)
}

.promo_block span {
  display: block;
  font-size: 36px;
  font-weight: 100;
  color: #FAE600;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
}

@-webkit-keyframes cloud_one {
  0% {
    bottom: 0%
  }

  100% {
    top: -100%
  }
}

@-moz-keyframes cloud_one {
  0% {
    bottom: 0
  }

  100% {
    top: -100%
  }
}

.promo_block img {
  display: block;
  margin: 0px auto 40px;
}

.promo_block span.panel-price {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #28202E;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
}

/*places block*/
.places_index_block {
  background: #ffffff;
  padding: 50px 0px;
}

.place_index_item {
  margin-bottom: 40px;
}

.place_index_item .place_inn {}

.pl_descr {
  border: 1px solid #e4e4e4;
  border-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  padding: 25px;
}

.pl_descr a {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.pl_descr span {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.pl_descr .rate {
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.pl_descr .rate li {
  list-style: none;
  display: inline-block;
  color: #FFCB00;
  padding-right: 2px;
}

.pl_descr .rate li i {}

.pl_descr .rate li i.no {
  color: #DADADA;
}

.pl_descr .rate li i:hover {
  color: #FF9100;
  cursor: pointer;
}

.place_inn img {
  width: 100%;
}

/*------------------------------------------------------------------
[3. Map Page styles / #Map Page styles]
*/
.map {
  width: 100%;
  height: 100%;
  position: fixed !important;
}

/*menu*/
.page-wrapper .menu {
  position: absolute;
  z-index: 9;
  background: rgba(37, 32, 48, 0.9);
  width: 100%;
  bottom: 0px;
  max-height: 65px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.menu.mobile #close_menu {
  display: none;
}

.menu ul {
  padding: 0px;
  text-align: center;
  max-width: 1190px;
  margin: 0 auto;
}

.menu li {
  list-style: none;
  display: inline-block;
  width: 10%;
  margin: 0px -2px;
  padding: 0px;
}

.menu li a {
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  padding: 11px 0px;
  text-decoration: none;
  transition: 0.3s;
}

.menu ul li a span {}

.menu li a.shop:hover,
.menu li a.shop:focus {
  background: #F54100;
  transition: 0.3s;
}

.menu li a.cinema:hover,
.menu li a.cinema:focus {
  background: #00B2B3;
  transition: 0.3s;
}

.menu li a.club:hover,
.menu li a.club:focus {
  background: #FFAC00;
  transition: 0.3s;
}

.menu li a.cafe:hover,
.menu li a.cafe:focus {
  background: #62B50A;
  transition: 0.3s;
}

.menu li a.sport:hover,
.menu li a.sport:focus {
  background: #DD3D83;
  transition: 0.3s;
}

.menu li a.port:hover,
.menu li a.port:focus {
  background: #006EC6;
  transition: 0.3s;
}

.menu li a.bank:hover,
.menu li a.bank:focus {
  background: #0081DB;
  transition: 0.3s;
}

.menu li a.post:hover,
.menu li a.post:focus {
  background: #AAC600;
  transition: 0.3s;
}

.menu li a.showplace:hover,
.menu li a.showplace:focus {
  background: #009ECC;
  transition: 0.3s;
}

.menu li a.park:hover,
.menu li a.park:focus {
  background: #006BC3;
  transition: 0.3s;
  .promka
}

.container-fluid.menu span,
.container-fluid.menu .icon-remove,
.container-fluid.menu .mobile_menu {
  display: none;
}

.marker_info .info {
  width: 300px;
  height: 320px;
  border-radius: 5px;
  background: rgba(37, 32, 48, 0.9);
  position: relative;
  z-index: 9999999;
}

.marker_info .info img {
  display: block;
  border-radius: 100px;
  width: 110px;
  position: absolute;
  top: -53px;
  left: 90px;
  border: 7px solid #e9e5db;
  background: #ffffff;
}

.marker_info .info h2 {
  text-align: center;
  padding-top: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
}

.marker_info .info h2 span {
  width: 70px;
  height: 1px;
  background: #E73931;
  display: block;
  margin: 15px auto;
}

.marker_info .info span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  display: block;
  padding: 0px 30px;
  font-size: 14px;
}

.marker_info .info a {}

a.green_btn {
  background: #E73931;
  border: 1px solid #000000;
  padding: 10px 50px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  width: 180px;
  text-align: center;
  bottom: 40px;
  position: absolute;
  left: 60px;
  transition: 0.3s;
}

a.green_btn:hover {
  background: #ffffff;
  /* Old browsers */
  border: 1px solid #000000;
  padding: 10px 50px;
  color: #E73931;
  font-size: 14px;
  box-shadow: none;
  border-radius: 4px;
  display: block;
  width: 180px;
  text-align: center;
  bottom: 40px;
  position: absolute;
  left: 60px;
  text-decoration: none;
}

.marker_info .arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  padding: 0px !important;
  left: -28px;
  top: 150px !important;
  border: 14px solid rgba(255, 0, 0, 0);
  top: 0px;
  border-right-color: rgba(37, 32, 48, 0.9);
}

/*header*/
.page-wrapper .header {
  position: relative;
  width: 100%;
  z-index: 9998;
  transition: 0.3s;
  background: #1C1B17;
  height: 92px;
  border-bottom: 1px solid #fae600;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);
}

.page-wrapper .header:hover {
  background: rgba(28, 27, 23, 1);
  transition: 0.3s;
}

.open_side {
  float: left;
  font-size: 21px;
  padding: 28px 10px 0px 20px;
  transition: 0.3s;
}

.open_side:hover {
  float: left;
  font-size: 21px;
  color: #03AAAC;
  padding: 28px 10px 0px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.header .logo {
  display: block;
  float: left;
  padding: 13px 30px 0px 0px;
  /* display: flex; */
}

.header .logo img {
  height:60px;
}

.header .search {
  margin: 26px 60px 8px 30px;
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(254, 236, 0, 0.25);
  border: 0px solid rgba(254, 236, 0, 1);
  border-radius: 25px;
  height: 33px;
  font-size: 13px;
  font-style: italic;
  width: 100%;
  padding: 0px 10px;
  max-width: 400px;
}

.header.white_bar {
  /* background-color: #ffffff !important; */
}

.green_btn_header {
  background: #FEEC00;
  padding: 6px 50px;
  color: #28202E !important;
  font-size: 13px;
  display: block;
  /*width: 195px;*/
  text-align: center;
  float: right;
  margin: 27px;
  transition: 0.3s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.green_btn_header:hover {
  background: #1C1B17;
  padding: 6px 50px;
  color: #FEEC00 !important;
  /* font-size: 14px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    float: right;
    margin: 16px;*/
  text-decoration: none;
  transition: 0.3s;
}

.inner_head .menu-btn {
  color: #ffffff;
  top: 5px;
}

.inner_head .menu-btn:hover {
  color: #202020;
  top: 5px;
  background: none;
}

.innerpage .menu-btn {
  color: #ffffff;
  top: 5px;
}

.innerpage .menu-btn:hover {
  color: #202020;
  top: 5px;
  background: none;
}

/*add place*/
.add_place {
  position: fixed;
  z-index: 999999999;
  background: rgba(16, 7, 29, 0.72);
  width: 100%;
  height: 100%;
  top: 0px;
  transition: 0.3s linear;
}

.place_form {
  width: 300px;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  height: 480px;
  margin-top: 5px;
}

.place_form h3 {
  font-weight: 300;
  text-align: center;
  padding: 20px 0px;
  display: block;
}

.place_form h3 span {
  display: block;
  width: 60px;
  height: 1px;
  background: #e73931;
  margin: 20px auto -16px auto;
}

.place_form label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  padding: 0px 30px;
  margin: 20px 0px 20px 0px;
}

.place_form label input {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  margin-top: 10px;
  background: #F9F9F9;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 300;
}

.place_form label input:focus {
  outline: none;
  border: 1px solid #7CCB18;
  background: #ffffff;
  color: #7ccb18;
  font-size: 16px;
  font-weight: 300;
}

.place_form label select {
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 30px;
}

.place_form a {
  width: 100%;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 20px;
  margin-top: 18px;
}

.place_form a:hover {
  width: 100%;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 20px;
  margin-top: 18px;
}

/*login form*/
.login_form {
  height: 400px;
}

.login_form a i {
  padding: 0px 10px 0px 0px;
}

.login_form a,
.login_form a:hover {
  margin: 10px 30px;
  width: 240px;
  border-radius: 3px;
  padding: 10px;
}

.none {
  top: -150%;
  transition: 0.3s linear;
}

.close_window {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  color: #ffffff;
  cursor: pointer;
}

.close_window:hover {
  color: #E51616;
}

/*------------------------------------------------------------------
[4. Inner (place) Page styles / #Inner (place) Page styles]
*/
.contant {}

.contant .basic {
  background: #ffffff;
  min-height: 100%;
  padding: 0px;
  position: relative;
}

.dark_bg {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
}

/*head*/
.head {
  background: #ffffff;
  padding: 5px 30px 5px;
}

.head h1 {
  color: #1C1B17 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 600 !important;
  display: inline-block !important;
}

.head ul {
  display: inline-block !important;
  margin-bottom: 2px;
}

.head ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  font-weight: 600 !important;
}

.head .logo {}

.head .search {
  margin: 0px 30px 0px;
  float: right;
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 33px;
  font-size: 13px;
  font-style: italic;
  width: 100%;
  padding: 0px 10px;
  max-width: 150px;
}

.head .green_btn_header,
.head .green_btn_header:hover {
  max-width: 40px;
  padding: 6px 0px;
  text-align: center;
  margin: 0px;
}

.menusha {
  display: none;
}

.menusha_open {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 21px;
  color: #D0544B;
  transition: 0.3s;
}

.menusha_open:hover {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}

/*header section*/
/*.header_section {
    background: url(img/blog_post_bg.jpg) no-repeat;
    margin: 0px 0px;
    background-size: cover;
    min-height: 255px;
    overflow: hidden;
    position: relative;
}
*/
.header_section {
  background: url(img/blog_post_bg.jpg) no-repeat;
  margin: 0px 0px;
  background-size: cover;
  min-height: 255px;
  overflow: hidden;
  position: relative;
}

.header_section img {
  float: left;
  width: 250px;
  border-radius: 30px;
}

.header_section h1 {
  color: #ffffff;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 5px;
}

.header_section ul {}

.header_section ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

.header_section ul li a:hover,
.header_section ul li a:focus {
  color: #ffffff;
}

/*header_icon_descr_section*/
.icon_descr_block {
  overflow: hidden;
  border-bottom: 1px solid #E8E8E8;
}

.icon_descr_block .cols {
  width: 50%;
  float: left;
  padding: 16px;
}

.icon_descr_block .cols .icons {
  position: relative;
  float: left;
  width: 30%;
  padding: 20px;
}

.icon_descr_block .cols .icons .ic {
  display: block;
  padding: 18px 24px;
  border: 2px solid;
  width: 76px;
  height: 76px;
  border-radius: 150px;
  font-size: 24px;
}

.icon_descr_block .cols .icons .ic i {}

.icon_descr_block .cols .icons .num {
  display: block;
  width: 70px;
  position: absolute;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  bottom: 8px;
  left: 23px;
  color: #ffffff;
}

.icon_descr_block .bubble {
  float: left;
  width: 50%;
}

.icon_descr_block .bubble div {
  background: #f3f3f3;
  padding: 15px;
  border-radius: 3px;
  margin: 30px 30px;
  color: #5a5a5a;
  font-weight: 300;
  position: relative;
  line-height: 24px;
}

.icon_descr_block .bubble div span {
  width: 0px;
  height: 0px;
  position: absolute;
  border: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #F3F3F3;
  left: -20px;
  top: 42px;
}

.id_blue .num {
  background: #45c3e8;
}

.id_green .num {
  background: #97c900;
}

.id_orange .num {
  background: #ff5700;
}

.id_blue {
  color: #45c3e8;
}

.id_green {
  color: #97c900;
}

.id_orange {
  color: #ff5700;
}

/*header_contact section*/
.phone_email {
  padding: 14px 30px;
  border-bottom: none !important;
  min-height: 50px;
  overflow: hidden;
}

.phone_email span {
  display: block;
  float: left;
  margin: 0px 40px 0px 0px;
}

.phone_email span a {
  font-weight: 550 !important;
}

.phone_email span i {
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
  color: #A8A8A8;
}

/*Features block*/
.features_block {
  overflow: overlay;
  min-height: 162px;
}

.features_block div {
  width: 50%;
  float: left;
}

.features_block div ul {
  padding: 20px 30px;
}

.features_block div ul li {
  list-style: none;
  margin: 13px 0px;
}

.features_block div ul li b {}

/*share block*/
.share_block {
  background: #f3f3f3;
  overflow: overlay;
  min-height: 55px;
}

.share_block div {
  width: 50%;
  float: left;
}

.share_block div a {
  display: inline-block;
  margin: 10px 30px;
}

.share_block div div {
  width: 50%;
  float: left;
  padding: 10px 30px;
  font-size: 13px;
  color: #6f6f6f;
}

.share_block div div span {
  display: block;
  font-weight: bold;
  color: #4A4A4A;
}

/*check in block*/
.check_in {}

.check_in div {
  padding: 30px;
}

.check_in div a {}

.check_in div a:hover {}

.check_in div .users_group {
  padding: 20px 0px;
  margin: 0px -10px;
}

.check_in div .users_group a {
  display: inline-block;
  margin: 0px 0px !important;
  overflow: hidden;
  position: relative;
}

.check_in div .users_group a img {
  width: 45px;
  border-radius: 3px;
}

.users_group .user_go {
  padding: 9px 0px;
  transition: 0.3s;
}

/*flickr block*/
.flickr_photo h4 {
  margin-left: 10px;
}

.flickr_photo {
  padding: 0px 20px;
}

.flickr_photo ul {
  margin: 0px;
  padding: 0px;
}

.flickr_photo ul li {
  list-style: none;
  display: inline-block;
  margin: 13px;
  overflow: hidden;
  width: 13%;
  border-radius: 3px;
  height: 110px;
}

.flickr_photo ul li img {
  transition: 0.3s;
}

.flickr_photo ul li img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/*reviews*/
.reviews {
  background-color: #FFFFFF;
  border: 1px solid #c3c3c3;
}

.reviews h4 {
  padding: 40px 30px 0px 30px;
  font-size: 16px;
  margin: 0px;
}

.reviews .rev {
  padding: 30px;
  /*border-bottom: 1px solid #c3c3c3;*/
  transition: 0.3s;
}

.reviews .rev .user {
  float: left;
  margin: 0px 20px 0px 0px;
  padding-top: 4px;
}

.reviews .rev .user img {
  width: 45px;
  border-radius: 3px;
}

.reviews .rev .texts {
  padding-left: 65px;
}

.reviews .rev .head_rev {}

.reviews .rev .head_rev span {
  color: #B5B5B5;
  font-size: 13px;
  padding-left: 20px;
}

.reviews .rev .text_rev {
  padding-top: 10px;
  color: #606060;
}

.reviews .rev:hover {
  background: #fafafa;
  transition: 0.3s;
}

/*Add comment*/
.add_comment h4 {
  padding: 30px 0px;
}

.add_comment {
  padding: 0px 30px 50px;
}

.add_comment textarea {
  width: 100%;
  border: 0px;
  background: #f1f1f1;
  border-radius: 3px;
  resize: vertical;
  min-height: 100px;
  padding: 15px;
}

.add_comment textarea:focus {
  outline: none;
}

.add_comment a {
  margin-top: 15px;
}

/*Map*/
/*.map_place {
    width: 100%;
    height: 254px;
    margin: 0px;
}*/
.map_place {
  width: 100%;
  height: 254px;
  /*margin-top: 50px;*/
  border-radius: 6px;
}

/*similar*/
.similar {
  padding: 0px 20px;
}

.similar div {
  overflow: auto;
  margin: 0px -20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  padding: 16px 20px;
}

.similar a {
  display: block;
  font-weight: 600 !important;
}

.similar a:hover {
  color: #ffffff;
}

.similar h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  padding: 25px 0px 10px;
}

.similar img {
  width: 45px;
  border-radius: 3px;
  display: block;
  float: left;
  margin-right: 10px;
}

.similar i {
  font-size: 12px;
  padding-right: 5px;
  color: #ffffff;
}

/*.address {
    background: rgba(250, 230, 0, 1);
    color: #1C1B17;
    width: 320px;
    position: absolute;
    height: 100px;
    top: 75px;
    padding: 18px 24px;
    right: -310px;
    z-index: 2;
    font-size: 15px;
}
.address span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #FAE600;
    left: -20px;
    top: 42px;
}*/
.address {
  background: rgba(250, 230, 0, 1);
  color: #1C1B17;
  padding: 10px 15px;
  margin-top: 5px;
  min-height: 58px !important;
  border-radius: 3px;
  font-family: 'Roboto';
  font-size: 13px !important;
}

/*mobie places*/
.mobile_place {
  padding: 0px 0px 30px;
  overflow: auto;
  display: none;
}

.mobile_place .similar {}

.mobile_place .similar div {
  color: #BABABA;
  width: 48%;
  float: left;
  margin: 1%;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
}

.mobile_place .similar a {
  display: block;
}

.mobile_place .similar a:hover {
  color: #202020;
}

.mobile_place .similar h3 {
  color: #1B1B1B;
  padding: 0px 8px 20px;
  margin: 0px;
}

.mobile_place .similar img {
  width: 45px;
  border-radius: 3px;
  display: block;
  float: left;
  margin-right: 10px;
}

.mobile_place .similar i {
  color: #BABABA;
}

.mobile_place .address {
  background: rgba(231, 57, 49, 1);
  padding: 15px 15px;
  margin-top: 0px;
  border-radius: 1px;
  color: #ffffff;
  position: absolute;
  left: 0px;
}

/*------------------------------------------------------------------
[5. User Profile pages / #User Profile pages]
*/
.vp h1 {
  padding: 0px 30px 30px;
}

.map_user_visits {
  width: 100%;
  height: 300px;
}

.marker_visit {
  background: rgba(0, 0, 0, 0.83);
  border-radius: 3px;
  width: auto;
  position: fixed;
}

.marker_visit .info {
  padding: 10px 30px;
}

.marker_visit .info span {
  width: 0px;
  height: 0px;
  position: absolute;
  padding: 0px !important;
  left: -16px;
  top: 12px !important;
  border: 8px solid rgba(255, 0, 0, 0);
  top: 0px;
  border-right-color: rgba(0, 0, 0, 0.83);
}

.marker_visit .info a {
  font-size: 14px;
}

.marker_visit .info a:hover {
  font-size: 14px;
  color: #ffffff;
}

/*user left column*/
.user_avatar {
  margin-top: 100px;
  position: relative;
}

.user_avatar img {
  width: 100%;
  border-radius: 3px;
}

.user_avatar span {
  position: absolute;
  background: rgba(0, 0, 0, 0.71);
  display: block;
  bottom: 0px;
  width: 100%;
  padding: 8px 15px;
  font-size: 28px;
  font-family: roboto;
  font-weight: 300;
  color: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.user_friends {
  overflow: hidden;
  padding: 0px 10px;
}

.user_friends h4 {
  color: #ffffff;
  font-size: 20px;
  padding: 20px 10px 0px;
}

.profile_mobile_vis .user_friends h4 {
  color: #202020;
}

.users_group {}

.users_group .user_avatars {
  position: relative;
  overflow: hidden;
  display: block;
  width: 45px;
  float: left;
  margin: 10px;
}

.users_group .user_avatars img {
  width: 45px;
  border-radius: 3px;
}

/*userr btn*/
.user_btn {
  margin: 20px 20px;
}

.user_btn a {
  display: block;
  margin-bottom: 12px;
  padding: 10px;
}

.profile_mobile_vis {
  display: none;
}

.user_avatars {
  position: relative;
  overflow: hidden;
  display: block;
}

.user_avatars img {}

.user_avatars .user_go {
  transition: 0.3s;
}

.user_avatars .user_go i {}

.user_avatars:hover .user_go {
  bottom: 0px;
  overflow: hidden;
  padding: 0px;
  width: 45px;
  padding-top: 8px;
  transition: 0.3s;
}

.user_vis {
  background: #1C1B17 !important;
  padding: 16px 20px;
  color: #FEEC00 !important;
}

.user_vis span {}

.user_vis span i,
.user_vis span svg {
  margin-right: 10px;
}

.user_vis div {
  width: 0px;
  height: 0px;
  position: absolute;
  border: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #1C1B17 !important;
  right: -20px;
  top: 16px;
  z-index: 9;
}

/*------------------------------------------------------------------
[6. Place grid / #Place grid]
*/
/*.place_gr_cont {
  overflow: auto;
}*/
.place_gr_cont [class*="col-"] {
  float: left !important;
  display: table-cell;
  vertical-align: top;
}

.place_gr_cont h1,
.place_li_cont h1 {
  padding: 0px 30px 30px;
  color: #F4D108 !important;
  font-family: 'Roboto';
  font-weight: 600 !important;
  text-transform: capitalize !important;
  font-size: 40px;
}

.place_gr_cont * {
  transition: 0.3s;
}

.place_gr_cont .colu {
  /*max-height: 300px;*/
  min-height: 300px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.place_gr_cont .pg {
  padding: 10px;
  min-height: 230px;
  max-height: 230px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.place_gr_cont .pg img.perfil {
  padding: 5px;
}

.place_gr_cont .pg img.bg {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
}

.place_gr_cont .pg h2 {
  font-size: 26px;
  color: #ffffff;
  margin-top: 0px;
  font-weight: 500 !important;
}

.place_gr_cont .pg h2 span {
  width: 80%;
  height: 1.5px;
  display: block;
  margin: 20px 0px;
}

.place_gr_cont .pg span {
  font-family: roboto;
  font-size: 16px;
  /* color: #ffffff;*/
  line-height: 26px;
  font-weight: 300;
}

.place_gr_cont .pg.style_one {
  transition: 0.3s;
}

.place_gr_cont .pg.style_two {
  background: #E73931;
  transition: 0.3s;
}

.place_gr_cont .pg.style_two h2 span {
  background: #ffffff;
}

.place_gr_cont .pg.style_three {
  background: #1b2027;
}

.place_gr_cont .pg.style_three h2 span,
.place_gr_cont .pg.style_one h2 span {
  background: #FEEC00 !important;
}

/*.place_gr_cont .pg.style_one.bg_one {
  background: url(img/pl1.jpg);
  transition: 0.3s;
}
.place_gr_cont .pg.style_one.bg_two {
  background: url(img/pl2.jpg);
  transition: 0.3s;
}
.place_gr_cont .pg.style_one.bg_three {
  background: url(img/pl3.jpg);
  transition: 0.3s;
}*/
/*.place_gr_cont .pg:hover {
  cursor: pointer;
  background: #ffffff !important;
  transition: 0.3s;
}*/
.place_gr_cont .pg h2 {
  color: #727371;
  transition: 0.3s;
}

.place_gr_cont .pg h2 span {
  background: #727371 !important;
  transition: 0.3s;
}

/*.place_gr_cont .pg:hover span {
  color: #030102;
  transition: 0.3s;
}*/
.more_btn {
  padding: 10px 20px !important;
  display: block !important;
  width: 150px !important;
  text-align: center !important;
  color: #1C1B17 !important;
  background-color: #FAE600 !important;
  border-color: #1C1B17 !important;
  margin: 30px auto !important;
  border-radius: 25px !important;
  clear: both !important;
}

.more_btn:hover {
  text-decoration: none;
  background: #ada82c;
  border-color: #ada82c;
  color: #ffffff;
}

/*.pg:hover .dar_bg_frid {
  background: #ffffff;
}*/
.places_cat {
  padding: 0px;
}

.places_cat li {
  list-style: none;
}

.places_cat li a {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

.places_cat li a:hover {
  background: #ada82c;
  color: #ffffff;
  border-bottom: 1px solid #ada82c;
}

.places_cat li a i,
.places_cat li a svg {
  margin-right: 15px;
}

.tag {
  padding: 15px;
  margin-top: 30px;
}

.tag h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.tag ul {
  padding: 0px;
}

.tag ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 1px 7px;
}

.tag ul li a {
  padding: 6px 14px;
  border: 1px solid #342C43;
  display: block;
  border-radius: 40px;
}

.tag ul li a:hover {
  background: #342C43;
  color: #ffffff;
}

.dar_bg_frid {
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.p_cont {
  z-index: 99;
  position: relative;
}

.place_li_cont {}

.place_li_cont .lead {
  margin-left: 30px;
  max-width: 700px;
}

.place_li_cont .style_list {
  margin-bottom: -1px;
  position: relative;
}

.place_li_cont .style_list .conte_img {
  display: block;
  float: left;
  max-width: 200px;
  min-width: 200px;
  padding: 0px 0px 0px 0px;
  margin: 14px;
}

.place_li_cont .style_list img {
  display: block;
  /*float: left;*/
  max-width: 200px;
  margin: 0px;
  border-radius: 10px;
}

.place_li_cont .style_list div h2 {
  color: #1B1B17;
  font-size: 26px;
}

.place_li_cont .style_list div h2 a {
  transition: 0.3s;
  font-family: 'Roboto';
  font-weight: 600 !important;
  color: #F4D108 !important;
}

.place_li_cont .style_list div h2 a:hover {
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}

.place_li_cont .style_list div h2 span {
  width: 80px;
  height: 1px;
  display: block;
  margin: 20px 0px;
  background: #4D4D4D;
}

.place_li_cont .style_list div span {
  font-family: roboto;
  font-size: 16px;
  color: #1B1B17;
  font-weight: 300;
  line-height: 26px;
  display: block;
  margin-bottom: 14px;
}

.place_li_cont .style_list .con {
  /*border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;*/
  overflow: hidden;
  height: 210px;
  /*padding-left: 220px;*/
}

.place_li_cont .style_list .con a {
  color: #727371 !important;
}

.place_li_cont .style_list .con a:hover {
  color: #1C1B17 !important;
}

.place_li_cont .style_list .con a:hover span {
  color: #1C1B17 !important;
}

.place_li_cont .comm i {
  display: block;
  float: left;
  margin-right: 10px;
}

.list_dia {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 40%;
}

.list_dia .ld {
  width: 100px;
  float: right;
  margin: 0px 10px;
}

.list_dia .circle {
  margin-right: 10px;
}

.list_dia span {
  font-size: 14px !important;
  line-height: 32px !important;
}

.content_li {
  float: none;
  /* margin-left: 240px;*/
  padding-right: 30px;
}

.pg.style_list {
  transition: 0.3s;
}

.pg.style_list:hover {
  background: #F9F9F9;
  transition: 0.3s;
}

/*------------------------------------------------------------------
[7. Blog page / #Blog page]
*/
.page_info ul {
  padding: 0px;
}

.blog_cat {
  background-color: #1B1B17;
  border-radius: 50px;
  padding: 0px 30px !important;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.blog_cat li {
  list-style: none;
  display: inline-block;
  padding: 5px;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.place_li_cont .blog_cat li {
  list-style: none;
  display: inline-block;
  padding: 10px !important;
  /*margin-top: 0px !important;*/
}

.blog_cat li a {
  /* background: rgba(255, 255, 255, 1) !important;*/
  padding: 10px;
  color: #FFFFFF !important;
  border-radius: 50px;
}

.blog_cat li a i {
  color: #F4D108;
}

.blog_cat li a.active {
  background: #FAE600;
  color: #1C1B17 !important;
}

.blog_cat li a.btn-primary,
.blog_cat li a.btn-primary i {
  color: #1C1B17 !important;
}

.blog_cat li a.btn-primary:hover,
.blog_cat li a.btn-primary:hover i {
  color: #F4D108 !important;
}

.blog_cat li span {
  color: #ffffff;
}

/*Post*/
.post {}

.post.p_style_one {
  background: url('img/blog_post_bg.jpg');
  padding: 90px;
}

.post.p_style_one .post_info {
  background: #ffffff;
  padding: 20px;
}

.post.p_style_one h2 {
  margin-top: 0px;
}

.post.p_style_one h2 span {
  display: block;
  width: 100px;
  height: 1px;
  background: #E73931;
  margin: 20px 0px;
}

.post.p_style_one .p_text {}

.post.p_style_one .p_footer {}

.post.p_style_one .p_footer ul {
  padding: 0px;
  margin-top: 18px;
}

.post.p_style_one .p_footer ul li {
  list-style: none;
  padding: 10px 20px 0px 0px;
  display: inline-block;
}

.post.p_style_one .p_footer ul li a i {
  color: #C5C5C5;
  font-size: 13px;
  display: inline-block;
  margin: 0px 8px 0px 0px;
}

.post.p_style_one.vdk {
  background: url('img/blog_post_vdk.jpg');
  background-size: cover;
}

/*Post style two*/
.post {}

.post.p_style_two {
  background: url('img/blog_post_two_bg.jpg');
  padding: 0px;
  background-size: cover;
  background-position: right top;
}

.post.p_style_two .post_info {
  background: #ffffff;
  padding: 30px;
  width: 50%;
  position: relative;
}

.post.p_style_two h2 {
  margin-top: 0px;
}

.post.p_style_two h2 span {
  display: block;
  width: 100px;
  height: 1px;
  background: #E73931;
  margin: 20px 0px;
}

.post.p_style_two .p_text {}

.post.p_style_two .p_footer {}

.post.p_style_two .p_footer ul {
  padding: 0px;
  margin-top: 18px;
}

.post.p_style_two .p_footer ul li {
  list-style: none;
  padding: 10px 20px 0px 0px;
  display: inline-block;
}

.post.p_style_two .post_info .arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  padding: 0px !important;
  right: -28px;
  margin-top: 50px;
  border: 14px solid rgba(255, 0, 0, 0);
  top: 0px;
  border-left-color: rgba(255, 255, 255, 1);
}

.post.p_style_two .p_footer ul li a i {
  color: #C5C5C5;
  font-size: 13px;
  display: inline-block;
  margin: 0px 8px 0px 0px;
}

/*Post style three*/
.post {}

.post.p_style_three {
  background: url('img/blog_post_two_bg.jpg');
  padding: 0px;
  background-size: cover;
}

.post.p_style_three .post_info {
  background: #ffffff;
  padding: 30px;
  position: relative;
}

.post.p_style_three h2 {
  margin-top: 0px;
}

.post.p_style_three h2 span {
  display: block;
  width: 100px;
  height: 1px;
  background: #E73931;
  margin: 20px 0px;
}

.post.p_style_three .p_text {}

.post.p_style_three .p_footer {}

.post.p_style_three .p_footer ul {
  padding: 0px;
  margin-top: 18px;
}

.post.p_style_three .p_footer ul li {
  list-style: none;
  padding: 10px 20px 0px 0px;
  display: inline-block;
}

.post.p_style_three .post_info .arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  padding: 0px !important;
  right: -28px;
  margin-top: 50px;
  border: 14px solid rgba(255, 0, 0, 0);
  top: 0px;
  border-left-color: rgba(255, 255, 255, 1);
}

.post.p_style_three .p_footer ul li a i {
  color: #C5C5C5;
  font-size: 13px;
  display: inline-block;
  margin: 0px 8px 0px 0px;
}

/*------------------------------------------------------------------
[8. Post page / #Post page]
*/
.post.p_style_one.open {
  padding-bottom: 0px;
  min-height: 300px;
  position: relative;
}

.open.post_info {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
  margin-top: 136px;
}

.open.post_info h1 {
  padding: 0px 10px;
  margin: 0px;
  font-size: 44px;
  line-height: 60px;
}

.open.post_info h1 span {
  display: block;
  width: 100px;
  height: 1px;
  background: #E73931;
  margin: 20px 0px;
}

.post_content {
  padding: 10px 120px 30px;
  font-size: 16px;
  font-family: roboto;
  font-weight: 300;
  line-height: 32px;
  color: #383838;
}

.Subscribe {
  background: #E73931;
  padding: 10px;
  margin: 40px 0px;
}

.Subscribe div {
  border: 7px solid #ffffff;
  padding: 20px;
}

.Subscribe div h2,
.Subscribe div a {
  margin: 0px;
  text-align: center;
  color: #ffffff;
}

.Subscribe div a {
  font-weight: bold;
}

.Subscribe div form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.Subscribe div form input {
  border: 0px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 14px;
  padding: 0px 10px;
  min-width: 370px;
}

.Subscribe div form button {}

.panel-success>.panel-heading {
  color: #171717 !important;
}

.reviews .rev .text_rev .panel-body {
  color: #ffffff !important;
}

.post_content .p_footer {}

.post_content .p_footer ul {
  padding: 0px;
}

.post_content .p_footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 30px 0px 0px;
}

.post_content .p_footer ul li a {}

.post_content .p_footer ul li a i {
  font-size: 13px;
  padding-right: 10px;
  color: #BEBEBE;
}

/*author*/
.author {
  background: #f1f1f1;
  padding: 20px 120px;
  overflow: hidden;
}

.author img {
  float: left;
  display: block;
  border-radius: 100px;
  width: 95px;
  margin-right: 30px;
}

.author a {
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}

.author span {}

.reviews.open {}

.reviews.open h4 {
  padding: 50px 120px 0px;
}

.reviews.open .rev {
  /*padding: 30px 120px;*/
}

.reviews.open .rev ul li {
  list-style: none !important;
}

.reviews.open .add_comment {
  padding: 0px 120px 40px;
}

.reviews.open .add_comment h4 {
  padding: 35px 0px 20px;
}

.fourzerofour {
  background: url(img/404bg.jpg);
  background-size: cover;
}

.fourzerofour div {
  max-width: 760px;
  margin: 100px auto;
  text-align: center;
  width: 80%;
}

.fourzerofour div img {
  width: 100%;
  max-width: 731px;
}

.fourzerofour div span {
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  font-family: roboto;
  display: block;
  margin-bottom: 40px;
  margin-top: -50px;
}

.fourzerofour div a {}

.affix {
  position: fixed;
  top: 94px;
  max-width: 300px;
}

.content-page-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}


#i2m_btn.navbar-inverse .navbar-nav>li>a,
#i2m_btn.navbar-inverse .navbar-brand {
  text-transform: uppercase;
  font-style: italic;
  font-size: 13px;
  margin-right: 25px;
}


/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 1600px */
@media (max-width: 1600px) {
  .menu-btn {
    left: 0 !important;
  }

  .header .search {
    margin: 26px 60px 8px 30px;
    background: #ffffff;
    box-shadow: 0 0 2px rgba(254, 236, 0, 0.25);
    border: 0 solid rgba(254, 236, 0, 1);
    border-radius: 25px;
    height: 33px;
    font-size: 13px;
    font-style: italic;
    width: 30% !important;
    max-width: 400px;
    padding: 0 10px;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 1100px */
@media (max-width: 1100px) {
  .header .search {
    margin: 30px !important;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 1060px */
@media (max-width: 1060px) {
  a#adBan {
    width: 150px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 868px */
@media (max-width: 868px) {
  .header .search {
    margin: 20px !important;
    width: 20% !important;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 860px */
@media (max-width: 860px) {
  a#adBan {
    width: 150px !important;
    margin: 20px 0 0 0 !important;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 767px */
@media (max-width: 767px) {
  .header .search {
    width: 50% !important;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 691px */
@media (max-width: 691px) {
  .header .search {
    display: none;
  }
}

/* ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬Å“ Hasta 800px */
@media (max-width: 800px) {
  .logo img {
    max-height: 50px;
    width: auto;
  }
}

/* Responsive mobile: apilado desde 690px hacia abajo */
@media (max-width: 690px) {
  .col-md-12.menu-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    align-items: center;
  }

  /* Logo */
  .logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  /* Buscador */
  #search_auto {
    flex-grow: 1;
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }

  /* BotÃƒÆ’Ã‚Â³n setup */
  a#adBan {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin: 0px !important;
    margin-bottom: 10px;
  }

  /* Redes sociales */
  .content-weather-social {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .social-media {
    justify-content: center;
    gap: 15px;
  }

  .social-media li {
    display: inline-block;
  }
}

.button-store .custom-btn p {
  color: var(--i2m_secondaryColor) !important;
}

.button-store .custom-btn p span {
  color: var(--i2m_secondaryColor) !important;
}

.button-store .custom-btn {
  padding: 3px 25px;
  border: 1px solid #fff;
  font-weight: 500;
  border-radius: 3px;
  background: var(--i2m_primaryColor) !important;
}

.button-store .custom-btn i {
  color: var(--i2m_secondaryColor) !important;
}

.hero-img {
  width: 440px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.hero-title {
  font-size: 58px;
  color: #ffffff;
  font-weight: 300;
  max-width: 100%;
  overflow-wrap: break-word;
  text-transform: uppercase;
}


@media (max-width: 1182px) {
  .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 37px;
  }
}


.hero-subtitle {
  color: var(--i2m_primaryColor);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
}

.btn-store {
  background: #ffeb3b;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.btn-store:hover {
  background-color: #ffe600;
  color: #000;
}


.hero-banner {
  min-height: 60vh;
  /* Ocupa 100% de la altura visible */
  padding-top: 80px;
  /* Si tenÃƒÆ’Ã‚Â©s un header fijo */
  padding-bottom: 80px;
}


.hero-title strong {
  color: #333333;
  font-weight: 400;
  font-size: 30px;
}


.btn-directory {
  color: var(--negro_total) !important;
  background-color: var(--i2m_primaryColor) !important;
  border-radius: 20px !important;
  padding: 8px 18px !important;
  font-size: 15px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.3s ease !important;
}

@media (max-width: 770px) {
  .map_block .map_descr span {
    font-size: 24px;
  }
}

.map_descr {
  display: flex;
  flex-direction: column;
  /* por defecto: columna */
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* equivalente a Bootstrap's gap-3 */
  padding-top: 1.5rem;
  /* py-4: padding arriba y abajo */
  padding-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .map_descr {
    flex-direction: row;
    /* cambia a fila en pantallas medianas o mayores */
  }
}


.copyright-area .container {
  padding-top: 0px !important;
}


i.fab.fa-apple {
  font-size: 33px !important;
}

@media (max-width: 991px) {
  .button-store {
    justify-content: center;
  }
}


.inicio .banner-img-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Imagen de fondo */
.inicio .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  padding: 0;
}

/* Overlay negro translÃƒÆ’Ã‚Âºcido */
.inicio .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

/* Contenedor del texto */
.inicio .overlay-text {
  z-index: 3;
  color: white;
}


/* TÃƒÆ’Ã‚Â­tulo */
.inicio .overlay-text h1 {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* PÃƒÆ’Ã‚Â¡rrafo */
.inicio .overlay-text p.lead {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

.inicio .blog_cat {
  background-color: #ffffff !important;
}



.bg_parallax.places-dinevite {
  background: var(--blanco_total) !important;
}


i.fal.fa-globe.dinevite-black.me-2 {
  color: var(--i2m_secondaryColor) !important;
}


a.btn.btn-show-all.fw-bold {
  background: var(--i2m_primaryColor) !important;
  color: var(--i2m_secondaryColor) !important;
}

a.btn.places-dinevite {
  background: var(--i2m_primaryColor) !important;
  border-radius: 20px;
  color: var(--i2m_secondaryColor) !important;
}

/* Estilo base para pantallas pequeÃƒÆ’Ã‚Â±as (mobile/tablet) */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  padding: 1.5rem;
  width: 90%;
  max-width: 600px;
}

/* Para pantallas mayores a 900px */
@media (min-width: 901px) {
  .overlay-text {
    left: 0;
    transform: translate(50%, -50%);
    text-align: left;
    padding-left: 332rem;
    padding-right: 3rem;
  }
}

/* Estilo base para pantallas pequeÃƒÆ’Ã‚Â±as (mobile/tablet) */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  padding: 1.5rem;
  width: 90%;
  max-width: 600px;
}

/* Para pantallas mayores a 900px */
@media (min-width: 901px) {
  .overlay-text {
    left: 50%;
    transform: translate(-52%, -50%);
    text-align: left;

  }
}







/* Test */




#conte_lista_grid .content-container.flex-grow-1 {
  flex: 1;
  padding: 18px;
  padding-top: 1px;
  padding-bottom: 5px;
}

#conte_lista_grid .restaurant-name {
  font-size: 2.8rem;
  font-weight: 400;
  /* border-left: 4px solid #e4c440; */
  /* padding-left: 0.5rem; */
  margin-bottom: 0.5rem;
}

#conte_lista_grid p.description {
  margin-bottom: 0.5rem;
  /* font-size: 0.95rem; */
  padding-top: 5px;
}

#conte_lugares p.comments {
  font-weight: bold;
  /* font-size: 0.9rem; */
  padding-top: 28px;
}

#conte_lugares .action-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 160px;
}

#conte_lugares .btn-warning {
  font-weight: bold;
  border: none;
}

/* NUEVO: Lista de categorÃƒÆ’Ã‚Â­as en columna */
#conte_lugares ul.blog_cat.d-flex.align-items-center.gap-3.justify-content-center {
  display: flex;
  flex-direction: column;
}


.offer-btn {
  border: none;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: none;
}

.offer-btn i {
  font-size: 1.2rem;
}

.btn-text {

  line-height: 1.1;
  font-size: 1.1rem;
}


#conte_lista_grid .img-thumbnail {
  max-width: 180px !important;
  min-height: 180px !important;
  border-radius: 16px;
  border: none !important;
}


#conte_lista_grid .offer-block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}


#conte_lista_grid .offer-btn {
  border: none;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  line-height: 1.1;
  display: inline-block;
  min-width: 90px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#conte_lista_grid .offer-btn span {
  display: block;
}

#conte_lista_grid .fa-lg {
  font-size: 22px;
}


#conte_lista_grid .card.dinevite_places_card {
  /* border: none; */
  /* border-bottom: 15px black; */
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}


#conte_lista_grid h2.restaurant-name.mb-1 {
  margin-top: 0;
}


.filters-wrapper {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
}

.filters-wrapper .filter-item {
  margin-bottom: 8px;
}

.filters-wrapper .filter-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.filters-wrapper .filter-link {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-top: 4px;
}

.filters-wrapper .divider {
  margin: 20px 0;
}

.filters-wrapper .filter-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 6px;
}

.filters-wrapper .arrow {
  margin-right: 6px;
  font-weight: bold;
}

.filters-wrapper .sub-list,
.filters-wrapper .bullet-list {
  list-style: none;
  padding-left: 18px;
  margin-bottom: 8px;
}

.filters-wrapper .bullet-list li::before {
  content: "Ã¢â‚¬Â¢";
  margin-right: 6px;
}



/* Estis es estilos luego hay que filtrarlos*/

.general_dinevite_places .header_section {
  margin: 0px 0px;
  background-size: cover;
  min-height: 255px;
  overflow: hidden;
  position: relative;
}



/*-- Estilos para la seccion de mails-->/***/
.general_dinevite_places .phone_email {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
  padding: 14px 0px;
  overflow: visible;
  margin: 0px;
  padding-left: 30px;
}




.general_dinevite_places .phone_email span {
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.general_dinevite_places .phone_email span i {
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
}

.general_dinevite_places .phone_email a {
  text-decoration: none;
  font-weight: 600;
}

/*<!--Estilos checkin boton-->*/
.general_dinevite_places .btn-checkin {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  width: 100%;
  text-align: left;
}

/*-- Estilos de categorias, iconos antes del check in-->*/
.general_dinevite_places .categories {
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: flex-start;
}


.general_dinevite_places .profile-icon-admin {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 28px;
}


.general_dinevite_places .category-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
  min-height: 3rem;
  line-height: normal;
}

.general_dinevite_places .category-content {
  font-style: italic;
  font-size: 14px;
}

/*<!-- Estilos para ranking y visitors -->*/
.general_dinevite_places .rating-visitors-box {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  gap: 60px;
  margin-top: 40px;
}

.general_dinevite_places .rating-block {
  text-align: center;
}

.general_dinevite_places .br-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.general_dinevite_places .br-current-rating {
  font-size: 36px;
  font-weight: bold;
}

.general_dinevite_places .general_dinevite_places .rating-label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.general_dinevite_places .visitor-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.general_dinevite_places .visitor-value {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.general_dinevite_places .visitor-label {
  font-size: 13px;
  margin-top: 3px;
}

.general_dinevite_places .visitor-icon img {
  width: 40px;
  height: auto;
  margin-top: 6px;
}


/*Estilos chekin end*/
.general_dinevite_places .check_in {
  padding: 10px 20px;
  border: none;
  box-shadow: none;
}

.general_dinevite_places .check_in .card-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.general_dinevite_places .check_in div {
  padding: 30px;
}

.general_dinevite_places .check_in .card-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}


/*Menu lateral*/

.general_dinevite_places .sidebar {
  background: rgb(255 255 255);
}



.general_dinevite_places .sidebar-restaurant-menu {
  width: 100%;
  margin-top: 20px;
}

.general_dinevite_places .sidebar-restaurant-menu h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.general_dinevite_places .restaurant-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.general_dinevite_places .restaurant-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  /* color: red !important; */
  padding-bottom: 10px;
}

.general_dinevite_places .restaurant-list .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.general_dinevite_places .restaurant-list span {
  font-weight: bold;
  font-size: 14px;
}


/*<!-- Estilos comentarios end -->*/
.general_dinevite_places .reviews {
  border: none !important;
}

.general_dinevite_places .reviews h4 {
  padding: 20px 30px 0px 30px;
  font-size: 16px;
  /* margin: 0px; */
}


.general_dinevite_places .contant .reviews .row {
  display: flex !important;
  padding: 5px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}



/* Asegurate de controlar el tamaÃƒÂ±o de la imagen si es muy grande */
.general_dinevite_places .header_section img.profile {
  max-width: 150px;
  border-radius: 80px !important;
  z-index: 2;
}

/* Estilo del tÃƒÂ­tulo */
.general_dinevite_places .banner-title {
  font-size: 38px;
  font-weight: bold;
}


.general_dinevite_places .header_section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  min-height: 278px;
  overflow: hidden;
  background-size: cover;
}

/* Capa negra superpuesta */
.general_dinevite_places .header_section .overlay-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* negro semitransparente */
  z-index: 1;
}

/* Texto encima de la capa negra */
.general_dinevite_places .header_section .banner-title {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: bold;
}

.general_dinevite_places .reviews .col-md-6 {
  border: none !important;
}

.general_dinevite_places .check_in .img-thumbnail {
  background: none !important;
  border: none;
  border-radius: 70px !important;
  height: 45px;
  width: 45px;
}


/* Cada pestaÃƒÂ±a */
.general_dinevite_places #myTabUSER .nav-link {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  /* border-top: inherit !important; */
}



/* Separador vertical */
.general_dinevite_places #myTabUSER .nav-item:not(:last-child) {
  border-right: 1px solid #ccc;
  /* border-bottom: 1px solid black; */
}

/* Activa */
.general_dinevite_places #myTabUSER .nav-link.active {
  position: relative;
}

/* Subrayado amarillo en la activa */
.general_dinevite_places #myTabUSER .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}


/* Ocultar iconos generales */
.general_dinevite_places #myTabUSER i {
  display: none !important;
}



.general_dinevite_places .rating-layout {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  margin-top: 10px;
}

.general_dinevite_places .rating-left {
  text-align: right;
  min-width: 60px;
}

.general_dinevite_places .avg-number {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.general_dinevite_places .avg-text {
  font-size: 13px;
  margin-top: 3px;
}

.general_dinevite_places .rating-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.general_dinevite_places .rating-right .br-widget a {
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  margin-right: 2px;
}



.general_dinevite_places .rating-right .current-rating,
.general_dinevite_places .rating-right .your-rating {
  font-size: 12px;
  margin-top: 4px;
}

.general_dinevite_places .speech-bubble-icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}

.general_dinevite_places .speech-bubble-icon i {
  font-size: 60px;
}

.general_dinevite_places .speech-bubble-icon .bubble-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  pointer-events: none;
}



.mt-2.ubicacion-color {
  padding: 10px;
  min-height: 60px !important;
}

.general_dinevite_places .info-row {
  padding: 0px;
  gap: 20px;
  flex-wrap: wrap;
}



.general_dinevite_places .info-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.general_dinevite_places .info-content {
  font-size: 16px;
}

.general_dinevite_places .price-range {
  max-width: 250px;
  margin: 0 auto;
}

.general_dinevite_places .price-range input[type="range"] {
  width: 100%;
  accent-color: #fbe979;
}

.general_dinevite_places .price-labels {
  font-size: 12px;
  margin-top: 4px;
}

.general_dinevite_places .share-icon {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto;
}


.general_dinevite_places .avatar+span a {
  text-decoration: none;
}



.general_dinevite_places .nav-tabs>li>a.active {
  /* border-top: inherit !important; */
  /* margin-top: inherit !important; */
  /* line-height: inherit !important; */
}

.general_dinevite_places .nav-tabs>li>a:hover {
  /* line-height: inherit !important; */
  margin-top: inherit !important;
}

h3.primer_text_ampliado_places {
  font-size: 23px;
  font-weight: 400;
  font-style: italic;
}

a.btn.custom-checkin {
  font-weight: bold !important;
  border: none !important;
  border-radius: 9px !important;
  padding: 4px 19px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

a.btn.custom-checkin:hover {
  text-decoration: none !important;
}

.general_dinevite_places .phone_email span {
  margin: 0px !important;
}


/* Responsive mobile adjustments */
@media (max-width: 767.98px) {
  .card-body {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  /* Nombre del restaurante */
  .restaurant-name a {
    font-size: 2.3rem;
    font-weight: 600;
    text-decoration: none;
  }


  /* Rating */
  .br-wrapper .br-widget a {
    font-size: 1.5rem;
  }


  /* DescripciÃƒÂ³n */
  .description {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }

  .img-container {
    margin-bottom: 1rem;
    text-align: center;
  }

  .img-container img {
    max-width: 120px;
  }

  .content-container {
    align-items: center !important;
  }

  .icon-actions {
    justify-content: center !important;
    width: 100%;
  }

  .d-flex.gap-3.flex-wrap {
    margin-bottom: 20px
  }

  #conte_lista_grid .offer-btn {
    font-size: 8px;
    min-width: initial;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
}


@media (max-width: 767.98px) {
  .post-footer {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
  }
}


@media (max-width: 1199.98px) {
  .mobile-mb-5 {
    margin-bottom: 1.5rem !important;
    /* equivale a Bootstrap's mb-5 */
  }
}

@media screen and (max-width: 992px) {
  .general_dinevite_places .header_section {
    gap: inherit;
    padding: inherit;
    min-height: auto;
    /* corregido: 'none' no es vÃƒÂ¡lido */
    background-size: inherit;
    flex-direction: column;
    align-items: center;
  }

  .banner-title {
    padding-bottom: 18px;
  }

  h3.primer_text_ampliado_places {
    font-size: 18px;
  }

  .general_dinevite_places .phone_email {
    display: flex;
    justify-content: center;
    margin-top: inherit !important;
    padding: inherit;
    border-bottom: inherit !important;
    margin: 0px;
    padding-left: inherit !important;
    padding-top: 0px;
  }

  .quote.text-center.d-flex.align-items-center {
    flex-direction: column;
  }

  .general_dinevite_places .phone_email span {
    margin: 0px !important;
    padding: 10px 15px;
    font-size: 10px;
    gap: 6px;
  }

  .general_dinevite_places .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .general_dinevite_places #myTabUSER .nav-link {
    font-size: 9px;
  }

  .header_section img {
    margin: 24px auto;
    margin-bottom: 0px !important;
  }

  .check_in.card.rounded-lg.shadow-sm.m-1 {
    padding: 0 !important;
    margin: 0 !important;
  }


  .general_dinevite_places .check_in .card-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: inherit !important;
  }

  .rating-visitors-box {
    margin-bottom: 50px;
  }

  .general_dinevite_places .category-title {
    font-size: 14px;
  }

  .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    /* espacio entre columnas y filas */
  }

  .category {
    width: calc(50% - 8px);
    /* 2 columnas */
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
  }

  .general_dinevite_places .check_in .card-title {
    /* display: flex; */
    flex-direction: column;
    margin-top: 10p;
  }

  .check-in.p-0.ms-2 {
    margin-top: 10px
  }
}


@media (max-width: 992px) {
  .category {
    width: 25%;
    /* En pantallas muy pequeÃƒÂ±as se muestra en una sola columna */
  }
}

@media (max-width: 493px) {
  .category {
    width: 35%;
    /* En pantallas muy pequeÃƒÂ±as se muestra en una sola columna */
  }
}

@media (min-width: 768px) {
  .contant .row [class*="col-"] {
    display: table-cell !important;
  }
}

@media (width: 766px) {
  .check_in div .users_group {
    padding: 0px 0px !important;
  }
}

.info-block.text-center {
  padding: 25px;
}


/*  Menu de places /*
div#yext-widget-245174 {
    background: white !important;
}

span.yext-menu-item-name.yext-accentcolor {
    font-size: 16px;
    color: #7e7471 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.yext-menu-item-desc {
    color: black !important;
}

.yext-menu-item-info-wrapper {
    /* display: flex; */
.yext-menu.yext-base-theme.yext-reset {
  background: white !important;
}


span.yext-menu-item-name.yext-accentcolor {
  font-size: 16px;
  font-weight: bold !important;
  text-transform: uppercase;
}

.yext-menu-item-desc {
  color: black !important;
}

.yext-menu-item-info-wrapper {
  /* display: flex; */
}

li.yext-menu-item-details {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px !important;
}

li.yext-menu-item-details {
  display: flex;
}

.yext-menu-item-simple-price {
  font-size: 21px !important;
  height: 18px !important;
}

.yext-menu-item-simple-price {
  font-weight: bold !important;
}

li.yext-menu-item-details {
  border-bottom: 1px solid #727371 !important;
}


.yext-menu-item-desc {
  margin: 0 !important;
  font-size: 15px !important;
}



h1.yext-menu-section-title.yext-bg-color.yext-accentcolor {
  font-size: 27px !important;
}

.yext-menu-section-line-left {
  display: none !important;
}

.yext-menu-section-line-right {
  display: none !important;
}

.yext-menu-section-header {
  border-bottom: 2px solid var(--i2m_primaryColor);
  padding-bottom: 20px !important;
}



h3.yext-menu-section-desc {
  text-align: start !important;
}



li.yext-menu-title {
  font-size: 12px !important;
  padding: 15px !important;
  color: white !important;
}




.yext-menu-item-desc {
  /* margin-bottom: 15px !important; */
}


span.yext-menu-item-name.yext-accentcolor {
  line-height: 2px;
  height: 18px !important;
}

h1.yext-menu-section-title.yext-bg-color.yext-accentcolor {
  line-height: 14px !important;
}


li.yext-menu-item-details {
  min-height: 100px;
  /* margin-top: 1.8em; */
}


.promo-card.offer-live {
  display: flex;
  border: 1px solid #a9a9a9;
  max-width: 500px;
  min-height: 275px !important;
  /* font-family: Arial, sans-serif; */
  margin-bottom: 15px;
}

.promo-card.offer-live .promo-image,
.promo-card.offer-live .image-section {
  position: relative;
  flex: 1;
}

.promo-card.offer-live .promo-img,
.promo-card.offer-live .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card.offer-live .take-out-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  /* padding: 8px 0; */
  font-weight: 100;
  height: 70px;
  font-size: 22px;
  /* font-style: italic; */
  font-family: 'Roboto';
  text-transform: uppercase;
}

.promo-card.offer-live .promo-content,
.promo-card.offer-live .offer-section {
  flex: 1;
  /* padding: 0px 20px; */
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}

.promo-card.offer-live .discount-badge {
  font-size: 47px;
  font-weight: bold;
  padding: 5px 0px;
  display: inline-block;
  */ margin-bottom: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
}

.promo-card.offer-live .offer-text,
.promo-card.offer-live .promo-text {
  font-size: 14px;
  padding-top: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.promo-card.offer-live .offer-text em {
  font-style: italic;
}

.promo-card.offer-live .offer-text strong {
  font-weight: bold;
}

.promo-card.offer-live .accept-btn,
.promo-card.offer-live .apply-now {
  border: none;
  padding: 3px 8px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 21px;
  text-align: center;
  font-size: 10px;
  /* padding-top: 0px; */
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .promo-card.offer-live {
    display: flex;
    flex-direction: column;
  }

  .take-out-label {
    /* padding: 10px 0 !important; */
  }

  .offer-section {
    min-height: 120px;
  }

  img#BG_DEAL {
    min-height: 200px;
  }

  .promo-card.offer-live .discount-badge {
    font-size: 27px;
  }


  p.offer-text {
    font-size: 13px !important;
  }

  .promo-card.offer-live {
    height: auto !important;
  }

  .promo-card.offer-live .promo-image,
  .promo-card.offer-live .image-section {
    min-height: auto;
  }

  .take-out-label {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    font-size: 22px !important;
    padding: 15px !important;
  }

}

@media (max-width: 491px) {
  .cont-ofer {
    width: 100% !important;

  }

  .promo-card.offer-live .discount-badge {
    font-size: 39px;
    line-height: 33px
  }

  button.accept-btn {
    margin-left: 6px;
  }
}

.take-out-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


@media (min-width: 991px) {
  .discount-badge {
    font-size: clamp(1rem, 3vw, 3.5rem) !important;
    text-align: center !important;
    padding: 1rem !important;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.ls-fullscreen-wrapper {
  display: none;
}



/* ---------- TABS ---------- */


#menuTab a.nav-link {
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8em !important;
  background: none;
  font-family: 'Roboto', sans-serif;
}

#menuTab a.nav-link:hover {
  box-shadow: none !important;
  line-height: 1.8em !important;
  border-top: none !important;
  font-size: 14px;
  margin-top: 0;
  opacity: 0.4 !important;
}

#menuTab a.nav-link.active {
  box-shadow: none !important;
  border-top: none !important;
  opacity: 1 !important;

}

/* ---------- CONTENIDO DE TABS ---------- */
#menuTabContent .container-fluid {
  padding: 0px !important;
  /* border: none !important; */
}

#menuTabContent .card-body {
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ---------- TARJETAS ---------- */
.card.h-100.shadow-sm.m-1.rounded.mb-4 {
  border: none !important;
  /* ← Antes: inherit */
  box-shadow: none !important;
}

div#menuTabContent {
  border: none !important;
}

/* ---------- TÍTULOS Y PRECIOS ---------- */
#menuTabContent .card-body .card-title.text-center {
  text-align: left !important;
  font-size: 17px;
  font-weight: bold !important;
  text-transform: uppercase;
  line-height: 2px;
  /* ← Corregido el `:` */
}

#menuTabContent .card-body .card-title {
  margin: 0;
  text-align: left !important;
}

#menuTabContent .card-body .card-text.text-right {
  margin: 0;
}

#menuTabContent small.text-muted {
  font-size: 21px;
  font-weight: bold;
}

#menuTab a.nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

#menuTab a.nav-link,
#menuTab a.nav-link:hover,
#menuTab a.nav-link.active {
  border-top: none !important;
}


@media (max-width: 400px) {


  #menuTabContent .card-body h4.card-title {
    font-size: 12px !important;
  }

  #menuTabContent .card-body .card-text {
    font-size: 10px;
  }

  #menuTabContent .card-text small.text-muted {
    font-size: 14px !important;
  }

  #menuTab a.nav-link {
    font-size: 10px !important;
  }
}








@media (min-width: 900px) {
  #tab-MENU .yext-menu-item-details {
    display: flex;
    align-items: center;
    /* Centra verticalmente imagen con la columna de texto */
    gap: 15px;
    /* Espacio entre la imagen y el texto */
    flex-direction: row;
  }

  #tab-MENU .yext-menu-item-img {
    width: 100px;
    /* Ajusta tamaño según necesites */
    height: auto;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  #tab-MENU img.yext-menu-item-img {
    width: 120px !important;
    max-height: 92.5px;
  }

  #tab-MENU .yext-menu-item-info-wrapper {
    display: block;
    flex: 1;
    justify-content: space-between;
    /* Nombre/descripción a la izquierda, precio a la derecha */
    align-items: center;
    /* Centra verticalmente precio con la imagen */
  }

  #tab-MENU .yext-menu-item-info {
    display: flex;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
    /* Aplica tipografía Roboto */
    /* justify-content: space-between; */
    align-items: baseline;
  }

  #tab-MENU .yext-menu-item-name {
    font-weight: bold;
  }

  #tab-MENU .yext-menu-item-simple-price {
    font-weight: bold;
    font-size: 1.1em;
  }

  #tab-MENU span.yext-menu-item-name.yext-accentcolor {
    float: none !important;
    margin-right: auto;
  }

  #tab-MENU .yext-menu-item-info-wrapper.yext-item-has-img {
    margin-left: auto !important;
  }
}


.yext-menu-item-desc {
  width: 70%;
}

.yext-menu-item-img {
  width: 100%;
  height: 250px;
  /* alto fijo */
  object-fit: contain;
  background-color: #ebe6e600;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.yext-menu-item-img {
  width: 100%;
  height: auto;
  max-height: 250px;
  /* o lo que necesites */
  object-fit: contain;
  /* evita deformaciones */
  background-color: #000000ba;
  /* fondo oscuro para márgenes o espacios vacíos */
  display: block;
  margin: 0 auto;
  padding: 5px;
  /* opcional: espacio alrededor */
}


.i2m_mobile li.yext-menu-item-details,
.i2m_tablet li.yext-menu-item-details{
    min-height: 70px;
    margin-top: 0.8em !important;
}

.i2m_mobile #yext-widget-245174,
.i2m_tablet #yext-widget-245174 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.i2m_mobile .d-flex.justify-content-between.align-items-end.flex-wrap.position-relative.mt-auto.post-footer, 
.i2m_tablet .d-flex.justify-content-between.align-items-end.flex-wrap.position-relative.mt-auto.post-footer {
    align-items: center !important;
}

section.row {     margin-right: auto !important;     margin-left: auto !important; }




.map_descr {
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.map_descr::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgb(40 36 42 / 17%);
  border-radius: 50%;
  top: -100px;
  left: 12%;
}

.map_descr::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  right: 14%;
  bottom: -80px;
}

.map_descr span,
.btn-directory {
  position: relative;
  z-index: 1;
}

.map_descr span {
  color: #ffffff;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 300;
}

.btn-directory {

  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  transition: 0.25s ease;
}

.btn-directory:hover {
  transform: translateY(-1px);
}

.primer_text_ampliado_places {
  max-width: 650px;
  margin: 0 auto;
  color: #666564;
  line-height: 1.3;
  font-style: italic;
}
.primer_text_ampliado_places::after {
  content: "";
  display: block;
  width: 107px;
  height: 2px;
  background: var(--i2m_primaryColor);
  border-radius: 20px;
  margin: 1rem auto 0;
}

