
@media(min-width:1200px) {
    .contentTextLeft {
        padding-left: 30px;
    }
}

.cta-three__image img {
    min-height: 250px
}

.ubicacion {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 750px) {
    .ubicacion {
        top: 50%
    }
}

@media (max-width: 749px) {
    .ubicacion {
        top: 20%;
        width: 80%;
    }
}

.ubicacion p i,
.ubicacion a i {
    margin-right: 4px;
}

.ubicacion * {
    color: white
}

.cta-three .cta-three__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.66)
}

.wab a {
    padding: 10px;
    border-radius: 16px;
    color: white;
    font-size: 1.5rem;
    background-color: #25d366;
}

.wab a i {
    margin-right: 3px;
}

.img_wrapper {
    border-radius: 120%;
    width: 270px;
    margin: auto;
    height: 270px;
    border: 10px solid #8080802e;
    overflow: hidden;
    box-shadow: inset -1px -2px 33px -5px rgba(0, 0, 0, 0.46);
}

.img_wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -2;
    object-fit: cover;
}

.mapa iframe {
    height: 100%;
    width: 100%;
}

/* ESTILO CARDS TOURS DE NOSOTROS */

.contenedor-tour{
    border-radius: 15px;
}


.imagen-tour img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.texto-tour{
    padding: 10px 5px;
    text-align: center;
}

.texto-tour p{
    line-height: normal;
}