
/** FONT **/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

html {
    overflow-x: hidden!important;
}

body {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

strong,
b {
    font-weight: 600;
}

.big-size {
    font-size: 56px;
}

@media ( max-width: 767px ) {

    h1 {
        font-size: 48px;
    }


}

/** COLOR **/

a,
.green {
    color: #00a835;
}

.btn-primary,
.bg-green {
    background: #00a835;
}

.dark-gray {
    color: #303030;
}

.bg-dark-gray {
    background: #303030;
}

.white {
    color: #fff;
}

body,
.gray {
    color: #626262;
}

footer a {
    color: #fff;
}

h1,
h2,
h3,
h4 {
    color: #000000;
}

.error {
    color: red;
}

/** HEADER **/

.header-navigation {
    position: relative;
    z-index: 9999;
}

/** FOOTER **/

.copyright {
    background: #303030;
    padding: 30px 0;
    color: #fff;
}

/** ELEMENTS **/

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.video {
    margin-top: -260px;
}

.video .ratio {
    max-width: 900px;
    margin: 0 auto;
}

.ratio iframe {
    border-radius: 30px;
}

.btn {
    padding: 10px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    *letter-spacing: 0.1em;
}

.btn-primary {
    border-color: #00a835;
}

.btn-primary:hover {
    background: #058e30;
    border-color: #058e30;
}

.icon {
    display: inline-block;
    background: #00a835;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 20px;
}

.icon svg {
    width: 40px;
    height: 40px;
}

.icon path {
    fill: #fff;
}
/*
.num {
    background: #626262;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}
*/
input[type=password] {
    background: #fff;
    padding: 12px 30px;
    border-color: transparent;
    border-radius: 30px;
    line-height: 1.5;
}

/** HERO **/

.hero {
    position: relative;
    background-image: url( ../img/bg-gray-meetab.jpg );
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -90px;
    padding: 160px 0 320px;
    color: #fff;
}

.hero h1 {
    color: #fff;
}

.hero.accedi {
    height: calc( 100vh - 67px );
}

/** BLOCKS **/

@media ( min-width: 1400px ) {

    .container,
    .container-xl,
    .container-xxl {
        max-width: 1140px!important;
    }

}

.container-sm {
    max-width: 960px;
}

@media ( max-width: 992px ) {

    .row .col {
        margin-bottom: 20px;
    }

    .row .col:last-child {
        margin-bottom: 0;
    }

}

.accordion .accordion-item {
    margin-bottom: 30px;
    border: 0;
    box-shadow: rgba(80, 80, 80, 0.1) 0px 4px 12px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
    background: #fff;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
    color: #1a1648;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #5e498c;
}

.accordion .accordion-item,
.accordion .accordion-item .accordion-button,
.accordion .accordion-item .accordion-button.collapsed {
    border-radius: 30px;
}

.accordion .accordion-item .accordion-body {
    padding: 0 30px 20px 30px;
}

.accordion .accordion-item .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e498c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.card {
    margin-bottom: 30px;
    padding: 15px;
    border: 0;
    box-shadow: rgba(80, 80, 80, 0.1) 0px 4px 12px;
}

.w-900 {
    max-width: 900px!important;
    margin: 0 auto;
}

/** WAVES **/

.wave {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
}

.wave svg {
    display: block;
    height: 74px;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.wave path {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

svg:not(:root) {
    overflow: hidden;
}

/** SPACES **/

.m-y-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-y-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-10 {
    margin: 20px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

.m-40 {
    margin: 40px;
}

.m-20-0 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-30-0 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-40-0 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-top-0 {
    margin-top: 0px!important;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top--10 {
    margin-top: -10px;
}

.m-top--20 {
    margin-top: -20px;
}

.m-top--30 {
    margin-top: -30px;
}

.m-top--40 {
    margin-top: -40px;
}

.m-top--50 {
    margin-top: -50px;
}

.m-top--60 {
    margin-top: -60px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.p-60 {
    padding: 60px;
}

.p-20-0 {
    padding: 20px 0;
}

.p-40-0 {
    padding: 40px 0;
}

.p-60-0 {
    padding: 60px 0;
}

.p-y-120,
.p-120-0 {
    padding: 120px 0;
}

.p-160-0 {
    padding: 160px 0;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-top-120 {
    padding-top: 120px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-bottom-80 {
    padding-bottom: 80px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-bottom-120 {
    padding-bottom: 120px;
}

.p-bottom-140 {
    padding-bottom: 140px;
}

.p-bottom-160 {
    padding-bottom: 160px;
}

/** LIST **/

ul.check {
    list-style: none;
}

ul.inline li {
    display: inline;
}

ul.inline li:not(:last-child) {
    margin-right: 10px;
}

ul.inline li:before {
    display: inline-block;
    content: "\F26E";
    width: 32px;
    font-family: bootstrap-icons !important;
    line-height: 1;
    color: #00a835;
    vertical-align: -.325em;
    font-size: 32px;
}

/** SURVEY **/

body.survey {
    background: #f3f3f3;
}

#surveyElement {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

#surveyElement .sd-progress__text {
    font-size: 16px;
}

.sv-container-modern__title {
    padding-top: 30px;
    color: #00a835;
}

#surveyElement .sd-progress__bar {
    background-color: #00a835!important;
}

#surveyElement .sd-progress {
    height: 4px;
}

.sd-element__num,
.sv-title-actions__title span,
.sv-question__title span {
    font-weight: 600!important;
    font-size: 22px!important;
}

.sv-radio--allowhover:hover .sv-radio__svg {
    fill: #00a835;
}

.sv-body__timer,
.sv-body__page,
.sv-body__footer.sv-footer.sv-action-bar {
    margin-top: 0;
}

#surveyElement .sd-btn:hover,
#surveyElement .sd-btn {
    color: #00a835;
}

#surveyElement .sd-btn:hover {
    border: 1px solid #00a835;
    color: #00a835;
}

.sd-navigation__complete-btn {
    color: #fff!important;
}
