
/** FONT **/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

html {
    overflow-x: hidden!important;
}

body {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-dark);
}

h1,
h2,
h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--color-primary);
}

h1 {
    font-size: 44px;
    line-height: 52px;
}

@media ( max-width: 767px ) {

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

}

.survey h1 {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 10px 20px;
    font-size: 50px;
    line-height: 58px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

strong,
b {
    font-weight: 600;
}

.big-text {
    font-size: 36px;
    line-height: 44px;
}

@media ( max-width: 767px ) {

    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

}

img {
    max-width: 100%;
    height: auto;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

/** COLOR **/

:root {
    --color-primary: #1d5073;
    --color-secondary: #39b0d9;
    --color-dark: #404c62;
    --color-white: #ffffff;
}

a {
    color: var(--color-primary);
}

.light-blue {
    color: var(--color-secondary);
}

.dark {
    color: var(--color-dark);
}

/** HEADER **/

.navbar-brand {
    width: 100%;
    text-align: center;
}

.header-navigation {
    position: relative;
    z-index: 9999;
    margin-bottom: 30px;
}

/** FOOTER **/

.copyright {
    padding: 30px 0;
}

.copyright ul {
    list-style: none;
}

.copyright ul li {
    margin: 0 10px;
}

/** ELEMENTS **/

.btn {
    padding: 10px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-primary {
    border-color: var(--color-primary);
}

.btn-primary:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.row .col {
    margin-bottom: 30px;
}

.col-content {
    height: 100%;
    padding: 30px;
    box-shadow: rgba(80, 80, 80, 0.1) 0px 4px 12px;
    border-radius: 10px;
}

.testimonianza-video {
    height: 400px;
}

.video-iframe {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    line-height: 1;
}

.video-full {
    height: 500px;
}

@media ( max-width: 767px ) {

    .feedback .col-lg-8 {
        margin-top: 30px;
    }

    .video-full {
        height: 300px;
    }

}

/** 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;
    }

}

.row:before {
    display: block;
    content: "";
    clear: both;
}

.feedback .row {
    margin-top: 60px!important;
}

/** 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;
}

.w-600,
.w-800,
.w-900 {
    margin: 0 auto;
}

.w-900 {
    max-width: 900px;
}

.w-800 {
    max-width: 800px;
}

.w-600 {
    max-width: 600px;
}
