/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.fbgSearchMap input,
.fbgSearchMap button {
    height: 36px;
}

.fbgSearchMap input {
    border: 1px solid gray;
}



@media(max-width:767px) {
    .fbgSearchMap button {
        margin-top: 5px;
        width: auto !important;
        padding: 0 52px !important;
    }
}

/* content */
.fbgMapContent span {
    display: block;
}

.fbgMapContent h3 {
    font-size: 28px;
    color: #0d520d;
    font-family: highVoltage, Sans-serif;
}

.fbgMapContent .nombre {
    font-size: 17px;
    color: green;
    font-weight: 900;
}

.fbgMapContent .region {
    margin: 24px 0;
}

.fbgMapContent .direccion {
    color: black;
    font-weight: 900;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.fbgMapContent i {
    font-size: 25px;
    margin-right: 6px;
}

.fbgMapContent .direccion2,
.fbgMapContent .horario {
    color: black;
    font-size: 13px;
    font-weight: 100;
}

.fbgMapContent .imagen img {
    width: 50%;
    height: auto;
    object-fit: cover;
    margin: 30px 0;
    aspect-ratio: 1/1;
    border-radius: 9px;
    margin-left: 15px;
    background: #d1d1d1;
}

@media(max-width:767px) {
    width: 100%;
}

.comollegar {
    color: black;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 9px;
    max-width: max-content;
    padding: 2px;
    border: 1px solid transparent;
    transition: 0.2s;
    margin-right: 25px;
}

.comollegar:hover {
    background: #fff0e6;
    border-radius: 5px;
    border: 1px solid #ffd3d3;
    cursor: pointer;
}

.goBtn a {
    color: #007722 !important;
    font-size: 14px;
    line-height: 9px;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 16px;
    transition: 0.2s;
}
.goBtn a i,.comollegar i {
   margin-right:3px;
}


.fbgMap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.fbgSearchMap {
    margin-bottom: 63px !important;
}

/*page style*/
.page-header,
.breadcrumb {
    display: none !important;
}
#relatedLocations {
    border-top: 1px solid #8080802e;
    margin-top: 37px;
}
.relatedDirs button {
    background: var(--toogleColor);
    border: none;
    color: #fff;
    padding: 0px 10px;
    margin: 0 7px;
    line-height: 15px;
    font-size: 12px;
    transition: 0.2s;
    opacity: .4;
    border-radius: 22px;
}

.relatedDirs button:hover {
    background: var(--toogleColor);
    color: #fff;
    opacity: 1;
}

.relatedDirs {
    margin: 8px 0;
    padding: 5px 8px;
    transition: 0.2s;
    border-radius: 12px;
}
.relatedDirs:hover {
    background: linear-gradient(45deg,#9d9d9d1f,transparent);
    cursor: pointer;
    color: #000;
}
.relatedDirs .title {
    font-weight: bolder;
    text-transform: uppercase;
}
.toggleLocations {
    background: white;
    border: none;
    font-size: 19px;
    margin-top: 31px;
    margin-bottom: 16px;
}
@media(max-width:767px){
    font-size: 15px;
    margin-top: 17px;
}
.directionRel {
    font-size: 12px;
    display: none;
    transition: 0.5s;
}

.relatedDirs:hover .directionRel {
    display: block;
}


#locationList {
    min-height: 200px;
}

.goBtn {
    display: flex;
    align-items: center;
}
.goBtn a:hover {
     background: #007722;
    color: white !important;
}

/*info window*/


.info-window {
    /* Tus estilos aquí */
    font-size: 14px;
    color: #333;
    width: 200px;
}

.info-window h3 {
    /* Estilos para el título */
    margin-top: 0;
}

.info-window p {
    /* Estilos para el párrafo */
}
.dropdown-icon {
    margin-left: 5px; /* Espacio entre el texto y el icono */
    /* Otros estilos si necesitas */
}
.toggleLocations i {
    font-size: 13px;
}



.location-section ul {
    max-height: 350px;
    overflow-y: auto;
}