*{
    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;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10; 
}

.icon-menu {
    font-size: 28px;
    color: #FEFDF9;
    margin-top: 10px;
    margin-left: 88%;
    cursor: pointer;
}

.icon-menu:hover {
    color: #E2BEA8;
}

.titulo_contacto{
    margin-left: 4%;    
    margin-top: -25px;
    width: 105px;
    height: 30px;
    background-color: rgba(228, 209, 204, 0.71);
    border-radius: 15px;

}

.titulo_contacto h1 {
    padding-top: 6px;
    font-size: 15px;
    color: #7E6B51;
    text-align: center;
    font-weight: 300;
}

.titulo_contacto h1:hover {
    color: #FEFDF9;
    cursor: default;
}

.titulo_petra {
    margin-right: auto;
    margin-left: auto;   
    margin-top: -30px;
    width: 62px;
    height: 85px;
    background-color: #CEB7B1;
    border-radius: 22px;
}

.titulo_petra:hover {
    background-color: #E2BEA8;
}

.titulo_petra h1 {
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    color: #FEFDF9;
    padding-top: 22px;
}

.titulo_petra h1 a {
    text-decoration: none;
    color: #FEFDF9;
}

.titulo_petra h1 a:hover {
    color: #FEFDF9;
    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;
}

.boton-petra a{
    display: 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;
    }

.contacto_caja1 {
    grid-column: 1/2;
    height: 610px;
    width: 100%;
    background-image: url(../img/morella_con.JPG);
    background-size: 555px 610px;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: -40px;
}

.textos_contacto{
    margin-top: 150px;
}

.textos_contacto h1 {
    font-size: 25px;
    font-weight: 400;
    color: #FEFDF9;
    margin-top: 30px;
    margin-left: 12%;
    cursor: default;
}

.textos_contacto p, .telefono h2, .correo h2 {
    font-size: 18px;
    font-weight: 300;
    color: #FEFDF9;
    margin-top: 20px;
    margin-left: 12%
}

.textos_contacto p{
    width: 280px;
    margin-bottom: 30px;
}

.telefono {
    height: 20px;
    background-image: url(../img/telefono.png);
    background-size:20px 20px;
    background-repeat: no-repeat;
    margin-left: 12%;
}

.correo {
    height: 20px;
    background-image: url(../img/correo.png);
    background-size:22px 15px;
    background-repeat: no-repeat;
    margin-left: 12%
}


.textos_contacto h2{
    margin-left: 35px;
}

.textos_contacto h3{
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #FEFDF9;
    margin-top: 110px;
    margin-left: 12%;
    cursor: default;
}

.textos_contacto h3:hover{
    color: #E4D1CC;
}

.contacto_caja2 {
    grid-column: 1/2;
    height: 560px;
    width: 100%;
    background-color: #CEB7B1;
}


.textos_llegar{
    margin-top: 100px;
}

.textos_llegar h1 {
    font-size: 25px;
    font-weight: 400;
    color: #7E6B51;
    margin-left: 12%;
    cursor: default;
}

.textos_llegar h2 {
    width: 300px;
    font-size: 17px;
    font-weight: 300;
    color: #FEFDF9;
    margin-top: 20px;
    margin-left: 12%
}

.textos_llegar iframe{
    width: 78%;
    height: 250px;
    margin-left: 12%;
    margin-top: 15px; 
    filter:sepia(30%);
}

.textos_llegar iframe:hover{
    outline: 3px solid #7E6B51;
    outline-offset: -3px;
    transition: 0.08s;
}

footer {
    grid-column: 1/2;
    height: 430px;
    width: 100%;
    background-color: #CEB7B1;

}

.titulo_petra_final {
    margin-right: auto;
    margin-left: auto;   
    margin-top: 170px;
    width: 62px;
    height: 85px;
    background-color: #FEFDF9;
    border-radius: 22px;
}

.titulo_petra_final:hover {
    background-color: #FDEAD9;
}

.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 {
    width: 300px;
    font-size: 17px;
    font-weight: 300;
    color: #FEFDF9;
;
    margin-top: 20px;
}

.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:580px) {
    .contacto_caja1 {
        height: 700px;
        background-image: url(../img/morella_contacto.JPG);
        background-size: cover;
        margin-top: -40px;
    }
    
    .contacto_caja2 iframe{
        height: 300px;
    }
    
    .contacto_caja2{
        height: 600px;
    }
}



@media (min-width:768px) {
    
    .icon-menu {
        font-size: 34px;
        margin-left: 90%;
        margin-top: -50px;
    }
    
    .titulo_contacto{
    width: 120px;
    height: 34px;
    margin-top: -30px;
    border-radius: 24px;
    }

    .titulo_contacto 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;
        }
    
    .textos_contacto h1{
        font-size: 34px;
        font-weight: 400
    }
    
    .textos_contacto p, .telefono h2, .correo h2 {
        font-size: 22px;
        width: 400px;
    }    
    
    .textos_contacto h3 {
        font-size: 28px;
    }
    
    .textos_llegar h1 {
        font-size: 34px;
        font-weight: 400
    }

    .textos_llegar h2 {
        width: 350px;
        font-size: 20px;
    }
    
    .contacto_caja2 iframe{
        height: 400px;
    }
    
    .contacto_caja2{
        height: 700px;
    }
    
    .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;
        margin-top: 30px;
    }   
    
    .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_contacto{
        color: #7E6B51;
        width: 168px;
        height: 35px;
        background-color: rgba(254, 253, 249, 0.4);
        border-radius: 22px;
        padding-top: 6px;
        margin-top: 45px;
    }
    
    .circulo_contacto: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_contacto {
        display: none;
    }
    
    .contacto_caja1 {
        height: 910px;
        margin-top: -100px;
    }
    
    .textos_contacto  {
        margin-top: 250px;
    }
    
    .telefono, .correo, .textos_contacto h3 {
        margin-left: 59%;
    }
    
    .textos_contacto h1 {
        font-size: 45px;
        margin-left: 6%
    }
    
    .textos_contacto p {
        font-size: 24px;
        margin-left: 10%;
        width: 450px;
    }
    
    .telefono {
        height: 30px;
        background-size: 25px 25px;
        
    }
    
    .correo {
        height: 25px;
        background-size: 30px 20px;
    }
    
    .telefono h2{
        font-size: 24px;
        margin-top: -200px;
        margin-left: 50px;
    }
    
    .correo h2 {
        font-size: 24px;
        margin-left: 50px;
    }
    
    .textos_contacto h3 {
        margin-top: 60px;
    }
    
    .contacto_caja2 iframe{
        height: 500px;
    }
    
    .contacto_caja2 {
        height: 900px;
    }
    
    .textos_llegar h1{
        width: 350px;
        font-size: 45px;
        float: left;
        margin-left: 8%;
        margin-bottom: 20px;
    }
    
    .textos_llegar h2 {
        font-size: 24px;
    }
    
    
    
    .inicio_caja6 h1, .inicio_caja7 h1{
        font-size: 40px;
    }
    
    footer{
        height: 350px;
    }
    
    .titulo_petra_final {
        width: 100px;
        height: 120px;
        margin-top: 50px;
    }
    
    .titulo_petra_final h1 {
        font-size: 22px;
        font-weight: 300;
        padding-top: 30px;
    }
    
    .inicio_caja6 h3, .inicio_caja7 p, .inicio_caja7 h2{
        font-size: 24px;
    }







