@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap');

html {
    margin: 0 auto;
    /*max-width: 1400px;*/
    background-color: #FFF;
}

body {
    color: #626262;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    color: #2F353B;
}
a:active,
a:hover,
a:focus { 
    color: #2F353B;
    text-decoration: none;
}

hr {
    border-top: 1px solid #eee !important;
    margin-bottom: 10px;
    margin-top: 10px;
    color: transparent;
}

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

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

.no-padding {
   padding: 0;
}

.btn-geral {
    font-size: 16px;
    font-family: 'Open San', Lato, sans-serif;
    font-weight: 300;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #007F7F;
    padding: 10px;
}

.btn-geral:hover,
.btn-geral:focus {
    font-size: 16px;
    font-family: 'Open San', Lato, sans-serif;
    font-weight: 300;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FF8200;
    padding: 10px;
    text-decoration: none;
}

/* ==========================================================================
TOP HEADER
========================================================================== */

header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;    
    background: #0A6782;
    /*background-color: rgba(255, 255, 255, 0.85);*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.top-left {
    float: left;    
}
.top-right {    
    float: right;
}

.affix {
    position: fixed;
    z-index: 19998;
    width: 100%;
    top: 0;    
    margin: 0 auto;    
    /*height: 90px;*/
    display: table;    
    background: #0A6782;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.38);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.38);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s;
}
.brand-logo {            
    padding: 38px;    
}
.logo {    
    float: left;
    width: 150px;
    height: auto;    
    margin-top: 2px;
    margin-bottom: 5px;
}
.top-header {
    background: #FFF;
    padding: 5px 0px 5px 0px;
    height: 100px;
    clear: both;
}

.menu-header {
    background: #EBEFF0;
}

/* HEADER ICONS */

.header-widget {
    margin-top: 23px;
    float: right;
    padding: 0;
}
#header-widget i {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30Px;
    font-size: 15px;
    margin: 0;
    line-height: 30Px;
    text-align: center;    
    color: #627076;
    background-color: #EBEFF0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s;
}

#header-widget i:hover {
    color: #fff;
    background-color: #017576;
}
#header-widget h4 {
    margin-top: 4px;
    color: #0A6782;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
}
#header-widget a{
    color:#555;
}
.single-widget1 {
    float: left;
    position: relative;
    padding: 0px 20px 0px 0px;
    margin-right: 20px;
    border-right: 1px solid #DDD;    
}

.single-widget2 {
    float: left;
    position: relative;
    padding: 0px 20px 0px 0px;
    margin-right: 20px;    
    border-right: 1px solid #DDD;    
}

.single-widget3 {
    float: left;
    position: relative;
    padding: 0px 20px 0px 0px;
    margin-right: 0px;    
    border-right: 1px solid #FFF;
}

/* SOCIAL HEADER */

ul.social-topo {
    list-style: none;
    display: inline;
    margin-right: 0px !important;
    padding: 0;
}

ul.social-topo li {
    display: inline;
    margin: 0px 2px;
}

.social-topo a.icoFacebook:hover i { background-color: #3B5998; }
.social-topo a.icoInstagram:hover i { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.social-topo a.icoYoutube:hover i { background-color: #CA3737; }
.social-topo a.icoTwitter:hover i { background-color: #2AAAE0; }
.social-topo a.icoPhone:hover i { background-color: #56C4CF; }
.social-topo a.icoEnvelope:hover i { background-color: #56C4CF; }

.social-topcircle li i {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    text-align: center;    
    color: #627076;
    background-color: #EBEFF0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s;
}

.social-topcircle li a:hover i{
    color: #FFF;
}

/* ==========================================================================
TOP-HEADER MEDIA-SCREEN
========================================================================== */
/*
@media only screen and (max-width:700px) {
    .top-header .col-md-5 {
        display: none;
    }
    .top-header .col-md-9 {
        width: 100%;
        text-align: center;
    }
}*/

/* ==========================================================================
SLIDE CAROUSEL
========================================================================== */

.hero-area{
    margin-top: 159px;
    height: 470px;
    overflow:hidden;
    background: #FFF;
}
.slider-one {
   height: 470px;   
}
.hero-area .single-slider {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 470px;
    position: relative;
}
.hero-area .box-slide-text {
    margin-top: 3%;
}
.hero-area .slide-text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 470px;
}
.hero-area .slide-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    line-height: 40px;
}

.hero-area .slide-text span {
    font-weight: 900;
}

/* SLIDER NAV AND DOTS */

.hero-area .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 20px;
}
.hero-area .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.hero-area .owl-controls .owl-dots .owl-dot span {
    width: 10px
    height: 10px;
    display: block;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 10px 0 0;
}
.hero-area .owl-controls .owl-dots .owl-dot:hover span{
    border-color:transparent;
} 
.hero-area .owl-controls .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 25px;    
    border-radius: 5px;
}
.hero-area .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    background: transparent;
    color: #0A6782;
    border: 0px solid;
    width: 55px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    border-radius: 100%;
    opacity: 1;
    font-size: 28px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -45px 0 0;
}
.hero-area .owl-controls .owl-nav div:hover{
    background: #0A6782;
}
.hero-area .owl-controls .owl-nav .owl-prev {
    left: 10px;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    border-radius: 50%;
    visibility:hidden;
    opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-prev{
    visibility:visible;
    opacity:1;
}
.hero-area .owl-controls .owl-nav .owl-next{
    right: 10px;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right;
    border-radius:50%;
    visibility:hidden;
    opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-next{
    visibility:visible;
    opacity:1;
}

/* SLIDER ANIMATION */

.hero-area .owl-item.active .slide-text h1{
    animation: fadeIn 0.8s both 1s;
}
.hero-area .owl-item.active .slide-text p{
    animation: fadeIn 0.8s both 1.4s;
}
.hero-area .owl-item.active .slide-text .btn{
    animation: fadeIn 0.8s both 1.8s;
}

/* CREATIVE AREA */

.hero-area.creative .background-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-area.creative .single-layer {
    position: absolute;
    background-size: auto auto;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-area.creative .single-layer.one {
    background-image:url('images/slider/layer1.png');
    background-position: top 0 left 0;
}
.hero-area.creative .single-layer.two {
    background-image: url('images/slider/layer2.png');
    background-position: top -40% right 0%;
}
.hero-area.creative .single-layer.three {
    background-image: url('images/slider/layer3.png');
    background-position: right 0 bottom 10%;
}
.hero-area.creative .single-layer.four {
    background-image: url('images/slider/layer4.png');
    background-position: left -109px bottom 0%;
}
.hero-area.creative .single-layer.five {

    background-image: url('images/slider/layer5.png');
    background-position: right 15px bottom 20%;
}
.hero-area.creative .owl-item.active .single-layer.one{
    animation: fadeIn 0.8s both 1.2s;
}
.hero-area.creative .owl-item.active .single-layer.two{
    animation: fadeInDown 0.8s both 1.6s;
}
.hero-area.creative .owl-item.active .single-layer.three{
    animation: fadeInRight 0.8s both 2.5s;
}
.hero-area.creative .owl-item.active .single-layer.four{
    animation: slideInLeft 0.8s both 2s;
}
.hero-area.creative .owl-item.active .single-layer.five{
    animation: fadeInDownBig 0.8s both 3s;
}
.hero-area.creative .owl-item.active .slide-text h1{
    animation: flipInX 0.8s both 1s;
}
.hero-area.creative .owl-item.active .slide-text p{
    animation: fadeIn 0.8s both 1.4s;
}
.hero-area.creative .owl-item.active .slide-text .btn{
    animation: fadeIn 0.8s both 1.8s;
}

.hero-area.creative .single-slider {
    background: #f6f6f6;
    z-index: 2;
}
.hero-area.creative .single-layer img{
    display:inline-block;
    width:auto;
}
.hero-area.creative .slide-text{
    text-align:center;
    padding:0 200px;
}
.hero-area.creative .slide-text h1:before{
    display:none;
}
.hero-area.creative .slide-text h1{
    color:#353535;
    margin:0;
    line-height: 60px;
}
.hero-area.creative .slide-text p{
    color:#555;
}
.hero-area.creative .slide-text .btn i{
    margin-right:10px;
}
.hero-area.creative .video{
    box-shadow:0px 0px 5px #000;
    background:#fff;
}
.hero-area.creative .video iframe{
    padding:5px;
}

/* ANIMATE TEXT */

.slide-text p {
    font-family: 'Open Sans' sans-serif;
    font-weight: 300;
    font-size: 18px;
    color:#fff;
    text-transform: uppercase;
}

.slide-text .color-white{
    color:#fff;
    text-transform: uppercase;
}

.hero-area.animate-text .single-slider{
    position:relative;
}
.hero-area.animate-text .single-slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    content: "";
}
.hero-area.animate-text .single-slider .slide-text h1 {
    margin-bottom: 25px;
}
.hero-area.animate-text .single-slider .slide-text h1 {
    margin: 0;
}
.hero-area.animate-text .single-slider .slide-text h1,
.hero-area.animate-text .single-slider .slide-text span,
.hero-area.animate-text .single-slider .slide-text p{
    color:#fff;
}
.hero-area.animate-text .single-slider .slide-text h1:before{
    display:none;
}
.hero-area.animate-text .single-slider .slide-text p {
    color: #fff;
    font-size: 15px;
}
.hero-area.animate-text .single-slider .slide-text .btn{
    margin-right:10px;
    background:#fff;
    color: #353535;
}
.hero-area.animate-text .single-slider .slide-text .btn:hover{
    color:#fff;
}
.hero-area.animate-text .single-slider .slide-text .btn.primary{
    color:#fff;
}
.hero-area.animate-text .single-slider .slide-text .btn.primary:hover{
    background: #fff;
    color: #353535;
}
.hero-area.animate-text, 
.hero-area.animate-text 
.single-slider, 
.hero-area.animate-text 
.slide-text {
    height: 580px;
}
.hero-area.animate-text .cd-words-wrapper{
    display:block;
    padding:0;
    font-size:30px;
    margin:0 0 10px 0;
}

/*--- CONTROL SLIDE ---*/

.owl-controls .owl-dots .owl-dot.active span,.hero-area .owl-controls .owl-dots .owl-dot span,.hero-area .owl-controls .owl-nav div,.owl-nav div:hover,.owl-controls .owl-nav div,.nav-tabs li a::before,
.tab-section.style5,.nav-tabs li a,.our-skill .progress .progress-bar,.counter.primary:before,.btn.radius:hover a,.hero-area .slide-text h1:before,
#scrollUp,.header .slicknav_btn,.header.onepage .slicknav_btn,.tromas-option .icon,
.header.onepage .slicknav_nav a:hover,.header.onepage .slicknav_nav a:hover,
.header .slicknav_nav a:hover{ background-color: rgba(255, 255, 255, 0.8) ;}

/* ==========================================================================
BOTTOM HOME HEADER
========================================================================== */

.home-bottom {
    position: absolute;
    z-index: 9989;
    width: 100%;
    left: 0;
    bottom: 0px;
    text-align: center;
    opacity: 0.9;
} 
.move {
    font-family: "Open Sans",sans-serif;
    color: #FFF;
    font-weight: 300;    
    font-size: 18px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(180, 231, 241, 0.5);
    transition: all .4s ease-in-out;    
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.home-bottom a {
    padding-top: 0px;
    padding-bottom: 45px;
    padding-left: 7px;
    padding-right: 7px;
    color: #0A6782;
} 
.home-bottom a:hover {
    opacity: 0.9; 
}
.home-bottom a { 
    font-size: 35px;
}

/* ==========================================================================
   IMAGEM TOPO PAGINA INTERNA - TITULO
========================================================================== */

.section-header-interna {
    margin-top: 159px;
    height: 400x;    
    overflow:hidden;
    background: #FFF;
}

.header-topo-img {
    background-size:cover;
    background-position: top center;
    background-repeat:no-repeat;
    height: 400px;
    position: relative;   
}

/* ==========================================================================
TITULO DA PÁGINA INTERNA
========================================================================== */

#nav-title {
    background: #ECEFF0;
    position: relative;
    padding: 5px 0 10px 0;
}
#nav-title h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 20px;
    color: #007F7F;
}
#nav-title span {    
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #007F7F;
    text-align: justify;    
}

#nav-title .imagem {
    padding-top: 6px;
    margin-right: 5px;
    float: left;
}

#nav-title .texto {
    padding-top: 15px;
    margin-left: 5px;
    float: left;
}

/* ==========================================================================
PÁGINA INTERNA
========================================================================== */

.section-conteudo-interno {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

#pg-int h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #2F353B;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
}
#pg-int h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2F353B;
    font-size: 16px;
    line-height: 24px;    
}

#pg-int p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2F353B;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}
#pg-int .box-curso h1 {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #2F353B;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
}

#pg-int .box-curso {
    padding-top: 10px;
    padding-bottom: 10px;
}

#pg-int .img-curso {    
    display: block;
    margin-left: auto;
    margin-right: auto; 
    border-top-left-radius: 5% 5%;
    border-top-right-radius: 5% 5%;
    border-bottom-right-radius: 5% 5%;
    border-bottom-left-radius: 5% 5%;
}

.btn-cursos {
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    font-family: 'Open San', Lato, sans-serif;
    font-weight: 300;
    color: #117E7F;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #EBEFF0;
    padding: 10px 30px 10px 30px;
}

.btn-cursos:hover,
.btn-cursos:focus {
    font-size: 14px;
    font-family: 'Open San', Lato, sans-serif;
    font-weight: 300;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FF8200;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
}

/* ==========================================================================
SOBRE HOME
========================================================================== */

.section-sobre {    
    padding-top: 40px;
    padding-bottom: 30px;
}

/* BARRA */

#sobre .barra {
    background: transparent;
}
#sobre .barra-right {
    width: 4px;
    /*margin: 0 auto;*/
    float: left;
    display: block;
    height: 100%; 
    background: linear-gradient(0deg, #66BED2, #66BED2);
}

/* TEXTO */

#sobre .sobre-title {
    padding-bottom: 15px;
}

#sobre .sobre-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #117E7F;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
}
#sobre .sobre-title strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #F08013;
    font-size: 28px;
    line-height: 22px;    
    text-align: left;    
}
#sobre .sobre-texto p {    
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

/*=============================================================================
SERVIÇOS
=============================================================================*/

#servicos {
    padding: 40px 0;
    background: #EBEFF0;
    color: #fff;
}

#servicos .blc-servico  {    
    padding: 20px;
    min-height: 170px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#servicos .sobre-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #117E7F;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
#servicos .sobre-title strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #F08013;
    font-size: 26px;
    line-height: 24px;    
    text-align: center;    
}

#servicos h4 {    
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #465256;
    font-size: 16px;
    line-height: 24px;
    text-align: center;    
    text-transform: uppercase;
}
#servicos h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #465256;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
#servicos p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    font-weight: 400;
    color: #465256;
}

#servicos a{
    color: #39BCD4;
    text-decoration: none;
}
#servicos a:hover{
    color: #FF8302;
    text-decoration: none;
}

#servicos .bt-mais {
    padding-bottom: 0px;
}

/* ==========================================================================
   CONTATO DIRETO HOME
========================================================================== */

.contato-direto-content {
    background: #FFF;
    padding: 60px 30px;
}
#contato-direto .box-texto {    
    padding: 0px 10px 0px 10px;
}
#contato-direto h1 {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    color: #323955;
    font-weight: 800;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}
#contato-direto p {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    color: #323955;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}
#contato-direto .texto {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #323955;
    font-weight: 700;
    line-height: 22px;
    text-align: justify;
}
#contato-direto .fone {
    display: block;
    font-size: 18px;
    color: #323955;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}
#contato-direto .email {
    display: block;
    font-size: 15px;
    color: #323955;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}
#contato-direto .endereco {
    display: block;
    font-size: 15px;
    color: #323955;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 25px;
}

#contato-direto .icon {        
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 13px;   
    color: #FFF;
    background: #F08013;    
}
#contato-direto .formulario {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;    
}
#contato-direto .box-form {    
    max-width: 600px;    
    background: #028080;
    margin: auto;
    padding: 15px;
    text-align:center;   
}
#contato-direto .box-form h1 {
    margin-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: left;
}

#contato-direto .box-form strong {
    margin-top: 0px;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    text-align: left;
}

/* FORM STYLE */

#contato-direto input,
#contato-direto select {
    width: 100%;
    max-width: ;
    padding: 9px;
    color: #0D9166;
    background: #fff;
    border: 0px solid #F0F0F0;
    margin-top: 10px;
    -webkit-border-radius: 2px;
}
#contato-direto textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    color: #0D9166;
    outline: 0 none;
}
#contato-direto textarea {
    width: 100%;
    max-width: ;
    padding: 7px;
    color: #0D9166;
    background: #fff;
    border: 0px solid #F2F2F2;
    margin-top: 10px;
    margin-left: ;
    margin-right: 15px;
    -webkit-border-radius: 2px;
}
#contato-direto input:focus,
#contato-direto textarea:focus,
select:focus {
    border: 0px solid #999;
    background: #f1f1f1;
    color: #FF8302;
}
#contato-direto input.submit {
    width: 185px;
    margin: 15px 0px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: #F08013;
}
#contato-direto input.submit:hover {
    background: #E19F04;
    color: #fff;
}
#contato-direto input[type="submit"][disabled] {
    background: #083656;
    color: #0D9166;
}
#contato-direto span.required {
    font-size: 13px;
    color: #028080;
}
#contato-direto ::-webkit-input-placeholder { /* WebKit browsers */
  color: #028080;
}
#contato-direto :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #028080;
}
#contato-direto ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #028080;
}
#contato-direto :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #028080;
}

/*=============================================================================
GALERIA / PHOTOS
=============================================================================*/
.portfolio {
    padding-top: 0px;
    padding-bottom: 0px;
}

#portfolio .portfolio-title h1 {    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #F29102;
    font-size: 24px;
    text-align: center;
    line-height: 24px;    
    margin-bottom: 45px;
}
#portfolio .portfolio-title strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #F29102;
    font-size: 24px;
}
#portfolio .portfolio-title h2 {    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #1C374A;
    font-size: 24px;
    text-align: center;
    line-height: 25px;    
    margin-bottom: 8px;
}
#portfolio .no-padding {
   padding: 0px;
}
#portfolio .no-gutter > [class*=col-] {
    padding: 1px 1px 1px 1px;    
}

#portfolio .portfolio-item {
  margin: 0px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  /*background: rgba(18, 45, 78, 0.9);*/
  background-image: linear-gradient(60deg, rgba(237, 114, 2, 0.7), rgba(1, 118, 119, 0.5));  
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 10px;
  text-align: center;
  top: 55%;
  margin-top: -12px;
  margin-left: -30px;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: #a57c21;
  color: #fff;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
  color: #eee;
}
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 20px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 45px;
  height: 47px;
  background-color: transparent;
  top: 90%;
  right: 50%;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 25px;
  width: 1px;
  margin-left: 23px;
  margin-top: 47%;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 25px;
  width: 1px;
  background-color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  z-index: 1052;
}

.portfolio-hover-content .zoom1 {
/*  height: 25px;
  width: 1px;
  margin-left: 160px;
  background-color: #fff;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);*/
  /* IE 9 */
  /*-webkit-transform: rotate(0deg);*/
  /* Safari and Chrome */
  /*z-index: 1051;*/
}
.portfolio-hover-content .zoom1 .zoom2 {
/*  height: 25px;
  width: 1px;
  background-color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);*/
  /* IE 9 */
  /*-webkit-transform: rotate(90deg);*/
  /* Safari and Chrome */
  /*z-index: 1052;*/
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.modal-body{
  align-content: center;
  display: inline-block;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.81);
}



/* ==========================================================================
   CONTATO
===========================================================================*/

.section-contato {
    padding-top: 60px;
    padding-bottom: 60px;
}
#contato {
    background: transparent;
}
#contato p {
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #272E46;    
}

/*------------------------------------------------------------------
FORM STYLE
------------------------------------------------------------------*/

#form input, select, textarea {
    font-size: 15px;    
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #007F7F; 
    width: 100%; 
    max-width: ;
    padding: 10.0px;     
    background: #EEE;
    border: 0px solid #852F40; 
    margin: 7px 0px; 
    -webkit-border-radius: 0px; 
}
#form textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
    border-color: none;
    box-shadow: none;
    color: #FFF; 
    outline: 0 none;
    background-color: #007F7F;
}
#form input:focus, textarea:focus, select:focus { 
    border: 0px solid #999; 
    background-color: #007F7F;
    color: #FFF; 
}

#form input.submit {   
    margin: 8px 0px;
    width: 250px;
    cursor: pointer;  
    color:#fff;
    font-size: 15px;    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;    
    border-radius: 0px;
    background: #007F7F;
}
#form input.submit:hover { 
    background: #FF8200;
    color: #fff;
}
#form input[type="submit"][disabled] {
    background: #96A0A5;
    color: #fff;    
}
#form span.required { 
    font-size: 14px; 
    color: #fff; 
}

#form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #007F7F;
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #007F7F;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #007F7F;
}
#form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #007F7F;
}

/* ==========================================================================
   FOOTER
========================================================================== */

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #465256;
}

.footer .title {
    display: block;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.footer .endereco {
    margin-top: 20px;
}
.footer .endereco p {
    display: block;    
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.footer .hr {
    padding: 5px 0px 10px 0px;
}

.footer hr {    
    border: 0;
    height: 1px;
    background: #fff; 
}

.footer .logos {
    padding: 15px 10px 0px 10px;    
}

.footer .endereco a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer .endereco a:hover {
    color: #db4745;
    text-decoration: none;
    cursor: pointer;
}

/* ==========================================================================
SOCIAL FOOTER
========================================================================== */

.socialfooter {
    float: right;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
    text-align: right;
    word-wrap: break-word;
}

ul.social-footer {
    list-style: none;
    display: inline;
    margin-right: 0px !important;
    padding: 0;
}

ul.social-footer li {
    display: inline;
    margin: 0px 2px;
}

/*Classes que define um hover para cada icone */

.social-footer li a.icoFacebook:hover i { background-color: #3B5998 !important;}
.social-footer li a.icoPAluno:hover i { background-color: #4FC6E0; }
.social-footer li a.icoLinkedin:hover i{ background-color: #0077B5; }
.social-footer a.icoInstagram:hover i{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.social-footer a.icoYoutube:hover i{ background-color: #ca3737; }
.social-footer a.icoMapMaker:hover i{ background-color: #7F7F7F; }

/*Classe que define os icones*/

.social-footercircle li i {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0;
    line-height: 40px;
    text-align: center;    
    color: #7D8182;
    background-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s;
}

.social-footercircle li a:hover i{
    color: #FFF;
}

.social-footercircle a {
    color: #FFF;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.social-footercircle a:hover {
    color: #FFF;
}

/* ==========================================================================
BOTTOM FOOTER
========================================================================== */

.bottom-footer {
    padding-top: 15px;
    padding-bottom: : 5px;
    background-color: #EBEFF0;    
}

.bottom-footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #627076;
    font-size: 13px;
}

.bottom-footer p a {
    color: #627076;
    text-decoration: none;
}

.bottom-footer p a:hover {
    color: #66CDE2;
}


/* ==========================================================================
GOOGLE MA
========================================================================== */

.section-mapa {
    padding-top: 0px;
    padding-bottom: 0px;
}
#mapa {
    background: transparent;
}

.gmap {
    height: 400px;
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}  

#map{
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

#map.large{
    height:400px;
}

#map img {
    max-width:none !important;
    height:auto;
}

/* ==========================================================================
BACK TO TOP BUTTON
========================================================================== */

.back-to-top {
    z-index: 999999;
    display: none;
    position: fixed;
    bottom: 18px;
    right: 10px;
}

.back-to-top i {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    background-color: rgba(2, 128, 128, 0.75);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.back-to-top i:hover {
    background-color: rgba(109, 190, 210, 0.95);
}

/* ==========================================================================
OWL CAROUSEL
========================================================================== */

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    /*border-radius: 3px; */
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #FFF;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF; 
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  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;  
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  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-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */

.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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
