header.nosotrosInfo {
    color: #000;
    background-color:white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover
}

body {
    padding-top: 10%;
  }
  
.fondo{
   background-image: url(../img/fondoProductos.png); 
   background-color:white;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: center center;
   background-size: cover
}

header.nosotrosInfo .intro-text {
    padding-top: 150px;
    padding-bottom: 100px
}

header.nosotrosInfo .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

header.nosotrosInfo .intro-text .intro-heading {
    background: linear-gradient(to right, rgba(16, 14, 14, 0.6)50%,rgba(255, 255, 255,0));
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

header.nosotrosInfo .intro-text .intro-heading  {
    background-color: red;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.titulo {
    color: white;
    background: #3C494F;
    opacity: 0.9;
    /* width: 10%; */
    padding-bottom: 6%;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
    z-index:1;
}

.descripcion {
    color: white;
    background:  rgb(53, 176, 187);
    opacity: 0.9;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    z-index:15;
}





@media (min-width:768px) {
    header.nosotrosInfo .container_fluid{
        width: 70%;
    }
    header.nosotrosInfo .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }

    header.nosotrosInfo .intro-text .intro-lead-in {
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
        font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
    }
}

header.nosotrosInfo .intro-text .intro-heading {
    background: linear-gradient(to right, rgba(16, 14, 14, 0.6)50%,rgba(255, 255, 255,0));
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}