

html {
    scroll-behavior: smooth;
}

.display-5{
    font-size: 2.5rem;
}

.display-6{
    font-size: 1.5rem;
}

/*menu*/
.transparent{
    background-color:#cbaa5c98;
    box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
}

.primary-color-text{
    color: #cbaa5c;
}

.background-primary{
    background-color: #cbaa5c;
}

.secondary-color-text{
    color: #002ED6;
}

.background-secondary{
    background-color: #816222;
}

.tertiary-color-text{
    color: #f9d971;
}

.cuart-color-text{
    color: #005194;
}

.background-cuart{
    background-color: #816222;
}

.background-tertiary{
    background-color: #f9d971;
}


.itinerary_btn{
    border: none;
    background-color: #cbaa5c;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: white;
    text-decoration: none !important;
}
 
.itinerary_btn:hover{
    border: none;
    background-color: #f3cb6e;
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-weight: bold;     
    text-decoration: none !important;
}

.btn_fact_sheet{
    border: none;
    background-color: #cbaa5c;
    border-radius: 5px;
    width: 85%;
    height: 65px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.button_select{
    width: 100%;
    border: none;
    outline: none;
    background-color: #cbaa5c;
    color: white;
    border-radius: 6px;
}

.button_no_select{
    color: white;
    border: #cbaa5c 2px solid;
    border-radius: 6px;
    width: 100%;
    height: auto;
    background: rgba(63, 63, 63, 0.5);
}

.line{
    width: 10%; 
    height: 5px; 
    background-color: #cbaa5c;
}