@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    /*font-family: 'Slabo 27px', serif;*/
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    color: #2b2e31;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.header--right i {
    font-size: 24px;
}

a {
    color: #ff6600; /*#212529*/
    text-decoration: none !important;
}

a:hover {
    color: orangered;
}

.visible-xs-custom {display:none!important;}

.logo_sokan {
    height: 50px;

    /*@media .. --> è possibile inserire media all'interno ma è consigliato usare la modalità & */
}

.grigio_chiaro {
    background-color: #F2F2F2;
}

.green-band {
    background: #21A857;
}

.red-band {
    background: #E20612;
}

.gray-band {
    background-color: darkgrey;
}

.button-white {
    background: white;
    text-decoration: none;
    color: red;
}

.btn_transparent_bianco {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

.btn_transparent_nero {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.btn_transparent_nero:hover {
    background-color: #fff;
}

.btn_bianco_nero {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.btn_bianco_nero:hover {
    background-color: #000;
    color: white;
    border: none;
}

.btn_nero_bianco {
    color: #fff;
    background-color: black;
    border-color: #000;
}

.btn_nero_bianco:hover {
    background-color: #fff;
    color: black;
    border: none;
}

strong {
    font-weight: 600;
}

.grigio_chiaro {
    background-color: #F2F2F2;
}

.font_light {
    font-weight: 300;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    text-transform: uppercase;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus {
    color: #fff;
    background-color: #000;
    border-color: #FFF;
}

.btn-danger {
    background-color: #E20612;
    border: none;
}

.btn-danger-desaturate:hover, .btn-danger-desaturate:focus, .btn-danger-desaturate:active, .btn-danger-desaturate:active:focus {
    color: #fff;
    background-color: #f19092;
    border-color: #FFF;
}

.btn-danger-desaturate {
    color: #fff;
    background-color: #E20612;
    border: none;
}


.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

a:hover {
    text-decoration: underline;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rosso {
    background-color: #e42624;
}

.pad-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testo-bianco {
    color: #FFF;
}

.btn-default {
    color: #e42624;
    background-color: #fff;
    border-color: transparent;
}

.btn-default:hover {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}

.btn-default-no-hover {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}

.button-white:hover {
    color: red;
}

.button--ghost {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.button--ghost:hover {
    background: white;
    text-decoration: none;
    color: #4d4e4c;
}

.button--ghost--green {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.button--ghost--green:hover {
    background: white;
    text-decoration: none;
    color: #21A857;
}

.button--gray {
    background: gray;
    border: 1px solid white;
    color: white;
}

.button--gray:hover {
    color: white;
}

.tc-light {
    color: white;
}

.tc-red {
    color: #E20612;
}

.text-grigio {
    color: #737373;
}

.text-nero {
    color: #000000;
}


.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

@media (max-width: 576px) /* modalità & */ {

}

@media (max-width: 576px) {
    img {
        src: "img/sokan-web-agency-branding.png";
    }
}

.img-paesaggio {
    position: relative; /*ugualmente rimane spazi ai lati dell'immagine*/
    left: 0px;
    width: 100%;
}

.myback {
    background-color: #3d3d3f;
}

.style-input {
    width: 250px;
    border-radius: 5px;
    padding: 5px;
    border: none;
    margin: 5px;
    box-shadow: 0px 0px 3px 1px #505050 inset;
}

header .nav-link {
    color: black;
    font-size: 14px;
}

header .nav-link:hover {
    color: black;
}

header .dropdown-menu {
    min-width: 3rem;
}

header .fa-facebook {
    color: grey;
    margin-right: 12px;
    font-size: 19px;
}

header .fa-instagram {
    color: grey;
    font-size: 19px;
}

header .fa-youtube {
    color: grey;
    margin-left: 12px;
    font-size: 19px;
}

header .fa-tiktok {
    color: grey;
    margin-left: 12px;
    font-size: 19px;
}

header .fa-tiktok:hover {
    color: black;
}

header .fa-facebook:hover {
    color: black;

}

header .fa-instagram:hover {
    color: black;

}

header .fa-youtube:hover {
    color: black;

}

header .language {
    display: flex;
    margin-left: 40px;
}

header .language li{
    margin-right: 10px;
}

footer .fa-facebook {
    color: white;
}

footer h3 {
    font-weight: bold;
}

footer p {
    font-weight: 300;
}

footer .fa-instagram {
    color: grey;
}

footer .fa-youtube {
    color: white;
}

footer {
    color: white;
}

footer .footer-top .col-bottom {
    display: flex;
    justify-content: right;
}

footer .footer-top .col-bottom .box-content {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
}

footer .footer-top .col-bottom .box-icon li:last-child{
    margin: 0;
}

footer .footer-top .col-bottom .box-icon li a i:hover{
    color: #5b6167;
}

footer .footer-top {
    background-color: black;
    padding: 30px;
}

footer .footer-top .box-icon {
    margin-top: 25px;
    display: flex;
}

footer .footer-top .box-icon li {
    margin-right: 15px;
}

footer .footer-top .box-icon li a i {
    font-size: 30px;
    color: white;
}

footer .footer-bottom {
    color: black;
    padding: 20px;
}

footer .footer-bottom p {
    font-size: 14px;
    margin: 0;
}

footer .footer-bottom .box-logo {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}

footer .footer-bottom .box-content {
    min-height: 80px;
    display: flex;
    align-items: end;
}


footer ul li a {
    color: white;
    font-weight: 400;
}

footer .navbar-nav .nav-link {
    color: white;
    text-transform: lowercase;
    line-height: 12px;
}

footer .navbar-nav .nav-link:hover {
    color: #5b6167;
}

footer a:hover {
    color: orangered;
}


.mt-custom {
    margin-top: 113px;
}

.sfumato:hover {
    background-color: rgba(255, 255, 255, alpha); /*PROVA DA MODIFICARE*/
}

.bx-wrapper img {
    margin: auto;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
}

.sezione__overlay:hover .overlay {
    opacity: 0.7;
}

.sezione__overlay {
    position: relative;
    /*width: 50%; IL DIV SEZIONE_OVERLAY DEVE AVERE LA DIMENSIONE DELL'IMMAGINE STESSA*/
}


.banner-top-title {
    padding: 40px;
}

.banner-top-title h3 {
    font-size: 45px;
    font-weight: 300;
}

.banner h3 {
    font-size: 45px;
    font-weight: 300;
}

#carousel-custom .box-title {
    padding-bottom: 1rem;
    border-bottom: 2px solid gray;
}

.carousel--partners .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.carousel--partners .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/********* MENU *************/
header nav {
    background-color: black;
    color: white;
}

header nav {
    background-color: black;
    color: white;
}

header .li-lang {
    margin-left: 15px;
}

header nav.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

header nav.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: red;
}

header nav.navbar-expand-lg .navbar-nav .nav-link:focus {
    color: red;
}

header .container-top .dropdown .dropdown-menu {
    background-color: #F2F2F2;
    margin-left: 16px !important;
}

header .dropdown .dropdown-menu {
    background-color: black;
}

header .dropdown .dropdown-item {
    color: white;
}

header .dropdown .dropdown-item:hover {
    background-color: unset;
    color: red;
    text-decoration: none;
}


/********* FINE MENU *************/


/********* PAGINA HOME *************/
#homepage #hero h2 {
    font-weight: 500;
    line-height: 44px;
}

#homepage #hero .container-fluid .left-col {

    /*background-image: url('/struttura/home/AVPN_desktop_1.jpg');*/

}

#homepage #hero .container-fluid .left-col .left-box .content-box {
    background: white;
    padding: 20px;
}

#homepage #hero .container-fluid .left-col .left-box .content-box .text-box {
    margin-top: 10px;
    margin-bottom: 20px;
}

#homepage #hero .container-fluid .left-col .left-box .content-box .text-box p {
    font-size: 20px;
    color: black;
}

#homepage #hero .container-fluid .right-col {


}


#homepage #hero .container-fluid .full-col-en {
  /*  min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/struttura/home/AVPN_desktop_3_en.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    /*box-shadow: inset 0 0 0 20000px rgb(0 0 0 / 30%);*/
}

#homepage #hero .container-fluid .full-col .full-box .content-box {
    text-align: center;
    color: white;
}

#homepage #hero .container-fluid .full-col .full-box .content-box .text-box h2 {
    font-size: 55px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 40px;
}


/********* FINE PAGINA HOME *************/

/********* PAGINA TRAINING *************/
#training {
    margin-top: 141px;
}

#training .table {
    margin-left: 10%;
}

#training .banner h3 {
    font-size: 45px;
    font-weight: 300;
}

#training #corso h2 {
    font-weight: 700;
}

#training #corso .row-top .box-content {
    margin-left: 10%;
}

#training #corso .row-top .box-content .title {
    margin-bottom: 50px;
}

#training #corso .row-top .box-content .box-title p {
    font-weight: 400;
}

#training #corso .row-top .box-img img {
    width: 100%;
}

#training #corso .row-center .box-content {
    margin-left: 10%;
}

#training #corso .row-center .box-content .text-list {
    margin: 0;
}

#training #corso .row-center .box-content i {
    color: green;
    font-size: 20px;
    margin-right: 5px;
    margin-left: -25px;
}

#training #corso .row-center .box-content .box-3-col {
    display: flex;
    justify-content: space-between;
}

#training #corso .row-center .box-content .box-3-col {
    display: flex;
    justify-content: space-between;
}

#training #corso .price-container {
    background-color: #F2F2F2;
    padding: 30px;
}

#training #corso .price-container .box-price {
    margin-left: 10%;
}

#training #corso .price-container .box-price .text-bottom .text-price {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

#training #corso .price-container .box-price .button-box {
    margin-top: 30px;
}

#training #corso .price-container .box-price .button-box a {
    font-size: 12px;
}

#training #youtube {
    background-color: red;
    padding: 50px;
}

#training #youtube .box-youtube {
    padding: 80px;
}

#training #date {
    padding: 50px;
}

#training #date .box-date {
    margin-top: 50px;
}

#training #date .box-date .list-box-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 2px solid gray;
}

#training #date .box-date .list-box-date:first-child {
    border-top: 2px solid gray;
}

#training #date .box-date .list-box-date p {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

#training #date .box-date .list-box-date a {
    font-size: 12px;
}

#training #feedback {
    padding: 70px;
}

#training #feedback h2 {
    font-size: 32px;
    margin: 0;
}

#training #feedback .box-content {
    margin-top: 30px;
}

#training #feedback .box-content .star i {
    font-size: 25px;
    color: gold;
}

#training #feedback .box-content .text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 5px;
}

#training #formTraining {
    padding: 70px;
    background-color: black;
}

#training #formTraining p {
    color: white;
}

#training #formTraining .label {
    color: white;
    margin-left: 10px;
}

#training #formTraining .form-check-input {
    width: 2em;
}

#training #formTraining::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: gray;
}

#training #formTraining::-moz-placeholder { /* Firefox 19+ */
    color: gray;
}

#training #formTraining:-ms-input-placeholder { /* IE 10+ */
    color: gray;
}

#training #formTraining:-moz-placeholder { /* Firefox 18- */
    color: gray;
}

#training #formTraining .box-title {
    padding-left: 65px;
}

#training #formTraining .col-form {
    padding-right: 65px;
    padding-left: 65px;
}

#training #formTraining form .col-form .input-lg {
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 25px;
    border: none;
}

#training #formTraining form .col-form .form-select {
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 25px;
    border: none;
}

#training #formTraining form .col-form .form-select:focus:hover, .form-select:focus:focus {
    background-color: #fff;
    color: black;
}

#training #formTraining form .col-form .btn-send {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

#training #formTraining .box-info {
    margin-top: 70px;
}

#training #formTraining .box-info h5 {
    color: white;
}

#training #formTraining .box-info p {
    margin: 0;
}

#training #formTraining .box-text {
    padding-left: 65px;
}

#training #loghi {
    padding: 50px 0;
}


/********* FINE PAGINA TRAINING *************/

/********* PAGINA AVPN *************/
#avpn {
    margin-top: 141px;
}

#avpn #hero h2 {
    font-weight: 500;
    line-height: 44px;
}

#avpn #hero {
    background-image: url('/struttura/avpn/img_avpn.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;


}

#avpn #hero .left-col .left-box .content-box .text-box {
    margin-top: 10px;
    margin-bottom: 20px;
}

#avpn #hero .left-col .left-box .content-box .text-box p {
    font-size: 20px;
    color: black;
}

#avpn #hero .right-col {

}

#avpn #hero .right-box .content-box {
    margin-left: 70px;
    margin-top: 70px;
}

#avpn #hero .right-col p {

}

/********* FINE PAGINA AVPN *************/


/********* PAGINA AVPN SCUOLA *************/

#avpn_scuola {
    margin-top: 141px;
}

#avpn_scuola #hero p {
    font-size: 16px;
}

#avpn_scuola .hero2 p {
    font-size: 16px;
}

#avpn_scuola #hero .container .row-top .left-col .left-box {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}

#avpn_scuola #hero .container .row-top .left-col .left-box .content-box img{
    width: 300px;
}

#avpn_scuola #hero .container .row-top .left-col .left-box .content-box .text-box {
    margin-top: 10px;
    margin-bottom: 20px;
}

#avpn_scuola #hero .container .row-top .left-col .left-box .content-box .text-box p {
    font-size: 20px;
    color: black;
}

#avpn_scuola #hero .container .row-top .right-col {
    margin-top: 32px;
    /*margin-bottom: 120px;
    padding-right: 110px;*/
}

#avpn_scuola #hero .container .row-top .right-box .content-box {
    /*margin-left: 80px;
    width: 70%;*/
    padding: 50px 0;
}

#avpn_scuola #hero .container .row-top .right-col p {
    /*font-size: 20px;*/
}

#avpn_scuola #hero .container .row-bottom .left-col {
    background-color: #F2F2F2;
}

#avpn_scuola #hero .container .row-bottom .right-col {

}


#avpn_scuola #hero .container .row-bottom .left-box .content-box {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
}

#avpn_scuola #hero .container .row-bottom .left-box .content-box p {
    font-size: 20px;
}

#avpn_scuola #team h2 {
    margin: 50px auto;
    padding: 0 50px 0 50px;
}

#avpn_scuola #team img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#avpn_scuola #team .container-fluid {
    padding: 0 200px 0 200px;
}

#avpn_scuola #team .container-fluid .col-custom {
    padding: 50px;
}

/********* FINE PAGINA AVPN SCUOLA *************/


/********* PAGINA DISCIPLINARE *************/
#disciplina {
    margin-top: 141px;
}

#disciplina #hero {
    background: linear-gradient(90deg, #D3D3D3 50%,#21A857 50%);
}



#disciplina #hero a {
    font-weight: 500;
    text-decoration: none;
}

#disciplina #hero .hero-right a {
    font-weight: 500;
    text-decoration: none;
}

#disciplina #hero .hero-right a:hover {
    color: white;
}

#disciplina #hero .row .col-green {
    margin-left: 3rem;
}

/********* FINE PAGINA DISCIPLINARE *************/


/********* PAGINA FORNITORI *************/

#fornitori {
    margin-top: 141px;
}

/********* FINE PAGINA FORNITORI *************/


/********* PAGINA CONTATTI *************/
#contatti {
    margin-top: 141px;
}

#contatti #formContatti {
    padding-top: 60px;
    padding-bottom: 90px;
}

#contatti #formContatti h3 {
    font-size: 38px;
    font-weight: bold;
}

#contatti #formContatti form .col-form .btn-send {
    width: 100%;
    padding: 10px;
}

#contatti #formContatti form .col-form .privacy input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
    width: 30px;
}

#contatti #formContatti form .privacy label {
    font-weight: 400;
}

#contatti #formContatti form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#contatti #formContatti form input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

#contatti #formContatti form input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#contatti #formContatti form .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7b838b;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contatti #formContatti form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#contatti #formContatti form .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#contatti #formContatti form .form-control:-ms-input-placeholder {
    color: #999;
}

#contatti #formContatti form .form-control::-webkit-input-placeholder {
    color: #999;
}

#contatti #formContatti form .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

#contatti #formContatti form textarea.form-control {
    height: auto;
}

#contatti #formContatti form .form-group {
    margin-bottom: 15px;
}

#contatti #formContatti form .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contatti #formContatti form .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

#contatti #formContatti form .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

#contatti #formContatti form .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

#contatti #formContatti form .input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 25px;
}

#contatti #formContatti form textarea.input-lg {
    height: auto;
}

#contatti #formContatti form .form-select {
    height: 44px !important;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7b838b;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contatti #formContatti form .select-wrapper:after {
    content: "\f078";
    color: #E20612;
    font-family: FontAwesome;
    top: -1px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: xx-large;
    -webkit-text-stroke: 0px;
}


#contatti #formContatti form .form-select:focus {

}

#contatti #formContatti .form-select:focus:hover, .form-select:focus:focus {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}

#contatti #formContatti .bootstrap-select .btn-group .dropdown-toggle  {
    border: none;
    font-family: 'FontAwesome';
    margin-top: -19px !important;
    left: 89%;
    color: #e42624;
    font-size: xx-large;
}

/********* FINE PAGINA CONTATTI *************/


/********* PAGINA PIZZERIE *************/

#pizzerie {
    margin-top: 141px;
}

#pizzerie .banner-top-title h3 {
    font-weight: 300;
}

#pizzerie h3 {
    font-weight: 600;
}

#pizzerie h4 {
    font-weight: 600;
}

#pizzerie form .btn-send {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

#pizzerie form .privacy input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
    width: 30px;
}

#pizzerie form .privacy label {
    font-weight: 400;
}

#pizzerie form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#pizzerie form input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

#pizzerie form input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#pizzerie form .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7b838b;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pizzerie form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#pizzerie form .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#pizzerie form .form-control:-ms-input-placeholder {
    color: #999;
}

#pizzerie form .form-control::-webkit-input-placeholder {
    color: #999;
}

#pizzerie form .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

#pizzerie form textarea.form-control {
    height: auto;
}

#pizzerie form .form-group {
    margin-bottom: 15px;
}

#pizzerie form .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#pizzerie form .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

#pizzerie form .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

#pizzerie form .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

#pizzerie form .input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 25px;
}

#pizzerie form textarea.input-lg {
    height: auto;
}

#pizzerie form .form-select {
    height: 44px !important;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7b838b;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pizzerie form .select-wrapper:after {
    content: "\f078";
    color: #E20612;
    font-family: FontAwesome;
    top: -1px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: xx-large;
    -webkit-text-stroke: 0px;
}


#pizzerie form .form-select:focus {

}

#pizzerie .form-select:focus:hover, .form-select:focus:focus {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}

#pizzerie .bootstrap-select .btn-group .dropdown-toggle  {
    border: none;
    font-family: 'FontAwesome';
    margin-top: -19px !important;
    left: 89%;
    color: #e42624;
    font-size: xx-large;
}

#pizzerie #form2 {
    display: flex;
}

#pizzerie #form2 .form-col-left{
    padding-right: 20px;
}

#pizzerie #form2 .form-col-right{
    padding-left: 20px;
}

/********* FINE PAGINA PIZZERIE *************/




/********* PAGINA PIZZERIE ASSOCIATE *************/
#pizzerie_associate {
    margin-top: 141px;
}

#pizzerie_associate .btn {
    padding: 10.5px 25px !important;
    border-radius: 35px !important;
    font-size: 13px !important;
    border: none;
}

#pizzerie_associate .section_banner_foto_pagine .box-title {
    padding: 200px 0;
}

#pizzerie_associate .section_banner_foto_pagine .box-title h1 {
    font-size: 55px;
}

#pizzerie_associate .scegli_come h3 {
    font-size: 38px;
    font-weight: 600;
}

#pizzerie_associate.scegli_come h4 {
    font-size: 30px;
    font-weight: 600;
}

#pizzerie_associate form .btn-send {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

#pizzerie_associate form .privacy input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
    width: 30px;
}

#pizzerie_associate form .privacy label {
    font-weight: 400;
}

#pizzerie_associate form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#pizzerie_associate form input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

#pizzerie_associate form input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#pizzerie_associate form .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7b838b;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pizzerie_associate form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#pizzerie_associate form .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#pizzerie_associate form .form-control:-ms-input-placeholder {
    color: #999;
}

#pizzerie_associate form .form-control::-webkit-input-placeholder {
    color: #999;
}

#pizzerie_associate form .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

#pizzerie_associate form textarea.form-control {
    height: auto;
}

#pizzerie_associate form .form-group {
    margin-bottom: 15px;
}

#pizzerie_associate form .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#pizzerie_associate form .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

#pizzerie_associate form .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

#pizzerie_associate form .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

#pizzerie_associate form .input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 25px;
}

#pizzerie_associate form textarea.input-lg {
    height: auto;
}

#pizzerie_associate form .form-select {
    height: 44px !important;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7b838b;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pizzerie_associate form .select-wrapper:after {
    content: "\f078";
    color: #E20612;
    font-family: FontAwesome;
    top: -1px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: xx-large;
    -webkit-text-stroke: 0px;
}


#pizzerie_associate form .form-select:focus {

}

#pizzerie_associate .form-select:focus:hover, .form-select:focus:focus {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}

#pizzerie_associate .bootstrap-select .btn-group .dropdown-toggle  {
    border: none;
    font-family: 'FontAwesome';
    margin-top: -19px !important;
    left: 89%;
    color: #e42624;
    font-size: xx-large;
}

/********* FINE PAGINA PIZZERIE *************/


/*********  PAGINA PIZZERIE ISCRIVITI *************/
#pizzerie_iscriviti {
    margin-top: 141px;
    overflow-x: hidden;
}

#pizzerie_iscriviti h1 {
    font-size: 55px;
}
/*********  FINE PAGINA PIZZERIE ISCRIVITI *************/

/*********  PAGINA PIZZERIE FORNO A GAS *************/
#pizzerie_forno_a_gas {
    margin-top: 141px;
    overflow-x: hidden;
}

#pizzerie_forno_a_gas h1 {
    font-size: 55px;
}
/********* FINE PAGINA PIZZERIE FORNO A GAS *************/

/*********  PAGINA PIZZERIE ON THE ROAD *************/
#pizzerie_on_the_road {
    margin-top: 141px;
    overflow-x: hidden;
}

#pizzerie_on_the_road h1 {
    font-size: 55px;
}
/********* FINE PAGINA PIZZERIE ON THE ROAD *************/


/*********  PAGINA PIZZERIE PIZZA FRITTA *************/
#pizzerie_pizza_fritta {
    margin-top: 141px;
    overflow-x: hidden;
}

#pizzerie_pizza_fritta h1 {
    font-size: 55px;
}
/********* FINE PAGINA PIZZERIE PIZZA FRITTA *************/


/*********  PAGINA PIZZERIE FORNI APPROVATI *************/
#pizzerie_forno_approvati {
    margin-top: 141px;
}

#pizzerie_forno_approvati h1 {
    font-size: 55px;
}
/********* FINE PAGINA PIZZERIE FORNI APPROVATI *************/





