/*
div {
    border: 1px solid red;
}*/


body { 
    background-color:#FFFDF6;
    font-family: "Montserrat", sans-serif;
}

.header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.contenedor {
    display: flex;
}
.box {
    width: 50%;
    /*display: flex;
    flex-wrap: wrap;*/
}

h1 {
    
    font-weight: 400;
    color: #004D47;
    font-size: 110px;
    text-align: right;
    line-height: 90px;
    
}
@media (max-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 55px;
  }
  h2 {
    font-size: 12px;
  }
}
h2 {
    
    font-weight: 200;
    color: #004D47;
    font-size: 20px;
    text-align: right;
}
h3 {
   
    font-weight: 200;
    color: #004D47;
    font-size: 16px;
    line-height: 3.6;
    text-align: left;
}
h4 {
   
    font-weight: 200;
    color: #004D47;
    font-size: 16px;
    line-height: 3.6;
    margin-left: 80px; 
    margin-top: 120px
    
}

.textoboton {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    color: white;
    font-size: 16px;
    text-align: left;
}


.img-01 {
    background-image: url("../img/bebida.avif");
    position: relative;
    top: 250px;
    left:0px;
    height: 420px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.img-02 {
    width: 340px;
    margin-top: 30px;
    margin-left: auto; 
    align-self: flex-end; 
    display: block;
}

.img-03 {
    background-image: url("../img/madrid.avif");
    position: relative;
    margin-right: auto;
    top: 0px;
    right:0px;
    width: 350px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;    
}

.franja {
    width: 100%;
    height: 200px;
    margin-top: 150px;
    background-image: url("../img/comida.png");
}

.boton {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    border: 2px solid #004D47; 
    background-color: #004D47;
    width: 150px;
    height: 40px;       
    border-radius: 12px; 
    padding: 10px; 
    margin-left: 80px;
   
}
.boton:hover {
    background-color: #004b4576; 
    color: #004D47;
    border: 2px solid #004D47;
}


