/* ==== Google font ==== */

@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900");

/* === fontawesome === */

@import url("font-awesome.css");

/* ==== overwrite bootstrap standard ==== */

@import url("overwrite.css");
@import url("animate.css");
@font-face {
    font-family: 'Cooper Hewitt';
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Light.eot");
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Light.eot?#iefix") format("embedded-opentype"), url("/public/fonts/cooperHewitt/CooperHewitt-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Book.eot");
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Book.eot?#iefix") format("embedded-opentype"), url("/public/fonts/cooperHewitt/CooperHewitt-Book.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Semibold.eot");
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Semibold.eot?#iefix") format("embedded-opentype"), url("/public/fonts/cooperHewitt/CooperHewitt-Semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: 'Cooper Hewitt';
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Bold.eot");
    src: url("/public/fonts/cooperHewitt/CooperHewitt-Bold.eot?#iefix") format("embedded-opentype"), url("/public/fonts/cooperHewitt/CooperHewitt-Bold.woff") format("woff");
    font-weight: bold;
}

@font-face {
	font-family: 'SansaProFamily';
	src: url("/public/fonts/SansaProFamily/SansaPro-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: 'SansaProFamily';
	src: url("/public/fonts/SansaProFamily/SansaPro-Normal.otf");
	font-weight: normal;
}

@font-face {
	font-family: 'SansaProFamily';
	src: url("/public/fonts/SansaProFamily/SansaPro-SemiBold.otf");
	font-weight: bold;
}


/*==========================================================================
  General
  ========================================================================== */

body {
    color: #777;
    background: #fff;
    font-size: 14px;
    line-height: 1.6em;
    text-shadow: none;
}

.clear {
    clear: both;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'SansaProFamily', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5f5e5b;
    line-height: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 40px;
    line-height: 30px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.txt-light {
    font-weight: 300;
}

.txt-regular {
    font-weight: 400;
}

.txt-bold {
    font-weight: 700;
}

.txt-uppercase {
    text-transform: uppercase;
}

.padding-left {
    padding-left: 0px;
}


/* 
blockquote {
    font-family: Georgia, serif;
} */

blockquote.bigquote {
    border: none;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
}

.text-bold {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

small {
    font-size: 70%;
    font-weight: 100;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}

label {
    font-weight: 600;
    color: #5f5e5b;
}


/*==========================================================================
  Misc & Adjust 
 ========================================================================== */

.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}

.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

.content,
.container {
    overflow: visible;
}

.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.theme-bg {
    background-color: #ff7701 !important;
}

.color-theme {
    color: #ff7701 !important;
}

.normalize-font-top {
    padding-top: 25px;
}


/* --- float --- */

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* --- min --- */

.min-width {
    min-width: 100%;
}

.min-height {
    min-height: 100%;
}


/* --- align --- */

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}


/* ---- padding ---- */


/* top */

.pad-top0 {
    padding-top: 0;
}

.pad-top5 {
    padding-top: 5px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top15 {
    padding-top: 15px;
}

.pad-top20 {
    padding-top: 20px;
}

.pad-top25 {
    padding-top: 25px;
}

.pad-top30 {
    padding-top: 30px;
}

.pad-top35 {
    padding-top: 35px;
}

.pad-top40 {
    padding-top: 40px;
}

.pad-top50 {
    padding-top: 50px;
}

.pad-top70 {
    padding-top: 70px;
}




/* bottom */

.pad-bot0 {
    padding-bottom: 0;
}

.pad-bot5 {
    padding-bottom: 5px;
}

.pad-bot10 {
    padding-bottom: 10px;
}

.pad-bot15 {
    padding-bottom: 15px;
}

.pad-bot20 {
    padding-bottom: 20px;
}

.pad-bot25 {
    padding-bottom: 25px;
}

.pad-bot30 {
    padding-bottom: 30px;
}

.pad-bot35 {
    padding-bottom: 35px;
}

.pad-bot40 {
    padding-bottom: 40px;
}


/* ---- left --- */

.pad-left0 {
    padding-left: 0;
}

.pad-left5 {
    padding-left: 5px;
}

.pad-left8 {
    padding-left: 8px;
}

.pad-left10 {
    padding-left: 10px;
}

.pad-left15 {
    padding-left: 15px;
}

.pad-left20 {
    padding-left: 20px;
}

.pad-left25 {
    padding-left: 25px;
}

.pad-left30 {
    padding-left: 30px;
}

.pad-left35 {
    padding-left: 35px;
}

.pad-left40 {
    padding-left: 40px;
}

.pad-right230 {
    padding-right: 230px;
}


/* ---- margin --- */

.mar-left0 {
    margin-left: 0px;
}

.mar-left5 {
    margin-left: 5px;
}

.mar-left10 {
    margin-left: 10px;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-left20 {
    margin-left: 20px;
}

.mar-left25 {
    margin-left: 25px;
}

.mar-left30 {
    margin-left: 30px;
}

.mar-right5 {
    margin-right: 5px;
}

.mar-right10 {
    margin-right: 10px;
}

.mar-right15 {
    margin-right: 15px;
}

.mar-right20 {
    margin-right: 20px;
}

.mar-right25 {
    margin-right: 25px;
}

.mar-right30 {
    margin-right: 30px;
}


/* top */

.mar-top0 {
    margin-top: 0;
}

.mar-top5 {
    margin-top: 5px;
}

.mar-top8 {
    margin-top: 8px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top25 {
    margin-top: 25px;
}

.mar-top30 {
    margin-top: 30px;
}

.mar-top35 {
    margin-top: 35px;
}

.mar-top40 {
    margin-top: 40px;
}


/* bottom */

.mar-bot0 {
    margin-bottom: 0;
}

.mar-bot5 {
    margin-bottom: 5px;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot15 {
    margin-bottom: 15px;
}

.mar-bot20 {
    margin-bottom: 20px;
}

.mar-bot25 {
    margin-bottom: 25px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-bot35 {
    margin-bottom: 35px;
}

.mar-bot40 {
    margin-bottom: 40px;
}

.vertical-align {
    vertical-align: middle;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
    margin: 0;
    padding: 80px 0 60px 0;
}

.bg-white {
    background-color: #fff;
}


/* --- section heading --- */

.section-header {
    text-align: center;
}

.section-header h2.section-heading {
    /* text-transform: uppercase; */
    font-weight: 600;
}


/* ==========================
 --- Parallax ---
============================= */

#flexibilidade {
    background-image: url(/public/imagens/img1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

#parallax2 {
    background-image: url(/public/imagens/semcusto.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

#facilidade {
    background-image: url(/public/imagens/alvo.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}


/*===========================
  --- Header & menu ----
=========================== */

.navbar {
    line-height: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .navbar-collapse {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nav li {
    height: 100%;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nav>li>a {
    display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    color: #272560;
    font-weight: 500;
        font-size: 13px;
    /* letter-spacing: .1em; */
    text-transform: uppercase;
        font-weight: bold;
}

.nav>li>a:hover {
    color: #fff;
    background: none;
}

.navbar-nav {
    /* float: right; */
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .navbar-nav>.active>a {
    color: #fff;
}

.navbar .navbar-nav>.active>a {
    padding-bottom: 22px;
}

h1 a.navbar-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-shadow: none;
}

.navbar-brand {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 90px;
}

.navbar-brand img {
    vertical-align: middle;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
       width: 62px;
    height: 57px;
    background: #0c83e5 !important;
}

.navbar-collapse.in {
	width: 100%;
    margin-top: -5px !important;
    background: #fff;
}

.text-phone {
    font-size: 1.25rem;
    font-weight: bold !important;
    color: #B93751 !important;
}

/*===========================
  --- Featured section ----
=========================== */

section.featured {
    padding: 200px 0 60px;
    background-image: url(/public/imagens/banner.jpg);
    background-repeat: no-repeat;
    background-position: 30% 45%;
    background-size: cover;
    color: #fdfdfd;
}

section.cadastro {
    padding: 200px 0 60px;
    background-image: url(/public/imagens/criesuacampanha.jpg);
    background-repeat: no-repeat;
    background-position: 30% 45%;
    background-size: cover;
    color: #fdfdfd;
}

section.featured h2.slogan {
    color: #fff;
    /* font-size: 48px; */
    font-weight: 600;
}


/* inner heading */

section.featured.inner {
    background: #eee;
    padding: 150px 0 50px;
}


/* --- Flexslider --- */

.flexslider {
    margin: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-control-nav {
    bottom: -25px;
}

.flexslider .slides img {
    width: auto;
    display: inline;
}

.flex-direction-nav a {
    display: block;
    width: 50px;
    height: 98px;
    margin: -29px -20px 0;
    position: absolute;
    top: 30%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    right: -70px;
    background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
    left: -70px;
    background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
    content: none !important;
}


/* removing default arrows */

.flex-direction-nav a:before {
    content: none !important;
}


/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
    list-style: none;
    padding: 0;
}

.tp-rightarrow.large {
    margin-left: 0;
}

.tp-leftarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
    padding-top: 100px;
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 650px !important;
    overflow: hidden;
}

.fullwidthbanner {
    height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
    background: url(../img/bullets-new.png) no-repeat top left;
}

.tp-caption.large_bold_white {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0px;
    padding: 1px 4px 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.small_thin_white {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.fullwidthbanner a.btn {
    color: #fff;
}


/*==========================
  Facilidades
=========================== */

.member-photo {
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 20px 0;
}

.member-photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.team-detail h4 {
    font-weight: 700;
}

.facilidade {
    max-width: 70%;
}

.wrap-facilidades {
    display: flex;
    justify-content: center;
}


/*===========================
  Portfolio
============================ */

nav#filter a {
    background-color: #EEE;
    color: #555;
}

nav#filter a:hover,
nav#filter a.current {
    background-color: #44BCDD;
    color: #fff;
}


/* ------- */

.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;
    /*set next row on the baseline*/
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}

nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}

.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}


/*===========================
  --- Testimonial ----
  ===========================*/

#testimonals {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    margin-top: 50px;
}

.testimonial i {
    color: #fff;
}

.testimonial span.author {
    color: #fff;
    font-weight: 700;
}

.testimonial h5 {
    color: #fff;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    line-height: 1.5em;
}


/*===========================
  --- Contato ----
=========================== */


/* .validation {
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
} */

#sendmessage {
    border: 1px solid #fff;
    display: none;
    text-align: center;
    padding: 15px 12px 15px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

#errormessage {
    display: none;
}

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

div.cform-response-output {
    max-width: 60%;
    text-align: center;
    margin-left: 40% !important;
    margin-top: 0.5em !important;
    padding: 0.5em !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cform-not-valid-tip {
    color: #888;
    border: 1px dotted #ad3729 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0.5em !important;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input-error {
    border-color: #A94641;
}


.box-center {
    margin: 0 auto;
    text-align: center;
}

/*====================
  Clients
==================== */

#clients img {
    opacity: 0.7;
}

#clients img:hover {
    opacity: 1;
}


/*=========================
  Footer
 ================= */

.box-icons-redes {
    float: right;
}

.box-icons-redes .icons-redes {
    display: inline-block;
    margin-left: 10px;
}


section#footer {
    background: #f6f6f6;
    margin: 0;
}

.copyright-info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 58%;
    margin-left: 20px;
    margin-bottom: 0;
}

.copyright-info,
.copyright-mobile p {
    font-size: 11px;
    margin: 0px;
}

.linha {
    border-bottom: 1px solid #727270;
    padding-bottom: 20px;
}

.mobile {
    display: none;
}

.footer ul,
footer ul li {
    list-style: none;
    /* margin: 0;
    padding: 0; */
}


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer menu */

ul.footer-menu {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.footer-menu li {
    display: inline;
    margin: 0 5px;
}

a.scrollup {
    height: 32px;
    width: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0.5;
}

a.scrollup:hover {
    opacity: 1;
    color: #fff;
}


/*===========================
  --- Template Components ----
=========================== */


/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #FE0108;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i .social-network a.icoYoutube i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/* stats */

.stats .icon {
    margin: 0 0 20px 0;
}

.stats strong.number {
    font-size: 38px;
}

.stats span.text {
    font-weight: 700;
    font-size: 24px;
}


/* buttons */

.btn {
    border: 0;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 15px;
}

.btn.bold {
    font-weight: 600;
}

.btn-cta {
    color: #ffffff;
    border-bottom: 4px solid;
}

.btn-cta:hover {
    color: #ffffff;
}

.btn-cta {
    border-bottom: 2px solid;
}

.btn-cta.btn-lg {
    border-bottom: 4px solid;
}

.btn-verder {
    background-color: #11713B;
    color: #ffffff;
}

.btn-verder:hover {
    background-color: rgb(37, 134, 79);
    color: #ffffff;
}


/* ========================================
popup login
========================================= */

#boxLogin {
    width: 411px;
    height: auto;
}


/* ========================================
cadastro
========================================= */

::-moz-selection {
    background: #F37135;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #272560;
    color: #fff;
    text-shadow: none;
}

a,
a:hover,
a:focus {
    color: #F37135;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.top-content {
    padding: 40px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 10px;
}

.f1 {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1 label {
    font-size: 12px;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #0c83e5;
}

.f1-step {
    position: relative;
    float: left;
    width: 32%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-left: 14px;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #0c83e5;
    color: #0c83e5;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #0c83e5;
    font-size: 22px;
    line-height: 48px;
    padding-left: 15px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #0c83e5;
}

.f1-step.active p {
    color: #0c83e5;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #A94641;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 0px;
}

.form-group>.col,
.form-group>[class*=col-] {
    padding-right: 5px;
    padding-left: 0px;
}

.form-group.col,
.form-group[class*=col-] {
    padding-right: 5px;
    padding-left: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.termo {
    border: 1px solid black;
    font-size: 14px !important;
    overflow: auto;
    text-align: justify;
}

.listaTermoUtilizacao {
    list-style: none;
    margin-left: -35px;
}

/* ========================================
        Campanha
========================================= */

.passo {
    position: relative;
    float: left;
    border-bottom: 1px solid #CDCDCD;
    border-color: #CDCDCD;
    /* margin-left: 15px; */
    height: 60px;
    width: 100%;
}

.passo-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-left: 14px;
}

.passo-um {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #F37135;
    font-size: 22px;
    line-height: 48px;
    padding-left: 15px;
}

.error {
    font-size: 11px;
    color: red;
}

.has-error {
    border-color: red;
}

#formCampanha label {
    display: block;
    margin-bottom: 0px;
}


/* ========================================
Media queries
========================================= */

@media (min-width: 959px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

@media only screen and (min-device-width: 979px) and (max-device-width: 1024px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .navbar-nav {
        margin-top: 20px;
    }
    .active>div {
        display: none;
    }
    .active>div:first-child {
        display: block;
    }
    .active>div:first-child+div {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar.navbar-fixed-top {
        background-color: rgba(247, 148, 61, 1);
    }
    .navbar .navbar-collapse ul.nav {
        background-color:#fff;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        margin-left: 0px !important;
    }
    .navbar .navbar-collapse ul.nav li {
        border-bottom: 1px solid #c4ddf1;
    }
    section.featured {
        padding-top: 80px;
    }
    .team-member,
    .col-lg-4 {
        margin-bottom: 30px;
    }
    .stats .col-md-3 {
        margin-bottom: 30px;
    }
    .descricao {
        display: none;
    }
    .info-banner {
        text-align: center;
        margin-top: 90px;
    }
    .desck {
        display: none;
    }
    .mobile {
        display: initial;
    }
    
    .box-icons-redes {
    float: none;
    display: table;
    margin: 0 auto;
	}
	
	.box-footer-logo {
    float: none;
    display: table;
    margin: 0 auto;
}

	.box-footer-logo img {
	    max-height: 25px !important;
	}
	.text-copy {
    text-align: center;
}
}


/* ========================================
Loader 
========================================= */

.loading-spinner {
    color: #ff8000;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}


/* ========================================
    Carousel 
========================================= */

.carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%;
}

.onebyone-carosel .active.left {
    left: -33.33%;
}

.onebyone-carosel .active.right {
    left: 33.33%;
}

.onebyone-carosel .next {
    left: 33.33%;
}

.onebyone-carosel .prev {
    left: -33.33%;
}


/* Previous button  */

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    /* background: none repeat scroll 0 0 #48BA77; */
    /* border: 4px solid #48BA77; */
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}


/* Next button  */

.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    /* background: none repeat scroll 0 0 #48BA77;
	border: 4px solid #48BA77; */
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}


/* .carousel-control {
    background-image: none;
    background-color: rgb(251, 111, 0);
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
} */


/* ========================================
    switcher 
========================================= */

#style_switcher {
    position: fixed;
    border-radius: 0px 0px 0px 10px;
    z-index: 1000;
    top: 100px;
    right: -250px;
    padding: 15px;
    background-color: #ffffff;
    width: 250px;
    font-weight: 500;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    box-shadow: -4px 1px 7px rgba(2, 4, 0, 0.3);
}

#style_switcher.switcher_open {
    right: 0;
}

#style_switcher .switcher_toggle {
    position: absolute;
    left: -120px;
    top: 0px;
    width: 120px;
    height: 80px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #F37434;
    padding: 10px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 10px 0 0 10px;
    box-shadow: -4px 1px 7px rgba(2, 4, 0, 0.3);
}

#style_switcher .switcher_toggle:hover {
    color: #F6973D;
}

#style_switcher ul.list-group li {
    background-color: transparent !important;
    font-size: 12px;
}

#style_switcher ul.list-group li.list-group-item {
    border: none;
    padding: 10px 0;
}

#style_switcher ul.list-group li.list-group-item:hover {
    background-color: transparent !important;
    cursor: pointer;
    color: #666;
}

label.error {
    font-size: 10px;
}

.obrigatorio{
    color: #a94442;
    font-weight: bold;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Cria submenu no Navbar de Contatos do Hotsite*/
.menu-has-submenu {
    position: relative;
}

.menu-has-submenu .menu-toggle {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.menu-has-submenu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 8px 0;
    z-index: 1000;
}

.menu-has-submenu:hover .submenu,
.menu-has-submenu.submenu-open .submenu {
    display: block;
}

.menu-has-submenu .submenu-item {
    display: block;
    padding: 10px 16px;
    color: #1d1d1d;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.menu-has-submenu .submenu-item:hover,
.menu-has-submenu .submenu-item:focus {
    background-color: #f3f6fb;
    color: #0d6efd;
}

.menu-has-submenu .submenu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}