.btn,
.navbar .navbar-brand,
.navbar.navbar-transparent,
.navbar.navbar-transparent.affix,
.navbar.navbar-transparent.affix .navbar-brand {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.ekko-lightbox-nav-overlay a:focus,
.ekko-lightbox-nav-overlay a>:focus {
    outline: 0
}

.g-red-purple {
    background: #ff3e56;
    background: -moz-linear-gradient(-45deg, #ff3e56 0, #371f72 100%);
    background: -webkit-linear-gradient(-45deg, #ff3e56 0, #371f72 100%);
    background: linear-gradient(135deg, #ff3e56 0, #371f72 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3e56', endColorstr='#371f72', GradientType=1)
}

.g-blue-green {
    background: #00bdb7;
    background: -moz-linear-gradient(-45deg, #00bdb7 0, #01eeb8 100%);
    background: -webkit-linear-gradient(-45deg, #00bdb7 0, #01eeb8 100%);
    background: linear-gradient(135deg, #00bdb7 0, #01eeb8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00bdb7', endColorstr='#01eeb8', GradientType=1)
}

.g-purple {
    background: #b30fbd;
    background: -moz-linear-gradient(-45deg, #b30fbd 0, #371f73 100%);
    background: -webkit-linear-gradient(-45deg, #b30fbd 0, #371f73 100%);
    background: linear-gradient(135deg, #b30fbd 0, #371f73 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b30fbd', endColorstr='#371f73', GradientType=1)
}

.b-red {
    background: #FF3E56
}

.btn-rounded,
.navbar {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}

.background-image-holder,
.navbar .navbar-brand {
    background-position: center center;
    background-repeat: no-repeat
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #626262;
    font-size: 15px
}

.text-light,
.text-white {
    color: #fff
}

.text-light a,
.text-white a {
    color: #fff;
    text-decoration: underline
}

.text-light a.btn,
.text-white a.btn {
    text-decoration: none
}

h2.section-title {
    font-weight: 700;
    color: #626262;
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 36px;
    letter-spacing: -1px
}

h2.section-title.text-light {
    color: #fff
}

h2.section-title i {
    display: block;
    margin-bottom: 3px;
    opacity: .4
}

#cta-1 br {
    display: none
}

@media (max-width:450px) {
    #cta-1 br {
        display: inline
    }
    #cta-1 {
        font-size: 15px
    }
}

@media (min-width:768px) {
    h2.section-title i {
        display: block
    }
}

h2.section-title span {
    position: relative;
    display: inline-block
}

h2.section-title span:after {
    content: "";
    display: block;
    width: 70%;
    position: absolute;
    bottom: -10px;
    letter-spacing: -1px;
    left: 15%
}

h3.section-subtitle {
    max-width: 400px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
    font-weight: 300
}

h4 {
    margin-bottom: 2em;
    font-size: 16px!important;
    text-align: justify
}

.v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row
}

.no-padding {
    padding: 0
}

.p-t-10 {
    padding-top: 10px
}

.p-t-20 {
    padding-top: 20px
}

.p-t-30 {
    padding-top: 30px
}

.p-t-40 {
    padding-top: 40px
}

.p-t-50 {
    padding-top: 50px
}

.p-t-60 {
    padding-top: 60px
}

.p-t-70 {
    padding-top: 70px
}

.p-t-80 {
    padding-top: 80px
}

.p-t-90 {
    padding-top: 90px
}

.p-t-100 {
    padding-top: 100px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-b-30 {
    padding-bottom: 30px
}

.p-b-40 {
    padding-bottom: 40px
}

.p-b-50 {
    padding-bottom: 50px
}

.p-b-60 {
    padding-bottom: 60px
}

.p-b-70 {
    padding-bottom: 70px
}

.p-b-80 {
    padding-bottom: 80px
}

.p-b-90 {
    padding-bottom: 90px
}

.p-b-100 {
    padding-bottom: 100px
}

.container-small {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.shadow {
    -webkit-box-shadow: 0 10px 40px 0 rgba(99, 117, 138, .3);
    -moz-box-shadow: 0 10px 40px 0 rgba(99, 117, 138, .3);
    box-shadow: 0 10px 40px 0 rgba(99, 117, 138, .3)
}

.background-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-moz-keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box
}

.navbar .navbar-brand {
    background-image: url(../img/logo-horizontal-red.svg);
    width: 190px;
    height: 85px;
    text-indent: -99999px;
    margin-top: -2px
}

.navbar .navbar-nav>li>a {
    padding: 0 24px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 24px;
    text-transform: uppercase;
}

.navbar .navbar-nav>li>a:hover {
    text-decoration: none;
    border: 2px solid #FFF;
    background: #fff;
    color: #3c3c3c!important;
    border-radius: 25px
}
.dropdown-menu{
  box-shadow: none;
  padding: 10px 0;
  border: none;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  text-decoration: none;
    border: 2px solid transparent!important;
    border-radius: 25px;
    color: #3c3c3c!important;
    background: white;
    margin-top: 22px!important;
    padding: 0 22px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -moz-border-radius-bottomright: 0px!important;
    border-bottom-right-radius: 0px!important;
}

@media (max-width: 992px){
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    padding: 0!important;
    margin: 0!important;
    border: none!important;
  }
  .navbar-nav .open .dropdown-menu{
    padding: 0!important;
  }
  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover{
    background-color: transparent;
  }
}
.navbar.navbar-transparent.affix .navbar-nav>li>a:hover{
  border: transparent;
}

.navbar .navbar-nav .btn:hover{
  transform: scale(1.0)!important;

}

.dropdown-menu>li>a{
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 14px;

}
.navbar.navbar-default {
    background: #fff;
    border: none
}

.navbar.navbar-transparent {
    background: 0 0;
    border: none
}

.navbar.navbar-transparent .navbar-brand {
    background-image: url(../img/logo-horizontal-white.svg)
}

.navbar.navbar-transparent .navbar-toggle .icon-bar {
    background: #FFF
}

.navbar.navbar-transparent.affix {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(99, 117, 138, .2);
    -moz-box-shadow: 0 2px 3px 0 rgba(99, 117, 138, .2);
    box-shadow: 0 2px 3px 0 rgba(99, 117, 138, .2)
}

.navbar.navbar-transparent.affix .navbar-nav>li>a {
    color: #626262
}

.navbar.navbar-transparent.affix .navbar-toggle .icon-bar {
    background: #FF3E56
}

.navbar.navbar-transparent.affix .navbar-nav>li>a:hover {
    border: 2px solid #DDD
}

.navbar.navbar-transparent.affix .navbar-brand {
    background-image: url(../img/logo-horizontal-red.svg)
}

.navbar.navbar-transparent .navbar-nav>li>a {
    color: #fff
}

.btn {
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    padding: 12px 29px;
    font-size: 16px;
    margin-bottom: 10px;
    transition: all .15s ease-in-out
}

.btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .15s ease-in-out;
    transform: scale(1.1)
}

.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box
}

.btn-square,
.chat-simulation .message {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.btn-square {
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.btn-outline {
    border-width: 2px;
    border-style: solid
}

.btn-default,
.btn-grey {
    background: #626262;
    color: #fff
}

.btn-default.btn-outline,
.btn-grey.btn-outline {
    background: 0 0;
    border-color: #626262;
    color: #626262
}

.btn-default.btn-outline:hover,
.btn-grey.btn-outline:hover {
    border-color: #5b5d5f
}

.btn-default:hover,
.btn-grey:hover {
    background: #5b5d5f;
    color: #fff
}

.btn-blue,
.btn-primary {
    background: #00BDB7
}

.btn-blue.btn-outline,
.btn-primary.btn-outline {
    background: 0 0;
    border-color: #00BDB7;
    color: #00BDB7
}

.btn-blue.btn-outline:hover,
.btn-primary.btn-outline:hover {
    border-color: #00716d
}

.btn-blue:hover,
.btn-primary:hover {
    background: #00716d
}

.btn-green,
.btn-success {
    background: #00EEB7
}

.btn-green.btn-outline,
.btn-success.btn-outline {
    background: 0 0;
    border-color: #00EEB7;
    color: #00EEB7
}

.btn-green.btn-outline:hover,
.btn-success.btn-outline:hover {
    border-color: #00a27c
}

.btn-green:hover,
.btn-success:hover {
    background: #00a27c
}

.btn-info,
.btn-yellow {
    background: #FFB734
}

.btn-info.btn-outline,
.btn-yellow.btn-outline {
    background: 0 0;
    border-color: #FFB734;
    color: #FFB734
}

.btn-info.btn-outline:hover,
.btn-yellow.btn-outline:hover {
    border-color: #e69500
}

.btn-info:hover,
.btn-yellow:hover {
    background: #e69500
}

.btn-danger,
.btn-red {
    background: #FF3E56;
    color: #fff
}

.btn-danger.btn-outline,
.btn-red.btn-outline {
    background: 0 0;
    border-color: #FF3E56;
    color: #FF3E56
}

.btn-danger.btn-outline:hover,
.btn-red.btn-outline:hover {
    background: #FF3E56;
    color: #fff
}

.btn-danger:hover,
.btn-red:hover {
    background: #f1001e;
    color: #fff
}

.btn-simple,
.btn-white {
    background: #fff;
    color: #626262
}

.btn-simple.btn-outline,
.btn-white.btn-outline {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-simple.btn-outline:hover,
.btn-white.btn-outline:hover {
    border-color: #fff;
    color: #626262
}

.btn-simple:hover,
.btn-white:hover {
    background: #fff
}

.btn-group-vertical>.btn {
    margin-bottom: 0
}

.btn-group-vertical>.btn:last-child {
    margin-bottom: 10px
}

.btn-white {
    color: #626262!important
}

.hero {
    min-height: 600px;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    background: #f60
}

.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: .8;
    filter: contrast(130%)
}

.hero .container {
    position: relative;
    z-index: 4
}

.hero .hero-content h1 {
    font-weight: 700;
    font-size: 56px;
    margin-top: 60px;
    letter-spacing: -1px
}

.hero .hero-content p {
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px
}

.hero .hero-content .hero-type {
    display: none
}

.hero .hero-content .hero-typed {
    font-weight: 700;
    font-size: 2em;
    width: 320px;
    margin: 0 auto 20px;
    height: 80px
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

@media (min-width:768px) {
    .hero .hero-content .hero-typed {
        font-size: 2.5em;
        width: auto;
        height: auto;
        min-height: 1.5em
    }
}

@media (max-width:768px) {
    .hero .hero-content h1 {
        font-weight: 700;
        font-size: 40px;
        letter-spacing: -1px
    }
    .hero .hero-content p {
        margin-bottom: 30px;
        margin-top: 20px;
        font-weight: 300;
        font-size: 15.5px
    }
    #escolha h4 {
        font-size: 15px!important;
        line-height: 30px
    }
    .section-title {
        font-size: 34px!important
    }
    .navbar-brand {
        margin-left: 10px!important
    }
    .navbar-toggle {
        margin-right: 5px!important
    }
    .navbar-nav {
        margin-left: 5px
    }
}

.hero.hero-1 .container,
.hero.hero-1 .row {
    height: 100vh;
    min-height: 600px
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?8gr9ex);
    src: url(../fonts/icomoon.eot?8gr9ex#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?8gr9ex) format('truetype'), url(../fonts/icomoon.woff?8gr9ex) format('woff'), url(../fonts/icomoon.svg?8gr9ex#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.chat-simulation .message a,
.price-table h5 {
    text-transform: uppercase
}

.icon-user:before {
    content: "\e902"
}

.icon-mail:before {
    content: "\e900";
    font-size: 16px;
    position: absolute;
    margin-top: 3px;
    margin-left: -21px
}

.icon-heart:before {
    content: "\e901";
    font-weight: 900
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-twitter:before {
    content: "\ea96"
}

section {
    padding: 50px 0;
    position: relative;
    background: #fff
}

.chat-simulation .avatar,
.chat-simulation .message {
    padding: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box
}

section .container {
    z-index: 2;
    position: relative
}

.htw-typed {
    height: 80px
}

.chat-simulation .avatar {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box
}

.chat-simulation .avatar i {
    color: #fff;
    font-size: 1.8em;
    display: block;
    width: 40px;
    line-height: 40px;
    font-weight: 900;
    text-align: center
}

.chat-simulation .message-wrapper {
    margin: 0 80px
}

.chat-simulation .message {
    border-radius: 5px;
    background: #00BDB7;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5em
}

.chat-simulation .message.see-more {
    height: 140px;
    overflow-y: hidden;
    text-overflow: clip
}

.chat-simulation .message.see-more:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: -moz-linear-gradient(top, rgba(233, 233, 233, 0) 0, #EDEDED 45%, #EDEDED 100%);
    background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0) 0, #EDEDED 45%, #EDEDED 100%);
    background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0, #EDEDED 45%, #EDEDED 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#EDEDED', GradientType=0)
}

.chat-simulation .message.see-more.open {
    height: auto;
    padding-bottom: 35px
}

.chat-simulation .message.see-more.open:before {
    display: none
}

.chat-simulation .message.see-more .read-more {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 14px;
    text-decoration: none!important;
    font-weight: 600;
    letter-spacing: 0;
    color: #757474!important
}

.chat-simulation .chat.left .message:after,
.chat-simulation .chat.right .message:after {
    top: 10px;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    display: block;
    content: ""
}

.chat-simulation .message:after {
    display: block;
    content: "";
    position: absolute
}

.chat-simulation .chat {
    overflow: hidden;
    padding: 15px 0
}

.chat-simulation .chat.left .avatar {
    float: left;
    background: #808386
}

.chat-simulation .chat.left .message-wrapper {
    margin-right: 0
}

.chat-simulation .chat.left .message {
    background: #e8e8e8;
    position: relative
}

.chat-simulation .chat.left .message:after {
    position: absolute;
    left: -10px;
    border-right: 10px solid #e8e8e8
}

.chat-simulation .chat.right .avatar {
    float: right;
    background: #FF3E56;
    text-align: center
}

.chat-simulation .chat.right .message-wrapper {
    margin-left: 0
}

@media (min-width:768px) {
    .chat-simulation .chat.left .message-wrapper {
        margin-right: 80px
    }
    .chat-simulation .chat.right .message-wrapper {
        margin-left: 80px
    }
}

.chat-simulation .chat.right .message {
    color: #fff;
    position: relative;
    float: right
}

.chat-simulation .chat.right .message a {
    color: #fff;
    text-decoration: underline;
    pointer: link
}

.chat-simulation .chat.right .message:after {
    position: absolute;
    right: -10px;
    border-left: 10px solid #00BDB7
}

.testimonials {
    max-width: 710px;
    margin: 30px auto
}

.testimonials .testimonial-content {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 25px;
    color: #626262;
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7em
}

.testimonials .testimonial-person {
    padding-left: 40px;
    margin-top: 20px;
    color: #fff;
    position: relative
}

.testimonials .testimonial-person .avatar {
    width: 60px;
    float: left;
    margin-right: 15px
}

.testimonials .testimonial-person .avatar::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -20px;
    left: 57px
}

.testimonials .testimonial-person .name {
    display: block;
    padding-top: 10px;
    font-weight: 700;
    font-size: 22px
}

.testimonials .testimonial-person .subtitle {
    font-size: 1em;
    opacity: .7
}

.testimonials .owl-dots {
    overflow: hidden;
    text-align: center;
    margin-top: 30px
}

.testimonials .owl-dots .owl-dot {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle
}

.testimonials .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    opacity: .7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.testimonials .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1
}

.price-table {
    text-align: center;
    padding: 60px 30px
}

.price-table h5 {
    color: #000;
    font-weight: 700
}

.price-table .price {
    font-size: 3.5em;
    font-weight: 900
}

.price-table .subtitle {
    font-weight: 700;
    font-size: .9em;
    margin-bottom: 15px
}

.price-table .cta,
.price-table ul {
    margin-top: 30px
}

.price-table.featured {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(99, 117, 138, .3);
    -moz-box-shadow: 0 10px 40px 0 rgba(99, 117, 138, .3);
    box-shadow: 0 10px 40px 0 rgba(99, 117, 138, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.price-table.featured .btn-red {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.newsletter-container .section-title {
    margin-bottom: 10px
}

.newsletter-container .newsletter-form {
    max-width: 450px;
    margin: 60px auto 0
}

.newsletter-container .newsletter-form input.form-control {
    background: rgba(0, 0, 0, .35);
    border: 0;
    line-height: 40px;
    color: #fff;
    padding-left: 25px
}

.newsletter-container .newsletter-form .input-group-btn {
    z-index: 4
}

.newsletter-container .newsletter-form .input-group-btn:last-child>.btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: -30px
}

footer .content-footer {
    padding: 30px 0;
    text-align: center
}

footer .content-footer .col-sm-9 {
    text-align: right!important
}

footer .logo-footer {
    margin-top: 35px!important;
    width: 200px;
    margin: 0 auto
}

footer .content-footer .col-sm-3 {
    padding-bottom: 15px
}

@media (min-width:768px) {
    footer .content-footer {
        text-align: left
    }
    footer .content-footer .col-sm-3 {
        padding-bottom: 0
    }
}

footer .aux-footer {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;
    text-align: center
}

footer .aux-footer a {
    color: #626262!important
}

footer .aux-footer a:hover {
    color: #626262;
    text-decoration: none!important
}

@media (min-width:768px) {
    footer .aux-footer {
        text-align: left
    }
}

footer .contact .social {
    padding: 0;
    margin: 0 0 15px;
    list-style-type: none
}

footer .contact .social li {
    display: inline-block
}

footer .contact .social li a {
    display: block;
    border: 2px solid #3B5998;
    width: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    color: #3B5998;
    height: 30px;
    margin: 0 2px
}

footer .contact .mail {
    color: #626262;
    text-decoration: none;
    display: inline-block
}

@media (max-width:768px) {
    .navbar-brand {
        margin-left: 25px
    }
    footer .logo-footer {
        margin-top: 15px!important
    }
    footer .content-footer .col-sm-9 {
        text-align: center!important
    }
}

@media (max-width:1200px) {
    .navbar-header {
        float: none
    }
    .navbar-left,
    .navbar-right {
        float: none!important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-nav a:focus,
    .navbar-nav a:hover {
        border: none!important
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        margin-top: -8px
    }
    .navbar-nav>li {
        float: none
    }
    .nav>li>a,
    .nav>li>a:hover {
        padding: 0!important
    }
    .navbar-nav a {
        margin: 18px 0!important
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        border: none!important;
        margin-top: 18px!important;
        padding: 0!important
    }
    .collapse.in {
        display: block!important
    }
}

.problem-of-choice h4 {
    font-size: 16px;
    line-height: 32px;
    color: #626262;
    font-weight: 400
}

.problem-of-choice h1 {
    font-size: 36px;
    font-weight: 700;
    color: #626262;
    margin-bottom: 35px
}

.problem-of-choice .content {
    padding: 0
}

@media (min-width:991px) and (max-width:1200px) {
    .img-responsive {
        display: block;
        max-width: 120%;
        height: auto
    }
    .landing-man {
        margin-left: -30px
    }
}

#resumo .section-title {
    margin-bottom: 40px;
    margin-top: -20px
}

#termos h3 {
    font-weight: 700;
    letter-spacing: -1px;
    padding-top: 20px;
    font-size: 26px
}

#termos h4 {
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 19px!important
}

#termos p {
    line-height: 1.7em;
    font-weight: 500;
    font-size: 15px;
    text-align: justify
}

@media (max-width:768px) {
    #termos .container {
        padding: 0 40px
    }
    #termos .navbar {
        padding: 0
    }
    .container-small {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 30px;
        padding-right: 30px
    }
    .container {
        padding: 0 30px
    }
    .aux-footer .col-sm-4 {
        margin-top: 10px
    }
    .aux-footer .text-right {
        text-align: center
    }
    .aux-footer .pull-right {
        float: inherit!important
    }
    .content-footer .col-sm-9 {
        margin-top: 30px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .content-footer .col-sm-9 {
        padding-left: 70px
    }
}

.video-quecurso {
    background: url(../img/bg-video.jpg) center no-repeat;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.video-player {
    height: 120px;
    width: 120px;
    border-radius: 100px;
    border: 4px solid #fff;
    margin-top: 140px
}

.video-player:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 48px;
    margin-top: 27px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #fff
}

#escolha {
    height: auto
}

@media (max-width:768px) {
    .navbar-toggle {
        margin-bottom: 0;
        margin-top: 12px!important
    }
    .navbar .navbar-brand {
        width: 130px;
        height: 60px
    }
    .testimonials .testimonial-content {
        font-size: 16px
    }
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border: none
}

.navbar-toggle span.icon-bar {
    transition: all .15s
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggle span:nth-child(3) {
    opacity: 0
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0)
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1
}

a h3 {
    font-size: inherit;
    margin: 0;
    font-weight: inherit
}

.hero .hero-content h4 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px!important;
    line-height: inherit;
    text-align: inherit
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dot {
    top: 0
}

.content-footer{
  border-top: 1px solid #e8e8e8;
}

.content-footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.content-footer ul li{
  margin: 0;
  padding: 0;
}
.content-footer ul li{
  margin-bottom: 10px;
}
.content-footer ul li:first-child{
  font-weight: bold;
  margin-bottom: 18px;
}
.aux-footer{font-size: 14px}

.item-blog{
  background: lightgray;
  height: 500px;
}

.m-0 {
    margin: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

#blog h2{
  margin: 0;
  font-family: "Open Sans";
  text-transform: none;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 700;
  font-style: normal;
  color: #626262;
  font-size: 24px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  z-index: 1;
  margin-right: 20px;
}

#blog .content{
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%
}

#blog .content::before{
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-color: #222;
  z-index: 0;
}

#blog .content::after{
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  opacity: 0.7;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.42) 50%,rgba(0,0,0,0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
}

#blog .blog-categoria::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  padding: 5px 30px;
  background-color: #1EBCB6;
  transform: skewX(-5deg);
  z-index: -1;
}

#blog .blog-categoria {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700!important;
  line-height: 20.5px;
  font-size: 12px;
  padding-left: 10px !important;
  padding-right: 10px!important;
  z-index: 1;
  padding-top: -2px;
  margin-top: 10px;
}

#blog .blog-categoria a, #blog .blog-categoria a:hover {
  color: white;
  text-decoration: none;
}

#blog .title {
  position: absolute;
  bottom: 25px;
  z-index: 9999;
}

#blog h2 a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#blog h2 a:hover {
  color: #1EBCB6;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#blog .outer{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-title {
  font-weight: 700;
  color: #626262;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 36px;
  letter-spacing: -1px;
}

#blog .section-title{
  margin-bottom: 40px;
  margin-top: 40px;
}
#blog .container{
  border-top: 1px solid #e8e8e8;

}

#blog .owl-dots {
    overflow: hidden;
    text-align: center;
    margin-top: 30px
}

#blog .owl-dots .owl-dot {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle
}

#blog .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #8e8e8e;
    display: block;
    opacity: .7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#blog .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1
}

@media (max-width: 992px){
  .item-blog{
    height: 450px;
  }
  .content-footer ul li:last-child{
    margin-bottom: 40px;
  }
  .content-footer{font-size: 15px;}
}

.content-footer a, .aux-footer a{color: #848484!important}

.tipo-white{
	background: url(../img/isotipo-white.svg);
	width: 40px;
	height: 40px;
}

.vale-a-pena{
	background: url(../img/vale-pena-fazer-teste-vocacional.jpg);
}

.dicas{
	background: url(../img/qual-profissao-combina-com-voce.jpg);
}

.avaliacao-melhor{
	background: url(../img/mae-dinah.jpg);
}
