/*
#77767e - cinzza
#f7a600 - laranja
#002b55 - azul

font-family: 'Raleway', sans-serif;
font-family: 'Lato', sans-serif;

left: calc(50% - 72px);

-
align-self-center

|
justify-content-center

*/

body {
    background-color: #f7f7f7;
    color: #666666;
    font-family: 'Lato', sans-serif;
}

main {
    background-color: #fff;
}

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

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

p {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    color: #898989;
    text-align: justify;
    margin: 0;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #002b55;
    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;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-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 #002b55;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
    -webkit-animation: animate-preloader 1s linear infinite;
    -moz-animation: animate-preloader 1s linear infinite;
    -o-animation: animate-preloader 1s linear infinite;
    -ms-animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*Barra de contato*/

#direct-bar .container {
    padding: 0;
}

#direct-bar {
    height: 27px;
    width: 100%;
    position: absolute;
    left: 0;
    position: fixed;
    background-color: #e5e5e5;
    text-align: center;
    z-index: 997;
}

#direct-bar ul {
    text-align: center;
    padding-left: 0!important;
}

#direct-bar li {
    font-size: 12px;
    color: #000;
    display: inline;
}

#direct-bar .mf0 {
    margin-left: 0;
}

#direct-bar i {
    margin: 6px 5px 0 23px;
    font-size: 16px;
    transition: 0.2s
}

#direct-bar i:hover {
    transform: scale(1.3);
}

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

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

#direct-bar .ml50 {
    margin-left: 50px;
}

/*-- #Menu --*/
/* Nav Menu Essentials */

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

ul .titulo {
    color: #d8ff00!important;
    font-size: 22px;
    margin: 18px 0 5px 15px;
    
}

.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 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: 15px;
    border-color: rgba(255, 255, 255, 0.5)
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 20px 15px 20px 15px;
    text-decoration: none;
    display: inline-block;
    color: #d3d3d3;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    outline: none;
}

/*.menu-active > */
.nav-menu li:hover > a,
.nav-menu >

a {
    color: #fff;
    background-color: #434343;
    /*    border-radius: 7px;*/
    /*    border-bottom: 3px solid #002b55;*/
    /*    padding-bottom: 25px;*/
}

.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;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

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

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

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

/* Mobile Nav Toggle */

#mobile-nav-toggle .fa-bars {
    color: #e5e5e5;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 41px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-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: #939393;
}

#mobile-nav i {
    margin-right: 10px;
    padding: auto;
    min-width: 14px;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding: 15px;
    bottom: 0;
    z-index: 998;
    background: #000000;
    left: -200px;
    width: 200px;
    overflow-y: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-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: 8px 0 8px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

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

#mobile-nav ul .submenu {
    padding-left: 20px;
}

#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: #002b55;
}

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

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

#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;
}

#header .dropdown a {
    display: block;
}

#header .dropdown-item {
    padding: 10px;
}

#header .dropdown-item:hover {
    color: #fff;
    background-color: #656c71;
}

/* Nav Menu Arrows */

/* Header */

#header {
    background: linear-gradient(to right, rgba(247, 166, 0, 0), rgba(0, 43, 85, 0));
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    padding: 0;
    height: 100px;
    position: fixed;
    height: 0px;
    left: 0;
    top: 27px;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled {
    background: linear-gradient(to right, rgba(247, 166, 0, 0.8), rgba(0, 43, 85, 0.91));
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    padding: 0;
    height: 68px;
}

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

#header #logo {
    float: left;
    margin: 13px 0 0 0;
}

#header .logo {
    position: absolute;
    height: 44px;
}

@media (max-width: 768px) {
    #header .logo {
        position: absolute;
        top: 14px;
    }
}

.logo-menu {
    height: 100px;
    padding: 10px 0 15px 15px;
    /*    margin-bottom: 15px;*/
}

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

@media (max-width: 768px) {
    #header #logo img {
/*        margin-top: 11px;*/
        max-height: 40px;
    }

    #header #logo h1 {
        font-size: 28px;
    }
}

/* 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 {
    display: table;
    width: 100%;
    height: 90vh;
    background: #fff;
}

@media (max-width: 786px) {
    #intro {
        height: 90%;
    }
}

#intro .carousel-indicators .active {
    display: none;
}

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

@media (max-width: 576px) {
    #intro {
        height: 60vh;
    }

    #intro .carousel-item {
        height: 60vh;
    }
}

#intro .carousel-item::before {
    content: '';
    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%;
    bottom: 0;
    position: absolute;
}

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

#intro h2 {
    position: relative;
    top: 35%;
    color: #fff;
    font-size: 50px;
    margin: 0;
    text-align: center;
    padding: 0 90px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

#intro h3 {
    position: relative;
    top: 44%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 20px;
    text-transform: uppercase;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

@media (max-width: 576px) {
    #intro h2 {
        font-size: 30px;
        padding: 0 40px;
    }

    #intro h3 {
        font-size: 15px;
        padding: 0 40px;
        letter-spacing: 7px;
    }
}

@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;
}

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

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

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-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;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-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;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-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: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #002b55;
}

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

.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: 36px;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    text-transform: uppercase;
}


/* Section with background */

.section-bg {
    background: #f7f7f7;
}

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

.modal h3 {
    color: #002b55;
}

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

.modal span {
    color: #adadad;
}

/* about --*/

#about {
    padding: 100px 0 90px 0;
    background: #f7f7f7;
}

#about p {
    line-height: 170%;
    color: #898989;
    text-align: justify;
    margin: 0;
    padding-bottom: 20px;
}

#about h2 {
    text-align: center;
}

#about h4 {
    text-align: center;
    margin-top: 50px;
}

#about hr {
    border-top: 1px solid #656c71;
    padding-bottom: 30px;
}

@media (max-width: 576px) {
    #about {
        padding: 70px 0 60px 0;
    }

}

#about .row {
    margin: 0;
}
#about img {
    border: 2px solid #ebebeb;
    padding: 20px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#about img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

@media (max-width: 768px) {
    #about img {
        padding: 10px;
        text-align: center;
    }
}

#about h1 {
    text-align: center;
    color: #002b55;
    font-size: 45px;
    margin: 20px 0 13px 0;
    padding-bottom: 10px;
    border-bottom: 3px dotted #bbb;
}


/*reseller*/

#reseller {
    background: #fff;
    padding: 100px 0 80px 0;
    text-align: center;
}

#reseller img {
    margin: 40px 0;
    transition: all .3s;
}

#reseller img:hover {
    transform: scale(1.07);
}

#reseller a {
    color: #000;
    text-align: left!important;
}

#reseller a:hover {
    color: #f7a600;
}

#reseller p {
    padding-bottom: 25px;
}

#reseller .highlight {
    font-size: 26px;
}

#reseller h2 {
    font-size: 45px;
    color: #002b55;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

#reseller hr {
    max-width: 50%;
}

@media (max-width: 768px) {
    #reseller {}
}

@media (max-width: 576px) {
    #reseller {
        padding-bottom: 60px;
    }

    #reseller img {
        margin: 0 0 40px 0 !important;
    }
}

/* spotlight
--------------------------------*/

#spotlight {
    background: url(../img/spotlight.jpg) center center fixed;
    background-color: #65b3ff;
    background-size: cover;
    border-top: 10px double #fff;
    border-bottom: 10px double #fff;
    padding: 90px 0;
    position: relative;
}

#spotlight p {
    text-align: center;
    font-size: 30px;
}

#spotlight h1 {
    font-family: 'Raleway', sans-serif;
    color: #002d5d;
    font-size: 38px;
    text-align: center;
    margin-top: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}


@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 767px) {
    #spotlight {
        padding: 56px 0;
        height: 55vh;
        background: url(../img/spotlight.jpg) no-repeat center center fixed;
        
    }
}


/* spotlight2
--------------------------------*/

#spotlight2 {
    background-size: cover;
    padding: 9vh 0;
    height: 50vh;
    position: relative;
    overflow: hidden;
    background-color: #036;
}

#spotlight2 p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 170%;
}

#spotlight2 h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
}

#spotlight2 h2 {
    color: #a7a7a7;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

#spotlight2 hr {
    border-bottom: 1px solid #b7b7b7;
}

@media (max-width: 576px) {
    #spotlight2 {
        padding: 9vh 0;
        height: 73vh;
    }
}

/*SERVICES*/

#services {
    background: #fff;
    padding: 100px 0 80px 0;
    text-align: center;
}


#services .highlight {
    font-size: 26px;
}

#services h2 {
    font-size: 25px;
    color: #002b55;
    text-align: center;
    margin: 50px 0;
}

#services ul {
    text-align: left;
}

#services li {
    margin-bottom: 10px
}

#services hr {
    max-width: 50%;
}



/*SERVICES*/

#iot-services {
    background: #f2f2f2;
    padding: 0px 0 80px 0;
    text-align: center;
}

#iot-services .highlight {
    font-size: 26px;
}

#iot-services h2 {
    font-size: 25px;
    color: #002b55;
    text-align: center;
    margin: 50px 0;
    font-weight: 700;
}

#iot-services h4 {
    font-size: 15px;
    color: #002b55;
    text-align: center;
    margin: 50px 0;
}

#iot-services ul {
    text-align: left;
}

#iot-services li {
    margin-bottom: 10px
}

#iot-services .iot-img {
    width: 100%;
    margin-bottom: 60px;
}

#iot-services hr {
    max-width: 50%;
}



/*CONTACT*/

#contact {
    padding: 100px 0 60px 0;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
}

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

#contact .contact-info p {
    line-height: 150%;
}

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

#contact p strong {
    font-size: 12px;
}

#contact h2 {
    text-align: center;
    font-size: 22px;
    margin: 40px 0;
}

#contact a {
    color: #000;
}

#contact a:hover {
    color: #f7a600;
}

#contact ul {
    list-style: none;
    font-size: 20px;
}

#contact li {
    padding-bottom: 20px;
    
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #002b55;
    margin-bottom: 15px;
}

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

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

#contact h4 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 35px;
    color: #656565 !important;
    text-align: center;
}

#contact .contact-info i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#contact .contact-info i:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

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

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

@media (min-width: 768px) {

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

#contact .form #sendmessage {
    color: #002b55;
    border: 1px solid #002b55;
    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"] {

    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: #002b55;
    color: #fff;
    border: 1px solid #002b55;
}

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

@media (min-width: 768px) {

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

/*LOCATION*/

#location {
    margin: 0;
    padding: 0;
}

#location .container-fluid {
    padding: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 2px solid #b7b7b7;
}

/*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: 10px 0 5px 0;
    font-size: 9px;
    text-align: right;
}

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

footer .footer-logo {
    width: 70px;
    margin-right: 20px;
    padding-top: 10px;
}

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

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

.space30 {
    padding: 30px 0;
}

.space30-top {
    padding: 30px 0 0 0;
}

.space15 {
    padding: 30px 0;
}

/*
.scroll-anchor {
    position: relative;
    top: -34px;
}
*/

*::-moz-selection {
    background: #fff1cf;
    color: #000;
}

*::selection {
    background: #fff1cf;
    color: #000;
}

.mb20 {
    margin-bottom: 20px;
}