/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 10 gen 2024, 13:38:12
    Author     : lamberto
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');


html, body{
    width:100%;
    height:100%;
    background-color:#fff;
    font-family: "Montserrat", sans-serif;/*'Sansita', sans-serif*/

}
header{
    /*line-height: 2.428571;*/
    position: absolute;
    z-index: 1;
    width: 100%
}

h1{
    font-family: 'Libre Baskerville', serif;
    color: #528fac;
    line-height: 1.5;
    margin-left: 180px;
    margin-right: 180px;

}
.textlabel{
    color: #fff;

}

.button {
    font-family: "Montserrat", sans-serif;

    border: 2px solid;
    border-color: white;
    color: white;
    padding: 20px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin:30px 4px 2px;
    background-color: transparent;
}
.button:hover{
    color: #528fac
}
.button-footer{
    position: relative;
    top:100px;
}
.divider hr{
    margin-top: 0px;
    opacity: 1;
    width: 100px;
}
.spf{
    /*font-family: "Montserrat", sans-serif;*/
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1.5px;
    font-size: 25px;
}

.sps{
    font-family: 'Libre Baskerville', serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 1.71px;
    line-height: 1;
    text-align: center;
}

.small-block{
    background-color: rgba(1,1,1,0.4);
    width: 45%;
    padding: 10px 15px;
    color:white;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

.small-block.odd{float: right;}

.block-message{
    margin-top: 30px;
    /* margin-bottom: 20px;*/}

.block-message p {
    font-family: 'Libre Baskerville', serif;
    color: #528fac;
    text-align:center;
    font-size: 40px;
}
.block-text{
    text-align: justify;
    margin: 30px 20px 20px;
}

@media screen and (max-width:480px) {
    h1{
        margin-left: 0px;
        margin-right: 0px;
    }
    .block-message p {
        font-size: 2.3rem
    }
    .spf{
        font-size: 20px
    }
    .sps{
        font-size: 35px
    }
    .small-block.odd{float: left;}
    .small-block {
        width: auto;
        font-size: 18px;               
    }
}



.page-main {
    max-width: 100%;
    padding: 0px;
}
.columns .column.main {
    padding: 0px;
}
.store-information{
    border: 1px solid #e7e7e7;
    padding: 15px;
}
.form.contact, .store-information{
    margin-top: 20px;
    margin-bottom: 30px;
}
.store-information .block-info{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    margin-top: 15px;
}
.wrap-block {
    padding: 30px;
}

@media (min-width: 769px), print{
    .wrap-block {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        width: auto;
    }
    .sidebar-main,.store-information{
        float: left;
        width: 25%;
        margin-right: 20px;
    }

    .form.contact{
        float: left;
        width:70%
    }
    
}

.nav-toggle::before{
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (min-width: 769px){
    .nav-toggle {
        display:block;
        left: 8%
    }
}
/*.logo{
    margin: 0.8% 0 0;
    left: 46%;
}
@media(max-width:991px)
{
 .logo{
    margin: 0.8% 0 0;
    left: 40%;
}   
}
@media(max-width:768px)
{
 .logo{
    margin: 0.8% 0 0;
    left: 30%;
}   
}
@media(max-width:480px)
{
 .logo{
    margin: 0.8% 0 0;
    left: 15%;
}   
}*/

/*.panel.wrapper {
    margin-bottom: 0px;

    box-shadow: none;
    --webkit-box-shadow:none;
    border-radius: 0px;
    background-color: transparent;

}
.panel.wrapper .row{
    margin: 0px;
}*/


/* Fullscreen Overlay Nav*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;

    background-color: rgba(82,143,172, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    line-height: 1.42857143;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    /*color: #818181;*/
    color: #f1f1f1;
    display: block;
    /*transition: 0.3s;*/
    transition: transform .2s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}



/*Switcher language*/
.switcher {
    /*float: right;
    margin-top: 1%;*/
    position: absolute;
    top: 58px;
    right: 125px;
    display: inline-block;
    width: max-content;
    /*margin-right: 10px;*/
}
@media screen and (max-width:480px) {
    /* .overlay a {
         font-size: 20px
     }*/
    .overlay .closebtn {
        font-size: 48px;
        top: 15px;
        right: 35px;
    }
    .switcher {
        top: 44px;
        right: 93px;
    }
}
.switcher-label{
    display: none;
}
.switcher .options{
    display: inline-block;
    position: relative;
    color: white;
}
.switcher .options:before{
    content: '';
    display: table;
}
.switcher .options .action.toggle{
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.switcher .options .action.toggle:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.switcher .options ul.dropdown {
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.switcher .options ul.dropdown:before{
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.switcher .options ul.dropdown li{
    margin: 0;
    padding: 0;
}
.switcher .options:after{
    content: '';
    display: table;
}
.switcher .options:after{
    clear: both;
}

.switcher .options .action.toggle.active:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.switcher .options ul.dropdown:after {
    left: auto;
    right: 9px;
}


.switcher .options ul.dropdown a{
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
}
.switcher .options ul.dropdown a:hover{
    background-color: #45768d;
    transform: none;
}


.switcher .options.active ul.dropdown{
    display: block
}