*{
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
}

.contenedor {
    width: 100%;
    display: grid;
    grid-auto-columns: auto;
    
 }

header {
    width: 100%;
    height: 40px;
    z-index: 10; 
}

.icon-menu {
    font-size: 28px;
    color: #FEFDF9;
    margin-top: 10px;
    margin-left: 88%;
    cursor: pointer;
}

.icon-menu:hover {
    color: #988060;
}

.titulo_valor{
    margin-left: 4%;    
    margin-top: -25px;
    width: 125px;
    height: 30px;
    background-color: rgba(254, 253, 249, 0.56);
    border-radius: 15px;

}

.titulo_valor h1 {
    padding-top: 6px;
    font-size: 15px;
    color: #7E6B51;
    text-align: center;
    font-weight: 300;
}

.titulo_valor h1:hover {
    color: #FEFDF9;
    cursor: default;
}

.titulo_petra {
    margin-right: auto;
    margin-left: auto;   
    margin-top: -30px;
    width: 62px;
    height: 85px;
    background-color: #FDEAD9;
    border-radius: 22px;
}

.titulo_petra:hover {
    background-color: #FEFDF9;
}

.titulo_petra h1 {
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    color: #7E6B51;
    padding-top: 22px;
}

.titulo_petra h1 a {
    text-decoration: none;
    color: #7E6B51;
}

.titulo_petra h1 a:hover {
    color: #7E6B51;
    text-decoration: none;
}

.titulo_petra2 {
    margin-left: 5%;    
    margin-top: -30px;
    width: 62px;
    height: 85px;
    background-color: #AF9571;
    border-radius: 22px;
    cursor: pointer;
}

.titulo_petra2:hover {
    background-color: #E2BEA8;
}

.titulo_petra2 h1 {
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    color: #FEFDF9;
    padding-top: 22px;
}

.titulo_petra2 h1 a {
    text-decoration: none;
    color: #FEFDF9;

}

.titulo_petra2 h1 a:hover {
    color: #FEFDF9;
    text-decoration: none;
}


nav {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #CEB7B1;
    top: -100%;
    transition: all 0.8s;
}

nav ul {
    list-style: none;
    margin-top: 110px;
}

nav ul li a {
    display: block;
    margin-top: 40px;
    text-align: center;
    color: #FEFDF9;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
}

nav ul li a:hover {
    color: #7E6B51;
}

.icon-cancel {
    font-size: 30px;
    color: #FEFDF9;
    margin-top: 10px;
    margin-left: 90%;
    cursor: pointer;
}

.icon-cancel:hover {
    color: #AF9571;
}

 .mostrar {
        top: 0px;
    }

.valor_caja1 {
    grid-column: 1/2;
    height: 610px;
    width: 100%;
    background-image: url(../img/tejado_phone.jpg);
    background-size: 609px 610px;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: -40px;
}

.award {
    margin-top: 145px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    width: 250px;
    height: 170px;
    background-position: center;
    background-size: cover;
    background-image: url(../img/AWARD.jpg);
}

.valor_caja2 {
    grid-column: 1/2;
    height: 800px;
    width: 100%;
}

.booking, .escapada {
    margin-top: 20px;
    height: 358px;
}

.logobooking {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 118px;
    background-image: url(../img/LOGO_BOOKING.png);
    background-size: 280px 158px;
    background-position: center;
    background-size: cover;
}

.booking h2 {
    width: 300px;
    font-size: 20px;
    font-weight: 400;
    margin-top:20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.logoescapada{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 118px;
    background-image: url(../img/logo_escapada.png);
    background-size: 280px 158px;
    background-position: center;
    background-size: cover;
}

.escapada h2 {
    width: 300px;
    font-size: 20px;
    font-weight: 400;
    margin-top:20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.valor_caja2 h2 a{
    color: #7E6B51;
    text-decoration: none;
}

.valor_caja2 h2 a:hover {
    color: #E6A97D;
}


footer {
    grid-column: 1/2;
    height: 450px;
    width: 100%;
}

.titulo_petra_final {
    margin-right: auto;
    margin-left: auto;   
    margin-top: 50px;
    width: 62px;
    height: 85px;
    background-color: #CEB7B1;
    border-radius: 22px;
}

.titulo_petra_final:hover {
    background-color: #E4D1CC;
}

.titulo_petra_final h1 {
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    padding-top: 22px;
}

.titulo_petra_final h1 a {
    color: #7E6B51;
    text-decoration: none;
}

.texto_casa {
    width: 146px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

 .texto_casa h4, .telefono h2, .correo h2 {
    width: 300px;
    font-size: 17px;
    font-weight: 300;
    color: #7E6B51;
    margin-top: 20px;
}

.telefono {
    width: 130px;
    height: 20px;
    background-image: url(../img/telefono.png);
    background-size:20px 20px;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.telefono h2 {
    margin-left: 30px;
}

.correo {
    width: 260px;
    height: 20px;
    background-image: url(../img/correo.png);
    background-size:22px 15px;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.correo h2 {
    margin-left: 30px;
}

.textos_footer {
    width: 338px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

.textos_footer p, .textos_footer h4{
    font-size:12px;
    font-weight: 400;
    color: #7E6B51;
    text-align: center;
}

.textos_footer h4 {
    display: inline-grid;
    margin-right:15px;
}



@media (min-width:610px) {
    .valor_caja1 {
            height: 700px;
            background-image: url(../img/tejado_grande.jpg);
            background-size: cover;
            margin-top: -40px;
        }
}





@media (min-width:768px) {
    
    .icon-menu {
        font-size: 34px;
        margin-left: 90%;
        margin-top: -50px;
    }
    
    .titulo_valor{
    width: 160px;
    height: 34px;
    margin-top: -30px;
    border-radius: 24px;
    }

    .titulo_valor h1 {
    font-size: 18px;
    font-weight: 300;

    }
    
    .titulo_petra {   
    margin-top: -34px;
    width: 75px;
    height: 99px;
    }

    .titulo_petra h1 {
        font-size: 19px;
        font-weight: 300;
        padding-top: 25px;
    }
    
    .titulo_petra2 {  
    margin-left: 3%;
    width: 75px;
    height: 99px;
    }
    
    .titulo_petra2 h1 {
        font-size: 19px;
        font-weight: 300;
        padding-top: 25px;
    }
    
    nav ul {
        margin-top: 75px;
    }
    nav ul li a {
    display: block;
    margin-top: 42px;
    font-size: 28px;
    font-weight: 300;
    }

    .icon-cancel {
        font-size: 35px;
        margin-left: 90%;
    }
    
    .icon-cancel:hover {
        color: #AF9571;
    }

     .mostrar {
            top: 0px;
        }
    
    
    .award {
        float: right;
        margin-right: 10%;
        width: 400px;
        height: 250px;
    }
    .logobooking {
        width: 280px;
        height: 158px;
    }
    
    .logoescapada {
        width: 280px;
        height: 158px;
    }
    
    .booking h2, .escapada h2 {
        font-size: 24px;
    }
    
    .titulo_petra_final {
    width: 75px;
    height: 99px;
    }
    
    .titulo_petra_final h1 {
        font-size: 19px;
        font-weight: 300;
        padding-top: 25px;
    }
    
    .texto_casa h4 {
        width: 175px;
        margin-left: -10px;
        font-size: 20px;
    }

    .telefono h2, .correo h2 {
        width: 300px;
        font-size: 20px;
    }
    
    .textos_footer {
        width: 552px;
    }   
    
    .textos_footer p, .textos_footer h4{
    font-size:14px;
    }
    
    .textos_footer h4{
        margin-left: 26px;
        padding-left: 30px;
    }
    
    
    
}









@media (min-width:990px) {
    header {
        width: 100%;
        height: 35px;
    }

    nav {
        width: 100%;
        position: static;
        height: 35px;
    }
    
    nav ul {
        display: flex;
        width:100%;
        margin-top: -168px;
    }
    
    nav ul li {
        margin-left: auto;
        margin-right: auto;
    }
    
    nav ul li a {
        color: #FEFDF9;
        font-size: 25px;
        padding-top: 10px;
    }
    
    nav ul li a:hover {
        color: #E4D1CC;

    }
    
    .circulo_valoraciones{
        color: #7E6B51;
        width: 218px;
        height: 35px;
        background-color: rgba(254, 253, 249, 0.4);
        border-radius: 22px;
        padding-top: 6px;
        margin-top: 45px;
    }
    
    .circulo_valoraciones:hover {
        color: #FEFDF9;
    }
    
    .titulo_petra {   
        margin-top:8px;
        width: 100px;
        height: 120px;
    }

    .titulo_petra h1 {
        font-size: 22px;
        font-weight: 300;
        padding-top: 30px;
    }
    
    .espacio_boton_petra{
        margin-left: 250px;
    }
    
    .icon-menu {
        display: none;
    }
    
     .icon-cancel {
        display: none;
    }
    
    .titulo_galeria{
        display: none;
    }
    
    .titulo_petra2 {
        display: none;
    }
    
    .titulo_valor {
        display: none;
    }
    
    .valor_caja1 {
        height: 910px;
        background-image: url(../img/tejado_grande.jpg);
        background-size: cover;
        background-position: bottom;
        margin-top: -40px;
    }
    
    .award {
        float: right;
        margin-right: 10%;
        width: 450px;
        height: 300px;
    }

    .valor_caja2 {
        height: 500px;
        width: 100%;
    }

    .booking {
        margin-top: 100px;
        margin-left: 2%;
        width: 500px;
        height: 158px;
    }
    
    .escapada {
        margin-top: -250px;
        float: right;
        margin-right: 8%;
        width: 450px;
        height: 158px;
    }
    
    .logoescapada {
        height: 200px;
    }
    
    
    .booking h2, .escapada h2 {
        font-size: 24px;
        width: 500px
    }


    .valor_caja2 h2 a{
        color: #7E6B51;
        text-decoration: none;
    }

    .valor_caja2 h2 a:hover {
        color: #E6A97D;
    }
    
    
    
    .titulo_petra_final {
        width: 100px;
        height: 120px;
        margin-top: 50px;
    }
    
    .titulo_petra_final h1 {
        font-size: 22px;
        font-weight: 300;
        padding-top: 30px;
    }
}



