.BannerProductos{
    --AltoDelBanner : 167px;
    --Anchoimagen : 90px ;


    display: flex;
    width: 100vw;
    height: 444px;
    background-color: var(--Secundario);
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--MargenDefault);
}


.Palabras{
    margin-left: 10vw;
    height: 30%;
    margin-bottom: auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.TituloProducto {

    font-size: 60px;
    color: white;

}

.SubtituloProducto{
    margin-top: 5%;
    color: white;
    font-size: 20px;
    margin-bottom: 25%;
}
.LogoAbsoluto{
    position: absolute;
    transform: translatex(50%);
    right: 0%;
    height: 400px;
}
.ContImagen{
    overflow: hidden;    
    width: 60px;
    height: calc(var(--AltoDelBanner) / 2) ;
    
}

.ContImagen img{
    width: var(--Anchoimagen);

    margin:auto;
}

@media (max-width : 768px){
    .TituloProducto {

    font-size: var(--TamTitulos);


}

.SubtituloProducto{

    font-size: var(--TamNormal);

}
.LogoAbsoluto{

    height: 300px;
}

}
