
body {
    font-family: 'Roboto', sans-serif; font-size: 1.2rem;
    background-color: #ffffff;
}

p {
    text-align: justify;
    font-size: 1.25rem;
    margin-left: 2rem;
}

section .active {
    display: block;
}

section .disabled {
    display: none;
}

.title {
    margin-bottom: 2rem;
    margin-top: 0rem;
    color: #174c9c;
    font-weight: bold;
    position:relative;
    left: 1rem;
}

.title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    /* todo:Trocar todos os px por 'rem'*/
    border-width: 16px 0 16px 21px;
    border-color: transparent transparent transparent #ffd122;
    float: left;
    position: relative;
    left: -0.5rem;
    top: -0.5rem;
    right: 0.5rem;
    transform: rotate(-45deg);
}

.subtitle {
    margin-bottom: 0.1rem;
    margin-top: 1rem;
    margin-left: 1rem;
    font-weight: 700!important;
}

.author {
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    margin-left: 2rem;
    font-size: 1rem;
}

.main-banner {
    color: #dfd123;
    opacity: 100%;
}

h1 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #174c9c;
    font-weight: bold;
}

h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #174c9c;
    font-weight: bold;
}

.main-banner1 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #dfd123;
    font-weight: bold;
    font-size: 3.5rem;
}

.main-banner2{
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #dfd123;
    font-weight: bold;
}

a {
    padding: 0 !important;
    text-align: center;
}

ul {
    text-align: justify;
    font-size: 1rem;
}

ol {
    text-align: justify;
    font-size: 1.0rem;
}

li {
    align-self: center;
    align-content: center;
    padding: 0.5rem 0.4rem 0 0.4rem  !important;
    text-align: justify;
    font-size: 1.25rem;
    /*margin-left: 2rem;*/
}

.nav-item {
    padding-bottom: 0.35rem;
    border-bottom-style: solid;
    border-bottom-width: 0.45rem;
    border-bottom-color: #174c9c;
}

.active {
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 0.45rem;
    border-bottom-color: #ffd123;
}

.nav-link {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    white-space: nowrap;
    color: #ffd123!important;
}

.navbar-brand {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.navbar{
    background-color: #174c9c!important;
    height:  5rem;
    border: 1px solid #ffd123;
    font-size: 0.9rem
}

.navbar-nav{
    background-color: #174c9c!important;
    /*border: 1px solid #ffd123;*/
    /*border-radius: 35px*/
    margin-left: 4rem;

}

.header-img {
    /*background-image: url("../img/Monterey_Harbor_Sunset8_2.jpg");*/
    background-image: url("../img/lisbon/city-4820579_1920-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
    opacity: 1;
    /*-webkit-background-size: 100%;*/
    /*-moz-background-size: 100%;*/
    /*-o-background-size: 100%;*/
    margin-bottom: 2rem;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-bottom-color:  #174c9c;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

header .header-frame {
    margin-top: 55px;
    padding-bottom: 200px;
    padding-top: 50px;
}

.main-content .left-content {
    /*float: left;*/
    width: 725px;
    height: auto;
}

img.hotel {
    width: 100%;
    height: 80%;
    border: 1px solid black;
    object-fit: contain;
    object-position: center;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 1px;
    stroke: currentColor;
    fill: currentColor;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}