/* 
   Nome del File: style.css
   Versione: 3.1
*/


@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap';

body.dev {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #788594;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: #ff7828;
    color: white;
}

::-moz-selection {
    background-color: #ff7828;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background: #ff7828;
    border-radius: 5px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-60 {
    padding-top: 60px;
}

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

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

body.dev img {
    height: auto;
    max-width: 100%;
}

img.image-100 {
    height: auto;
    width: 100%;
}

body.dev figure {
    margin: 0;
}

figure.img-contain img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

figure.img-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.dev .table {
    display: table;
    margin: 0;
    table-layout: fixed;
}

body.dev .table .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

textarea {
    resize: vertical;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

.btn-100 {
    width: 100%;
}

body.dev .logo-header {
    height: 100px;
}

body.dev .logo-footer {
    height: 60px;
}

#main-footer {
    background-color: #333;
    color: #9d9d9d;
    font-size: 15px;
}

.header-image-content {
    background-color: #ff7828;
    color: white;
    display: inline-block;
    padding: 15px 20px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
}

.title-1 {
    color: #0098e2;
    line-height: 1.3;
    font-size: 32px;
}

.title-1.orange {
    color: #ff7828;
}

.title-1.sm {
    font-size: 25px;
}

.title-2 {
    color: #0098e2;
    font-weight: bold;
    line-height: 1.3;
    font-size: 28px;
}

.line-height-2 {
    line-height: 2;
}

.icon-left {
    position: relative;
    padding-left: 115px;
}

.icon-left:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-left-0:before {
    background-image: url('../images/icon.png');
}

.icon-left-1:before {
    background-image: url('../images/icon-1.png');
}

.icon-left-2:before {
    background-image: url('../images/icon-2.png');
}

.icon-left-3:before {
    background-image: url('../images/icon-3.png');
}

.icon-left-4:before {
    background-image: url('../images/icon-medici.png');
}

.icon-left-5:before {
    background-image: url('../images/icon-5.png');
}

.icon-left-6:before {
    background-image: url('../images/icon-6.png');
}

.icon-left-7:before {
    background-image: url('../images/icon-7.png');
}

.icon-left-8:before {
    background-image: url('../images/icon-8.png');
    top: 20px;
}




.icon-left-10:before {
    background-image: url('../images/icon-10-soldi.png');
    zoom: 130%;
}
.icon-left-11:before {
    background-image: url('../images/icon-11-occhiali.png');
    zoom: 130%;
}
.icon-left-12:before {
    background-image: url('../images/icon-12-medicina.png');
    zoom: 130%;
}
.icon-left-13:before {
    background-image: url('../images/icon-13-a.png');
    zoom: 130%;
}

.icon-left-14:before {
    background-image: url('../images/icon14.png');
    zoom: 130%;
}




.list-custom-1 {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
}

.list-custom-1 li {
    position: relative;
    margin: 20px 0;
}

.list-custom-1 li:before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 5px;
    background: url('../images/icon.png') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
}

.accordion-content {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    transition: .3s all;
}

.accordion-content.active {
    min-height: 100px;
    max-height: 1200px;
}

.btn-accordion {
    display: block;
    background-color: #ff7828;
    color: white;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 18px 45px 18px 20px;
    margin: 30px 0;
    position: relative;
    transition: .3s all;
    border-radius: 4px;
}

.btn-accordion:hover {
    color: white;
    text-decoration: none;
    background-color:#0098e2;
}

.btn-accordion:after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free', sans-serif;
    position: absolute;
    right: 20px;
    top: calc(50% - 11px);
    transition: .3s all;
}

.btn-accordion.active:after {
    transform: rotate(90deg);
}

.form {
    position: sticky;
    top: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.form-header {
    background-color: #ff7828;
    color: white;
    font-size: 28px;
    margin: 0;
}

.header-image {
    height: 600px;
    background: url('../images/fondo-assistenza-sanitaria.jpg') center;
    background-size: cover;
}

.header-image.sm {
    height: 400px;
}

.aside-100 {
    top: -670px;
    height: calc(100% + 670px);
    position: relative;
}

.form-header,
.form-body {
    padding: 20px 30px;
}

.privacy {
    font-size: 14px;
}

.privacy a,
.privacy a:hover {
    color: #ff7828;
    text-decoration: underline;
}

.btn-send {
    background-color: #ff7828;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}

.form .form-group {
    margin-bottom: 20px;
}

.form .form-control {
    box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    height: 45px;
}

.form input.hidden {
    display: none;
}

/*FAQ*/
.faq-container {
    background-color: #eff8ff;
    padding: 0 6% 15px 6%;
}

.btn-faq {
    font-size: 16px !important;
    text-transform: none;
    letter-spacing: 1px;
    margin:0 !important;
    padding-bottom: 20px;
}

.faq {
    font-size: 16px;
    padding: 0 10px;
}








/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    .text-center-xs {
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
    .header-image {
        height: 300px;
    }
    .form-header,
    .form-body {
        padding: 15px;
    }
    .text-center-md {
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 992px) {
    .btn-accordion {
        letter-spacing: 0;
    }
    .header-image-content {
        font-size: 30px;
        display: block;
    }
    .aside-100 {
        top: 0;
        height: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1200px) {

}










@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
  display: none !important;
}
