.fullwidth {
    margin: 0;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}
header {
    background: #004D44;
    position: fixed !important;
    width: 100%;
    top: 0;
    color: white;
    padding: 5px;
    font-weight: 800;
    font-size: 0.8em;
    z-index: 1000;
}
header a {
    color: white;
    font-size: 1.3em;
    padding: 0 1.2em;
}
header a:hover {
    color: #17A897;
}
header img {
    max-width: 300px;
    padding: 7px;
}
nav {
    background: #004D44;
    position: fixed !important;
    width: 100%;
    top: 0;
    color: white;
    padding: 25px;
    font-weight: 800;
    font-size: 0.8em;
    z-index: 1000;
}
nav a {
    color: white;
    font-size: 1.3em;
    padding: 0 1.2em;
}
nav a:hover {
    color: #17A897;
}
nav img {
    max-width: 300px;
    padding: 7px;
}
nav .navbar-toggler {
    color: white;
}

.formright section {
    padding: 35px 0;
}
@media screen and (min-width: 1200px) {
    .formright section {
        width: calc(100% - 400px);
    }
}

h1 {
    font-weight: 900;
}

h2 {
    color: #004D44;
    font-weight: 800;
    font-size: 3em;
}
@media screen and (max-width: 600px) {
    h2 {
        font-size: 2.5em;
    }
}

h3 {
    font-weight: 800;
    font-size: 1.25em;
}

h4 {
    font-weight: 900;
    font-size: 1.2em;
}

b {
    font-weight: 800;
}

.dark_green_bg {
    background: #004D44;
    color: white;
}
.dark_green_bg h2 {
    color: white;
    font-size: 2.35em;
}

.light_green_bg {
    background: #17A897;
    color: white;
}

.roman {
    font-family: "Lobster";
}

.btn-light-green {
    background-color: #17A897;
    color: white;
    width: 250px;
    display: block;
    margin: 25px auto;
    padding: 15px 25px;
    border-radius: 30px;
    border: 0px solid;
    font-weight: 800;
}

.btn-white {
    background-color: white;
    color: #004D44;
    width: 250px;
    display: block;
    margin: 25px auto;
    padding: 15px 25px;
    border-radius: 30px;
    border: 0px solid;
    font-weight: 800;
}

.btn-green {
    background-color: #004D44;
    color: white;
    width: 250px;
    display: block;
    margin: 25px auto;
    padding: 15px 25px;
    border-radius: 30px;
    border: 0px solid;
    font-weight: 800;
}

#splash_intro {
    background-image: url(../img/intro.jpg);
    height: 80vh;
    background-size: cover;
    background-position: center center;
}
#splash_intro h1 {
    color: white;
    font-size: 4em;
    /*padding-top: 5vh;*/
    text-shadow: 1px 1px 2px black;
}
#splash_intro h3 {
    color: white;
    font-size: 1.5em;
    margin-top: 15vh;
    text-shadow: 1px 1px 2px black;
    border-left: 4px orange solid;
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
    #splash_intro h1 {
        font-size: 2.75em;
    }
    #splash_intro h3 {
        margin-top: 35vh;
        font-size: 1em;
    }
}

#form_contattaci {
    padding: 50px 0;
}
#form_contattaci label a {
    color: white;
    text-decoration: underline;
}
#form_contattaci .error {
    color: #eee;
    background-color: rgba(176, 0, 32, 0.15);
    border: 1px solid #B00020;
}
@media screen and (min-width: 1200px) {
    #form_contattaci {
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 100px 5px 0;
        max-width: 400px;
        width: 100%;
        overflow: hidden;
    }
    #form_contattaci #inner_form {
        /*overflow-y: auto;*/
        position: relative;
        max-height: 100%;
    }
    #form_contattaci #inner_form::-webkit-scrollbar {
        width: 5px;
    }
    #form_contattaci #inner_form::-webkit-scrollbar-thumb {
        background-color: #004D44;
        border-radius: 5px;
    }
    #form_contattaci #inner_form::-webkit-scrollbar-thumb {
        background-color: #004D44;
        outline: 1px solid #004D44;
    }
    #form_contattaci .col-md-l {
        padding-right: 5px;
    }
    #form_contattaci .col-md-r {
        padding-left: 5px;
    }
    #form_contattaci .row {
        max-width: 100% !important;
        width: 100% !important;
    }
}
#form_contattaci .privacy_row {
    padding-bottom: 5px;
    padding-right: 21px;
}
#form_contattaci .privacy_row ul,
#form_contattaci .horizontal_radio ul {
    padding: 0;
    width: 100%;
    display: table;
    margin-bottom: 5px;
}
#form_contattaci .privacy_row ul li,
#form_contattaci .horizontal_radio ul li {
    float: left;
    padding: 0 25px 0 0;
    list-style: none;
}
#form_contattaci .select2-container {
    min-width: 1px !important;
    max-width: 100%;
    width: 100% !important;
    border: 0px solid;
    border-radius: 5px;
    margin-bottom: 10px;
}
#form_contattaci .select2-container .select2-selection {
    height: 34px;
}
#form_contattaci input[type=text],
#form_contattaci input[type=number],
#form_contattaci input[type=tel],
#form_contattaci input[type=email] {
    width: 100%;
    border: 0px solid;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}
#form_contattaci input[type=checkbox] {
    width: 15px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}
#form_contattaci input[type=submit] {
    background-color: #004D44;
    color: white;
    width: 250px;
    display: block;
    margin: 25px auto;
    padding: 15px 25px;
    border-radius: 30px;
    border: 0px solid;
    font-weight: 800;
}
#form_contattaci select {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 4px;
    border: 0px;
    border-radius: 5px;
}
#form_contattaci .label_checkbox {
    width: calc(100% - 25px);
    float: left;
}
#form_contattaci textarea {
    width: 100%;
    padding: 10px;
}
#form_contattaci #separatore {
    width: 100%;
    display: table;
}
#form_contattaci #separatore:before, #form_contattaci #separatore:after {
    content: " ";
    height: 1px;
    width: calc(50% - 25px);
    background-color: white;
    position: absolute;
}
#form_contattaci #separatore:before {
    margin-top: 15px;
}
#form_contattaci #separatore:after {
    right: 5px;
    margin-top: -15px;
}
#form_contattaci #separatore svg {
    height: 30px;
    margin: 0 auto;
    display: block;
    width: 30px;
}
#form_contattaci #form_pt_2 {
    width: 100%;
    max-height: 1px;
    overflow: hidden;
}
#form_contattaci #form_pt_2 .col-12:first-child {
    margin-top: 15px;
}
#form_contattaci .privacy-policy a {
    color: white;
}

.split_bg {
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .split_bg {
        background-size: cover;
        background-position: center center;
        padding-top: 275px;
        padding-bottom: 0;
    }
    .split_bg .container {
        max-width: 100%;
        background-color: white;
    }
    .split_bg .container .col-12 {
        max-width: 550px;
        margin: 15px auto;
    }
}

#bg_metodo {
    background-image: url(../img/methode.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 610px;
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*min-height: 300px;*/
}

#txt_metodo {
    padding: 15px;
    max-width: 570px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    #txt_metodo {
        padding: 60px 0 60px 25px;
    }
}
#txt_metodo .green_highlight:after {
    left: 45px;
}

.green_highlight {
    padding-bottom: 20px;
}
.green_highlight img {
    width: auto;
    height: 55px;
}
.green_highlight:after {
    position: absolute;
    content: "";
    background-color: #17A897;
    width: 40px;
    height: 2px;
    left: 30px;
    margin-top: 60px;
}

#pre_lista_vantaggi {
    padding: 25px 0 50px;
}

.lista_vantaggi {
    margin-bottom: 10px;
}
.lista_vantaggi .icona_vantaggi img {
    padding: 10px;
    border: 3px solid #17A897;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .lista_vantaggi .icona_vantaggi {
        width: 100%;
    }
    .lista_vantaggi .icona_vantaggi img {
        display: block;
        margin: 5px auto 25px;
        max-width: 150px;
    }
}
@media screen and (min-width: 768px) {
    .lista_vantaggi .icona_vantaggi {
        width: 150px;
        float: left;
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    .lista_vantaggi .testo_vantaggi {
        width: 100%;
        max-width: 325px;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .lista_vantaggi .testo_vantaggi {
        width: calc(100% - 150px);
        float: left;
        padding-top: 15px;
        padding-left: 10px;
    }
}

.box_vantaggi {
    background-color: #F8F8F8;
    margin: 150px auto 5px;
    padding: 150px 25px 45px;
    text-align: center;
    border-radius: 25px;
    min-height: 375px;
}
@media screen and (max-width: 600px) {
    .box_vantaggi {
        margin: 115px auto 10px;
        padding: 120px 25px 45px;
        min-height: 375px;
    }
}
.box_vantaggi .btn {
    cursor: pointer;
    position: absolute;
    top: 400px;
    left: calc(50% - 125px);
}
@media screen and (max-width: 600px) {
    .box_vantaggi .btn {
        top: 395px;
    }
}
.box_vantaggi p .after_text_vantaggi {
    display: none;
}
.box_vantaggi svg {
    height: 36px;
    width: 36px;
    color: #004D44;
    position: absolute;
    top: 175px;
    padding: 3px;
    right: 40px;
    display: none;
}
.box_vantaggi svg:hover {
    background-color: #004D44;
    border-radius: 50%;
    color: white;
}
.box_vantaggi img {
    margin-top: -275px;
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 125px);
}
@media screen and (max-width: 600px) {
    .box_vantaggi img {
        margin-top: -220px;
        width: 200px;
        height: 200px;
        left: calc(50% - 100px);
    }
}
.box_vantaggi h3 {
    text-transform: uppercase;
}
.box_vantaggi .btn_box_vantaggi {
    border: 1px solid #17A897;
}
.box_vantaggi .btn_box_vantaggi:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid black;
}

@media screen and (max-width: 991px) {
    .carousel-control-next,
    .carousel-control-prev {
        align-items: start;
        justify-content: start;
    }
}

#slider_negozi {
    background-image: linear-gradient(white 0%, white 49.9%, #004D44 50%, #004D44 100%);
}
#slider_negozi h2, #slider_negozi h3 {
    padding-left: 7%;
}
#slider_negozi #carouselNegozi {
    width: 85%;
    margin: 25px auto;
}
#slider_negozi #carouselNegozi .carousel-arrow svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    padding: 5px;
}
#slider_negozi #carouselNegozi .carousel-control-next {
    right: -7%;
    width: 7%;
}
#slider_negozi #carouselNegozi .carousel-control-prev {
    left: -7%;
    width: 7%;
}
#slider_negozi #carouselNegozi .carousel-indicators {
    bottom: -60px;
}
#slider_negozi #carouselNegozi .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    #nutrizione .row #mobile_nutrizione {
        margin-bottom: 15px;
        min-height: 300px;
        background-image: url(../img/bg_nutrizione.jpg);
        background-size: cover;
        background-position: center center;
    }
}
@media screen and (min-width: 768px) {
    #nutrizione .row {
        background-image: url(../img/bg_nutrizione.jpg);
        background-size: auto 100%;
        background-position: right;
        background-repeat-x: no-repeat;
        padding: 100px 0;
    }
    #nutrizione .row .shadow_box {
        background: white;
        margin: 55px 25px 55px 0;
        padding: 15px;
        border-radius: 15px;
    }
}

#storie_di_successo {
    background-image: url(../img/temoignage.jpg);
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}
@media screen and (min-width: 1200px) {
    #storie_di_successo #carouselStorie .carousel-control-next {
        right: -50px;
    }
    #storie_di_successo #carouselStorie .carousel-control-prev {
        left: -50px;
    }
}
#storie_di_successo #carouselStorie .carousel-arrow svg {
    width: 40px;
    background: white;
    height: 40px;
    border-radius: 50%;
    color: #004D44;
    padding: 5px;
}
#storie_di_successo #carouselStorie .testimonial {
    padding: 20px 10%;
}
#storie_di_successo #carouselStorie .testimonial .img_testimonial {
    border: 2px solid #17A897;
    border-radius: 50%;
}
#storie_di_successo #carouselStorie .testimonial .img_testimonial img {
    border-radius: 50%;
    padding: 15px;
}
@media screen and (max-width: 991px) {
    #storie_di_successo #carouselStorie .testimonial .img_testimonial {
        margin: 0 auto 15px;
        width: 175px;
    }
}
@media screen and (min-width: 991px) {
    #storie_di_successo #carouselStorie .testimonial .img_testimonial {
        float: left;
        width: 32%;
    }
}
#storie_di_successo #carouselStorie .testimonial .text_testimonial {
    margin-left: 3%;
    margin-top: 15px;
    background-color: rgba(0, 77, 68, 0.95);
    font-size: 1.1em;
    color: white;
    padding: 25px;
    border-radius: 25px;
}
@media screen and (max-width: 991px) {
    #storie_di_successo #carouselStorie .testimonial .text_testimonial {
        margin: 0 auto 15px;
        min-height: 325px;
        float: left;
    }
}
@media screen and (max-width: 600px) {
    #storie_di_successo #carouselStorie .testimonial .text_testimonial {
        min-height: 265px;
    }
}
@media screen and (min-width: 991px) {
    #storie_di_successo #carouselStorie .testimonial .text_testimonial {
        float: left;
        width: 65%;
        min-height: 265px;
    }
}

.cliente {
    padding-bottom: 45px;
}
.cliente .img_cliente {
    margin: 15px auto;
    width: 150px;
    border: 2px solid #17A897;
    border-radius: 50%;
}
.cliente .img_cliente img {
    border-radius: 50%;
    padding: 10px;
}
.cliente .nome_cliente {
    color: #17A897;
    font-weight: 800;
}
@media screen and (min-width: 600px) {
    .cliente .nome_cliente {
        width: calc(100% - 10px);
        position: absolute;
        bottom: 10px;
    }
}

.first_section {
    padding-top: 105px;
}

.single_section {
    padding: 105px 0 65px;
    min-height: calc(100vh - 68px);
}

@media screen and (min-width: 1200px) {
    .formright footer {
        width: calc(100% - 400px);
    }
}

footer {
    background: #004D44;
    color: white;
    padding: 15px;
    font-size: 0.8em;
}
footer a {
    color: white;
}
footer a:hover {
    color: #17A897;
}

#success_form {
    background-color: #004D44;
    padding: 30px;
    text-align: center;
    color: white;
    width: 400px;
}

.help-block.error {
    margin-bottom: 15px;
}
.help-block.error ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}
.help-block.error ul li {
    padding: 10px;
    background-color: white;
    color: #B00020;
}
