.contenedorPortada, .contenedorValores{
    width: 100%;
}

.contenedorPortada img, .contenedorValores img{
    width: 100%;
}

.textoPortada{
    width: 90%; 
        margin: 25px auto;
        display: none;
        font-family: GRegular;
        font-size: medium;
}

/*Nosotros texto*/

.contenidoNosotros{
    width: 95%;
    font-family: GRegular;
    margin: 25px auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.contenidoNosotros h2{
    font-size: 50px;
    font-family: GBold;
    margin-top: 30px;
}

.contenidoNosotros .textoP{
    margin-top: 15px;
    font-size: large;
    text-align: justify;
}

.estilosul{
    list-style: disc;
    margin-left: 25px;
    font-family: GRegular;
}

.nosotrosImg{
    width: 100%;
}

.nosotrosImg img{
    width: 90%;
}

@media  screen and (max-width: 1250px) {
    .contenidoNosotros h2{
        font-size: 25px;
    }
    
    .contenidoNosotros .textoP{
        font-size: medium;
    }
}

@media screen and (max-width: 900px){

    .textoPortada{ 
            display: block;
            text-align: justify;
            font-size: medium;
    }

    .contenidoNosotros{
        grid-template-columns: 1fr;
    }

    .nosotrosImg{
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    .nosotrosImg img{
        width: 80%;
    }

}


@media screen and (max-width: 600px){

    .textoPortada{ 
        text-align: left;
        font-size: 15px;
}

.contenidoNosotros{
    width: 90%;
}

.contenidoNosotros .textoP{
    text-align: left;
}
}


 /*icono whatsapp*/
/*Posicionar whatsapp*/
/*Whatsap logo*/
.btn-ws{
    width: 250px;
    height: 55px;
    
  position: fixed;
  bottom: 5px;
  right: 5px;	
  z-index: 900;
    background-image: url("../imagenes/wstigre.png");background-repeat: no-repeat;background-size: cover;
    cursor: pointer;
   
  }
  
  @media (max-width:900px){
  
  
    
    /*Whatsap logo*/
  .btn-ws{
    width: 60px;
    height: 60px;
  position: fixed;
  bottom: 15px;
  right: 5px;	
  z-index: 900;
    background-image: url("../imagenes/wscel.png");background-repeat: no-repeat;background-size: cover;
    cursor: pointer;
   
  }
  
  } 