body {
    background-color: rgba(255, 255, 255, 0.1);

}










a {
    color: #f29100;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

a:link,
a:visited {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
.nav-link,
.post-cat {

    font-family: 'Muli';
}



h2 {
    font-size: 28px;
    line-height: 36px;
}

ol,
ul {
    margin-bottom: 20px;
}


ul,
li {
    /*list-style: none;*/
}
















/* Immagine */


.immagine {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
}

.immagine::before {
    display: block;
    content: "";
}

.immagine .immagine-sfondo::before {
    padding-top: 56.25%;
}

.immagine .immagine-sfondo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.immagine .immagine-sfondo .immagine-link {
    position: absolute;
    width: 100%;
    height: 100%;

}

.immagine:hover .immagine-link {
    background-color: rgba(0, 0, 0, 0.4);
}







































@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        /*max-width: 1280px;*/
        overflow: hidden;

    }
}



.pagina_no {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/* ---------------------------------------------------------------------------------------------- */

.adv-300x250 {
    max-width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E99123;
    overflow: hidden;
        background-image: url("../img/vuoto-300x250.jpg");
    background-repeat: no-repeat, no-repeat;
}

.adv-728x90 {
    max-width: 728px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E99123;
    overflow: hidden;
        background-image: url("../img/vuoto-728x90.jpg");
    background-repeat: no-repeat, no-repeat;
}

/* ---------------------------------------------------------------------------------------------- */



.bg-apertura-adv {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 0 15px 0;
}




.bg-apertura {
    background-color: rgba(0, 0, 0, 0.1);
}


/*
.bg-footer {
    background-color: #E99123;
    padding-bottom: 45px;
}
*/


.bg-header {
    background-color: #E99123;
    background-color: white;
}

.bg-menu {
    background-color: #E99123;
    background-color: #E99123;
}




.bg-newsletter_NON {
    background-color: grey;
}

.bg-newsletter_NON .container {
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}






.bg-speciali {
    background-color: white;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}















.logo-up {
    padding: 15px 0 15px 0;
}


.logo-up .logo-img {
    height: 90px;
}





.logo-alto-area {}

@media (min-width: 0px) and (max-width: 991.98px) {

    .logo-alto-area {
        text-align: center;
        padding-bottom: 15px;
    }

    .logo-up {
        padding: 10px 0 10px 0;
    }

    .logo-up .logo-img {
        height: 60px;
    }


}



.logo-alto {
    max-width: 250px;
}

.logo-basso {
    max-width: 200px;
}








/* ---------------------------------------------------------------------------------------------- */









.container-sfondo {
    background-color: white;
}

.divisione {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    margin-bottom: 15px;
}

.divisione-solida {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    margin-bottom: 15px;
}


.divisione-adv {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    font-size: 11px;
    margin-top: 15px;
}

.divisione-destra {
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.divisione-sinistra {
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
}



/*
.footer .dati {
    font-size: 12px;
}

.footer .list-gruppo a {
    color: white;
    display: block;
    text-align: center;
}

.footer .list-gruppo a:hover {
    color: black;
}
*/


/* ---------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------- */


.sopra-20 {
    padding-top: 20px;
}

.sopra-30 {
    padding-top: 30px;
}

.sotto-20 {
    padding-bottom: 20px;
}

.sotto-30 {
    padding-bottom: 30px;
}


.sopra-15 {
    padding-top: 15px;
}

.sotto-15 {
    padding-bottom: 15px;
}




/* ---------------------------------------------------------------------------------------------- */




.block-title {
    color: #111;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: .64px;
    color: #E99123;
    line-height: 25px;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block-title span {
    position: relative;
    white-space: nowrap;
}

.block-title span a {
    text-transform: none;
    font-size: 16px;
    color: grey;
    letter-spacing: normal;
}

.block-title span.bar {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 0 25px;
}

.block-title span.bottoni {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: grey;
}




/* ---------------------------------------------------------------------------------------------- */










.block-title-center {
    color: #555;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: .64px;
    line-height: 25px;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block-title-center span {
    position: relative;
    white-space: nowrap;
}

.block-title-center span.bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.block-title-center span.bar-sx {
    margin: 0 25px 0 0;
}

.block-title-center span.bar-dx {
    margin: 0 0 0 25px;
}



/* ---------------------------------------------------------------------------------------------- */







































.header-search {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20%;
    padding-right: 20%;
}

.header-search .form-group {
    position: relative;
}


.header-search .form-group .input-search {
    font-size: 32px;
    color: #333333;
    border: 1px solid #dddddd;
    border-width: 0 0 1px;
    width: 100%;
}

.header-search .form-group .search-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #999999;
}

/* ---------------------------------------------------------------------------------------------- */







.menu-superiore {
    background-color: #E99123;
}

.menu-superiore-m {
    background-color: #343a40 !important;
    ;
}





.navbar {
    padding: 0;
}



.navbar-light .navbar-nav .nav-link {
    color: white;
}


.navbar-collapse {
    padding-left: 0;
}


.navbar-nav {
    padding-top: 42px;
}




.navbar ul.navbar-nav>li {
    float: left;
    padding: 0;
    position: relative;
    color: white;
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav>li>a {
        color: #fff;
        padding: 0 22px;
    }
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .navbar {
        padding: 1rem;
    }
}



.navbar .navbar-nav>li>.dropdown-menu {
    border-top: 1px solid #dedede;
}

.navbar .navbar-nav>li>a:hover {
    background-color: #E99123;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    color: black;
}



.navbar ul.navbar-nav>li>a {
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    padding: 10px 22px;
    color: white;
}




@media (min-width: 992px) {

    .navbar .navbar-nav>li>a {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: 60px;
        line-height: 40px !important;
    }


}









.menu-cerca {
    margin-top: 30px !important;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    height: 40px;
    padding: 0px;
    width: 180px;
}

.menu-cerca input {
    font-size: 14px;
    border-width: 0 0 0 0;
    width: 100%;
    color: white;
    content: '3232 ';
    width: 130px !important;
}



.menu-cerca input::placeholder {
    color: rgba(255, 255, 255, .5);
}


.menu-cerca input:focus,
.menu-cerca input:hover {
    background-color: rgb(248, 210, 163);
    color: white;
}


.menu-cerca button {
    color: rgba(255, 255, 255, .5);
}

.menu-cerca button:hover {
    /*background-color: #E99123;*/
    background-color: rgb(248, 210, 163);
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 40px;
    background: none;
    color: #959595;
    font-size: 12px;
    border-radius: 0;
}









/* ---------------------------------------------------------------------------------------------- */



































.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    background: #f4f4f4;
    text-transform: uppercase;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background: #E99123;
    color: #fff;
}

.dropdown-menu li a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    background: #f4f4f4;
    text-transform: uppercase;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
    background: none;
    color: #E99123;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 40px;
    background: none;
    color: #959595;
    font-size: 12px;
    border-radius: 0;
}






/* ---------------------------------------------------------------------------------------------- */







/* ---------------------------------------------------------------------------------------------- */












/* --- LETTURA ---------------------------------------------------------------------------------------------- */



.breadcrumb {
    background-color: white;
    padding-left: 0px;
}


.post-meta {
    padding: 15px 0 0 0;

}

.post-meta li {
    color: #777;

}

.post-meta li {
    font-size: 12px;
    display: inline-block;
    color: #777;
    font-weight: 400;
    margin-right: 24px;

}


.post-meta .post-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.post-meta .post-author img {
    margin-right: 10px;
}

.post-titolo {}


.post-occhiello {
    font-size: 15px;
    padding: 0.8em 0.8em 0.8em 0.8em;
    margin: 0 0 0 0;
    font-weight: 300;
    background-color: rgba(150, 150, 150, 0.1);
    color: rgba(0, 0, 0, 0.5);

}

.post-testo {

    /*padding-top: 30px;*/
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 26px;
    /*text-align: justify;*/

    


}

.post-testo h2 {
    margin-top: 30px;
}






.post-testo img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}


.post-testo_no iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}


.post-testo .dida {
    display: table;
    font-style: italic;
    font-weight: normal;
    color: white;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #B4B4B4;
    border-radius: .25em;
}



.post-testo .all-centro {
    display: block;
    text-align: center;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}


.post-testov .all-centro object {
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


.post-testo .all-sinistra {
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.post-testo .all-destra {
    display: block;
    float: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}


.post-testo .blocco-cta {
    background-color: #E5ECF4;
    display: block;
        padding: 30px 20px 20px 20px;
        margin: 30px 0 30px 0;
        font-size: 16px;
}


.post-testo .blocco-cta:before {
    content: 'Ti potrebbe interessare';
    background-color: #F29100;
        color: white;
        text-transform: uppercase;
        padding: .2em .9em .2em .9em;
        font-size: .7em;
        /*font-size: 11px;*/
        margin: 0 .5em 0 0;


}

.post-testo blockquote {
    position: relative;
    display: inline-block;
    background: #eee;
    padding: 40px 30px 30px 60px;
    border-radius: 10px;
    color: #333;
    text-align: left;

    box-shadow: 1px 1px 1px #999,
        2px 2px 1px #999,
        3px 3px 1px #999;
    transition-duration: .3s;
}

.post-testo blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    border-left: 15px solid #F29100;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

.post-testo blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 0px;
    top: 0px;
    /*left: 10px;
    top: 5px;*/
}



.post-testo .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.post-testo .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}










@media (min-width: 0px) and (max-width: 991.98px) {

    .post-testo .all-centro,
    .post-testo .all-destra,
    .post-testo .all-sinistra {
        float: none;
        display: block;
        text-align: center;
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
    }

}






.post-date {
    font-size: 12px;
    color: #a3a3a3;
    margin-right: 8px;
    padding-right: 10px;
    line-height: 12px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-immagine {
    position: relative;
    height: 400px;
}


@media (max-width: 800px) {
   .post-immagine {
    position: relative;
    height: 240px;
    }
}





.post-immagine .post-immagine-cat {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-table;
    background-color: white;
}

.post-immagine .post-immagine-cat .post-cat {

    font-family: 'Muli';

    font-size: 12px;
    padding: 10px;


    font-weight: 700;

    height: 20px;
    line-height: 22px;

}


.post-newsletter {}


.post-tag {
    padding: 30px 0 30px 0;

}



.tag-lista span {
    padding: 4px 13px;
    background-color: #E99123;
    color: #fff;
    border-radius: 10px;
    margin-right: 6px;
    display: inline-block;
}

.tag-lista a:not(:first-child) {
    margin-left: 6px;
}

.tag-lista a {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
    padding: 4px 13px;
    margin-left: 3px;
    margin-bottom: 10px;
    border-radius: 10px;
}


.tag-lista a:hover {
    border: 1px solid #E99123;
    background-color: #E99123;
    color: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}











.riga-social {
    padding-top: 15px;
    padding-bottom: 15px;
}

.social {
    display: grid;
    grid-template-rows: auto;
    gap: 10px;
    justify-content: center;
    align-content: center;
    grid-auto-flow: column;
}

.social a img {
    transition: width 2s;
}

.social a:hover img {
    filter: grayscale(80%);
}










.apertura-liste {
    padding: 0.8em 0.8em 0.8em 0.8em;
    background-color: rgba(150, 150, 150, 0.2);
    margin-bottom: 30px;
}

.apertura-liste h1 {
    font-size: 26px;
}

.apertura-liste h3 {
    font-size: 12px;
    color: white;
    margin-bottom: 20px;
}

.apertura-liste p {
    text-align: justify;
    font-size: 14px;
    color: rgba(50, 50, 50, 0.5);
}