@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');




.tourTaca-content p.description {    
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}


.tourTaca-content section.content {
    display: flex;
    justify-content: center;
}


.info-section {
    width: 100%;
    margin-top: 40px;
}


.image-content-calendar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-content,
.image-content {
    width: 100%;
}

.info-content .disclaimer, .image-content-calendar .disclaimer {
    margin-top: 20px;
    font-size: 12px !important;
    line-height: 18px !important;
}

.image-content {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 595px;
}

.image-content iframe {
    width: 100%;
    height: 750px;
    margin-top: -60px;
}

.info-content label {
    display: block;
    margin-bottom: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.zona-desc {
    font-weight: 500;
    padding: 30px 0 0px;
    margin-bottom: 0;
}

.destino-box{
    display: flex;
    width: 100%;
    border: 1px solid #bebebe;
    padding: 10px;
    justify-content: space-between;
    margin-top: 10px;
}
.destino-box span{
    display: block;
    margin: 3px;
    font-size: 14px;
    font-family: 'Roboto';
}
.destino-box span.morada{
    color: #888888;
}
.destino-box span.data{
    margin-top: 20px;
}

.destino-box .icons {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    min-width: 90px;
    margin-left: 10px;
}


/* DROPDOWN */
.btn-dropdown,
.btn-dropdown:hover,
.btn-dropdown:active,
.btn-dropdown:focus {
    border-radius: 0;
    border: 1px solid #BEBEBE;
    width: 100%;
    height: 50px;
    text-align: left;
}

.btn-dropdown.show {
    border-bottom: 0;
    border-color: #BEBEBE;
}

.btn-dropdown span {
    font-size: 18px;
    font-weight: 400;
    max-height: 50px;
    padding: 15px 0px;
    font-family: 'Roboto';
}

.dropdown-menu.show {
    left: 0px !important;
    display: block;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 0 0;
    border: 1px solid #BEBEBE;
    border-top: 0;
    max-height: 215px;
    overflow-y: auto;
}

.dropdown-item {
    padding: 15px 15px;
    font-size: 18px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #242424;
    background-color: transparent;
}

.dropdown-menu::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 16px;
}

.dropdown-menu::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    border-radius: 5px;
    width: 10px;
    background-color: #fff;
}

.dropdown-menu::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    background-color: #bebebe;
    border: 6px solid transparent;
    border-radius: 40px;
    background-clip: content-box;
    display: block;
}

.dropdown-toggle::after {
    position: absolute;
    margin-right: 20px;
    margin-top: 7px;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    width: 17px;
    height: 12px;
    /* background-color: red; */
    background-image: url(https://media.slbenfica.pt/-/media/benficadp/tour38/arrow-down);
    right: 0;
    display:initial;
}

.details-description-header {
    margin-bottom: 0px;
}

.red-bar {
    display: flex;
    position: relative;
    background-color: #c30000;
    padding: 15px;
    height: 110px;
}
.red-bar .taca{width: 150px;}
.red-bar .taca img{
    position: absolute;
    bottom: 0;
    width: 115px;
    height: auto;
    max-height: initial;
}
.red-bar .info{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.red-bar .info p:first-child{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.red-bar .info p:last-child{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

@media screen and (min-width:768px) {
    .info-content .destinos {
        max-height: 750px;
        overflow-y: auto;
        margin-top: 20px;
    }
}
@media screen and (max-width:768px){
    .tabs-with-nav nav, .tabs-with-nav nav ul {
        margin-bottom: 0px;
    }
    .tabs-with-nav .tabs {
        padding: 0;
    }
    .two-side {
        width: 100%;
    }

    .red-bar .taca {
        width: 230px;
    }
    .image-content {
        height: 300px;
    }
    .image-content iframe {
        height: 450px;
    }
    
}