:root {
    font-size: 16px;
}
*:not(.no-animated):not(.slick-track):not(.slick-slide){
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    outline: 0;
}
body.loading{
    display: flex;
    flex-direction: column;
    background-color: #e4cecc!important;
    padding: 20px;
    min-height: 100vh;
    font-family: 'Montserrat', Sans-Serif;
}
body.loaded{
    background-color: #e4cecc;
}
body.loaded #loader{
    display: none!important;
    z-index: 1;
}

body #loader{
    top: 10%;
    left: 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 3;

}

body #loader .loader-img{
    height: 90%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: center center;
    position: absolute;
}

.container-fluid{
    display: flex;
    flex: 1;
    width: 100%;
    z-index: 2;
}
header #lang-menu{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}

header #lang-menu li{
    text-transform: uppercase;
}
header #lang-menu li a{
    color:#8a2533;
}
header #lang-menu li.selected a,
header #lang-menu li a:hover {
    color: #6394a0;
}
header #logo{
    display: none!important;
}
header #logo svg{
    width: 100%;
    max-width: 450px;
}

body.loaded header #logo svg path,
body.loaded header #logo svg rect,
body.loaded header #logo svg polygon{
    fill: #658177;
}
h1{
    font-family: 'Montserrat', Sans-Serif;
    font-size:calc(1em + 6.5vw);
    color:#6394a0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2{
    font-size: 25px;
    font-family: 'Montserrat', Sans-Serif;
    color:#6394a0;
    font-weight: 700;
    margin-bottom: 40px;
}
h2 img{
    height: 90px;
    width: auto;
}
h3{
    font-size: 18px;
    font-family: 'Montserrat', Sans-Serif;
    color:#8a2533;
    font-weight: 400;
    margin-bottom: 40px;
}

#content small{
    max-width: 800px;
    display: inline-block;
    color:#8a2533;
}

#content ul{
    text-align: center;
    padding: 0 0 160px 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', Sans-Serif;
    justify-content: center;
    align-items: center;
} ul li{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    list-style: none;
    margin: 0 0 10px 0;
    color: #8a2533;
    position: relative;
    width: fit-content;
}

#content ul li img{
    position: absolute;
    left: -40px;
    top: -10px;
    height: 40px;
    width: auto;

}
#content ul li b{
    font-weight: 700;
}
#content ul li u{
    font-weight: 700;
    color: #6394a0;
    text-decoration: none;
}
#content ul li span,
#content ul li .price{
    font-weight: 700;
    color:#6394a0;
    margin-left: 5px;
}
a.option{
    opacity: 0;
    position: relative;
    display: flex;
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color:#f4eadf;
    text-decoration: none;
    text-align: center;
    width: 100%;
    line-height: 34px;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    max-width: max-content;
}
a.option:hover{
    color:#eb651e;
}
a.option img{
    height: 100%;
    width: auto;
    display: none;
    position: absolute;
    top: 0;
    left: -50px;
}
a.option:hover img{
    display: block;
}
body.loaded a.option{
    opacity: 1;
}
.table-content{
    max-width: 85vw;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 50px;
}
.table-content table{
    width: 100%;
    border: 2px solid #eb651e;
    border-radius: 20px;
    color:#658177;
}

.table-content table td{

    padding: 20px 10px;
    border: 1px solid #eb651e;
}
@media(min-width: 768px) {
    body{
        background-color: #e4cecc;
        padding: 65px;
    }

    header #lang-menu{
        margin-bottom: 20px;
    }
    header #logo svg{
        width: 100%;
        max-width: 440px;
    }

    a.option{
        font-size:calc(1em + 6.5vw);
        line-height:calc(0.8em );
        max-height: none;
    }

    a.option img {
        height: 100%;
    }

    body #loader {
        top: auto;
        bottom: 0;
        left: 0;
    }
    body #loader .loader-img {
        height: 100%;
        width: 100%;
    }
    body #loader{
        height: 80vh;

    }

    body #loader .loader-img{
        background-size: 50% auto;
        background-position: center center;
    }

    h1 {
        font-size: calc(6em + 6.7vw);
        line-height: 1em;
        margin-bottom: 70px;
    }

    h2{
        font-size: 40px;
        margin-bottom: 70px;
    }
    h3{
        font-size: 27px;
        margin-bottom: 100px;
    }
    #content ul{
        padding: 0 0 160px 0;
    }
    #content ul li{
        font-size: 36px;
        margin-bottom: initial;
    }
    #content ul li span,
    #content ul li .price{
        margin-left: 10px;
    }

    #content ul li img{
        left: -60px;
        top: -10px;
        height: 60px;
    }
}

@media(min-width: 992px) {

}