body{
    margin:0;
    font-family: "Fira Sans", sans-serif;
}
span{
    font-weight: bold;
}
nav{
    background-color: rgb(117, 22, 22);
    color:white;
    padding:20px;
}
nav li{
    display: inline-block;
    margin-right:10px;
}
li a{
    text-decoration: none;
    color:white;
}
.boton{
    position:fixed;
    bottom:50px;
    right:50px;
    background-color: rgb(100, 158, 42);
    padding:5px;
    border-radius: 12px;
    display: inline-block;
    box-shadow: -2px 8px 50px -3px rgba(0,0,0,0.88);
}

svg{
    width:20px;
    fill:white;
}
.boton svg:hover{
    fill: rgb(100, 158, 42);
}
.boton:hover{
    background-color: white;
}
header{
    background-image: url(imagenes/londres.jpg);
    margin-top:0;
    height: 600px;
    background-position:top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom:0;
}
header a{
    text-decoration: none;
    margin:50px auto;
    padding:10px 20px;
    border-radius: 10px;
    background-color: rgb(117, 22, 22);
    color:white;
    transition:all 0.3s;
    animation:opacidad 2s 3s backwards;
}
header a:hover{
    background-color: white;
    color:rgb(117, 22, 22);
    border:2px solid rgb(117, 22, 22);
    transform: scale(1.2);
}
h1{
    color:rgb(255, 255, 255);
    font-size: 5rem;
    margin-bottom: 30px;
    animation: aparece 1s;
}
@keyframes aparece{
    0%{opacity: 0; transform:scale(0)}
    100%{opacity:1; transform:scale(1)}
}
@keyframes opacidad{
    0%{opacity: 0; }
    100%{opacity:1;}
}
header h2{
    color:rgb(255, 255, 255);
    animation:aparece 2s 1s backwards;
}
header p{
    color:rgb(255, 255, 255);
    animation:aparece 2s 2s backwards;
}
.ruta{
    padding-bottom: 50px;
}
.ruta h2{
    margin-top:80px;
    margin-bottom: 70px;
    color:rgb(117, 22, 22);
    text-align: center;
    font-size: 40px;
}
.dia1{
    display: flex;
    flex-direction: row;
    width: 80%;
    margin:auto;
    align-items:center;
    margin-bottom:40px;
}
.dia1 .explicacion-ruta{
    display:flex;
    flex-direction: column;
    margin-left: 30px;
}
.explicacion-ruta h3{
    margin-bottom:5px;
    color:rgb(117, 22, 22);
}
.dia2{
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    margin:auto;
    align-items:center;
    margin-bottom:40px;
}
.dia2 .explicacion-ruta{
    text-align: right;
    margin-right: 30px;
}
.precios{
    background-color: rgb(239, 225, 191);
    padding-top:1px;
    padding-bottom: 50px;
}
.precios h2{
    margin-top:80px;
    margin-bottom: 20px;
    color:rgb(117, 22, 22);
    text-align: center;
    font-size: 40px;
}
.packs{
    display: flex;
    justify-content: center;
}
.pack1{
    background-color: white;
    display: flex;
    flex-direction: column;
    margin:40px;
    filter: grayscale(100%);
    border:1px solid rgba(88, 88, 88, 0.487);
    box-shadow: -1px -1px 26px 10px rgba(0,0,0,0.38);
    text-align:center;
    transition: all 0.5s; 
}
.pack2{
    background-color: white;
    display: flex;
    flex-direction: column;
    margin:40px;
    filter: grayscale(100%);
    border:1px solid rgba(88, 88, 88, 0.487);
    box-shadow: -1px -1px 26px 10px rgba(0,0,0,0.38);
    text-align:center;  
    transition: all 0.5s;
}
.packs h3{
    color:rgb(117, 22, 22);
}
.texto-precios{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    margin:auto;
    margin-bottom:20px;
}
.pack2:hover{
    filter: none;
    border:1px solid  rgba(117, 22, 22, 0.708);
    box-shadow: -1px -1px 26px 10px rgba(117, 22, 22, 0.708);
    transform: translateY(-10px);
}
.pack1:hover{
    filter: none;
    border:1px solid  rgba(117, 22, 22, 0.708);
    box-shadow: -1px -1px 26px 10px rgba(117, 22, 22, 0.708);
    transform: translateY(-10px);
}
.incluye h2{
    margin-top:90px;
    margin-bottom: 70px;
    color:rgb(117, 22, 22);
    text-align: center;
    font-size: 40px;
}
.incluye ul{
    list-style-image: url(imagenes/icono.png);
    width:40%;
    margin:auto;
    line-height: 40px;
    background-color: rgb(233, 174, 174);
    box-shadow: -1px -1px 26px 10px rgba(227, 107, 107, 0.359);
    padding:50px;
    border-radius: 12px;
}
footer{
    background-color: rgb(117, 22, 22);
    margin-bottom: 0;
    
    padding: 60px;
    color:rgb(255, 255, 255);
    display:flex;
    justify-content: space-around;
    align-items: center;
}
footer p{
    margin-bottom:0;
}
footer svg{
    fill:white
}

.formulario{
    background-color: rgb(239, 225, 191);
    padding-top:50px;
    padding-bottom: 50px;
    margin-top:50px;
    margin-bottom:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formulario h3, .formulario h2{
    margin: auto;
    margin-bottom: 15px;
    color:rgb(117, 22, 22);
}
.formulario h2{
    text-align: center;
    font-size: 35px;
}
.formulario h3{
    text-align: center;
    font-size: 25px;
}
input{
    margin: 10px;
}
form{
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    margin: auto;
}

.info-form{
    text-decoration: none;
    padding:10px 20px;
    border-radius: 10px;
    background-color: rgb(117, 22, 22);
    border:2px solid rgb(117, 22, 22);
    color:white;
}

.info-form:hover{
    background-color: white;
    color:rgb(117, 22, 22);
    border:2px solid rgb(117, 22, 22);
}

@media screen and (max-width:600px){
    nav li{
        font-size:0.7rem;
    }
    nav{
        padding: 10px;
    }
    h1{
        font-size: 2.5rem;
        margin-top:70px;
    }
    header h2{
        font-size: 1rem;
    }
    header p{
        font-size:0.7rem;
    }
    .ruta h2{
        font-size: 2rem;
    }
    img{
        max-width:300px;
        min-width:300px;
    }
    .dia1, .dia2{
    flex-direction: column;
    width: 80%;
    margin:auto;
    margin-bottom:20px;
    }
    .dia2 .explicacion-ruta, .dia1 .explicacion-ruta{
    text-align: center;
    margin:20px auto;
    }
    .packs{
    display: flex;
    flex-direction:column;
    justify-content: space-around;
    }
    .pack1, .pack2{
        width: 70%;    
        overflow: hidden;
        margin:20px auto;   
    }
    .incluye h2{
        font-size: 2rem;
    }
    .incluye ul{
    width:60%;
    margin:auto;
    line-height: 30px;
    padding:40px;
    }
    footer{
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
    }
    .horario{
        width: 70%;
    }
    .pack1{
    filter: none;
    align-items: center;
    }
    .pack2{
    filter: none;
    align-items: center;
    }
    form{
        width: 50%;
        margin:auto;
    }
    .packs img{
        margin-top:10px;
    }
}