*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.container-main{
    width: 100%;
    height: 100px;
    background-image: url('https://media.istockphoto.com/photos/female-owner-of-start-up-coffee-shop-or-restaurant-turning-round-open-picture-id1226418360?b=1&k=20&m=1226418360&s=170667a&w=0&h=bzKXJN0gdyPs_6HVBxAr2H0f-FH7asza503BvPQMQtQ=');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-inicio{
    display: flex;
    justify-content: center;
    align-items: center;
    height:600px;
}

.button{
    background-color: rgb(255, 0, 0);
    border: none;
    cursor: pointer;
    height: 50px;
    width: 200px;
    padding: 10px;
    border-radius: 15px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
      box-shadow: 20px 20px 15px #000;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;

}


.button:hover{
    background-color: rgb(173, 255, 10);
    color: rgb(6, 5, 5);
    box-shadow: 10px 10px 5px rgb(255, 255, 255);
}




.container-main-tarjetas{
    margin-top: 100px;
}
.container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.tarjeta-chocolate{
    width: 300px;
    height:280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:20px;
    border-radius: 15px;
    background-color: rgb(255, 147, 147);
}
/* .tarjeta-chocolate:hover{
    box-shadow: 10px 10px 5px rgb(255, 255, 255);
} */

.img-choco{
    width: 100%;
    height: 200px;
    /* BORDER IN TOP  */
    border-top-left-radius: 30px 10px;
}
.tarjeta--fresa{
    object-fit: cover;
    justify-content: center;
}

/*   VER MAS */
.ver-mas{
 text-decoration: none;  
 color:white;
}
.ver-mas:hover{
    color: rgb(0, 0, 0);
}


h1{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-top: 12px;
}
#ubicacion{
    margin-top: 200px;
    width: 100%;
    height: 100px;
   display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
   padding: 20px;
}

footer{
    width: 100%;
    margin-top: 70px;
    background-color: rgb(250, 99, 99);
    height: 400px;
}



@media screen and (min-width:1030px){
    footer{
        margin-top: 70px;
        height: 250px;


    }
}
    



@media screen and (max-width: 980px) {
    
    button{
        width: 200px;
    }
    .container-main{
        height: 600px;
        background-image: url('https://media.istockphoto.com/photos/female-owner-of-start-up-coffee-shop-or-restaurant-turning-round-open-picture-id1226418360?b=1&k=20&m=1226418360&s=170667a&w=0&h=bzKXJN0gdyPs_6HVBxAr2H0f-FH7asza503BvPQMQtQ=');
    }
    .btn-inicio{
        position: absolute;
        top: -100px;
        width: 100%;
        height: 100%;
    }

}
    
