
.modal {
    font-family: 'Source Sans Pro', sans-serif !important;
    text-decoration: none;
    z-index: 10000;
}

.modal-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.modal-video iframe,
.modal-video object,
.modal-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .icon::before{
    border-radius: 100%;
    width: 100%;
    height: 0px;
}

.modal .modal-icons a {
    height: 30px;
    width: 30px;
    margin: 3px;
    background-color:#85782F;
    color: white !important;
    padding: 5px;
    margin-left: 4px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.modal .modal-icons [class^="bi-"]::before, .modal .modal-icons [class*=" bi-"]::before {
    vertical-align: -0.19em;
    } 

.modal .modal-icons img {
    width: 20px;
    height: 20px;
}
.modal-video-collection button {
    margin: 0px 10px 10px 0px;
    background-color: #ffffff50;
    text-decoration: none;
    color: #85782F;
    border-color: #85782F50;
}
.modal-video-collection button.active {
    border-color: #293171;
    background-color: #293171;
    color: #fff;
}
.modal-video-collection button:hover {
    border-color: #293171;
    background-color: #293171;
    color: #fff;
}
.modal-video-collection.mb-4 {
    color: #293171 !important;
    border: 4px solid #E0E0E0;
}

.modal-video-collection.mb-4 .col.col-md-4 {
    padding: 0px;
    color: #293171 !important;
    background-color: #ffffff50;
    border: 4px solid #E0E0E0;
    text-align: center;
    border-radius: 15px;
}
.modal-video-collection.mb-4 .col.col-md-4 a {
    border-radius: 15px;
}
.modal-video-collection.mb-4 .col.col-md-4 a:hover{
    background-color: #293171;
    color: #fff ;
    border-radius: 15px;
}
.modal .modal-keywords {
    margin-top: 0.5rem !important;
}
.modal .modal-keywords * {
    text-decoration: none;
        color: #ffffff50;
}


.modal .modal-keywords p {
    font-size: 12px;
}

.modal-video-collection button.active {
    color: #fff;
}

.modal h1,
.modal h2,
.modal h3 {
    font-family: obliqua, sans-serif !important;
}

.modal .buttons>button {
    display: block;
    margin-bottom: 8px;
}

.modal .btn-close {
   /* background: url('../images/ico-x.svg') center/1em auto no-repeat !important;*/
  background: none !important;
}

.modal .social-share {
    display: contents;
}

.modal .img-zoomable {
    cursor: zoom-in;
    transition: all 1s ease-in-out;
}

.modal .nav.nav-tabs {
   /*  overflow-x: auto; */
    flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
    .modal .nav.nav-tabs {
        /* overflow-x: initial; */
        flex-wrap: wrap;
    }
}

.modal .nav.nav-tabs .nav-link span  {
    /* width: max-content; */
}

.modal .nav.nav-tabs .nav-link .icon{
    padding-top: 4px;
}
.modal .modal-media .embedded-entity {
    margin-bottom: 1em;
}
.popover {
    z-index: 50000;
}


.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel.carousel-fade .carousel-item.active.carousel-item-start {
    opacity: 0 !important;
}

.carousel-inner-polaroids {
    padding: 36px 32px 120px 28px;
}

.carousel-with-polaroid .carousel-indicators {
    bottom: 108px;
}

@media screen and (max-width: 520px) {
    
    .carousel-inner-polaroids {
        padding: 16px 13px 48px 12px;
    }
    
    .carousel-with-polaroid .carousel-indicators{
        bottom: 40px;
    }
}

@media screen and (max-width: 940px) {
    .carousel-inner-polaroids {
        padding: 22px 22px 72px 18px;
    }
}


.cc_container{
font-family: obliqua, sans-serif !important;
color: #5B5B5B;
font-size: 15px;
border: 2px solid #85782F;
}

@media screen and (min-width: 768px) {
    .cc_container .cc_message {
        line-height: 1.2em;
    }
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
color: #fff;
background-color: #85782F;
}
.cc_container .cc_btn:hover{
    color: #fff;
    background-color: #293171;
}
.cc_container {
    padding: 20px 18px 80px;
}


.modal .modal-icons a {
background-color: #85782F;
}


.modal .modal-icons a:hover{
background-color: #293171;
}
.x-share-button{
    height: 37px;
}
.x-share-button.open {
    background: #00000050;
}

.carousel-indicators {
    margin-bottom: 0rem;
}
.carousel-indicators [data-bs-target] {

background-color: #85782F;
}

.carousel-control-next, .carousel-control-prev {
background-color: #E0E0E080;
}

.modal-content-cev .accordion-button:not(.collapsed) {
    color: #85782F;
    background-color: #00000010;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.modal-content-cev .video-group a {
    border-radius: 10px;
} 
.list-group-item{
    color: #85782F;
}
.list-group-item a:hover{
    color: #293171;
}
.list-group-numered{
    overflow-y: scroll;
    max-height: 250px;
}
.modal-content-cev .list-group-flush>.list-group-item {
    padding: 10px;
    color: #85782F;
    background-color: #FFFFFF50;
}
.modal-content-cev .list-group-item.active {
    background-color: #293171;
    border-color: #293171;
    color: #ffffff;
}
.modal-content-cev .rt-player .rt-player__buttons button{
    color: #85782F;
    margin: 0px 10px;
    padding: 0.375rem 0.75rem;
}
.modal-content-cev .rt-player .rt-player__buttons button:hover{
    color: #293171;
    background-color: #00000020;
}
.modal-content-cev .rt-player .rt-player__buttons button.active{
    color: #293171;   
}
.modal-content-cev .accordion-button {
    color: #85782F;
    background-color: #00000010;
    margin-bottom: 3px;
}
.modal-content-cev .accordion-button:hover{
    color: #293171;
}
.accordion-button::after {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
    transition: transform .2s ease-in-out;
    transform: rotate(0deg);
    background-image: none;
    font-size: 1.3rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(180deg);
}
.accordion-button:focus {
    border-color: #85782F;
    box-shadow: 0 0 0 0.25rem rgb(133 120 47 / 25%);
}
.modal-content-cev .rt-player .progress .progress-bar[data-role="player-progress-bar"] {
    background-color: #293171;
}
.modal-content-cev .rt-player .progress {
    background-color: #42424220;
}
.modal-content-cev .accordion-button:not(.collapsed) {
    color: #ffF;
    background-color: #293171;
}
.modal-body .h2, .modal-body h2 {
    font-weight: modal;
    font-size: 24px;
    color: #293171;
}
.modal-body .h1, .modal-body .h2, .modal-body .h3,.modal-body .h4,.modal-body .h5,.modal-body .h6,.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6 {
    color: #293171;
}
.modal-body .h6{

}
.modal .modal-keywords a {
    color: #85782F;
}
.modal .modal-keywords a:hover {
    color: #293171;
    background-color: transparent !important;
}
.modal  .modal-keywords * {
    color: #ffffff50;
}
.x-share-button.open {
    background: #00000030;
}
.x-share-button.open .share-item{
    margin-top: 3px;
}

.css-custom-modal.modal-institucional .modal-content, .modal-content {
    background-color: #E0E0E0;
}

.css-custom-modal.modal-institucional, .css-custom-modal.modal-institucional li {
    color: #212529;
}

.css-custom-modal.modal-institucional a {
    color: #917D26;
}

.css-custom-modal.modal-institucional .icon, .css-custom-modal.modal-institucional .bi {
    color: white;
}

.modal .modal-icons a:hover { 
    color: #FFF;
}

.modal-institucional.modal .modal-icons a {
    background-color: #85782F;
}

.css-custom-modal.modal-institucional .btn-close {
    color: #000;
}

.css-custom-modal.modal-institucional .x-share-button.open {
    background: #00000030;
}

.css-custom-modal.modal-institucional .modal-icons a:hover{
background-color: #293171;
}
.video-group{
    margin: 0px !important;
}
.video-group p {
    text-align: center;
    font-size: 0.8rem;
    margin: 0.5rem 1rem 1rem 1rem !important;
    color: #293171;
}
.video-group p.text-truncate{
    font-size: 1rem;
    margin-bottom: 0.5rem !important;
    color: #85782F;
}
.video-group p:hover {
    color: #293171;
}
.video-group .col.col-md-4{
    padding: 0px;
    color: #293171 !important;
    background-color: #ffffff50;
    border: 4px solid #E0E0E0;
}
.accordion-body .video-group .col.col-md-4 {
    background-color: #E0E0E0;
    border: 4px solid #fff;
}
.video-group .col.col-md-4:hover{
    color: #293171;
    background-color: #ffffff;
}
.video-group .col.col-md-4 .w-100.rounded img{
    border-radius: 10px 10px 0px 0px;

}
select {
    padding: 5px 10px 5px 10px;
    word-wrap: normal;
    border-radius: 10px;
    color: #FFF;
    background-color: #917D27;
    margin-bottom: 10px;
    border: 2px solid #917D2750;
}
.modal-content-cev .tab-content{
    padding: 0px !important;
    margin: 0px;

}
.modal-content-cev .tab-pane, .modal-content-cev .tab-content .tab-pane{
    border: 1px solid #85782F50;
    background-color: #ffffff50;
    padding: 20px 10px 10px 10px !important;
    border-radius: 0px 10px 10px 10px;
    margin-bottom: 20px;
}
.modal-content-cev .tab-content ul li::marker{
    color: #293171;
}
.modal-content-cev .modal-content-cev .arch-relacionados{
    margin-top: 1.5rem;
}
.modal-content .modal-content-cev .arch-relacionados .nav-tabs .icon{
    font-size: 1rem;
}
.modal-content-cev .nav-tabs .nav-item.show .nav-link.active, .modal-content-cev .nav-tabs .nav-link.active {
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    border-color: #293171;
    background-color: #293171;

}
.modal-content-cev .nav-tabs .nav-link, .modal-content-cev .nav-tabs .nav-item.show .nav-link{
    background-color: #ffffff50;
    border-radius: 10px 10px 0px 0px;
    border-color: #85782F50;
    color: #85782F;
}
.modal-content-cev .nav-tabs .nav-link:hover, .modal-content-cev .nav-tabs .nav-item.show .nav-link:hover, .modal-content-cev .nav-tabs .nav-link.active:hover{
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    border-color: #1e2456;
    background-color: #1e2456;
}
.rt-time-indicators{
    margin-top: 20px;
}


body.path-externalmodal {
    background-color: transparent;
    max-width: 800px;
    margin: 0 auto;
}
}