@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}

.container {
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)), url(../images/todoin/HEADER\ \(1\).webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.eve-hover {
    font-size: 1.4rem;
}


/* Seccion Todo incluido */

.ti-container {
    background-image: url('../images/todoin/palmera.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.text_body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
}

.text_body h2{
    font-size: 6rem;
    margin-top: .6em;
    font-weight: 300;
    color: #e7cdb9;
    font-family: 'Times';
    font-style: italic;
}

.text_body h1{
    font-size: 6rem;
    font-weight: 400;
    color: #b09a82;
    font-family: 'Times new roman';
}

.text_body p{
    font-size: 2.5rem;
    color: #878787;
    font-family: 'Times new roman';
}

.alimento_body{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    padding: 1em;
    padding-bottom: 4em;
    border-bottom: 2px solid #878787;
}

.alimento__left{
    padding-right: 8em;
}

.alimento__left h3{
    font-size: 1.2rem;
    color: #363636;
    padding-bottom: .5em;
}

.alimento__left hr{
    width: 3rem;
    border-color: #b09a82;
    margin-bottom: .5em;
}

.alimento__left h1{
    font-size: 2rem;
    width: 80%;
    color: #b09a82;
    padding-bottom: 1em;
}

.alimento__left li{
    font-size: 1.5rem;
    color: #878787;
}

.alimento__left li::before {
    content: "• ";
    color: #b09a82; /* or whatever color you prefer */
  }

.img__righ img {
    width: 33vw;
    margin: 1rem;
}

.alimento__right{
    padding-left: 15em;
    margin-right: 14em;
}

.alimento__right h3{
    font-size: 1.2rem;
    color: #363636;
    padding-bottom: .5em;
}

.alimento__right hr{
    width: 3rem;
    border-color: #b09a82;
    margin-bottom: .5em;
}

.alimento__right h1{
    font-size: 2rem;
    color: #b09a82;
    padding-bottom: 1em;
}

.alimento__right li{
    font-size: 1.5rem;
    color: #878787;
}

.alimento__right li::before {
    content: "• ";
    color: #b09a82; /* or whatever color you prefer */
  }

.img__left {
    display: flex;
    justify-content: center;
}

.img__left img {
    width: 33vw;
    margin: 1rem;
}

/*responsive*/

@media(max-width: 1614px) {
    .eve-hover {
        font-size: 1.2rem;
    }
}

@media(max-width: 1500px) {
    .container {
        height: 100vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/todoin/background1500px.webp);
    }
}

@media(max-width: 1455px) {
    .eve-hover {
        font-size: 1rem;
    }
}

@media(max-width: 1200px) {
    .container {
        height: 100vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/todoin/background1200px.webp);
    }
    
    .alimento_body{
        display: flex;
        flex-direction: column;
    }

    .flex2{
        display: flex;
        flex-direction: column-reverse;
    }

    .img__left img {
        width: 100%;
        height: auto;
        margin: 1rem;
    }

    .img__righ img {
        width: 100%;
        height: auto;
        margin: 1rem;
    }

    .text_body h2{
        font-size: 4rem;
    }
    
    .text_body h1{
        font-size: 4rem;
    }
    
    .text_body p{
        font-size: 2rem;
        margin-bottom: .5em;
    }

    .alimento__left{
        text-align: center;
        padding-right: 0em;
    }
    
    .alimento__left h1{
        font-size: 1.5rem;
        width: 100%;
        color: #b09a82;
        padding-bottom: 1em;
    }

    .alimento__left hr{
        display: none;
    }

    .alimento__right hr{
        display: none;
    }
    
    .alimento__left li{
        font-size: 1rem;
        color: #878787;
    }

    .alimento__right li{
        font-size: 1rem;
        color: #878787;
    }

    .alimento__left li{
        margin-bottom: .5em;
    }

    .img__righ img {
        width: 90vw;
        margin: 1rem;
    }
    
    .alimento__right{
        padding-left: 15em;
        margin-right: 14em;
    }
    
    .alimento__right h3{
        font-size: 1.2rem;
        color: #363636;
        padding-bottom: .5em;
    }
    
    .alimento__right hr{
        width: 3rem;
        border-color: #b09a82;
        margin-bottom: .5em;
    }
    
    .alimento__right h1{
        font-size: 2rem;
        color: #b09a82;
        padding-bottom: 1em;
    }
    
    .alimento__right li{
        font-size: 1.5rem;
        color: #878787;
    }

    .alimento__right{
        text-align: center;
    }


}

@media(max-width: 900px) {
    .container {
        height: 90vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/todoin/background900px.webp);
    }

    .alimento__right h1{
        font-size: 1.5rem;
        color: #b09a82;
        padding-bottom: 1em;
    }
    
}

@media(max-width: 600px) {
    .container {
        height: 80vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/todoin/background600px.webp);
    }

    .text_body h2{
        font-size: 3rem;
    }
    
    .text_body h1{
        font-size: 3rem;
    }
    
    .text_body p{
        font-size: 1.5rem;
        margin-bottom: .5em;
    }

   
}

@media(max-width: 500px){
    .text_body h2{
        font-size: 2rem;
    }
    
    .text_body h1{
        font-size: 2rem;
    }
    
    .text_body p{
        font-size: 1.2rem;
        margin-bottom: .0em;
    }

    .alimento__right li{
        font-size: 1.2rem;
        color: #878787;
    }
}


