body {
    background: #fff;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #ffc40c;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #ffce00;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lalezar', cursive;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #262847;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    left: 15px;
    bottom: 15px;
    transition: background 0.5s;
    padding-top: 10px;
    z-index: 11;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #ffce00;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Barra de contato*/

#direct-bar {
/*    background: radial-gradient(rgb(255, 196, 12),rgb(242, 163, 31));*/
    background-color: #eee;
    height: 35px;
    width: 100%;
    position: absolute;
    top: 20;
    left: 0;
    position: fixed;
    text-align: le;
    z-index: 999;
    padding-top: 5px;
}

#direct-bar i {
    margin: 0 5px 0 5px;
    font-size: 16px;
}

#direct-bar span {
    font-weight: 700;
}

#direct-bar .row {
    text-align: right;
}

#direct-bar a {
    color: #262847;
    font-size: 13px; 
}

#direct-bar a:hover {
    color: #ffce00;
}

/*-- #Menu --*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.nav-menu .social-menu {
    font-size: 20px;
}

/* Nav Menu Arrows */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background-color: #262847;
    padding: 23px 0;
    height: 72px;
    position: fixed;
    left: 0;
    top: 35px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled {
    transition: all 0.5s;
}

#header #logo {
    float: left;
}

    @media (min-width: 1024px) {
        #header #logo {
            padding-left: 0px;
        }
    }

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

#header .logo {
    position: absolute;
    height: 70px;
    top: 3px;
}

.logo-menu {
    height: 60px;
    padding-left: 14px;
    margin-bottom: 15px;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

    @media (max-width: 576px) {
        #header {
            top: 0;
        }

        #header .logo {
            position: absolute;
            height: 60px;
            top: 7px;
        }
    }

/*    @media (max-width: 768px) {*/
    @media (max-width: 992px) {
        #header {
            top: 0;        
        }
    }

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/*@media (max-width: 768px) {*/
@media (max-width: 992px) {
    #nav-menu-container {
        display: none;
    }
}

@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}

.nav-menu-hr {
    margin: 5px 15px;
    border-color: rgba(255,255,255,0.5)
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #ffc40c;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #ffce00;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 18px 18px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

/*@media (max-width: 768px) {*/
@media (max-width: 992px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(38, 40, 71, 0.9);
    left: -275px;
    width: 275px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #ffce00;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #ffce00;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*-- # Institucional --*/

#intro {
    padding-top: 107px;
    display: table;
    width: 100%;
    height: 100vh;
    max-height: 640px;
    background: #000;
}

@media (max-width: 992px) {
    #intro {
        padding-top: 72px;
    }
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    max-height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    /*    background: radial-gradient(rgba(0, 0, 0, 0.49),rgba(229, 26, 38, 0.35));*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro .carousel-content {
    width: 100%;
    padding: 25px 15%;
    background: linear-gradient(to right, rgba(255, 206, 0, .8), rgba(221, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    bottom: 0;
    position: absolute;
}

@media (max-width: 576px) {
    #intro .carousel-content {
        width: 100%;
        padding: 25px;
    }
}

#intro h2 {
    /*    text-transform: uppercase;*/
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (max-width: 576px) {
    #intro h2 {
        font-size: 31px;
    }
}

@media (min-width: 577px) {
    #intro h2 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    #intro h2 {
        font-size: 50px;
    }
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

#intro i {
    color: rgba(38, 40, 71, 0.91);
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10% !important;
}

@media (min-width: 1024px) {

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ffce00;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #ffce00;
}

    @media (max-width: 576px) {
        #intro {
            max-height: 350px;
            padding-top: 72px;
        }

        #intro .carousel-item {
            max-height: 350px;
        }
    }

    @media (max-width: 768px) {
        #intro {
            top: 0;
            padding-top: 72px;
        }
    }

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 52px;
    color: #262847;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

/*
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 40%);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: #ffce00;
    bottom: -8px;
    left: calc(50% - 11px);
    border-radius: 15px 15px 0 15px;
}
*/

    @media (max-width: 576px) {
        .section-header h3 {
            padding-bottom: 0px;
            margin-bottom: 0;
        }
    }

    @media (max-width: 768px) {
            padding-bottom: 0px;
            margin-bottom: 0;
    }

#about .section-header p {
    text-align: justify;
    color: #333;
    text-indent: 50px;
}

/* Section with background */

.section-bg {
    background: #f7f7f7;
}

.modal p {
    text-align: justify;
    margin-bottom: 0;
}

.modal h3 {
    color: #ffce00;
    font-weight: 700;
}

.modal h4 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.modal span {
    color: #adadad;
    font-weight: 700;
}


/* destaque
--------------------------------*/

#destaque {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(207, 207, 255, 0.2)), url(../img/destaque.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#destaque h3 {
    text-align: left;
    color: #fff;
    font-size: 45px;
    margin: 0;
}

#destaque p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: left;
}

    @media (max-width: 576px) {
        #destaque {
            padding-bottom: 30px;
            background-size: 100% !important;
            background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0,  0.5)), url(../img/destaque_v.jpg) fixed center center;
            background-size: cover;
        }
        
        #destaque h3 {
            font-size: 35px;
        }
    }

    @media (max-width: 768px) {
        #destaque {
            background-size: 100% !important;
            background: linear-gradient(to left, #14162e, rgba(0,0,0, 0.5)), url(../img/destaque_v.jpg) fixed center center;
        background-size: cover;
        }
    }

/*DESTAQUE-FORM*/

#destaque-form .col-3 {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    top: 8px;
    position: relative;
}

#destaque-form {
    color: #fff;
    padding: 40px 0 90px 0;
    background: linear-gradient(to left, #0b0b17, #262847);
}

#destaque-form h3 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 38px;
    text-align: center;
}

#destaque-form .enviar {
    text-align: center;
}

#destaque-form p {
    text-align: center;
}

#destaque-form .enviar-btn {
    width: 160px;
    left: calc(50% - 80px);
}

#destaque-form .btn {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffce00;
    top: 10px;
    position: absolute;
    border-radius: 70px;
}

#destaque-form .btn:hover {
    background-color: #fff;
    color: #262847;
}

/* Sobre --*/

#about {
    /*    background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(247, 247, 247);
    z-index: 9;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

#about img {
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    transition: all .3s;
    /*    padding: 2px;*/
}

#about img:hover {
    transform: scale(1.03);
}

#about ul {
    padding: 0;
}

@media (max-width: 768px) {
    #about img {
        margin-bottom: 25px;
    }
}

#about .about-col .icon-unidades {
    width: 64px;
    height: 64px;
    padding-top: 0px;
    text-align: center;
    position: absolute;
    background-color: #ffce00;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col .icon-unidades img {
    width: 100%;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon-unidades {
    background-color: #00a74d;
}

#about .about-col:hover i {
    color: #ffce00;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}

#about .about-col h2 a:hover {
    color: #ffce00;
}

#about .about-col p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 40px 20px;
}

/*MISSÃO*/

#about .missao {
    margin-top: 40px;
    padding: 0!important;
    text-align: center;    
}

#about .missao i {
    font-size: 70px;
    color: #262847;
    transition: all 0.3s;
    text-indent: 0;
}

#about .missao i:hover {
    transform: scale(1.2);
    color: #ffce00;
}

#about .missao h2 {
    margin-top: 10px;
}

#about .missao p {
    text-align: center;
    text-indent: 0;
    font-size: 14px;   
}

#about .missao ul {
    font-size: 14px;
    list-style: none;
}

/* SERVIÇOS */

#services {
    background: #ffc40c;
    padding-bottom: 60px;
    text-align: center;
}

#services img {
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .3s;
    padding: 2px;
}

#services img:hover {
    transform: scale(1.05);
    border: 3px solid #ffce00;
}

#services .description span-i {
    font-style: italic;
}

#services .description span-b {
    font-weight: 700;
}

#services button {
    padding: 10px 30px;
    margin: 30px 20px 0 20px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
}

#services button:hover {
    color: #000;
    background-color: #ffce00;
    border-color: #ffce00;
}

#services .cta-btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#services .cta-btn:hover {
    background: #ffce00;
    border: 2px solid #ffce00;
    color: #000;
}

#services p {
    font-size: 16px;
    line-height: 24px;
    color: #262847;
    margin-bottom: 0;
    text-align: justify
}

.section-header-services h3 {
    font-size: 52px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin: 60px 0 20px 0;
}

/* SERVICES ITENS*/

#services .itens {
    margin-top: 40px;
    text-align: center;    
}

#services .itens i {
    margin-top: 30px;
    font-size: 40px;
    color: #fff;
    transition: all 0.3s;
}

#services .itens i:hover {
    transform: scale(1.2);
    color: #262847;
}

#services .itens h2 {
    margin: 10px;
    font-size: 24px;
    color: #fff;
}

/*PORTFOLIO*/

#portfolio {
    padding: 70px 0;
}

#portfolio h4 {
    text-align: center;    
}

#portfolio p {
    text-align: justify;    
}

#portfolio figure {
    font-size: 14px;
    text-align: center;
    color: #262847;
    margin-bottom: 20px;
}

#portfolio img {
    border-radius: 2px;
    margin-bottom: 5px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
    transition: all 0.3s;
}

#portfolio img:hover {
    filter: drop-shadow(1px 5px 3px rgba(0, 0, 0, 0.5));
    transform: scale(1.05);
}

/*CONTATO*/

#contact {
    padding: 60px 0;
}

#contact .contact-info {
    text-align: center;
}

#contact .contact-info p {
    line-height: 150%;
    padding-bottom: 10px;
}

#contact p {
    text-align: center;
    font-size: 15px;
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #ffce00;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #999;
}

#contact h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #656565 !important;
    text-align: center;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #ffce00;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

#contact .form #sendmessage {
    color: #ffce00;
    border: 1px solid #ffce00;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 8px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}

#contact .form button[type="submit"] {
    background: none;
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 10px 30px;
    color: #000;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

#contact .form button[type="submit"]:hover {
    background: #ffce00;
    border: 1px solid #ffce00;
}

.btn-contato {
    border-radius: 50px !important;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

/*Footer*/

footer {
    background-color: #ddd;
    padding: 25px 0;
    text-align: left;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer span.copyright {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: inline-flex;
    line-height: 100%;
}

footer p {
    margin: 20px 0 5px 0;
    font-size: 9px;
    text-align: right
}

@media (max-width: 767px) {
    footer p {
        margin: 35px 0 5px 0;
        text-align: center;
    }
}

footer .footer-logo {
    width: 125px;
}

footer .logo-mediatom {
    width: 100px;
}

footer p.logo-img {
    margin: 0;
}

.scroll-anchor {
    position: relative;
    top: -50px;
}
