#parte3 {
    display: flex;
    background: #FFFFFF;
    margin: 0 auto 118.54px auto;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}
#parte3 .cont-tit {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'MontserratMedium';
}

#parte3 .epigrafe {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 21px;
    font-style: normal;
    line-height: 38.4px;
}
#parte3 .titulo {
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-family:'AvenirNextLTPro-Medium';
    margin-bottom: 21px;
}
#parte3 .bajada {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 42px;
    font-family:'AvenirNextLTPro-Regular';
}
/*Codigo Iframe Video*/
.rwd-media {
    position: relative;
    width: 95%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 48.25%;
    filter: brightness(0.7);
}
.rwd-media iframe,
.rwd-media video {
  position: absolute;
  width: 100%;
  height: 100%;  
}
@media (max-width: 500px) {
#parte3 .titulo {
    font-size: 20px;
    font-weight: 100;
}
#parte3 .bajada {
    font-size: 14px;
    margin-left: 34.37px;
    margin-right: 29.23px;
    width: 80%;
    line-height: 20px;

}
}
@media (max-width: 360px) {
  .rwd-media {
      width:90%;
  }
  #parte3 .bajada {
    font-size: 14px;
    margin-left: 34.37px;
    margin-right: 29.23px;
    width: 80%;
    line-height: 20px;
    text-align: center;
    margin-bottom:33px;
  }
    #parte3 .epigrafe {
    margin-bottom: 12px;
    font-size:12px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: center;

}
    #parte3 .titulo {
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
    #parte3{
        margin-bottom:35.22px;
}
}
@media (min-width: 360px) and ( max-width: 1245px) {
       #parte3{
          margin-bottom:35.22px;
       }
}
