
html {
    scroll-behavior: smooth;
}

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

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

/*menu*/
.transparent-sirius{
    background-color:#0079946f;
    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: #00A7CE;
}

.background-primary{
    background-color: #00A7CE;
}

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

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

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

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

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

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


.itinerary_btn{
    border: none;
    background-color: #00A7CE;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: white;
    text-decoration: none;
}

.itinerary_btn:hover{
    border: none;
    background-color: #00d0ff;
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.btn_fact_sheet{
    border: none;
    background-color: #00A7CE;
    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: #00A7CE;
    color: white;
    border-radius: 6px;
}

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

.line{
    width: 10%;
    height: 10px;
    background-color: #00A7CE;
}