
.body{
    background-color: #123c5d !important;
}
footer{
    background-color: #123c5d !important;
}
.fab, footer span{
    color: #fff !important;
}

.header-turistico{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
	background-color: #fff;
}
.destinos-turisticos{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.destinos-turisticos li{
    margin: 15px 0;
	background-color: #fff;
}
.cont-bus{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    margin: 30px 0;
}
.bus-image{
    width: 50%;
    padding: 15px;
}
.bus-image img{
    width: 100%;
}
.bus-text{
    width: 50%;
    padding: 15px;
    text-align: center;
}
.turistico{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
	background-color: #fff; 
}
.imagen-destino{
    width: 40%;
    margin: 0 2%;
    box-shadow: 5px 5px 20px black;
}
.imagen-destino img{
	width:100%
}
.info-destino{
    width: 40%;
    margin: 0 2%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-size: 16px;
    text-align: justify;
    box-shadow: 5px 5px 20px #d7d7d7;
    background-color: #f2f2f2;
    border-radius: 15px;
}
.info-destino li{
background:#f2f2f2;
font-size: 16px;
}
.lecheria{
    display: flex;
    flex-direction: column;
    width: 80%;
    background-color: #fff;
    margin: 0px 10% 0 10%;
}
.lecheria img, .lecheria h3{
    margin: 30px 0;
}
.info-ruta{
    width: 100%;
    background-color: #fff;
}
.info-ruta h3{
    font-size: 20px;
}

@media screen and (max-width: 820px){
    .turistico{
        display: block;
    }
    .info-ruta{
        padding-top: 100px;
        margin-top: 15px ;
    }
    .info-ruta h3{
        font-size: 20px;
    }
    .cont-bus{
        display: block;
    }
    .bus-image, .bus-text, .imagen-destino, .info-destino{
        width: 100%;
    }
    .imagen-destino{
        margin: 0 0 30px 0
    }
    .info-destino{
        margin: 0;
    }
    .info-destino li, .info-destino p{
        font-size: 15px;
    }
}