


/* .mask {
    position: absolute;
    right: 0% !important;
    bottom: 0px;
    left: 0% !important;
    background-color: rgb(0 0 0 / 54%);
    width: 100%;
    height: 25%;
}

@media only screen and (max-width: 768px) {

/* For mobile phones: */
/* .mask {
    height: 40%;
}
} */

/* #icone-enquete {
    background-image: url(http://www.bs9.com.br/datafiles/suite/escritorio/aplicativo/webdesign/abertura/noticiais/quotes.svg);
    background-size: contain!important;
    height: 90px!important;
    width: 90px!important;
    position: absolute!important;
    right: 25px!important;
}

.recorte a:hover{
    text-decoration: none;
}
.slider-caption a:hover{
	text-decoration: none;
} */
/* .slider-caption-indicator{
    padding:10px
}
.manchete-span{
    font-weight: lighter;
}
.manchete-small-text{
    font-size: 80%;
}
figure.logotipo{
    margin: 0px 0px 0px;
}
.card {
    border: 0px !important;
}
.card-border{
    border: 1px solid rgba(0,0,0,.125)!important;
    border-radius: .25rem;
}

.border {
    border: 1px solid rgba(0, 0, 0, .125);
}

.grid-divider {
    overflow-x: hidden;
    position: relative;
}

.grid-divider>[class*=col-]:nth-child(n+2):after {
    content: "";
    background-color: #f58220;
    position: absolute;
    top: 20%;
    bottom: 0;
} */

/* @media (max-width: 767px) {
    .grid-divider>[class*=col-]:nth-child(n+2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -4px;
    }
}

@media (min-width: 768px) {
    .grid-divider>[class*=col-]:nth-child(n+2):after {
        width: 1px;
        height: 50%;
        left: -1px;
    }
}

.card-body.py-3.border {
    height: auto;
}

.carousel-caption {
    right: 0% !important;
    left: 0% !important;
    width: 100%;
}
.carousel-indicators li {
    background-color: #f58220!important;
}

.carousel-item img{
    height: 505px;
    width:100%
} */

/* @media only screen and (max-width: 768px) {
.carousel-item img {
    height: 400px;
    width:100%
}
}
        
.grid-divider-cardquotes {
    overflow-x: hidden;
    position: relative;
}

.grid-divider-cardquotes>[class*=col-]:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 0;
}

@media (max-width: 767px) {
    .grid-divider-cardquotes>[class*=col-]:nth-child(n+2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -4px;
        display: none;
    }
}

@media (min-width: 768px) {
    .grid-divider-cardquotes>[class*=col-]:nth-child(n+2):after {
        width: 1px;
        height: 90%;
        left: -1px;
    }
}

input{
    width: auto!important;
    height: auto!important;
}
.card-body {
    display: block!important;
} */
/*
*   Carousel 1
*/
.carouselHomepage > .carousel-indicators{
    bottom: 10px!important;
}
.carouselHomepage > .floatCarousel{
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    color: white;
}
.carouselHomepage > .floatCarousel a{
    color: #fff;
    text-decoration: underline;
}