

/* Estilos de planifica tu viaje*/


.regresar {
    display: block;
    position: absolute;
    margin-top: 40px;
    margin-left: 40px;
    background-color: #162E44;
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}



/*-- POSICION Y MARGENES DE LA IMAGEN--*/
.banner-como {
    background-image: url("imagenes/anconcito/0076_como_llegar.jpg");
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    line-height: 50px;
    text-align: center;

}


/*-- TITULO DENTRO DE LA IMANGEN*/
.titulo-llegar {
    background-image: linear-gradient(#ffffff);
    color: #ffffff;
    font-family: 'Mega Fresh';
    font-size: 155px;
    font-weight: 500;
    line-height: 160px;
    padding: 0px 0px;
    text-align: center;
    text-shadow: #000000 0px 2px 4px;


}

@media screen and (max-width:800px) {

    .titulo-llegar {
        font-size: 100px;
    }
}



/* Otros estilos */

.ie-panel {
    display: none;
    background: #212121;
    padding: 10px 0;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1;
}

html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
    display: block;
}

#main-container {
    margin: 150px auto;
    width: 800px;
}

.botonLeermas {
    display: inline-block;
    width: 150px;
    padding: 12px;
    background: #ffffff;
    text-decoration: none;
    color: #162e44;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    box-shadow: 0px 0px 4px 2px #162e44;
}

.container-card {
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 0px;
}

.title-cards {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 10px;

    text-align: center;
    color: #7a7a7a;
}




/*
Reemplazo del boton leer más
    .card .contenido-card a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}

.card .contenido-card a:hover {
    background: #2fb4cc;
    color: #fff;
}

*/


@media only screen and (min-width:320px) and (max-width:768px) {
    .container-card {
        flex-wrap: wrap;
    }

    .card {
        margin: 15px;
    }
}

.regresar {
    display: block;
    position: absolute;
    margin-top: 40px;
    margin-left: 40px;
    background-color: #162E44;
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

