.titulo{
    background-color: rgb(148, 7, 7);
    color:white;
    text-align: center;
    padding: 5px;

}

.titulo h3{
    font-size: 40px;
    text-transform: uppercase;
}

.form-contenido{
    background-color: rgba(0, 0, 0, 0.233);
    width: 50%;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}
.form-contenido label{
    font-size: 29px;
    text-align: left;
    color:white;
}
.btn{
    font-size: 20px;
}

.nosotros-presentacion{
    background-color: rgba(0, 0, 0, 0.233);
    color:white;
    margin: auto;
    width: 60%;
    padding: 20px;
    margin-top: 10px;
    border-radius: 20px;
}

.nosotros-presentacion button{
    color:white;
    font-weight: 500;
    padding: 10px;
    margin-right: 6px;

}

.card{
    background-color: transparent;
    border: none;
    margin: auto;
    padding: 15px;

}

.card-text{
    color:white;
    font-synthesis: 600;

}

.row{
    align-items: center;
}

.contenedor-video{
    display: flex;
    align-items: center;
    background-color: gray;
    width: 90%;
    margin: auto;
    padding: 7px;
}

.contenedor-video video{
    width: 50%;
    margin: 20px;
}


.contenedor-video p{
    font-size: 20px;
    font-weight: 700;
}


#video-titulo, h1{
    color: white;
    margin-bottom: 40px;
}

.titulo-parrafo, .card-body{
    text-align: right;
    margin: 5px;
}

.card-title{
    color: white;
    text-transform: uppercase;
}
footer{
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;  
    width: 110%;
}
@media screen and (min-width: 755px) and (max-width: 1200px) {
    .titulo h3{
        font-size: 20px;
    }
    #usuariol, #passwordl{
        font-size: 20px;
    }
}
@media screen and (min-width: 360px) and (max-width: 754px) {
    .titulo h3{
        font-size: 20px;
    }
    #usuariol, #passwordl{
        font-size: 20px;
    }
}

.section-aside{
    display: flex;

}
.section-nosotros{
    width: 75%;
    margin: 20px;
    height: 50vh;
    color: white;
}

.aside-productos{
    width: 15%;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 2rem;
    box-sizing: border-box;
        
}

.img-nosotros img{
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.texto-nosotros{
    text-align: justify;

}
