*{
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 62,5%; 
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
/* Quitar estilos en <selec> */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    color: #ffffff;
}
body{
    background-color: rgb(0, 0, 0);

}
header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}
header img{
    height: 100px;
}
.boxIntro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #D1CBF1;
    font-family: bold;
    width: 80vw;
    font-size: 18px;
}
.boxValores{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px ;
}
.boxValores img {
    width: 300px;
}
.boxValores p{
    padding-top: 15px;
    font-size: 13px;
}

.contacto{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.contacto a{
    font-family: bold;
    color: #ffffff;
    background-color: rgba(91, 197, 67, 1) ;
    padding: 5px 8px;
    border-radius: 8px;
    margin-left: 10px;
}


.boxProximamente{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 15px ;
    font-size: 20px;
    font-family: bold;
}
.proximamenteInfo{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 80vw;
}
.boxUiDeft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
}
.elementUiDeft{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 300px;
}
.elementUiDeft div img{
    width: 100px;
    margin-right: 20px;
}

.sub2{
    display: flex;
    justify-content: center;
    margin-bottom: 20px ;
    font-size: 20px;
}
.info2{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 15px;
}
.boxDeliCard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    margin-top: 50px;
}
.elementDeliCard{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 300px;
}
.elementDeliCard div img{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablaInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tablaInfo p{
    margin: 45px 0 20px 0;
    width: 350px;
    text-align: center;
}
.tablaInfo div img{
    width: 360px;
    margin-bottom: 20px;
}
