@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans:wght@700&family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans:wght@700&family=Open+Sans:wght@300&display=swap');



.separador-nosotros{
    width: 100%;
    height: 80px;
    background-color: #fcf4f4;
}




.contenedor-inicio{




    
   background: /*linear-gradient(to bottom,
   rgba(17, 17, 19, 0.986),
rgba(55, 110, 42, 0.746),

rgba(243, 240, 240, 0.6)
);/*,url(../img/gas.jpg);*/white;
   
   
}




.nosotros-info{
    margin-bottom: 25px;
}
.nosotros-img{
    width: 100%;
    max-width: 300px;
/*
    filter: brightness(1.1);
    mix-blend-mode: multiply;*/
}
.nosotros-info-sec{
    position: relative;
}
.nosotros-img-line{
    background-color: transparent;
    height: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.nosotros{
    text-align: center;
  
}
.nosotros-titulo >p{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: var(--text-color-inver);
    font-family: 'Noto Sans', sans-seruf;
}
.nosotros-detalle {
    font-size: 15px;
    font-weight: 500;
    /*alto de linea*/
    line-height: 1.3;
    max-width: 450px;
    margin: 20px auto;
    color: var(--text-color-inver);
 
  
}
.nosotros-btn{
    background-color: var(--color1);
    color: var(--text-color);
    border: none;
    font-size: 12px;
    padding: 0.5em 1em;
    border-radius: 7px;
    cursor: pointer;

}
.nosotros-btn:hover{
    filter: brightness(130%);
}

/*parte de escritorio*/
@media (min-width: 950px){

    .nosotros-info{
        margin-bottom: 0px;
    }
    .nosotros-img{
        width: 100%;
        max-width:  300px;
        /* esta linea de codigo inviierte la imagen*/
        transform: scaleX(-1);
        
        transform: scaleZ(-1);
       filter: brightness(1.1);
        mix-blend-mode: multiply;
    }
  
    .nosotros{
        text-align: left;
        display: flex;
        justify-content: space-between;
        max-width: 980px;
        margin: 0 auto;
        align-items: center;
    
    }
    .nosotros-titulo{
        font-size: 50px;
        
    }
    .nosotros-detalle {
        font-size: 25px;
        margin: 30px 0;
    }
    .nosotros-btn{
        font-size: 20px; 
    }
    .text-nosotros{
        font-size: 30px;
        background: var(--color1);      
    }

   
}
