@font-face {
    font-family: 'telegrafultrabold';
    src: url('../fonts/telegraf-ultrabold-webfont.woff2') format('woff2'),
         url('../fonts/telegraf-ultrabold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'telegrafultralight';
    src: url('telegraf-ultralight.woff2') format('woff2'),
         url('telegraf-ultralight.woff') format('woff');
}
@font-face {
    font-family: 'zilla_slabbold';
    src: url('../fonts/zillaslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/zillaslab-bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'zilla_slabbold_italic';
    src: url('../fonts/zillaslab-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/zillaslab-bolditalic-webfont.woff') format('woff');
}
@font-face {
    font-family: 'zilla_slablight';
    src: url('../fonts/zillaslab-light-webfont.woff2') format('woff2'),
         url('../fonts/zillaslab-light-webfont.woff') format('woff');
}
@font-face {
    font-family: 'zilla_slabregular';
    src: url('../fonts/zillaslab-regular-webfont.woff2') format('woff2'),
         url('../fonts/zillaslab-regular-webfont.woff') format('woff');
}

/* THEME */
* {
    outline: none !important;
}
html {
    
}

body {
    background: #000;
    background-size: 1140px;
    color: #fff;
    font-family: 'zilla_slabregular', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

a {
    color: #ff3c4b;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}
a:hover {
    text-decoration: none;
    color: #7832df;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font-family: 'telegrafultrabold', sans-serif;
    margin: 0;
}
h1 {
    font-size: 68px;
    line-height: 120%;
}
h2 {
    font-size: 60px;
    line-height: 110%;
}
h3 {
    font-size: 40px;
    line-height: 100%;
}

body.inner h1 {
    line-height: 100%;
}
body.inner section h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
body.inner section h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
body.inner section p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
}
body.inner section ul {
    margin-bottom: 10px;
}
body.inner section div > ul {
    padding-left: 0;
}
    body.inner section ul ul {
        margin-bottom: 0;
    }
    body.inner section ul li {
        font-size: 16px;
        line-height: 140%;
        list-style: none;
        padding-bottom: 15px 
    }
    body.inner section ul li strong {
        font-size: 20px;
        margin-right: 10px;
    }
body.inner section {
    margin-bottom: 30px;
}
body.inner section form {
    border: 1px solid #ff3c4b;
    padding: 20px;
}
    body.inner section form legend {
        font-size: 16px;
        font-weight: bold;
    }
body.inner section table {
    border: 1px solid #ffffff33;
    margin: 20px 0;
}
    body.inner section table th,
    body.inner section table td {
        padding: 10px;
        width: 50%;
        border-top: 1px solid #ffffff33;
        border-left: 1px solid #ffffff33;
    }
    body.inner section table th {
        font-size: 16px;
    }

/* BUTTONS */
.btn {
    background-color: #ff3c4b;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'telegrafultrabold', sans-serif;
    font-size: 14px;
    outline: none;
    padding: 10px 15px;
}
.btn:hover {
    background-color: #2c1e78;
}

/* GRID */
.row { margin: 0; padding: 0; }
.container { padding: 0; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding: 0; }
.mobile { display: none !important; }

/* LEGAL */
.modal-backdrop {  }
.modal-backdrop.show { opacity: .95; }
.modal .modal-content { background: transparent; border: none; }
.modal .close { color: #ffffff; text-shadow: unset; opacity: 1; }
.modal p { font-size: 18px; line-height: 26px; }

/* navbar */
.navbar { background: #000000aa; border-bottom: 3px solid #ff3c4b; height: 65px; margin-left: 285px; padding: 0; width: 855px; z-index: 100; }
    .navbar a.navbar-brand { display: none; margin: 0; padding: 0 }
        .navbar a.navbar-brand img { height: 64px; width: auto; }
    .navbar-toggler { border: none; border-radius: 0; padding: 10px 20px 15px; }
        .navbar-toggler img { height: 15px; width: 20px; }
    .navbar .btn.mobile { color: #ffffff !important; font-family: 'telegrafultrabold', sans-serif; font-size: 14px; padding: 4px 25px; }
    .navbar ul { }
        .navbar li { margin-right: 30px; padding: 13px 0; }
        .navbar .ml-auto li { margin-right: 0; }
            .navbar li a { color: #fff; font-family: 'telegrafultrabold', sans-serif; padding: 10px 0 !important; }
            .navbar li a.active { background: transparent; }
            .navbar li a:hover { color: #ff3c4b; }
            .navbar li.dropdown > .dropdown-menu { background: #000000aa; border-radius: 0; left: -10px; top: 63px; margin: 0; padding: 0 10px; }
                .navbar li.dropdown > .dropdown-menu a { font-size: 14px;  padding: 5px 0 !important; }
                .navbar li.dropdown > .dropdown-menu a:hover { background: transparent; }
            .navbar li.dropdown:hover > .dropdown-menu { display: block; }                
    .navbar a.btn { font-size: 16px; padding: 6px 30px !important; }
    .navbar a.btn:hover { color: #ffffff; }

body.inner .navbar,
.navbar.scrolled { left: 0; margin-left: 0; position: fixed; width: 100%; }
    body.inner .navbar a.navbar-brand,
    .navbar.scrolled a.navbar-brand { display: flex; margin-right: 30px; }
    body.inner .navbar div.navbar-brand-home,
    .navbar.scrolled div.navbar-brand-home { display: none; }
     body.inner .navbar .btn,
    .navbar.scrolled .btn { margin-right: 15px; }

.navbar.scrolled { animation-fill-mode:forwards; animation-duration: 1s; animation-name: fadeIn; }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }


/* LANDINGPAGE */

/* header */
header { background: url(../img/header_landingpage.jpg) no-repeat bottom center; background-size: cover; display: flex; position: relative; min-height: 600px; }
    header .header_logo_landingpage { bottom: 0; height: 95%; max-height: 500px; position: absolute; right: 0; width: auto; }
    header .navbar div.navbar-brand-home { left: -285px; position: absolute; top: 0; }
        header .navbar div.navbar-brand-home img { height: 190px; width: 190px; }

    header h1 { margin-bottom: 20px; }

    header ul.buttons { align-items: flex-start; display: flex; margin: 0 -15px; padding: 0; }
        header ul.buttons li { display: flex; list-style: none; margin: 0 15px; }
            header ul.buttons li .btn { background: #ff3c4b; display: flex; flex-direction: column; padding: 20px 0; text-align: center; width: 350px; }
                header ul.buttons li .btn strong { color: #ffffff; font-size: 24px; line-height: 20px; }
                header ul.buttons li .btn span { color: #ffffff; font-family: 'zilla_slablight', sans-serif; font-size: 16px; font-weight: 400; }
            header ul.buttons li .btn:hover { background: #2c1e78;}

/* header */
body.inner header { background: url(../img/header_logo_interna.svg) no-repeat top right; background-size: 500px; height: 400px; }

    body.inner header h1 { color: #ff3c4b; margin: 67px 0 20px; text-transform: uppercase; }
    body.inner header p { font-size: 30px; }

/* About */
#about .container { align-items: center; display: flex; height: 600px; }
    #about img { width: 70%; }
    #about h4 { margin-bottom: 15px; }
    #about h2 { margin-bottom: 15px; }
    #about p { font-size: 25px; line-height: 150%; }

/* MEDIATION */

/* Numbers */
#numbers { margin-bottom: 50px; }
    #numbers h3 { font-family: 'telegrafultralight', sans-serif; font-size: 40px; line-height: 130%; margin-bottom: 30px; text-transform: uppercase; }
    #numbers h2 { display: block; position: relative; }
        #numbers h2::before { content: ""; border-bottom: 3px solid #ff3c4b; bottom: -10px; display: block; left: 0; position: absolute; width: 50px; }
    #numbers p { font-size: 25px; line-height: 150%; }

/* Video */
#video { background: url(../img/bg_video.svg) no-repeat left center; background-size: contain; height: 500px; margin-bottom: 50px; }
    #video .video { margin-left: 80px; position: relative; }
        /*#video .video img { left: 0; height: 400px; position: absolute; top: 0; }
        #video .video video { border-radius: 15px; height: auto; margin: 3px 66px; width: 526px; }*/
        #video .video img { left: 0; height: 295px; position: absolute; top: 0; }
        #video .video video { border-radius: 15px; height: auto; margin: 3px 47px; width: 390px; }
    #video h2 {font-size: 40px; text-transform: uppercase; }
    #video p { font-size: 25px; line-height: 150%; }
    #video p strong { font-family: 'telegrafultrabold', sans-serif; }

/* Text */
body.inner .text { background: url(../img/bg_texto.svg) no-repeat right center; background-size: contain; height: 500px; margin-bottom: 50px; text-align: center; }
    body.inner .text h2 { font-size: 40px; text-transform: uppercase; }
    body.inner .text p { font-size: 25px; line-height: 150%; }
    body.inner .text p strong { font-family: 'telegrafultrabold', sans-serif; }

body.inner .text.left { background: url(../img/bg_texto_left.svg) no-repeat left center; }

/* Testimonials */
#testimonials { height: 500px; margin-bottom: 0; text-align: center; }
    #testimonials h2 { font-family: 'telegrafultralight', sans-serif; font-size: 40px; text-transform: uppercase; }

    #testimonials .slick2 { margin-bottom: 0; margin-right: 50px; }
        #testimonials .slick2 div p { display: block; font-size: 22px; font-style: italic; line-height: 150%; margin-bottom: 30px; text-align: center; }
        #testimonials .slick2 div strong { font-size: 20px; font-family: 'telegrafultrabold', sans-serif; line-height: 150%; text-align: center; }
        #testimonials .slick2 div span { font-size: 14px; text-align: center; }

        #testimonials .slick-dots { bottom: -29px; }
            #testimonials .slick-dots li.slick-active button:before { }
            #testimonials .slick-dots li button:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; content: "" }

    #testimonials .square { background: #1FE582; height: 300px; position: relative; width: 300px; }
        #testimonials .square img { height: auto; left: 50%; margin-left: -100px; margin-top: -89px; position: absolute; top: 50%; width: 200px; }

.mediation #testimonials .slick-dots { display: none; }

/* FAQ */
#faq { background: url(../img/bg_faq.svg) no-repeat right top; background-size: auto 500px; margin-bottom: 70px; }

    #faq h2 { font-size: 80px; }

    #faq #accordion {  }
        #faq #accordion .card { background-color: transparent; border: none; border-radius: 0; }
            #faq #accordion .card-header { background-color: transparent; border-bottom: 1px solid #fff; border-radius: 0; padding: 0; }
                #faq #accordion .card-header button { background-color: transparent; border: none; color: #fff; display: block; font-family: 'telegrafultrabold', sans-serif; font-size: 26px; line-height: 120%; padding: 20px 40px 20px 0; position: relative; text-align: left; width: 100%; }
                    #faq #accordion .card-header button:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #fff; content: ""; margin-top: -5px; position: absolute; right: 0; top: 50%; }
                    #faq #accordion .card-header button[aria-expanded="true"]:before { border-top-color: transparent; border-bottom: 10px solid #fff; margin-top: -15px; }
            #faq #accordion .card-body { padding: 0; }
                #faq #accordion .card-body p { font-size: 25px; margin-bottom: 0; padding: 20px 0; }

/* Waitlist */
#waitlist { margin-bottom: 0; height: 500px; }
    #waitlist .container { background: url(../img/bg_waitlist.svg) no-repeat left center; background-size: 300px; }
        #waitlist h2 { font-size: 80px; margin-bottom: 0; text-transform: uppercase; }
        #waitlist p { font-size: 24px; }
        #waitlist form { border: none; padding: 0; }
            #waitlist form .form-group { margin-bottom: 0; }
                #waitlist form input { background-color: transparent !important; border: 3px solid #ff3c4b; color: #ffffff; font-size: 20px; padding: 8px 15px 10px; width: 400px; }
                #waitlist form input:focus { border-color: #2c1e78; }
                #waitlist form input::placeholder { color: #ffffff66; }
                #waitlist form .btn { font-family: 'telegrafultralight', sans-serif; font-size: 24px; margin-bottom: 0 !important; padding: 9px 30px; }
                #waitlist form #mce-responses { padding: 15px 0; }

/* Doc */
#doc { background: url(../img/bg_doc.svg) no-repeat left bottom; background-size: contain; height: 500px; margin-bottom: 0; text-align: center; }
    #doc h2 { font-size: 60px; text-transform: uppercase; }
    #doc p { font-size: 24px; margin-bottom: 25px; }
    #doc .btn { background-color: #F0D114; color: #000000; font-family: 'telegrafultralight', sans-serif; font-size: 24px; padding: 10px 40px; }
    #doc .btn:hover { background-color: #2c1e78; }

/* USER acquisition */

/* How it Works */
#howitworks { background: url(../img/bg_howitworks.svg) no-repeat left top; background-size: contain; margin-bottom: 50px; }
    #howitworks h2 { font-size: 80px; text-align: right; padding: 50px 0; text-align: center; text-transform: uppercase; }

    #howitworks ul { margin: 0; padding: 0; }
        #howitworks ul li { list-style: none; padding-top: 20px; }
            #howitworks ul li img { height: 40px; float: left; margin-right: 20px; }
            #howitworks ul li h3 { display: block; line-height: 40px; margin-bottom: 15px; }
            #howitworks ul li p { font-size: 24px; margin: 0; }

/* Parnterships */
#partnerships { background: url(../img/bg_partnerships.svg) no-repeat left bottom; padding: 100px 0; margin: 0; }
    
    #partnerships h2 { font-size: 60px; margin-bottom: 20px;text-align: center; }

    #partnerships .slick { }
        #partnerships .slick div { }
            #partnerships .slick div img { margin: auto; width: 90%; }

/* Careers */
#careers .container { background: url(../img/bg_careers.svg) no-repeat right top; background-size: 100% auto; height: 380px; display: flex; align-items: center; justify-content: center; }
    
    #careers div {  }
        #careers h2 { margin-bottom: 15px; }
        #careers p { margin-bottom: 30px; }
        #careers a.btn { background-color: #1fe582; color: #fff; font-size: 30px; padding: 10px 50px; }
        #careers a.btn:hover { background-color: #453dff; }

/* Footer */
footer .container { border-top: 3px solid #ff3c4b; padding: 50px 0; }
    
    footer .logo { width: 100px; }
    footer .row div:last-child { display: flex; align-items: center; justify-content: flex-end; }
        footer ul { display: flex; list-style: none; justify-content: flex-end; margin: 0; }
            footer ul li { margin-left: 2vw; }
                footer ul li a { color: #fff; font-family: 'telegrafultrabold', sans-serif; display: block; }
                    footer ul li a span { font-size: 10px; }
                footer ul li a.btn:hover { color: #fff; }