/** BANNER **/
.ihu_pdr_banner {display: inline-block;margin: 20px auto !important;width: 100%;}
.ihu_pdr_banner .ihu_pdr_banner_image {width: 100%;height: 150px;overflow: hidden;background-position: center;background-size: cover;background-color: rgba(0,0,0,0.1);background-blend-mode: multiply;transition: all 0.5s;}
.ihu_pdr_banner .ihu_pdr_banner_image:hover {background-color: rgba(0,0,0,0.5);}

/** REVISTA IHU FULLHERO **/

.revista-fullhero { width: 100%; min-height: 500px; position: relative; background-color: #EEEEEE; font-family: "Lato",sans-serif; margin: 30px 0; }
.revista-fullhero .container { overflow: hidden; position: relative; }
.revista-fullhero-item { float: left; width: 100%; }
.revista-fullhero-img { width: 42%; height: 450px; overflow: hidden; float: left; }
.revista-fullhero-img img { max-width: 100%; max-height: 100%; }
.revista-fullhero-content { width: 53%; overflow: hidden; padding: 40px 0 0 30px; }
.revista-fullhero-title { width: 100%; color: #333; font-size: 15px; border-left: 4px solid #FC6B01; }
.revista-fullhero-title h2 { margin-left: 20px; }
.revista-fullhero-edition { width: 100%; color: #FC6B01; font-size: 16px; margin: 20px 0; }
.revista-fullhero-subtitle { width: 100%; color: #333; font-size: 16px; text-align: justify; width: 100%; margin-bottom: 15px; }
.revista-fullhero-button { width: 100%; }

.revista-fullhero-bullets { display: table; padding-top: 15px; }
.revista-fullhero-bullets .bullet { background: #BDBDBD; float: left; border-radius: 5px; border: 3px solid #BDBDBD; width: 2px; height: 2px; margin: 2px 8px 0 0; }
.revista-fullhero-bullets .bullet.active { width: 5px; height: 5px; margin-top: 0px; }

@media ( max-width: 750px ) {
    .revista-fullhero-img { width: 100%; float: none !important; }
    .revista-fullhero-img { text-align: center; }
    .revista-fullhero-content { width: 100%;  padding: 25px 0 0 !important; }
    .revista-fullhero-bullets { display: none; }
}


/** FULL HERO EVENTS **/
.fullhero {width: 100%;height: 380px;background-position: center;background-size: cover;font-family: "Lato",sans-serif;position: relative;background-color: rgba(0,0,0,0.1);background-blend-mode: multiply;transition: all 0.4s;}
.fullhero:hover {background-color: rgba(0,0,0,0.6);}
.fullhero a {text-decoration: none;}
.fullhero-content {position: relative;}
.fullhero .fullhero-content .fullhero-details {width: 100%;position: absolute;bottom: 50px;}
.fullhero .fullhero-content .fullhero-details h4 {color: #FFF;padding: 6px 20px;background-color: #FC6B01;text-align: center;border-radius: 30px;display: inline-block;margin: 15px 0;}
.fullhero .fullhero-content .fullhero-details h2 {color: #FFF;width: 100%;font-size: 50px;}
@media (min-width:768px) and (max-width:991px) {.fullhero .fullhero-content .fullhero-details h2 {font-size: 34px;}}
@media (max-width:767px) {.fullhero .fullhero-content .fullhero-details h2 {font-size: 2em;}}
@media (max-width:767px) {.fullhero .fullhero-content .fullhero-details h2 {font-size: 2em;}}
@media (max-width:430px) {.fullhero .fullhero-content .fullhero-details h2 {font-size: 1.7em;}}


