﻿/*Barras rojas */
.container {
    background-color: #e52528;
}

.container-xxl {
    background-color: #0164a6;
}


/*Indicadores de abajo */
.imgs {
    margin-top: 30%;
    width: 70vh;
    height: 15vh;
}

/*Textos de abajo */
.text-center {
    margin-top: 5vh;
    font-size: 2.3vh;
    padding: 0px 10%;
}
/*la imagen que s eve en hd */
.imagen {
    margin-top: 5%;
    border-radius: 30px 30px 30px 40px;
}
/*paquete de harina */
.yun {
    margin-top: -25vh;
}
/*Textos de arriba */
.text-center1 {
    text-align: center;
    font-size: 3.2vh;
}
/*Lineas blancas del titulo de abajo */
hr {
    border-bottom: 3px solid #ffffff;
}
/*Segundo titulo */
.text {
    color: #ffffff;
    position: absolute;
    top: 50%; /* Alinea el texto verticalmente en el centro de la imagen */
    left: 50%; /* Alinea el texto horizontalmente en el centro de la imagen */
    transform: translate(-50%, -50%);
}
/*La palabra YUNTARINA del titulo de abaj o*/
.yu {
    color: #ffffff;
    margin-top: 1vh;
    font-size: 4vh;
    border-bottom: 4px solid #ffffff;
}
/*resto del titulo */
.u {
    border-top: 4px solid #ffffff;
    color: #ffffff;
    margin-top: 1vh;
    font-size: 4vh;
}
/*Taza de harina*/
.ta {
    width: 46vh;
    height: 46vh;
    border: 10px solid #e52528;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(255, 255, 255);
}
/*Titulo 2*/
.ti1 {
    text-align: center;
    color: #ffffff;
}

.titu {
    margin-top: 2%;
}

.text-center3 {
    margin-top: 5%;
    font-size: 3.1vh;
}
/*Algo que dice yuntarina pero en rojo*/

.titul {
    color: #e52528;
    text-align: center;
    margin-top: 11%;
}

.marcas {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .imgs {
        margin-top: 15%;
        width: 55vh;
        height: 15vh;
    }
}

@media (max-width: 568px) {
    .yun {
        display: none;
    }

    .text-center3 {
        font-size: 2.5vh;
        padding: 3%;
    }

    .text-center1 {
        font-size: 2.6vh;
        padding: 3%;
    }

    .img-fluid {
        max-width: 70%;
        height: auto;
    }
}