.operador_turistico {
    background-color: #fac42b;
    padding: 1em;
    display: flex;
    justify-content: center;
}

.img_operador_turistico {
    height: 8em;
    margin: 0 1em;
}

#info_turistica {
    padding: 0 !important;
    background-color: #f5f5f5;
    position: relative;
}

.img_banner_info_turistica {
    background-image: url(/imagenes/informacion_turistica/banner_info_turistica.png);
    width: 735px;
    height: 8em;
    background-size: contain;
    margin: 1em;
    background-repeat: no-repeat;
    position: absolute;
    left: 45%;
    top: 0;
}

@media (max-width: 900px) {
    .img_banner_info_turistica {
        display: none;
    }
}

.banner_info_turistica {
    display: flex;
    background-color: #f5f5f5;
    justify-content: left;
    padding: 1em 0;
}

.icono_bullet {
    font-size: 1.5em;
    color: #fac42b;
}

.hotel_titulo {
    display: flex;
    height: 329px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo {
    margin-top: 2em;
    margin-bottom: 1em;
}

.speaker h1:after {
    content: "";
    display: block;
    width: 3em;
    height: 3px;
    margin: 0 auto;
    background-color: #fac42b;
    margin-top: 10px;
    margin-bottom: 5px;
}
