@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
#place_card{
  margin-bottom: 1%;
  margin-left: 1%;
  padding: 0;
  width: 18rem;
}

.card-img-top{
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: 1px;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

.app {
  display: flex;
  height: 100%;
}

.link_info{
  text-decoration: none;
  background: #4A64FF;
  border-radius: 58px;
  color: #E7F4F4;
  font-size: 19px;
  font-weight: 800;
  font-family: "Darker Grotesque", sans-serif;
  padding: 3px 15px;
}
.link_info:hover{
  background: linear-gradient(90deg, #33D7D7 15%, #4A64FF 90%)!important;
  color: white!important
}
.map-container {
  flex: 1;
  height: 100%;
  position: relative;
}

.sidebar {
  width: 25%; /* Ajusta el ancho del menú lateral según tus necesidades */
  background: white; /* Estilo de fondo para el menú lateral */
  color: black; /* Color de texto para el menú lateral */
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.collapse{
  background: white;
}

#menu-toggle {
  display: none;
}

/* Estilo del icono del menú hamburguesa */
.menu-icon {
  font-size: 30px;
  cursor: pointer;
}

/* Estilo del menú al mostrarlo */
#menu-toggle:checked + .menu {
  width: 250px;
}

.card_icons{
  padding-top: 5%;
}

.img-fluid{
  max-width: 100px;
  padding-left: 3%;
}

.card_image{
  object-fit: cover!important;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.close_button {
  position: absolute;
  top: -8px; /* Ajusta la posición vertical del botón de cierre según tus necesidades */
  right: 10px; /* Ajusta la posición horizontal del botón de cierre según tus necesidades */
  background: none;
  border: none;
  font-size: 40px;
  color: #fff; /* Color del icono del botón de cierre */
  cursor: pointer;
  -webkit-text-stroke: 1px rgb(95, 88, 88); /* width and color */
}

.card_location{
  /* position: relative; */
  /*border-top: 1px solid #dee0e2;
  border-bottom: 1px solid #dee0e2;*/
  
  padding: 5%;
  /* Glass_relleno */
  background: rgba(231, 244, 244, 0.35);
  /* Glass */
  box-shadow: 0px 5px 20px rgba(16, 34, 72, 0.07);
  backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
#sidebar_place{
  background: white;
  scrollbar-color: #33D7D7 #F3F4F6;
  scrollbar-width: inherit;
}

.card_location_selected{
  background-color: #eeeeee;
}
.sidebarheader{background: #E7F4F4;border-radius: 0px 0px 20px 20px;}
.card_content{
  padding: 5%;
}
a:hover {
    color: #102248;
}
.card-title{
  font-family: "Darker Grotesque", sans-serif;
  color:#102248;
  font-weight:700;
  font-size:26px;
  line-height:24.7px;
  /*padding: 5%; 
  /* position: absolute;
  /* bottom: 10%; /* posiciona el título en la mitad superior */
  /* left: 10%; /* posiciona el título en la mitad izquierda */
 /* 
  /* padding: 5px; /* ajusta el relleno según tus necesidades */
  /* margin: 0; /* elimina los márgenes predeterminados */
  /* text-align: center; /* centra el texto horizontalmente */
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.card-header{
  padding: 5px;
  background-image: url("https://lh3.googleusercontent.com/p/AF1QipMoH-uuAo9zJp66LJuAmBBr-qOR2nz-vax6oyiv=s680-w680-h510-rw"); 
  /*background: url('https://lh3.googleusercontent.com/p/AF1QipMoH-uuAo9zJp66LJuAmBBr-qOR2nz-vax6oyiv=s680-w680-h510-rw') no-repeat center center;*/
}

.card-header:hover{
  filter: none;
}

.card-header::after {
  background-color: rgba(87, 87, 87, 0.5)!important; /* ajusta la opacidad del fondo */
}


.star_checked{
  color: orange!important;
}

.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  color: #7C859A;
  font-family: "Darker Grotesque", sans-serif;
  font-weight:700;
  font-size:16px;
  line-height:18.7px;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
  /*margin: 10px;*/
  /*margin-bottom: 5px;*/
  /*margin-left: 2px;*/
  /*margin-right: 2px;*/

  margin: 0 3px 5px 3px;
  
}
.card_image{
  border-radius: 20px;
}
.address{
  color: #102248;
  font-family: "Darker Grotesque", sans-serif;
  font-weight:600;
  font-size:19px;
  line-height:22px;
}

.score .stars-active {
  color: #33D7D7;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.score .stars-inactive {
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  /* overflow: hidden; */
}

.btn-descubre {
  background: #4A64FF;
  color: white;
  border-radius: 58px;
  position: absolute;
  z-index: 5;
  bottom: 5%;
  right: 5%;
  font-size: 20px;
  padding: -1px 20px;
  font-weight: 600;
}

.modal-body h3{
  font-weight: 800;
  font-size: 56px;
  text-align: center;
  color: #102248;
  margin-bottom: 5%;
}

.btn-cta{
  border-radius: 58px;
  color:white;
  padding: 2px 30px;
  font-size: 20px;
  margin-bottom: 5%;
  font-weight: 600;
}
.modal-content{
  /* Glass_relleno */
  background: rgba(231, 244, 244, 0.35);
  box-shadow: 0px 15px 100px 35px rgba(16, 34, 72, 0.3);
  backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 40px;
}
.modal-header {
  border-bottom: none!important;
}
.btn-si{
  background: #4A64FF;
}

.btn-no{
  background: #ABB2BF;
}
.modal-backdrop {background-color:white;}

.gm-style-iw {
  /* Glass_relleno */
  background: rgba(231, 244, 244, 0.35)!important;
  /* Glass */
  box-shadow: 0px 5px 20px rgba(16, 34, 72, 0.07)!important;
  backdrop-filter: blur(25px)!important;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px!important;
  padding: 10px 20px!important;
  border: 1px solid white!important;

}
.gm-style-iw-chr button{
  width: 20px!important;
  height: 30px!important;
}
.iw-img{
  
}
.nlocal{
  color: #102248;
  font-weight: 600;
 
  font-family: "Darker Grotesque", sans-serif;
  font-size: 19px;
}
.brand{
  color: #102248;
  font-weight: 800;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 18px;
}
.gm-style .gm-style-iw-d {
    overflow: unset!important;
}
.descripiw p{
  margin-bottom: 0px;
}
.nopadding{padding: 0px !important;}
#srch{
    background: transparent!important;
    border: 0px!important;
    text-align: center!important;
    font-family: 'Darker Grotesque';
    font-weight: 700;
    font-size: 20px;
}
.form-control:focus {
  box-shadow: unset!important;
}
.navbar-toggler:focus {
  box-shadow: unset!important;
}
.btn-filter{ 
  border-radius: 5px;
  background: #4A64FF!important;
  color:white;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.form-check-label{
  font-family: 'Darker Grotesque';
  font-weight: 600;
  font-size: 17px;
  color: #102248;
}
.footer a{
  color: #102248;
  font-weight: 600;
  font-size: 14px;
}
.wonderpin {
    width: 50px!important;
}
/* Tablet */
@media (max-width: 1024px) {
  /*
  .app {
     flex-direction: column-reverse; 
  }
  */

  .map-container {
    height: 100%;
  }


  .sidebar {
    width: 40%;
    /* height: 20%; */
  }

  .menu{
    display:block;
    width:100%;
    height:30%;
    margin-top:20;
  }

  #menu-toggle {
    display: block;
  }

}

/* Smartphone */
@media (max-width: 430px) {

  .app {
    flex-direction: column-reverse; 
  }

  .sidebar {
    width: 100%;
    /* height: 20%; */
    /* bottom: 0; */
    height: 60%;
  }

  .card_image{
    object-fit: cover;
    width: 100%;
    height: 100px;
  }

}

