#top {
    position: relative;
}
#top .top-tours {
    margin-top: 15rem;
    font-size: 4rem;
    font-weight: 500;
    position: relative;
    display: -webkit-flex;
    display: flex;
}
#top .top-tours:before {
    content: '';
    width: 100%;
    border-top: 2.5rem solid #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
}
#top .top-tours article {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
#top .top-tours article + article {
    margin-left: 2%;
}
#top.lisboa .top-tours article {
    width: 32%;
}
#top.oporto .top-tours article {
    width: 15%;
}
#top.praga .top-tours article {
    width: 23.5%;
}

#top .top-tours article a {
    border-top: 2.5rem solid transparent;
    padding-top: 8rem;
    color: #222222;
    display: block;
    transition: border 0.6s;
}
#top .top-tours .top-tours-act a {
    border-color: #b5bb00;
}
#top .top-tours article {
    
}
#top .top-tours article a {
}
#top .top-tours article a:hover {
    text-decoration: underline;
}
#top .row {
    margin-top: 10rem;
}

#resenas #resenas-top {
    position: relative;
}
#resenas #resenas-top:before,
#resenas #resenas-top:after {
    content: '';
    width: 50vh;
    height: 100%;
    background-color: #b5bb00;
    position: absolute;
    top: 0;
}
#resenas #resenas-top:before {
    right: 100%;
}
#resenas #resenas-top:after {
    left: 100%;
}

#banner article{  
    position: relative;
}
#banner article > div:first-of-type{   
    width: 100%;    
    height: 280px; 
    background-image: url(../../images/inicioFront/banner.jpg);
    background-position: center center;
    background-size: cover;    
}
#banner article > div:last-of-type{ 
    padding: 10rem;
    border: 0.5rem solid #b5bb00;
    background-color: white;
    text-align: center;
}
#banner article .btn{
    padding: 3.5rem 10rem;
    line-height: 1.0;
}
#banner article .btn:before{
    line-height: 12rem;
}
#texto {
    margin-top: 25rem;
}
#texto > div {
    padding-top: 7.5rem;
    border-top: 0.5rem solid #b5bb00;
}
#blog #posts article:nth-last-of-type(n + 2) {
    padding-bottom: 5rem;
    border-bottom: solid 0.5rem #b5bb00;
}
#blog #posts article .sec-tit3 + div {
    line-height: 6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (min-width: 992px) {
    #top {
        padding-left: 0;
        padding-right: 50%;
    }
    #top:after {
        left: 0;
    }
    #top .cleansafe {
        height: 37.25rem;;
        position: absolute;
        left: 58%;
        bottom: -5rem;
    }
    #top .sec-tit1 {
        margin-bottom: 10rem;
        font-size: 11.5rem;
    }
    #top p {
        margin-bottom: 0;
    }
    #top #top-img,
    #top #top-vid {
        right: 0;
    }
    #top #top-vid {
        aspect-ratio: 640 / 704;
    }
    #banner article > div:last-of-type{
        width: 50%;           
        position: absolute;
        bottom: -10%;
        left: 25%;
    }
    #banner,
    #blog,
    #texto {
        padding-left: 40rem;
    }
    #texto + #blog {
        margin-top: 30px;
    }
    #blog header {
        max-width: 115rem;
    }
    #blog #posts {
        padding-left: 80rem;
    }
    #blog #posts article {
        margin-top: 25rem;
    }
    #blog #posts article .sec-tit3 {
        padding-left: 80rem;
        padding-right: 50rem;
    }
}
@media (max-width: 991px) {    
    #top .cleansafe {
        height: 26rem;;
        position: absolute;
        right: -10rem;
        bottom: -5rem;
    }
    #top .sec-tit1 {
        margin-bottom: 3rem;
    }
    #top p {
        margin-bottom: 10rem;
        font-size: 3rem;
    }
    #top .top-tours {
        display: none;
    }
    #top #top-img,
    #top #top-vid {
        width: calc(100% + 20rem);
        margin-left: -10rem;
    } 
    #banner article > div:last-of-type{
        padding: 6rem;
    }
    #banner article .btn{
        font-size: 3.5rem;
    }
    #banner article .btn:before{
        line-height: 10rem;
    }
    #blog header {
        font-size: 3rem;
    }
    #blog #posts article {
        margin-top: 10rem;
    }
    #blog #posts article .sec-tit3 {
        margin-bottom: 6rem;
    }
}
@media(max-width: 991px){
    #banner article > div:last-of-type{
        margin-top: -25rem;
        position: relative;
        left: 10rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #top #top-vid {
        aspect-ratio: 750 / 375;
    }
}
@media (max-width: 767px) {
    #top .row > div + div {
        margin-top: 5rem;
    }
    #top .cleansafe {
        height: 16rem;;
        position: absolute;
        right: -10rem;
        bottom: -5rem;
    }
    #top #top-vid {
        aspect-ratio: 375 / 375;
    }
}