.section-objetivos #content .contenido-objetivos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos {
    width: 65%;
    background: none;
    padding: 0;
    margin: 0;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li{
  display: inherit;
  position: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  background: none;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos h3{
    color: #464646 !important;
    font-family: 'Roboto-Medium', sans-serif !important;
    font-size: 20px!important;
    line-height: 32px!important;
    font-weight: normal;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos h3 strong{
    font-family: 'Roboto-Medium', Arial, sans-serif !important;
    font-weight: normal !important;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li h3:before{
  content: '01';
  color: #ff8200;
  font-family: 'repsolregular' !important;
  font-size: 22px;
  display: block;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(2) h3:before{
  content: '02';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(3) h3:before{
  content: '03';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(4) h3:before{
  content: '04';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(5) h3:before{
  content: '05';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(6) h3:before{
  content: '06';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(7) h3:before{
  content: '07';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos li:nth-of-type(8) h3:before{
  content: '08';
}
.section-objetivos #content .contenido-objetivos .listado-objetivos h3:after{
    content: '';
    height: 5px;
    background-repeat: no-repeat;
    border-left: 285px solid #ff8200;
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
    margin-left: -100px;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos ul li, 
.section-objetivos #content .contenido-objetivos .listado-objetivos p{
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
  color: #5c4e45 !important;
  margin: 0 0 60px 0;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos ul li{
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
  padding-left: 20px;
}
.section-objetivos #content .contenido-objetivos .listado-objetivos ul li:before{
  font-size: 9px;
  margin-left: -19px;
}
.section-objetivos #content .contenido-objetivos .descargas {
  width: 30%;
  min-width: auto;
  background: none;
  padding: 0;
  margin-top: 29px;
  margin-left: 0;
}
.section-objetivos #content .contenido-objetivos .descargas h2{
  color: #ff6200;
  font-family: 'repsolregular' !important;
  font-size: 40px;
  line-height: 44px;
  padding-left: 25px;
  margin-bottom: 25px;
  border-bottom: none;
  border-left: 5px solid #ff8200;
}
.section-objetivos #content .contenido-objetivos .descargas a.descarga{
    width: fit-content;
    color: #00809A;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background: #E1F3F6;
    border-radius: 5px;
    transition: all .5s ease;
}
.section-objetivos #content .contenido-objetivos .descargas a.descarga span.peso {
    margin-left: 10px;
    opacity: .8;
}
.section-objetivos #content .contenido-objetivos .descargas a.descarga:before{
    content: url(../../images/svg/ico-descargar.svg);
    width: 18px;
    min-width: 18px;
    padding: 10px 11px;
    margin-right: 10px;
    position: relative;
}
.section-objetivos #content .contenido-objetivos .descargas a.descarga:hover{
  color: #00809A !important;
  background: #c5ebf0;
}
.section-objetivos #content .contenido-objetivos .descargas a.descarga:hover:before{
  background: #fff !important;
  color: #00809A;
}

@media (max-width: 840px) {
    .section-objetivos #content .contenido-objetivos {
        flex-direction: column;
    }
    .section-objetivos #content .contenido-objetivos .listado-objetivos,
    .section-objetivos #content .contenido-objetivos .descargas {
        width: 100%;
    }
    .section-objetivos #content .contenido-objetivos .listado-objetivos h3 {
        margin-top: 0;
    }
    .section-objetivos #content .contenido-objetivos .listado-objetivos ul li,
    .section-objetivos #content .contenido-objetivos .listado-objetivos p {
        margin-bottom: 40px;
    }
    .section-objetivos #content .contenido-objetivos .descargas a.descarga:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .section-objetivos #content .contenido-objetivos .descargas {
        min-width: auto;
    }
    .section-objetivos #content .contenido-objetivos .descargas a.descarga {
        width: 100%;
    }
}