/*
    Theme Name: Nave Theme
    Template: himalayas
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url("../himalayas/style.css");


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.2;
}

/** COLUMN FIX **/

.tg-column-wrapper {
    margin-left: 0;
}

.tg-column-4 {
    width: 23.5%;
    margin-left: 2%;
}

.tg-column-2:first-child, .tg-column-3:first-child, .tg-column-4:first-child, .tg-column-6:first-child, .tg-column-12:first-child {
    margin-left: 0;
}

#capacitacao .main-title {
    color: #fff;
}


/** VIDEO **/

#home {
    /* background: url(img/banner.jpg) no-repeat top center #03252e; */
    background: #fff;
    position: relative;
}

section#video {
    height: 700px;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

video.img-responsive.not-mobile-video {
    width: 100%;
    height: auto;
}

.video-text {
    position: absolute;
    left: 10%;
    bottom: 140px;
}

.video-text h3, .video-text h2 {
    color: #fff;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0,0,0,.1);
}

.video-text h3 {
    font-size: 43px;
    font-weight: 300;
}

.video-text h2 {
    font-size: 74px;
    font-weight: 400;
    line-height: 50px;
}

.video-btn {
    margin-top: 40px;
    float: left;
    padding: 10px 20px 12px;
    background: #29A197;
    color: #fff;
    font-size: 20px;
}

.video-btn:hover {
    background: #16524d;
}

.video-text h3:before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: #fff;
    margin-bottom: 14px;
}

/* ===========================
--- Intro
============================ */

.intro {
    width:100%;
    position:relative;
}

#intro.intro {
    padding: 105px 0 0 0;
    height: 720px;
}

#intro .main-title {
    text-align: center;
    color: #fff;
    margin: 0;
}

#intro h3.main-title {
    font-weight: 400;
    font-size: 35px;
}

.intro .slogan {
  position: relative;
    text-align: center;

}

.intro .page-scroll {
    bottom: 40px;
    left: calc(50% - 35px);
    position: absolute;
    text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
    color: #FFF;
    text-shadow: none;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
}

.intro .slogan h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

/** END INTRO **/

/** PARALLAX EFFECT **/

div.parallax-container {
    background: transparent;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

div.parallax-container div.parallax {
  position: absolute;
  bottom: 0px;
  left: -186px;
  width: 2272px;
  text-align: center;
  font-weight: bold;
}
.parallax1 {
  color: #555;
  font-size: 250px;
  line-height: 80%;
}
.parallax2 {
  color: #999;
  font-size: 100px;
  line-height: 320%;
}
.parallax3 {
  color: #fff;
  font-size: 50px;
  line-height: 760%;
}

.parallax-container div.parallax.cloud-left {
    margin-left: -35%;
    top: -60px;
}

.parallax-container div.parallax.cloud-right {
    margin-left: 35%;
    top: -60px;
}

.parallax-container div.parallax.tree-left {
    bottom: 0;
    margin-left: -45%;
}

.parallax-container div.parallax.tree-right {
    bottom: 0;
    margin-left: 45%;
}


/** END PARALAX **/

/** NAV **/

.transparent div.header-wrapper:before, .non-transparent div.header-wrapper:before {
    background: url(img/bg-header.jpg);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    transition: all ease .5s;
    top: 0;
    z-index: -1;
}

.transparent div.header-wrapper:after, .non-transparent div.header-wrapper:after {
    /* background: url(img/bg-slider.png) no-repeat top left transparent; */
    /* content: ""; */
    /* display: block; */
    /* height: 36px; */
    /* margin-top: 6px; */
    /* position: absolute; */
    /* transition: all ease .5s; */
    /* width: 100%; */
    /* z-index: 10; */
}

.transparent div.header-wrapper.stick:after, .non-transparent div.header-wrapper.stick:after {
    height: 4px;
    margin: 0;
}

.transparent div.header-wrapper, .non-transparent div.header-wrapper {
    background: transparent;
    position: fixed;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.transparent div.header-wrapper.stick, .non-transparent div.header-wrapper.stick {
    background: rgba(255,255,255,.85);
}

.transparent div.header-wrapper.stick:before, .non-transparent div.header-wrapper.stick:before {
    opacity: 0.4;
}

.logo {
    border-left: 1px solid rgba(255,255,255,.1);
}

.logo:first-child {
    border-left: 0 none;
}

#masthead .header-wrapper.stick .logo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#masthead .header-wrapper.stick .logo img {
    max-height: 100px;
}

header .tg-container {
    width: 95%;
    max-width: 1280px;
}

#site-navigation .menu, #site-navigation ul.menu {
    margin-top: 29px;
}

.header-wrapper.stick #site-navigation .menu, .header-wrapper.stick #site-navigation ul.menu {
    margin-top: 14px;
}

#site-navigation .menu li:hover > a, #site-navigation .menu li.current-one-page-item > a, .header-wrapper.stick #site-navigation .menu li:hover > a, .header-wrapper.stick #site-navigation .menu li.current-one-page-item > a, .header-wrapper.no-slider #site-navigation .menu li:hover > a, .header-wrapper.no-slider #site-navigation .menu li.current-one-page-item > a {
    color: #fff;
    border-bottom: 3px solid #fec048;
    margin: 0;
}

#site-navigation .menu li a {
    background: #00aba8;
    font-size: 15px;
    padding: 0 7px;
    color: #fff;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
}

.page-id-2 .header-wrapper #site-navigation  ul li:first-child a {
    border-bottom: 3px solid #fec048;
    padding: 0 13px;
}

.header-wrapper.stick #site-navigation  ul li:first-child a {
    border: 1px solid transparent;
}

.header-wrapper.stick #site-navigation .menu li a, .header-wrapper.no-slider #site-navigation .menu li a {
    /* color: #08afac; */
}

#site-navigation .menu li {
    line-height: 49px;
    margin: 0;
}

.header-wrapper.stick #site-navigation .menu li {
    line-height: 49px;
    margin-top: 9px;
}

.home-search {
    display: none;
}

.menu-primary-container {
    float: right;
    margin-right: 0;
}

#masthead .header-wrapper .logo img {
    max-height: 130px;
    width: auto;
}

#masthead nav .logo {
    float: left;
    padding: 0;
    margin-top: 32px;
}

#masthead nav .logo.logo-sect {
    margin-left: 30px;
    margin-top: -7px;
    position: absolute;
    right: -110px;
}

#masthead .stick nav .logo.logo-sect {
    margin-top: -3px;
}

#masthead .header-wrapper nav .logo img {
    max-height: 55px;
}

#masthead .stick nav .logo {
    margin-top: 24px;
}

#masthead .header-wrapper.stick nav .logo img {
    max-height: 53px;
}

#masthead .header-wrapper nav .logo.logo-sect img {
    max-height: 70px;
    margin-top: 36px;
}

li.user a:before {
    content: "\f007";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    text-align: center;
    background-color: #08afac;
    color: #fff;
    margin-right: 3px;
    line-height: 28px;
}

li.btn-vist a:before {
    content: "\f007";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    text-align: center;
    background-color: #08afac;
    color: #fff;
    margin-right: 3px;
    line-height: 28px;
}

@media (max-width: 768px){
    .menu-toggle {
        background: rgba(0, 0, 0, 0) url("img/toggle.png") no-repeat scroll center center;
    }
}

#masthead .header-wrapper nav .logo-capacitacao, #masthead .header-wrapper nav .logo-cte {
    display: none;
}

p.menu-toggle.hide {
    float: right;
    margin: 40px 30px 0 30px;
}

.header-wrapper.stick p.menu-toggle.hide {
    margin: 33px 20px 0 10px;
}



/** END NAV **/


/** COUNTDOWN **/

object:focus { outline:none; }

/* HTML Countdown */

.htmlCountdownBg {
    color: #fff;
    font-family: Arial, sans-serif;
    min-height: 70px;
    margin: 0 auto;
    position: relative;
    width: 250px;
    z-index: 5;
}

.htmlCountdownBg .cd-countdown, .htmlCountdownBg .cd-realtime
{
  display:none;
  width: 100%;
}


.htmlCountdownBg .cd-labels 
{
  font-size: 15px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
  top: 102px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg.black .cd-labels 
{
  color:#c5c5c5;
}

.htmlCountdownBg.white .cd-labels 
{
  color:#7e7e7e;
}


.htmlCountdownBg .cd-values .each {
    float: left;
    margin-right: 4%;
    width: 22%;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    padding-right: 2%;
}

.htmlCountdownBg .cd-values .each .cufonEn{
  color: #148686;
  font-size: 33px;
  line-height: 25px;
}


.htmlCountdownBg .cd-values .each:last-child {
    border: 0 none;
    margin: 0;
}

.cd-label {
    color: #333;
}

/** END COUNTDOWN */

/** tocha **/

.inset {
    position: absolute;
}

.inset img {
    float: left;
    height: 110px;
    width: auto;
    margin-left: 27px;
}

header.major {
    float: left;
    margin-top: 13px;
    padding-left: 20px;
}

header.major h3 {
    font-weight: 300;
    color: #828282;
    font-size: 27px;
    margin: 0;
}

header.major h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    color: #148686;
    line-height: 35px;
}

.tocha:after {
    background-color: rgba(0,0,0,.3);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.tocha header.major {
    width: 100%;
    position: relative;
    margin-top: 190px;
    text-align: center;
    z-index: 2;
}

.tocha header.major h2, .tocha header.major h3 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.tocha header.major h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.tocha header.major h2 {
    font-size: 45px;
    font-weight: 400;
}

#count .execphpwidget {
    background: #fff;
}

.count-label {
    text-align: center;
    color: #a5a5a5;
    font-family: 'Montserrat', sans-serif;
    margin: 7px auto;
    display: block;
    font-size: 19px;
    position: relative;
    z-index: 1;
}

.omega {
    position: absolute;
    top: 13px;
    right: 50px;
}

div.tocha {
    height: 700px;
}


/** CONTENT AREA **/


.home section.widget {
    position: relative;
}

.non-stick.non-transparent #content, .home.stick.non-transparent #content {
    margin-top: 0;
}

section#banner {
  box-shadow: 0 170px 347px rgba(0,0,0,0.6) inset;
    padding: 0;
    height: 620px;
}

section#banner h3, section#banner h2 {
  color: #FFF;
  text-align: center;
}

section#banner h2, section#banner h3 {
    text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

section#banner h3 {
    border: 0 none;
    font-weight: 300;
    line-height: 20px;
    margin: 40px 0 5px;
    padding: 0;
    width: 100%;
}

section#banner h2 {
    border: 0 none;
    font-size: 3.8em;
    font-weight: 600;
}

#banner .execphpwidget {
    height: 100%;
}


.tocha-over {
    padding: 2em 0 4em;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.main-title:before, .main-title:after {
    height: 0;
    width: 0;
    border: 0 none;
}

.main-title {
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    width: 100%;
}

.section-title-wrapper {
    margin-bottom: 40px;
}


.blog-img img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.blog-block {
    background: #fafafa none repeat scroll 0 0;
    border: 0 none;
    position: relative;
    transition: all ease .5s;
}

.blog-block.calendar {
    background-color: #d2ecec;
}

#the-featured .blog-block:hover {
    background-color: #1eabab;
    border-bottom: 5px solid #108c8c;
    transform: scale(1.03);
}

.blog-block.calendar:hover {
    background-color: #1eabab;
}

.blog-title a {
    color: #1EABAB;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 70px;
    text-align: center;
    transition: all ease .5s;
    letter-spacing: -0.5px;
    font-size: 17px;
}

.calendar .blog-title {
    color: #1EABAB;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    height: 35px;
    margin-top: 65px;
}

.month {
    cursor: pointer;
    color: #1EABAB;
    font-size: 30px;
    height: 105px;
    text-align: center;
}

.posted-date {
    font-size: 18px;
    padding: 5px 7px;
    position: absolute;
    right: 5px;
    top: 2px;
    display: none;
}

.blog-title {
    margin: 0 0 10px;
}

.blog-content {
    height: 125px;
}

.blog-img {
    margin: 20px 0;
    text-align: center;
}

a.blog-readmore {
    background: #1EABAB;
    color: #fff;
    display: table;
    font-size: 18px;
    margin: 0 auto;
    padding: 6px 10px;
}

a.blog-readmore:hover {
    background: #108c8c;
}

a.blog-view {
    background-color: transparent;
    color: #1eabab;
    font-size: 20px;
    width: 160px;
    line-height: 25px;
    border: 2px solid #1eabab;
    margin: 0 auto;
}

.blog-block:hover .blog-title a, .blog-block:hover .blog-title, .blog-block:hover .month {
    color: #fff;
}

.blog-block:hover p {
    color: #000;
}


.blog-block:hover a.blog-readmore {
    background: #36bdbd;
}

.blog-block .posted-date span {
    color: #1eabab;
}

.blog-block:hover .posted-date span {
    color: #88eaea;
}


div.pum-theme-88, div.pum-theme-default-theme {
    background-color: rgba(255,255,255,.8);
}

div.pum-theme-88 .pum-content + .pum-close, div.pum-theme-default-theme .pum-content + .pum-close {
    font-size: 20px;
    font-weight: bold;
    background-color: #1EABAB;
}

.pum-content h2, div.pum-theme-88 .pum-title {
    color: #1EABAB;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.pum-content li {
    background-color: #efefef;
    color: #5e7575;
    line-height: 40px;
    list-style: none;
    font-size: 25px;
    margin: 20px 0;
}

.pum-content ul li span {
    background-color: #1eabab;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    width: 84px;
    margin-right: 15px;
}

div.pum-theme-88 .pum-title {
    margin-bottom: 30px;
}

.info, .nave-pic {
    float: left;
    width: 50%;
}

.info h3 {
    color: #777;
    font-weight: 500;
    margin-bottom: 6px;
}

.info i {
    width: 32px;
    text-align: center;
    color: #1eabab;
}

.info p {
    margin-bottom: 30px;
}

.nave-pic {
    text-align: center;
    margin-bottom: 20px;
}

.nave-pic img {
    border: 5px solid #e6e6e6;
}

div.mapp-layout {
    border: 0 none;
}

div.mapp-map-links {
    border: 0 none;
}

#capacitacao {
    background: url('img/bg-space.jpg') repeat top center fixed #002237;
}

#capacitacao .section-wrapper {
    padding: 103px 0 100px;
}

#capacitacao .section-title-wrapper i.fa {
    display: none;
}

#capacitacao .main-title {
    color: #fff;
}

.service-box {
    color: #fff;
    text-align: center;
}

#capacitacao h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 330;
}

#capacitacao .section-title-wrapper h2 {
    margin: 0;
}

#capacitacao .about-btn a {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 25px;
    padding: 5px 20px;
}

#capacitacao .about-btn {
    text-align: center;
}

#capacitacao .about-btn a:hover {
    background: #fff;
    color: #072c3e;
}

.words {
    position: relative;
    height: 400px;
}

.words div {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: rgba(255,255,255,.4);
    cursor: default;
    position: absolute;
    transition: all ease .4s;
}

.words div:hover {
    color: #fff;
    text-shadow: 0 0 14px rgba(255,255,255,.5);
}

#word01 {
    top: -10px;
    left: 4%;
}

#word02 {
    top: 0;
    left: 21%;
}

#word03 {
    top: 15px;
    left: 44%;
}

#word04 {
    top: 30px;
    left: 69%;
}

#word05 {
    top: 5px;
    right: 1%;
}

#word06 {
    top: 67px;
    left: 0;
}

#word07 {
    top: 76px;
    left: 32%;
}

#word08 {
    top: 98px;
    left: 60%;
}

#word09 {
    top: 117px;
    left: 80%;
}

#word10 {
    top: 120px;
    left: 10%;
}

#word11 {
    top: 133px;
    left: 25%;
}

#word12 {
    top: 170px;
    left: 41%;
}

#word13 {
    top: 191px;
    left: 63%;
}

#word14 {
    top: 177px;
    right: 2%;
}

#word15 {
    top: 205px;
    left: 2%;
}

#word16 {
    top: 238px;
    left: 25%;
}

#word17 {
    top: 303px;
    left: 37%;
}

#word18 {
    top: 267px;
    left: 54%;
}

#word19 {
    top: 292px;
    left: 1%;
}

#word20 {
    top: 337px;
    left: 18%;
}

#word21 {
    top: 330px;
    left: 53%;
}

#word22 {
    top: 306px;
    left: 72%;
}

#word23 {
    top: 280px;
    right: 1%;
}


.service-icon {
    background: rgba(255,255,255,.1);
    border: 2px solid transparent;
    border-radius: 50px;
    display: block;
    height: 80px;
    margin-bottom: 10px;
    margin: 0 auto 20px;
    padding-top: 15px;
    width: 80px;
    transition: all ease .4s;
}

section#apresentacao {
    padding-top: 170px;
    background: #ebebeb;
    padding-bottom: 50px;
}

.service-box:hover .service-icon {
    border: 2px solid #fff;
    background-color: transparent;
}

#capacitacao .about-content a {
    background-color: transparent;
    border: 2px solid #fff;
    color: #FFF;
    display: table;
    font-size: 21px;
    line-height: 21px;
    margin: 20px auto 0;
    padding: 14px 20px;
    transition: all ease .4s;
}

#capacitacao .about-content a:hover {
    background-color: #fff;
    border: 2px solid transparent;
    color: #062f43;
}

#capacitacao .about-content a i.fa {
    margin-left: 10px;
}

#nave .section-wrapper, #home .section-wrapper {
    padding: 0;
}

#projeto .section-wrapper {
    padding: 40px 0;
}

#nave .tg-container, #home .tg-container {
    width: 100%;
    padding: 0;
}

#nave .about-content p, #home .about-content p {
    margin: 0;
}

#nave .section-title-wrapper, #home .section-title-wrapper, #projeto .section-title-wrapper {
    margin: 0;
}

#projeto {
    background: #041b11;
    padding: 50px 0;
}

.total {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.65);
    display: table;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
}

.total h4, .total h5{
    color: #041b11;
}

.total h4 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
    padding: 0 40px;
}

.total h5 {
    font-size: 23px;
    padding: 0 40px;
}

.total p {
    margin: 0;
    padding: 0;
    font-size: 37px;
    line-height: 54px;
    background-color: #041b11;
    color: rgba(255, 255, 255, 0.85);
}

.nave-about {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    max-width: 1050px;
}

.tg-column-3 {
    width: 30%;
}

#unidades .inner {
    background-color: #ececec;
    padding: 10px 15px 20px;
}

#unidades h5 {
    color: #1eabab;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin: 0 0 10px;
    text-align: center;
}

.avatar {
    margin-bottom: 20px;
    max-width: 100%;
}

#faleconosco .tg-column-2 {
    width: 100%;
}

h2.contact-title {
    display: none;
}

div.cfsFormShell {
    padding: 20px 20px 5px;
    float: left;
}

div.cfsFieldCol {
    padding: 10px 0;
}

.cfsFormShell .cfsListSelectLabel {
    color: #757575;
}

.csfForm select {
    border: 0 none;
    width: calc(100% - 90px);
    padding-left: 0px;
    color: #8c8c8c;
    margin-top: -4px;
}

.col-sm-3.cfsFieldCol span.cfsInputLabel {
    display: none;
}

.contacts {
    float: left;
    width: 40%;
    padding-left: 20px;
}

.contacts .widget ul li:before {
    display: none !important;
}

.contacts address {
    color: #8e8e8e;
}

.widget .contacts ul li {
    border: 0 none;
    padding: 0;
}

.widget .contacts ul li:before {
    display: none;
}

.company-social {
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}

.company-social {
  text-align: left;
}

ul.company-social li a, ul.company-social li a:hover {
    color: #fff;
}

ul.company-social {
    margin-top: 5px;
}

.company-social li{
    display: inline-block;
  margin:0 !important;
  padding:0;
}

.company-social a{
  margin:0;
  padding:0;
    display: block;
  width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
  color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.company-social a i{
  text-align: center;
  margin:0;
  padding:0;
}

.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #A73737;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #E83333;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #F55E5E;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #B12C2C;}
.company-social .social-vimeo a:hover{background: #71c6f3;}

.home #main {
    display: none;
}

#faleconosco.section-wrapper {
    background: #f5f5f5;
}

#colophon.footer-with-widget{
  margin: 0;
}

footer .tg-container {
    color: #fff;
}

#bottom-footer {
    background: #1eabab;
}

div.mfp-wrap {
    z-index: 10000;
}

div.mfp-container {
    background: rgba(0,0,0,.5);
}

table.calendar thead tr td {
    background-color: #1eabab;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    border-color: #1c9c9c;
}

table.calendar {
    background: #fff;
}

.calendar tbody tr td {
    border-color: #eaeaea;
}

.visit .col-sm-4 {
    width: 33.333%;
    float: left;
    padding: 30px 4%;
}

.btn.btn-big {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    height: 50px;
    background: #32C4D1;
    color: #ffffff !important;
}

.btn.btn-big:hover {
    background: #208b94;
}

/** SINGLE **/

main#main {
    margin-top: 60px;
}

.page #primary article.hentry h1.entry-title, .single #primary article.hentry h1.entry-title, .category .entry-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;    
    color: #1eabab;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

span.byline.author {
    display: none;
}

div.entry-meta {
    border-bottom: 0 none;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 80%;
    width: 420px;
}

.entry-meta > span, .entry-meta > span a {
    font-size: 18px;
}

.entry-meta > span:before {
    color: #1eabab;
}

div.entry-thumbnail {
    max-width: 520px;
    border: 8px solid #f5f5f5;
    float: left;
    margin: 0 15px 10px 0;
}

.entry-content {
    font-size: 19px;
}

.entry-content p {
    text-align: justify;
}

li.previous, li.next {
    display: none;
}

.category header.page-header {
    display: none;
}

.category div#primary {
    width: 100%;
}

.category div.entry-thumbnail {
    max-width: 260px;
}

.category .blog-hover-link {width: 150px;}

.category .blog-hover-link .image-popup, .category .blog-hover-link .blog-inner-link {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.category #site-navigation .menu li.current-one-page-item:first-child > a, .single #site-navigation .menu li.current-one-page-item:first-child > a {
    border: 1px solid transparent !important;
}

.category #site-navigation .menu li.current-one-page-item:first-child > a:hover, .single #site-navigation .menu li.current-one-page-item:first-child > a:hover {
    border: 1px solid #08afac !important;
}

.category-noticias #site-navigation .menu li.menu-item-62 > a, .page-id-188 #site-navigation .menu li.menu-item-192 > a {
    border: 1px solid #08afac;
}

/** Video Gallery **/

.page-id-188 main .tg-container {
    width: 100%;
    overflow-x: hidden;
}

.epyt-gallery {
    width: 90%;
    margin: 0 auto;
    max-width: 1460px;
    padding: 20px 0 0;
}

.epyt-gallery .epyt-gallery-list {
    display: table;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}

.epyt-pagination div.epyt-pagebutton {
    padding: 0;
    width: 60px;
    float: left;
}

.epyt-gallery .epyt-gallery-img {
    background-size: 110% auto !important;
    transition: all ease .3s;
    border-radius: 10px;
    border: 4px solid #fff;
}

.epyt-gallery .epyt-gallery-img:hover {
    border-color: #08afac;
}

.epyt-gallery .epyt-gallery-title {
    color: #08afac;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    z-index: 2;
    position: relative;
    min-height: 62px;
}

.epyt-gallery .epyt-gallery-thumb {
    transition: all ease .4s;
    padding: 0 10px;
}

.epyt-gallery .epyt-gallery-thumb:hover {
    border-color: #08afac;
}

.page #primary article.post-188.hentry h1.entry-title, body.parent-pageid-842.page #primary article.hentry h1.entry-title, body.page-id-842.page #primary article.hentry h1.entry-title{
    font-size: 0px
}

.page #primary article.post-188.hentry h1.entry-title:before {
    content: "\f16a";
    display: none;
    font: normal normal normal 40px/1 FontAwesome;
    text-align: center;
    color: #da2929;
    margin-right: 13px;
}

div.epyt-pagination {
    clear: none;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 60px;
}

.epyt-gallery-allthumbs {
    width: 100%;
}

body.page-id-188, body.page-id-842, body.parent-pageid-842 {
    background: #333;
}

article.page {
    border: 0 none;
    margin: 0;
}

.epyt-pagination div.epyt-pagenumbers {
    display: none;
}

div.epyt-gallery-list .epyt-pagination .epyt-pagebutton div {
    display: none;
}

div.epyt-gallery-list .epyt-pagination:first-child .epyt-pagebutton.epyt-prev div.arrow, div.epyt-gallery-list .epyt-pagination:last-child .epyt-pagebutton.epyt-next div.arrow {
    /** background-color: #fff; **/
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 53px;
    font-weight: 400;
    height: 60px;
    line-height: 47px;
    width: 60px;
    z-index: 4;
}

.contact-form-wrapper input, .contact-form-wrapper textarea {
    color: #534f4f !important;
}

div.cfsFormShell .cfsSuccessMsg {
    color: #585858 !important;
}

.col-sm-6.cfsFieldCol {
    width: calc(50% - 10px);
}

.col-sm-6.cfsFieldCol:first-child {
   /* margin-right: 20px;*/
}

.col-sm-4.cfsFieldCol {
    width: calc(33.333% - 14px);
    margin-right: 0;
}

.col-sm-4.cfsFieldCol:last-child {
    margin-right: 0;
}

.col-sm-4.cfsFieldCol input[type="text"] {
    height: 46px;
}

div.cfsFieldCol div.cfsFieldShell input {
    color: #3e9292 !important;
}

div.cfsFieldCol div.cfsFieldShell input[type="submit"] {
    color: #fff !important;
    height: 40px;
}

span.cfsInputLabel {
    font-size: 18px;
    font-weight: 400;
    color: #7d7d7d;
}

.csfForm .col-sm-6 select {
    width: 100%;
    color: #3e9292  !important;
    margin-left: -4px;
    margin-top: 0;
}

.col-sm-6 label.cfsListSelect {
    padding-top: 2px !important;
    font-weight: 400;
}

.section-wrapper {
    padding: 110px 0;
}

.hidden-link {
    display: none;
}

#ui-datepicker-div {
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-next span::before {
    content: ">";
    cursor: pointer;
    display: block;
    margin-top: 4px;
}

.ui-datepicker .ui-datepicker-prev span::before {
    content: "<";
    cursor: pointer;
    display: block;
    margin-top: 4px;
}

a.tour {
    display: block;
    height: 370px;
    margin: 30px auto 0;
    padding-top: 100px;
    position: relative;
    width: 400px;
}

.tour span {
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    height: 210px;
    margin: 0 auto 0;
    opacity: 0;
    padding-top: 70px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease .5s;
    width: 210px;
}

a.tour:hover span {
    opacity: 1;
}

div.wpcf7 {
    background: #fdfdfd;
    float: left;
    width: 58%;
    padding: 20px 20px 5px;
    margin-right: 2%;
}

.contact-content .wpcf7 {
    display: block;
}

@media screen and (max-width:680px){
    div.wpcf7 {
        width: 100%;
    }

}

select.wpcf7-form-control {
    color: #8c8c8c;
    width: 100%;
    padding: 4px;
    border-color: #cccccc;
    font-size: 17px;
    font-weight: 300;
}

.wpcf7 p > label {
    font-size: 16px;
    color: #1eabab;
}

input.wpcf7-form-control {
    font-weight: 300;
}

textarea.wpcf7-form-control {
    padding: 5px 8px;
    font-weight: 300;
}

input.wpcf7-form-control[type="submit"] {
    background: #1eabab;
    color: #ffffff !important;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.wpcf7 form p:last-of-type {
    margin: 0;
}



/** CSS TRANSLATE  **/

.en-US .tocha header.major h3 {
    font-size: 0;
}

.en-US .tocha header.major h3:before {
    content: "The thorch is in";font-size: 30px;
}

.eng, .en-US .port {
   display:none !important;
}

.en-US .eng {
   display:block !important;
}

.en-US .eng.blog-readmore {
   display:table !important;
}

.en-US a.blog-readmore {
    font-size: 0;
}

.en-US a.blog-readmore:before {
    font-size: 18px;
    content: "Read more";
}


.en-US .fa-angle-double-right:before {
    margin-left: 10px;
    font-size: 18px;
}


/** Language Switcher  **/

div.widget_wpglobus {
    display: none;
}

div.widget_wpglobus .list a span.name {
    display: none;
}

div.widget_wpglobus .list a {
    display: inline-block;
}

.widget_wpglobus .list {
    float: left;
}

.widget.widget_wpglobus {
    float: left;
    margin: 34px 17px 0 0;
    padding: 20px 11px 20px 0;
    border-right: 1px solid rgba(238, 238, 238, 0.8);
}

div.widget_wpglobus .list a span.code:before, div.widget_wpglobus .list a span.code:after {
    content: "";
}

div.widget_wpglobus .list a span.code {
    margin-left: 3px;
    padding: 0 4px;
    border-radius: 5px;
    font-size: 13px;
}

.header-wrapper.stick .widget.widget_wpglobus {
    margin-top: 20px;
}

.pt-BR div.widget_wpglobus .list a:first-child span.code, .en-US div.widget_wpglobus .list a:last-child span.code {
    border: 1px solid;
}

@media (max-width: 1221px) {
  .widget.widget_wpglobus {
    margin-top: 23px;
  }
}


@media (max-width: 650px) {
  .widget.widget_wpglobus {
    margin-top: 19px;
  }
}


@media (max-width: 480px) {
  .widget.widget_wpglobus {
    border: 0;
    position: absolute;
    top: 41px;
    margin: 0;
    right: 37%;
    padding: 0;
  }

  .header-wrapper.stick .widget.widget_wpglobus {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .widget.widget_wpglobus {
    top: 38px;
    right: 34%;
  }
}

@media (max-width: 320px) {
  .widget.widget_wpglobus {
    right: 18%;
  }
}

.banner-in {
    width: 10%;
    float: left;
}

.banner-in:first-child, .banner-in:last-child {
    width: 45%;
}

@media (max-width: 768px) {
    .banner-in {
        display: none;
    }

    .banner-in:first-child, .banner-in:last-child {
        width: 100%;
        display: block;
    }
}



#site-navigation .menu li.btn-visit a {
    background-color: #07bab7;
    line-height: 20px;
    padding: 14px 10px 0;
    width: 135px;
}

.btn-visit a:before {
    color: #00817f;
    content: "\f274";
    float: left;
    font: normal normal normal 28px/1 FontAwesome;
    height: 70px;
    line-height: 45px;
    margin-right: 7px;
}

#site-navigation .menu li.btn-courses a {
    background: #fec048;
    font-size: 21px;
    margin-left: 3px;
    padding: 0 14px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

#site-navigation .menu li.btn-courses a:before {
    color: #a26c06;
    content: "\f02d";
    float: left;
    font: normal normal normal 28px/1 FontAwesome;
    line-height: 75px;
    margin-right: 7px;
    text-shadow: 0 0;
}

.course-pic {
    background-position: center center;
    background-size: 130% auto;
    border-radius: 6px 0 0 6px;
    float: left;
    height: 100%;
    margin-right: 15px;
    width: 125px;
}

body {
    background: #fff;
}

.tg-container {
    max-width: 100%;
    width: 1280px;
    padding: 0 1%;
}

div#himalayas_featured_posts_widget-3 {
    background: #54aba9;
    border-bottom: 3px solid #388e8c;
    float: left;
    height: 515px;
    margin-top: 30px;
    width: 33%;
}

div#the-featured {
    background: #f3f3f3;
    border-bottom: 3px solid #d8d8d8;
    float: left;
    height: 515px;
    margin-top: 30px;
    width: 67%;
}

.featured-courses {
    background: #00aba8;
    border-bottom: 3px solid #00908d;
    float: left;
    height: 515px;
    margin-top: 30px;
    width: 33%;
}

#himalayas_featured_posts_widget-3 .section-wrapper {
    padding: 0;
}

#himalayas_featured_posts_widget-3 .section-title-wrapper, .courses-title {
    background: #55c7c5;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: left;
}

.courses-title{
    background-color: #07bab7;
}

#himalayas_featured_posts_widget-3 .section-title-wrapper h2, .courses-title h2 {
    border-left: 2px solid #fec048;
    color: #ffffff;
    font-family: 'Lato','Roboto' ,sans-serif;
    font-weight: 400;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

.courses-title h2 {
    border-left-color: #fec048;
    color: #fff;
}

#himalayas_featured_posts_widget-3 .tg-column-3 {
    margin-bottom: 13px;
    margin-left: 3%;
    width: 94%;
}

#himalayas_featured_posts_widget-3 .blog-block {
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,.04);
    height: 114px;
}

#himalayas_featured_posts_widget-3 .blog-block .blog-img {
    height: 100%;
    margin-top: 0;
    overflow: hidden;
    width: 110px;
    margin-bottom: 0;
    border-radius: 6px 0 0 6px;
    float: left;
}

#himalayas_featured_posts_widget-3 .blog-img img {
    height: 100%;
    width: auto;
    max-width: none;
    margin-left: -33px;
}

#himalayas_featured_posts_widget-3 .blog-content-wrapper .blog-title, #himalayas_featured_posts_widget-3 .blog-content-wrapper .blog-content {
    padding: 0 10px;
}

#himalayas_featured_posts_widget-3 .blog-content-wrapper .blog-title {
    height: auto;
    margin-bottom: 5px;
}

#himalayas_featured_posts_widget-3 a.blog-readmore {
    background: transparent;
    border-radius: 5px;
    bottom: 3px;
    color: #1eabab;
    font-size: 16px;
    font-weight: 400;
    right: 0;
    position: absolute;
    text-align: center;
    width: 97px;
    padding: 0;
}

#himalayas_featured_posts_widget-3  a.blog-view, a.all-courses {
    border: 0;
    font-weight: 400;
    float: right;
    margin: 0 10px 0 0;
    width: auto;
}

#himalayas_featured_posts_widget-3 a.blog-view:before {
    content: "\f1ea";
    font: normal normal normal 24px/1 FontAwesome;
    margin-right: 7px;
    line-height: 28px;
    float: left;
}

#himalayas_featured_posts_widget-3 a.blog-view:after {
    content: "\f101";
    font: normal normal normal 20px/1 FontAwesome;
    margin-left: 7px;
    line-height: 28px;
    float: right;
    color: #fec048;
}


#the-featured .section-wrapper {
    padding: 0;
}

#the-featured .section-title-wrapper {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: left;
}

.courses-title{
    background-color: #07bab7;
}

#the-featured .section-title-wrapper h2 {
    border-left: 2px solid #00908d;
    color: #737373;
    font-family: 'Lato','Roboto' ,sans-serif;
    font-weight: 400;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

#the-featured .tg-column-3 {
    margin-bottom: 30px;
    margin-left: 2%;
    width: 30.6%;
}

#the-featured .blog-block {
    padding: 0 0 15px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,.04);
}

#the-featured .blog-block .blog-img {
    height: 140px;
    margin-top: 0;
    overflow: hidden;
}

#the-featured .blog-content-wrapper .blog-title, #the-featured .blog-content-wrapper .blog-content {
    padding: 0 10px;
}

#the-featured .blog-content-wrapper .blog-title {
    height: 42px;
    margin-bottom: 5px;
}

#the-featured a.blog-readmore {
    background: #fec048;
    border-radius: 5px;
    bottom: -20px;
    color: #a26c06;
    font-size: 16px;
    font-weight: 400;
    left: 50%;
    margin-left: -65px;
    position: absolute;
    text-align: center;
    width: 120px;
}

#the-featured  a.blog-view {
    border: 0;
    font-weight: 400;
    float: right;
    margin: 0 10px 0 0;
    width: auto;
}

#the-featured a.blog-view:before {
    content: "\f02d";
    font: normal normal normal 24px/1 FontAwesome;
    margin-right: 7px;
    line-height: 28px;
    float: left;
}

#the-featured a.blog-view:after {
    content: "\f101";
    font: normal normal normal 20px/1 FontAwesome;
    margin-left: 7px;
    line-height: 28px;
    float: right;
}


a.all-courses {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
    padding: 8px 15px;
    margin-right: -10px;
}

a.all-courses:hover {
    color: #00aba8;
    background: #fff;
}

a.all-courses:before {
    content: "\f02d";
    font: normal normal normal 24px/1 FontAwesome;
    margin-right: 8px;
    line-height: 32px;
    float: left;
}

a.all-courses:after {
    content: "\f101";
    font: normal normal normal 20px/1 FontAwesome;
    margin-left: 7px;
    line-height: 32px;
    float: right;
    color: #fec048;
}

.courses-content {
    padding: 0 20px;
}

.courses-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    height: 104px;
    margin-bottom: 20px;
    position: relative;
}

.course-desc {
    color: #656565;
    float: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    padding-right: 15px;
    width: calc(100% - 140px);
}

.course-desc p {
    margin: 0;
}

.course-link {
    bottom: 10px;
    color: #07bab7;
    position: absolute;
    right: 15px;
}

.courses-item.feat-item {
    background: #fec048;
}

.feat-item .course-desc {
    color: #6d4a09;
    font-weight: 700;
}

.feat-item .course-link {
    color: #fff;
    font-size: 19px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#himalayas_featured_posts_widget-3 .tg-container {
    padding: 0;
}


#the-featured .tg-container {
    padding: 0;
}

/** media **/

@media (max-width: 1780px) {
    section#video {
        height: 620px;
    }
}

@media (max-width: 1580px) {
    section#video {
        height: 540px;
    }
}

@media (max-width: 1380px) {
    video.img-responsive.not-mobile-video {
        width: 1380px;
        height: auto;
    }
}


/** RESPONSIVENESS **/

@media (max-width: 1480px) {
    header .tg-container {
        width: 97%;
        max-width: 1400px;
    }

    #masthead .header-wrapper .logo img {
        max-height: 110px;
    }

    #masthead nav .logo.logo-sect {
        right: inherit;
        position: relative;
        float: right;
        margin-top: 34px;
        margin-left: 10px;
    }


    .menu-primary-container {
        float: left;
    }

    #masthead .header-wrapper nav .logo.logo-visita img {
        max-height: 50px;
    }

    #site-navigation .menu li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
@media screen and (max-width: 1280px) {

    .logo img {
        height: 120px;
        width: auto;
    }

    #site-navigation .menu, #site-navigation ul.menu {
        margin-top: 19px;
    }

    #masthead nav .logo.logo-sect {
        margin-top: 26px;
    }

     #site-navigation .menu li.btn-visit a {
        width: 120px;
        padding-right: 4px;
    }

    #site-navigation .menu li.btn-courses a {
        font-size: 17px;
    }

    .btn-visit a:before, #site-navigation .menu li.btn-courses a:before {
        font-size: 23px;
    }
}

@media (max-width: 1220px) {
    #masthead nav .logo.logo-sect {
        margin-left: 5px;
    }

    #site-navigation .menu li.btn-courses a {
        font-size: 16px;
        padding: 0 8px;
    }

    #site-navigation .menu li.btn-courses a:before, .btn-visit a:before {
        margin: 0 4px 0 -2px;
    }

    #site-navigation .menu li.btn-visit a {
        width: 110px;
        padding-right: 3px;
        font-size: 12px;
    }

    header .tg-container {
        width: 100%;
    }
}



@media (max-width: 1200px) {
    .blog-title a {
        height: 90px;
    }

    .month {
        margin-top: 20px;
    }

}

@media (max-width: 1100px) {
    .blog-title a {
        font-size: 16px;
    }

    .blog-content {
        height: 170px;
    }

    .month {
        height: 120px;
        margin-top: 50px;
    }

    .page-id-188 main#main {
        margin-top: 20px;
    }

    div.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb {
        width: 50%;
        margin-bottom: 17px;
    }

    .post-188 p img {
        max-width: 201px;
        margin-bottom: -30px;
    }
}

@media (max-width: 950px) {
    .tg-column-4 {
        width: 49%;
        margin-left: 2%;
    }

    .month {
        height: 59px;
        margin-top: 10px;
        padding-top: 0;
    }

    .tg-column-4 .widget.widget_execphp {
        margin: 0;
        padding: 0;
    }

    .blog-img {
        text-align: center;
    }


    .calendar .blog-title {
        margin-top: 26px;
    }

    .tg-column-4:nth-child(3)  {
        margin-left: 0;
    }

    #unidades h5 {
        font-size: 22px;
    }

}

@media (max-width: 768px) {
    .blog-content {
        height: 100px;
    }

    .blog-title a {
        height: 60px;
    }

    .month {
        height: 99px;
    }

    .parallax.parallax3.nave {
        width: 1800px;
        left: 50% !important;
        margin-left: -900px;
    }

    .parallax.parallax4.tree-right {
        width: 200px;
        left: 40% !important;
    }

    .parallax.parallax4.tree-left {
        width: 180px;
        left: 30% !important;
    }
    #unidades h5 {
        font-size: 17px;
    }
}


@media (max-width: 800px) {
    .count-label {
        font-size: 19px;
    }

    .omega {
        right: 0;
    }

    .inset img {
        margin-left: 0;
    }

    .parallax.parallax3.nave {
        width: 1800px;
        left: 50% !important;
        margin-left: -900px;
    }

}

@media (max-width: 680px) {
    
    .inset {
        display: none;
    }

    .count-label {
        text-align: left;
        padding-left: 20px;
        font-size: 15px;
    }

    .htmlCountdownBg {
        margin: 0 0 0 16px;
    }

    div.cfsFormShell, .contacts  {
        width: 100% !important;
    }

    div.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb {
        width: 100%;
    }

}

@media (max-width: 600px) {
    #unidades .tg-column-3 {
        width: 100%;
        margin: 0 0 20px;
    }

    #unidades .inner {
        float: left;
    }

    .avatar {width: 100%;}
 
}


@media (max-width: 480px) {

    .count-label {
        text-align: center;
        padding: 0;
        font-size: 15px;
    }

    .htmlCountdownBg {
        margin: 0 auto;
    }

    .omega {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }

    .omega img {
        max-width: 150px;
        margin-top: -10px;
        margin-left: -16px;
    }

    div.tg-column-4 {
        width: 100%;
        margin: 0 0 15px;
    }

    .calendar .blog-title {
        margin-top: 6px;
    }

    .month {
        margin-top: -2px;
    }

    .blog-block:hover {
        transform: scale(1);
    }

}


@media screen and (min-width: 1221px) {
    #site-navigation .menu-primary-container,
    #site-navigation div.menu{
        display: block !important;
    }
}

@media screen and (max-width: 1220px) {
    .logged-in.customize-support .header-wrapper.stick,
    .home.logged-in.customize-support .header-wrapper {
        top: 46px;
    }
    #site-navigation .menu,
    #site-navigation ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .non-stick.transparent .header-wrapper.stick, .non-stick.non-transparent .header-wrapper.stick {
        padding: 0;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li {
        margin-left: 20px;
        float: none;
    }
    #site-navigation .menu-primary-container,
    #site-navigation div.menu {
        background: rgba(254, 254, 254, 0.96) none repeat scroll 0 0;
        display: none;
        left: 0;
        padding-bottom: 100px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
    }
    .header-wrapper .tg-container {
        padding: 0;
        width: 100%;
    }
    .home-search {
        padding-right: 1%;
    }
    .menu-toggle {
        background: rgba(0, 0, 0, 0) url("img/toggle.png") no-repeat scroll center center;
        display: block;
        height: 30px;
        margin-top: 19px;
        width: 30px;
        cursor: pointer;
    }
    .menu-search-wrapper {
        float: none;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li,
    .header-wrapper.stick #site-navigation .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        float: none;
        line-height: 40px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }
   .sub-toggle {
        background: #32C4D1 none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 21px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
    }
    #site-navigation ul.sub-menu {
        float: none;
        min-width: auto;
        opacity: 1;
        position: static;
        visibility: visible;
        width: 100%;
        border: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    .home #site-navigation ul.sub-menu{
        background: #333;
    }
    #site-navigation .sub-menu li a {
        text-align: left;
    }
    #site-navigation .sub-menu li:first-child,
    #site-navigation .sub-menu li,
    .header-wrapper.stick #site-navigation .sub-menu li{
        border: none;
    }
    
    #masthead .header-wrapper nav .logo.logo-sect img {
        margin-top: -5px;
    }

    #masthead .header-wrapper .stick nav .logo.logo-sect img {
        margin-top: 22px;
    }

    #masthead nav .logo {
        margin-top: 28px;
    }

}


@media (max-width: 630px) {
    #masthead nav .logo-visita {
        display: none;
    }

    .hidden-link {
        display: block;
    }

    #masthead .logo {
        padding: 5px;
    }

    #masthead .header-wrapper .logo img {
        max-height: 100px;
    }

    #masthead .header-wrapper nav .logo.logo-sect img {
        max-height: 60px;
        /**margin-top: 23px;**/
    }

    #masthead nav .logo.logo-sect {
        margin-left: 0;
    }
}

@media (max-height: 800px) and (max-width: 1280px) {

    div.tocha {
        background-size: auto 120% !important;
        height: 600px;
    }

}

@media (max-height: 490px){
    .transparent div.header-wrapper, .non-transparent div.header-wrapper {
        position: absolute;
    }
}

@media (max-width: 480px) {
    #masthead .header-wrapper .logo img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .transparent div.header-wrapper:after, .non-transparent div.header-wrapper:after {
        margin-top: 0;
    }

    p.menu-toggle.hide {
        margin: 40px 14px 0;
    }

    div.tocha {
        height: 420px;
        background-size: auto 100% !important;
    }
}


@media (max-width: 385px) {
    #masthead .header-wrapper .logo img, #masthead .header-wrapper.stick .logo img {
        max-height: 88px;
    }

    #masthead .header-wrapper nav .logo.logo-sect img {
        max-height: 46px;
        margin-top: 5px;
    }

    p.menu-toggle.hide {
        margin: 37px 12px 0 7px;
    }
}

@media (max-width: 335px) {
    #masthead nav .logo.logo-sect {
        display: none;
    }
}

/** COURSE AREA RESPONSIVE **/

@media (max-width: 1080px) {

    #capacitacao .section-wrapper {
        overflow-x: hidden;
    }
    .words div {
        font-size: 18px;
    }
    #word10 {
        left: 4%;
    }

    #word11 {
        left: 20%;
        top: 124px;
    }

    #word12 {
        left: 37%;
        top: 150px;
    }

    #word13 {
        left: 60%;
        top: 191px;
    }

}

@media (max-width: 900px) {
    .words div {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .words div {
        font-size: 16px;
    }

    #word10 {
        left: 2%;
    }

    #word11 {
        left: 18%;
        top: 138px;
    }

    #word12 {
        left: 35%;
        top: 180px;
        font-size: 15px;
    }

    #word13 {
        left: 59%;
        top: 147px;
        font-size: 15px;
    }

    #word17 {
        left: 32%;
    }

    #word21 {
        left: 51%;
        top: 312px;
    }

    #word22 {
        left: inherit;
        right: 6%;
        top: 319px;
    }
}

@media (max-width: 600px) {
    #word01 {
        top: -42px;
        left: 2%;
    }

    #word02 {
        top: -17px;
        left: 19%;
    }

    #word03 {
        top: -44px;
        left: 39%;
    }

    #word04 {
        top: -4px;
        left: 60%;
    }

    #word06 {
        top: 41px;
        left: 5px;
    }

    #word07 {
        top: 66px;
        left: 26%;
    }

    #word08 {
        top: 38px;
        left: 54%;
    }

    #word09 {
        top: 64px;
        right: 8%;
    }

    #word10 {
        top: 98px;
    }

    #word10 {
        top: 98px;
    }

    #word12 {
        left: 33%;
        top: 204px;
        font-size: 14px;
    }

    #word13 {
        left: 51%;
        top: 119px;
        font-size: 14px;
    }

    #word14 {
        right: 2%;
        top: 140px;
        font-size: 14px;
    }

    #word15 {
        left: 1%;
        top: 180px;
        font-size: 14px;
    }

    #word16 {
        left: 8%;
        top: 220px;
        font-size: 15px;
    }

    #word17 {
        left: 31%;
        top: 273px;
        font-size: 15px;
    }

    #word18 {
        left: 55%;
        top: 256px;
    }

    #word19 {
        font-size: 15px;
    }

    #word20 {
        left: 10%;
        top: 338px;
    }

    #word21 {
        left: 53%;
        top: 3126px;
        font-size: 15px;
    }

    #word22 {
        right: 3%;
        top: 289px;
        font-size: 15px;
    }

    #word23 {
        right: 1%;
        top: 220px;
    }
}

@media (max-width: 480px) {
    #word03 {
        top: -46px;
        left: 35%;
    }

    #word11 {
        left: 14%;
        top: 127px;
    }

    #word13 {
        left: 44%;
        top: 111px;
    }

    #word16 {
        left: 4%;
    }

    #word19 {
        top: 282px;
        width: 110px;
    }

    #word21 {
        top: 340px;
    }
}

@media (max-width: 400px) {
    #word12 {
        left: 31%;
    }

    #word13 {
        left: 42%;
        top: 102px;
    }

    #word16 {
        left: 2%;
    }

    #word23 {
        font-size: 14px;
    }

}




@media screen and (max-width: 1170px){
   
}

@media screen and (max-width: 1151px){
    #himalayas_featured_posts_widget-3 .section-title-wrapper h2, .courses-title h2 {
        font-size: 22px;
    }

    #himalayas_featured_posts_widget-3 .blog-content p {
        line-height: 20px;
        font-size: 14px;
    }

    .blog-content {
        height: 140px;
    }
}

@media screen and (max-width: 950px){
    div#himalayas_featured_posts_widget-3, .featured-courses {
        width: 100%;
    }

    #himalayas_featured_posts_widget-3 .tg-column-3 {
        float: left;
    }

    section#apresentacao, section#text-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (max-width: 650px){
    #himalayas_featured_posts_widget-3 .tg-column-3 {
        width: 94%;
        margin: 0 3% 40px;
    }

    .blog-content {
        height: 70px;
    }

    div#himalayas_featured_posts_widget-3, .featured-courses {
        height: auto;
    }
}

@media screen and (max-width: 480px){
        p.menu-toggle.hide {
        float: none;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 30px;
    }

    #masthead nav .logo.logo-sect {
        position: absolute;
        right: 52px;
    }

    .transparent .header-wrapper, .non-transparent .header-wrapper {
        padding: 0;
    }

    #masthead nav .logo.logo-sect {
        float: none;
        position: absolute;
        right: 56px;
        top: 25px;
        margin: 0;
        width: 80px;
    }

    #masthead .header-wrapper .logo img {
        max-height: 80px;
    }

    #header-text {
        width: auto;
        float: none;
    }

    section {
        width: 100% !important;
        overflow-x: hidden;
    }

    section#apresentacao {
        padding-top: 110px;
    }
}



/** POPUP **/
/* Popup Theme 93: Framed Border */
.pum-theme-93, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.5 ) } 
.pum-theme-93 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1 ) } 
.pum-theme-93 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-93 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-93 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 
/* Popup Theme 92: Cutting Edge */
.pum-theme-92, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.5 ) } 
.pum-theme-92 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.5 ); background-color: rgba( 30, 115, 190, 1 ) } 
.pum-theme-92 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px } 
.pum-theme-92 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit } 
.pum-theme-92 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.1 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.1 ); background-color: rgba( 238, 238, 34, 1 ) } 
/* Popup Theme 91: Hello Box */
.pum-theme-91, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-91 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0 ); background-color: rgba( 255, 255, 255, 1 ) } 
.pum-theme-91 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px } 
.pum-theme-91 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-91 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1 ) } 
/* Popup Theme 90: Enterprise Blue */
.pum-theme-90, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.7 ) } 
.pum-theme-90 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.5 ); background-color: rgba( 255, 255, 255, 1 ) } 
.pum-theme-90 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 34px; line-height: 36px } 
.pum-theme-90 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-90 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1 ) } 
/* Popup Theme 89: Light Box */
.pum-theme-89, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.6 ) } 
.pum-theme-89 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1 ); background-color: rgba( 255, 255, 255, 1 ) } 
.pum-theme-89 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-89 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit } 
.pum-theme-89 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1 ) } 
/* Popup Theme 88: Default Theme */
.pum-theme-88, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1 ) } 
.pum-theme-88 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1 ) } 
.pum-theme-88 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-88 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal } 
.pum-theme-88 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1 ) } 

#himalayas_featured_posts_widget-3 .blog-block .blog-content-wrapper {
    float: left;
    width: calc(100% - 118px);
    padding: 8px 0 10px;
}

#himalayas_featured_posts_widget-3 .blog-content-wrapper .blog-title a {
    height: 30px;
    text-align: left;
    line-height: 17px;
}

#himalayas_featured_posts_widget-3 .blog-content-wrapper p {
    font-size: 14px;
    height: 48px;
    overflow: hidden;
    line-height: 1.2em !important;
}

#himalayas_featured_posts_widget-3 .blog-content-wrapper .blog-content {
    height: 50px;
}

#himalayas_featured_posts_widget-3 .blog-content-wrapper:hover .blog-title a {
    color: #1EABAB;
}


#himalayas_featured_posts_widget-3  a.blog-view {
    color: #fff;
}

#himalayas_featured_posts_widget-3 a.blog-view:hover {
    background: #fff;
    color: #54aba9;
}


@media (max-width: 950px){
    div#the-featured {
        width: 100%;
    }
}

@media (max-width: 768px){
    div#the-featured, .blog-content {
        height: auto;
    }

    #the-featured .tg-column-3 {
        margin-left: 2%;
        width: 96%;
    }
}

@media screen and (max-width: 768px){
  .epyt-gallery-allthumbs.epyt-cols-3 div.epyt-gallery-thumb {
      width: 50%;
  }

  div.epyt-gallery-rowbreak {
      clear: none;
  }
}

@media screen and (max-width: 560px){
  .epyt-gallery-allthumbs.epyt-cols-3 div.epyt-gallery-thumb {
      width: 100%;
  }
}

.epyt-gallery {
    padding: 0;
}

.epyt-gallery .epyt-gallery-list {
    max-width: calc(783px + 140px);
    padding: 0;
    margin: 25px auto 0;
    width: calc(100% + 1px);
}

.epyt-gallery .epyt-gallery-title {
    margin-bottom: 22px;
    background-color: #171717;
    color: #d2d2d2;
    font-size: 0.78em;
    font-weight: 300;
    padding: 10px;
    min-height: 55px;
}

.epyt-gallery .epyt-gallery-img {
	border-radius: 0;
	border: 0;
}

.page-id-188 main > .tg-container {
    margin-top: -30px;
}

a.playlist-thumb {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 30px auto;
}

#black-studio-tinymce-2 h4 {
    color: #fff;
    text-align: center;
    margin: 20px 0px;
}

aside#black-studio-tinymce-2 {
    background: #232323;
    padding: 20px;
    margin-top: 145px;
}

body.page-id-842 main#main, body.parent-pageid-842 main#main {
    margin-top: 30px;
}

#black-studio-tinymce-2 h4:after {
    margin: 0 auto;
}

.playlist-thumb span {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 15px;
    background: #171717;
    color: #d0d0d0;
}

a.all-videos {
    display: block;
    margin: 0 auto;
    border: 2px solid #00aba8;
    width: 150px;
    text-align: center;
    max-width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    background: #00aba8;
    font-size: 1.2em;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

a.all-videos:hover {
    background: transparent;
    color: #00aba8;
}

body.page-id-842 .epyt-gallery .epyt-gallery-list, body.parent-pageid-842 .epyt-gallery .epyt-gallery-list {
    margin-top: -5px;
    padding-top: 30px;
}

body.page-id-842 .epyt-gallery, body.parent-pageid-842 .epyt-gallery {
    margin-top: 130px;
    background: #232323;
}

body.page-id-861 a.playlist-thumb.smart-mae, body.page-id-1492 a.playlist-thumb.film, body.page-id-1495 a.playlist-thumb.depoimentos, body.page-id-1498 a.playlist-thumb.formaturas {
    border: 5px solid #00aba8;
}

.transparent .header-wrapper, .non-transparent .header-wrapper {
    z-index: 9400;
}

.postid-1095 .entry-thumbnail{
display: none !important;
}

div.pp_default p.pp_description {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

.hide-date .entry-meta, .hide-img .entry-thumbnail {
    display: none !important;
}