.sustentabilidad-nuevo{
    display: flex;
    flex-direction: column;
    width: 100%;
    
}

.noborder{
    border: none;
}

.titulosnotas-sus {
  font-size: 1.6em; 
line-height: 1em;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
  display: block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}

.caja-sust-2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.sust1{
   display: flex;
width: 65%;
}

.sust1 img{
width: 95%;
height: auto;
    
}

.sust2{
    display: flex;
    flex-direction: column;
    width: 35%; 
    justify-content: flex-start;
    align-items: flex-start;
    color: #636363;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 300;
}

a.btescribinos-sust{ display: flex; justify-content: center; align-items: center;  padding:10px; margin-top:20px; background-color:#00A79D; font-size:25px; color:#FFF; text-decoration:none; font-family: 'Roboto Condensed', sans-serif; font-weight: 700;}

a.btescribinos-sust:hover{ filter: alpha(opacity=50); opacity: 0.5;}

a.bt-certificado{
	color: #FFF;
	text-decoration: none;
    font-weight: 700;
    opacity: 0.8;
}

a.bt-certificado2{
	color: #000;
	text-decoration: none;
    font-weight: 700;
    opacity: 0.8;
}



@media(max-width:600px){
    
.caja-sust-2{

    flex-direction: column;


    justify-content: flex-start;
    align-items: flex-start;
}
    
.sust1{
width: 100%;
}

.sust1 img{
width: 100%;

    
}

.sust2{
    width: 100%; 
    margin-top: 20px;
        font-size: 1.3em;
    line-height: 1.2em;
}
    
  .sust2 br{
        display: none;
    }
    
}