.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}
.carousel-control .icon-prev::before {
    content: "‹";
}
.carousel-control .icon-next::before {
    content: "›";
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #ffffff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption {
    bottom: 20px;
    color: #ffffff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10;
}
.carousel-caption .btn {
    text-shadow: none;
}

/*Inicio Estilo PromoVogue*/

.carousel {
    height: 154px;
    position: absolute;
    top: 3px;
    width: 299px;
}

.carousel-inner {
  height: 237px;
}

.caixa-h2 {
    color: #000 !important;
    font-size: 18px !important;
    height: 70px;
    left: -14px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 51px;
    width: 236px;
    z-index: 2147483647;
}

.destaque-quaternario-blog-video {
    border: 1px solid #cdcdcd;
    height: 250px;
    position: relative;
    width: 300px;
}

.destaque-quaternario-blog-video .chapeu {
    background-color: #000;
    color: #fff;
    font-family: "Convergence",sans-serif;
    font-size: 30px;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    width: 180px;
}

.box-quaternario-simples .titulo-chamada {
    float: left;
    font-family: "Convergence",sans-serif;
    font-size: 20px;
    font-weight: normal;
    height: 78px;
    line-height: 26px;
    overflow: hidden;
    padding: 19px 16px 0;
    width: 200px;
}

.destaque-logo-promovogue {
    left: 88px;
    position: absolute;
    top: 0px;
    z-index: 9999999;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 154px;
    line-height: 1;
    max-width: 100%;
    width: 298px;
}

.carousel-indicators {
    bottom: -7px;
}

.carousel-indicators li {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.carousel-indicators .active {
    background-color: #e66221;
}

/*Fim Estilo PromoVogue*/