.centro_mapa {
    cursor: pointer;
    font-size: 0.8em;
    ;
}

#map {
    height: 100%;
    width: 100%;
    min-height: 550px;
}

#map .gm-style .gm-style-iw-c {
    padding: 0 !important;
    width: 400px;
}

#map .gm-style-iw-d {
    margin-right: -20px;
    margin-bottom: -16px;
    margin-left: -2px;
}

#dataTable {
    max-height: 700px;
    min-height: 700px;
    overflow-y: visible;
    overflow-x: hidden;
}

.centro_mapa.activo .box-shadow-2-hover {
    webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border: 2px solid rgba(29, 104, 104, 0.3);
}

.centro_mapa.activo .image-overlay-remove .overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}

#dataTable::-webkit-scrollbar {
    width: 4px;
}

#map .box.has-hover.has-hover.box-text-bottom {
    min-width: auto;
    max-width: 400px;
}

.centro_mapa>a>div {
    border-radius: 15px;
    overflow: hidden;
}

.centro_mapa .box-image,
#map .box-image {
    background-color: #0076a8;
}

.centro_mapa .box-text {
    min-height: 150px;
}

/* Track */

#dataTable::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

#dataTable::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

#dataTable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#filtros_mapa {
    background-color: #fff;
    padding: 20px;
    max-width: 350px;
    min-width: 350px;
    position: absolute;
    z-index: 29;
    right: 0;
    border-bottom-left-radius: 10px;
    /* Añadir radio de 10px a la esquina inferior izquierda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Añadir sombra */
}

#filtros_mapa input {
    margin-bottom: 0px;
}

#filtros_mapa label {
    margin-bottom: 0px;
    font-size: 1rem;
}

.gm-style-iw-chr {
    position: absolute;
    width: 100%;
    z-index: 99;
}

option.highlight {
    font-weight: bold;
    color: #FF9E19;
    /* Cambia el color del texto */
    background-color: #f0f0f0;
    /* Cambia el color de fondo */
    text-transform: uppercase;
    padding: 5px 0;
}

option.highlight.paises {
    font-weight: bold;
    color: #0076a8;
    /* Cambia el color del texto */
    background-color: #f0f0f0;
    /* Cambia el color de fondo */
    text-transform: uppercase;
    padding: 5px 0;
}

.actualidad_aulas_mentor_home .col.post-item .col-inner {
    background-color: #fff !important;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.actualidad_aulas_mentor_home .col.post-item .col-inner .box-image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.archivo-actialidad-mentor .entry-content {
    background-color: #fff;
    padding-bottom: 0;
    border-radius: 10px;
    padding-top: 30px !important;
    padding-right: 30px !important;
}

.archivo-actialidad-mentor .entry-image-float {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40%;
    min-height: 300px;
    background-size: cover;
}

/************************************/

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}



@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #filtros_mapa {
        display: none;
    }

    .tabbed-content.tab_verde .nav-vertical {
        /*width: 100% !important;*/
    }
}