.dir_home_cover {
  background-size: cover;
  background-position: center;
  text-align:center;
  padding-bottom:20px;
  padding-top:20px;
  margin-top:0px;
  margin-bottom:20px;
}

.dir_transbox {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.dir_transbox_main {
  min-height: 15vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.dir_home_cover h1  {
  color:#fff;
  font-size:48px;
}

.dir_logo {
  width:150px;
  max-width: 150px;
}

.dir_cont_photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:20px;
}

.dir_cont_photos .dir_photo {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.v-props__item:before {
    display: none;
}

.v-p a {
  border-bottom: none; 
}



.video_container {
  position: relative; display: block; max-width: 100%;
}

.video_main {
  padding-top: 56.25%; margin-bottom:20px;
}

.video_iframe {
  position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%;
}


.dir-text {
  padding-bottom: 10px;
}
.dir-text ul li {
  font-size: 16px;
  line-height: 140%;
  color: #202020;
  list-style-type: disc !important;
  margin:20px !important;
} 



.mb-50 { margin-bottom:50px !important; }
.mb-20 { margin-bottom:20px !important; }
.mb-10 { margin-bottom:10px !important; }
.mb-0 { margin-bottom:0px !important; }
.mr-10 { margin-right:10px; }
.mt-5 { margin-top:5px !important; }
.mt-20 { margin-top:20px !important; }
.mt-25 { margin-top:25px !important; }
.mt-36 { margin-top:36px !important; }
.mt-40 { margin-top:40px !important; }
.mt-50 { margin-top:50px !important; }
.mw-30 { max-width:30px  !important; }
.mw-100 { max-width:100px; }
.mw-130 { max-width:130px; }
.mw-258 { max-width:258px; }
.w100 { width:100%; }
.bt-none { border-top:0px; }
.bb-none { border-bottom:0px; }

.map_div { height:300px !important; }



/* Ajustes para la vista en dispositivos móviles */

@media (max-width: 768px) {
  .dir_cont_photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .dir_cont_photos .dir_photo {
    height: 150px;
  }

  .v-r-s-dir {
    grid-gap: 0px !important;
  }



}

/* Gastronomia */
.ga-c{
    border-radius: 30px;
    position: relative; /* Añadimos posición relativa */
}
.far-c{
  height: 100%;
}

.ga-c--shadow-bottom, .far-c--shadow-bottom {
    position: relative;
}

.ga-c--shadow-bottom::after, .far-c--shadow-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-radius: 30px;
  box-shadow: 0px 10px 14px 0px rgba(37,44,65,0.15);
  z-index: -1;
}

.ga-c-t-l {
  position: relative;
  overflow: hidden;
  max-height: 267px;
  min-height: 267px;
}
.ga-c-fondo{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.ga-c-fondo:hover {
  transform: scale(1.1);
}
.ga-c-fondo a{
  display: block;
  height: 100%;
  width: 100%;
}

.ga-t-l {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    padding: 5px;
    background-color: #202020B3;
    border-radius: 10px;
    text-align: center;
    font-size: 11px !important;
    color: #FFFFFF;
}

.ga-cont-likes{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 11px !important;
  color: #6B6B6B;
}

.v-a-img-c{
  border-radius: 30px 30px 0px 0px; 
}

.ga-i-t {
  transition: transform 0.5s ease;
  max-height: 300px;
}

/*.ga-i-t:hover {
    transform: scale(1.1);
    border-radius: 30px 30px 0px 0px; 
}*/

.ga-c-inf {
    margin-top: -30px;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}
.far-c-inf{
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.ga-c-inf .ga-tel a, .far-c-inf .far-tel a{
    text-decoration: none;
}

.ga-desc {
    margin-top: 15px;
    padding-top: 10px;
    font-size: 12px;
    border-top: solid 1px #eee;
}

.ga-desc,
.ga-loc, .far-loc,
.ga-tel, .far-tel,
.ga-t-l,
.ga-price {
    font-size: 12px;
}

.ga-price{
  margin-top: 10px;
}

.ga-like-btn{
  margin-top: 5px;
}

.ga-like-btn i {
  cursor: pointer;
}

.ga-like-zone .v-r-s{
  gap: 0px;
}
.ga-like-zone .v-r-s>*:before {
  display: none;
}


.ga-cont-likes span strong {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.ga-info {
  display: flex;
  justify-content: space-between;
}

.ga-recomend-sidebar .ga-info {
  gap: 15px;
}

.ga-recomend-sidebar .ga-info p {
  text-align: justify;
}

.ga-recomend-sidebar .logo-gastronomia-c7-ficha a img {
  width: 80px !important;
  max-width: 80px !important;
}

.ga-recomend-ficha .logos-recomend-ficha{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ga-info-content .v-r {
  gap: 20px;
}

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

.ga-text-justify {
  text-align: justify;
}

.ga-mt {
  margin-top: 40px;
}

.ga-list li:last-child {
  border-bottom: none !important;
}

.ga-report-error nav.v-d__btn-c {
    justify-items: flex-end !important;
}

.dir-text.dir-text-wrapper {
  position:relative;
  
}

.dir-text-wrapper .dir-text-content {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: justify;
}

.dir-text-wrapper.expanded .dir-text-content {
    max-height: 1000px; /* Suficiente para mostrar todo */
}

.dir-text-toggle {
    margin-top: 15px;
    /* cursor: pointer;
    background: none;
    border: none;
    color: #007BFF;
    font-weight: bold; */
}

.dir-text-wrapper.expanded .dir-text-toggle {
    margin-top: 0px;
    /* cursor: pointer;
    background: none;
    border: none;
    color: #007BFF;
    font-weight: bold; */
}

@media (hover: none) and (pointer: coarse) {

    .v-btn:hover,
    .v-btn.v-btn--t1:hover {
      border-color: #D7D7D7;
      background: #fff;
      color: #969594
    }

    .v-btn:active,  
    .v-btn.v-btn--t1:active {
      border-color: #202020;
      background: #202020;
      color: #fff
    }

    .v-btn.v-btn--t2:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #97001A
    }

   .v-btn.v-btn--t2:active {
      background-color: #97001A;
      border-color: #97001A;
     color: #fff
    }
}


@media (max-width: 767px) {
  .ga-desc {
      font-size: 16px; /* Cambia el tamaño de fuente a 16px en dispositivos móviles */
  }
  .ga-i-t {
    max-height: initial;
  }
  .ga-intro-zona{
    flex-direction: column-reverse !important;
    gap: 20px !important;
  }

  .ga-intro-img{
    min-height: 250px !important;
  }

  .ga-logo {
    gap: 0px !important;
  }

  .contenedor_tags_ideal > span {
    padding: 4px 5px !important;
  }

  .ga-recomend-sidebar .ga-info {
    gap: 20px;
  }

}

@media (max-width: 698px) {
   .ga-related {
    overflow-x: scroll;
  }
  
  .ga-related .v-r-bdr-v {
    grid-auto-flow: column !important;
    grid-auto-columns: 258px !important;
    gap: 20px;
    max-width: 258px !important;
  }

  .ga-related .ga-related-has-no-imgaes {
    max-width: 155px !important;
    grid-auto-columns: 155px !important;
  }
}



.far-loc{
  margin-top: 20px;
  margin-bottom: 10px;
}

.ga-loc i,
.ga-tel i,
.far-loc i,
.far-tel i,
.ga-like-btn i {
    font-style: normal;
    color: #A8A8A8;
}

.ga-like-btn i {
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  padding: 5px;
  font-size: 15px;
}
.ga-like-btn i.fa-thumbs-up{
  margin-right: 10px;
}
.ga-like-btn i.like, .ga-like-btn i.fa-thumbs-up:hover, .ficha-likes-user.ga-like-btn i.like, 
.ficha-likes-user.ga-like-btn i.fa-thumbs-up:hover{
  color: #8A9A5B;
}

.ga-like-btn i.not-like, .ga-like-btn i.fa-thumbs-down:hover, .ficha-likes-user.ga-like-btn i.not-like, 
.ficha-likes-user.ga-like-btn i.fa-thumbs-down:hover{
  color: #bf0d0d;
}

.ga-btn {
    margin-top: 20px;
    justify-content: center;
}
.ga-btn {
    margin-top: 20px;
    justify-content: center;
}

.ga-title, .far-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.ga-cont-item>*:before, .far-cont-item>*:before{
  background-color: transparent;
}
.ga-cont-item .v-g, .ga-cont-item .v-g .v-g__c, .ga-cont-item .v-g .v-g__c .ga-c{
  height: 100%;
}
.far-cont-item .v-g{
  height: 100%;
}
.ga-row-btns{
  justify-content: center;
  margin-bottom: 32px;
}
.ga-col-btns{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.ga-btn-item{
  width: auto;
  margin-bottom: 10px;
}
.ga-btn-item > a.v-btn{
  padding: 0 12px;
}
.ga-col-btns.sa-col-btns {
  justify-content: flex-start !important; 
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ga-col-btns.sa-col-btns  {
    gap: 5px;
    width: 100%;
    flex: 1 0 100%;
    box-sizing: border-box;
  }
}

.ficha-div-share {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}


.v-form-c input#politica-privacidad + label{
  margin-left: 10px;
  color: #6B6B6B;
}
.msg-report-ok, .msg-report-nok{
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
}
.msg-report-ok{
  background-color: #258B4E;
}
.msg-report-nok{
  background-color: #8B0000;
}
.h2-bussiness-rel{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
}

.form-register-dir textarea.h-auto{
  height: auto;
}

form#filterGast .v-form__i{
  height: auto;
  padding: 10px;
  margin-bottom: 5px;
}
form#filterGast .v-form__btn{
  width: 100%;
  margin-bottom: 5px;
}

.v-pg--t3 table.table-gasolineras .v-tbl__r:first-child{
  border-bottom: 1px solid #D7D7D7;
}
.v-pg--t3 table.table-gasolineras .v-tbl__r:first-child:last-child {
  border-bottom:0;
}
.enc-gastr-c7 .v-cnt-m__h{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.enc-gastr-c7 .v-cnt-m__h img{
  max-width: 100px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.enc-gastr-c7 .v-cnt-m__h h1{
  display: inline-flex;
  order: 2;
}
.ga-orden-filter{
  display: flex;
}

.ga-orden-filter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ga-orden-filter .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  margin-right: 5px;
  margin-left: 5px;
}

.ga-orden-filter .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ga-orden-filter .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 16px;
}

.ga-orden-filter .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.ga-orden-filter input:checked + .slider {
  background-color: #bf0d0d;
}

.ga-orden-filter input:checked + .slider:before {
  transform: translateX(10px);
}

.ga-orden-filter .option-text {
  margin: 0;
  font-size: 12px;
  color: #A8A8A8;
}
.ga-orden-filter .option-text strong{
  color: #202020;
  font-weight: 600;
}

.ficha-row-likes{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ficha-likes i{
  margin-right: 5px;
}

.ficha-div-likes{
  display: inline-flex;
  justify-content: flex-start;
}

.ficha-likes, .ficha-likes-user{
  margin: 0;
  color: #969594;
}
.ficha-likes-user.ga-like-btn i{
  color: #969594;
}
.ficha-likes {
  display: flex;
  margin-right: 10px;
}
.ficha-likes i, .ficha-likes strong{
  margin: auto 5px auto 0;
}
.ficha-likes small{
  margin: auto 0;
}
#list_favourites article{
  flex-direction: row;
}
#list_favourites article .v-a-img-c{
  margin-left: 0;
  margin-right: 9px;
}
#list_favourites article .v-a-info-c .v-p{
  margin-top: 0px;
}
#list_favourites article .v-a-info-c .v-p a{
  text-decoration: none;
}
#ga-cont-favor .v-cnt-m__h{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.v-p.text-intro-zona{
  color: #202020;
}

.ga-intro-zona{
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.ga-intro-img{
  width: 100%;
  min-width: 300px;
  min-height: 100%;
  display: inline-block;
  border-radius: 30px;
}
.logo-gastronomia-c7-ficha a img{
  width: 100px;
  max-width: 100px;
  margin: auto;
}

.ga-recomend-ficha .v-p{
  text-align: center;
}

.v-r-s.ga-recomend-ficha{
  gap: 0px;
}

.ga-recomend-ficha>*:before{
  display: none;
}
.ga-recomend-lista{
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 10px;
}
.ga-recomend-lista small{
  margin: auto 0;
}
.ga-recomend-lista a img{
  width: 50px;
  max-width: 50px;
}
.ga-recomend-lista a {
  display: inline-block;
}
.contenedor_tags_ideal > span{
  margin: 0px 5px;
  background: #969594;
  padding: 2px 5px 4px;
  border-radius: 5px;
  color: white
}
.contenedor_tags_ideal > span:first-child{
  margin-left: 0px;
}
.contenedor_tags_ideal > span:last-child{
  margin-right: 0px;
}

.search-list-photo{
  border-radius: 15px;
}