#principal_banner .bannercontainer{position: relative;}

#principal_banner .banner{position: relative;
height: 100vh!important;}

#principal_banner .bullets { z-index: 20; }
#principal_banner .apex-slider-shadow {display: none;}
#principal_banner .timer {display: none;}
#principal_banner .preloader {display: none!important;}
#principal_banner .slotholder {height: 100%;}
#principal_banner .slotholder img {min-height: 100%!important;min-width: 100%!important;}

@media (max-width: 767px) {
  #principal_banner .banner {height:400px!important;}
#principal_banner .caption_content {
    line-height: normal;
    top: 150px!important;
    padding: 10px!important;
    font-size: 20px!important;
    width: 80%!important;
    text-align: center!important;
    background: none!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin: 0 10%;
    white-space: normal;
}
#principal_banner .caption_title {
    font-size: 40px!important;
    line-height: 40px!important;
    margin-bottom: 10px!important;
}
}

@media (max-width: 425px) {
  #principal_banner .banner {height: 300px!important;}
#principal_banner .caption_content {
    top: 120px!important;
}
}

#principal_banner .bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 14px;
    display: inline-block;
    text-indent: -9999px;
    padding: 0;
    padding: 0;
    margin: 0 2px;
    background: #FFF;
}

#principal_banner .bullets.simplebullets.round .bullet.selected {
    background: #cd2129;
}
#principal_banner .caption {
    width: 100%;
    height: 100%;
    left: 0!important;
}
#principal_banner .caption_content {
    background: rgba(0, 0, 0, 0.4);
    top: 50%;
    padding: 4%;
    text-align: center;
    font-size: 28px;
    color: #FFF;
    position: absolute;
}
#principal_banner .caption_title {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
#principal_banner .caption_content {
    top: 45%;
    padding: 30px;
    font-size: 20px;
}
#principal_banner .caption_title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}
}

