body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"], button.btn, button.btn:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

/* COMENTADO POR CAUSA DA IMG DO FACE*/
/*img {
    width: 100%;
}*/

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    box-shadow: none;
}

.btn:active, .btn.active {
    box-shadow: none;
}

/*-- //Reset-Code --*/

/*-- Index-Page-Styling --*/

/*-- Header --*/

.agileheader {
    position: relative;
}

/*-- Navbar --*/

.navbar-default {
    background: none;
    border: none;
}

nav.navbar.navbar-default {
    /* padding: 5em 0;*/
    position: absolute;
    z-index: 10;
    width: 100% !important;
    top: 46px;
}

.semZIndex {
    z-index: 2;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
}

/*-- //Navbar --*/

/*-- Logo --*/

.w3_navigation_pos {
    position: absolute;
    /*top: 35%;*/
    left: 10%;
    margin: 0 auto;
}

.w3_navigation_pos img {
    /*width: 200px;*/
    width: 80% !important;
    margin-top: 16px;
    margin-bottom: 23px;
}

.w3_navigation_pos h1 {
    font-size: 30px;
    color: #fff;
    z-index: 1;
    display: block;
}

.w3_navigation_pos a:before, .w3_navigation_pos a:after {
    display: none;
}

/*-- //Logo --*/

/*-- Navbar-Hover-Effects --*/

.navbar-collapse {
    padding: 0;
}

/*-- MENU REDES SOCIAIS E NEWSLETTER --*/
.navbar-collapse1 {
    background-color: rgba(45, 189, 182, 1);
    display: block !important;
    height: 46px !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.w3ls-social-icons-2 {
    display: inline-block;
    position: relative;
    left: 10%;
}

.w3ls-social-icons-2 img {
    margin-top: 7px;
    margin-right: 5px;
    /* position: relative;
     left: 10%;*/
}

.newsletter {
    display: inline-block;
    position: absolute;
    left: 60%;

}

.newsletter p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    top: 12px;
}

.newsletter span a {
    text-decoration: underline;
}

.newsletter form {
    display: inline-block;
    position: relative;
    top: 10px;
}

.newsletter input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #58585A;
    opacity: .5;
    padding-left: 8px;
}

.newsletter input[type='email'] {
    border: 30px;
    border-radius: 20px;
    border-style: none;
    /* margin-top: 12px; */
    margin-left: 10px;
    /*  position: absolute;*/
    padding: 3px;
}

.newsletter button::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.newsletter button[type='submit'] {
    position: relative;
    top: 1px;
     left: 10px;
    border-radius: 6px;
    border-style: none;
    padding: 4px 11px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: rgba(50, 50, 50, .5);

}

#language.form-control{
  display: block;
      width: 100%;
      height: 34px;
      padding: 6px 0px;
      text-transform: capitalize;
      font-size: 14px;
      line-height: 1.42857143;
      color: #fff;
      background-color: transparent;
      background-image: none;
      border-top: none;
      border-right: 0px solid #fff;
      border-left: 0px solid #fff;
      border-bottom: none;
      border-radius: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: none;
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: none;
}

select#language option {
    color: #555;
}
/*-- DROPDOWN MENU LINGUAS --*/

.descricaoNewsletter {
    padding-top: 20px;
    text-align: center;
}

.descricaoNewsletter p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.subscrive-newsletter {
    background-color: #2DBDB6;
    height: auto;
}

.descricaoNewsletter h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#formblock2954 input[type=submit] {
    color: #fff;
    background-color: #41A196;
    border-radius: 4px;
    border: 1px solid #fff;
    height: 34px;
    /* width: 40%; */
}

#formblock2954 label.control-label {
    display: none;
}



.dropdown {
  display: block;
  position: absolute;
  right: 15px;
  top: 5px;
}



.btn-default {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #FCFDFD;
    background-color: transparent !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 56px;
    padding: 5px 0;
    margin: 5px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
}

ul.idioma > li > a[href=''] {
    display: none;
}

.dropdown-menu > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 2px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #2DBDB6 !important;
    white-space: nowrap;
    text-align: center;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #2DBDB6;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #2DBDB6;
    padding: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-default, .btn-default:hover .open, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default:active:hover .open, .btn-default:hover, .open > .dropdown-toggle.btn-default:hover {
    color: #FFFFFF !important;
    border-top-color: transparent !important;
    border-right-color: #ffffff !important;
    border-bottom-color: transparent !important;
    border-left-color: #ffffff !important;
}

/*-- SUBMENU LÃNGUAS --*/
.glyphicon {
    position: relative;
    top: -2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    font-weight: lighter;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*-- SUBSCREVER --*/

.glyphicon1 {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    font-weight: lighter;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

/*-- FIM --*/

/*-- MENU --*/
.navbar-collapse.collapse {
    background-color: rgba(252, 253, 253, 0.9);

}

/*.navbar-collapse.collapse.navGeral {
    background-color: transparent;

}*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border: none;
}

.navbar-right {
    float: none !important;
    margin-right: 0;
}

.navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0;
}

.w3_navigation_pos h1 a:before, .w3_navigation_pos h1 a:after {
    display: none;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #2DBDB6;
    padding: 0 10px 10px 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active{
    color: #58585A;
}


.agilehovereffect ul {
    margin: 0 210px;;
    padding: 0;
    float: right;
}

.agilehovereffect li {
    list-style: none;
    display: inline-block;
    margin: 15px 29px;
}

.agilehovereffect li a {
    position: relative;
    display: inline-block;
}

.agilehovereffect a:hover, .agilehovereffect a:focus {
    outline: none;
}

.detalhes {
    background: #D9F1F2 !important;
    background: -o-linear-gradient(#D9F1F2, #D9F1F2) !important;
    background: -moz-linear-gradient(#D9F1F2, #D9F1F2) !important;
    background: linear-gradient(#D9F1F2, #D9F1F2) !important;
}

.wthreereviews {
    background-color: #D9F1F2;
}

.wthreereviews h3 > a {
    font-size: 30px;
    line-height: 25px;
    color: #2DBDB6;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 44px;

}

.wthreereviews h3 {
    font-size: 30px;
    line-height: 25px;
    color: #2DBDB6;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 44px;

}

.wthreereviews h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #2DBDB6;
    margin-top: 20px;
    margin-bottom: 16px;
}

.wthreereviews p {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    color: #000;
    opacity: .5;
    margin-bottom: 0px;
    text-align: center;
}

.wthreehovereffect a {
    color: #58585A;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 999;
    -moz-transition: ease-out 0.3s 0.3s;
    -o-transition: ease-out 0.3s 0.3s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: ease-out 0.3s 0.3s;
}

input[type="search"] {
    border: 30px;
    border-radius: 10px;
    border-style: none;
    /* margin-top: 12px; */
    margin-left: 24px;
    position: absolute;
    display: none;
    padding: 4px;
    background-color: #D9F1F2;
}

/*-- DROPDOWN ESTANCIAS TERMAIS --*/

/*.nav .open > a:hover, .nav .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #58585A;
}*/

.navbar-nav > li > .dropdown-menu {
    margin-top: 37px;
    padding: 0px;
}

.dropdown-menu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    /*text-transform: capitalize;*/
    /* margin-bottom: 14px;*/
}

.dropdown-menu a, .dropdown-menu a:hover {
    color: #58585A !important;
}

.dropdown-menu.termas {
    text-align: left;
}

.dropdown-menu .titulo, .dropdown-menu .titulo:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2DBDB6 !important;
    /* margin-top: 10px;*/
}

.dropdown-menu ul {
    width: 233px;
  /*  display: inline-grid;*/
    margin: 7px 8px;
    float: left;
}

.dropdown-menu ul > li {
    margin: 0px !important;
    padding: 4px;
    width: 100%;
}

.dropdown-menu.termas .hr1 {
    border: none;
    border-right: 1px solid rgba(45, 189, 182, .4);
    height: 80%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 250px;
    animation: none !important;
}

.dropdown-menu.termas .hr2 {
    border: none;
    border-right: 1px solid rgba(45, 189, 182, .4);
    height: 80%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 500px;
    animation: none !important;
}

.menutxtEstancia{
    border-top-width: 0px;
    height: 30px;
}

.submenuEstancias {
    width: 800px;
    max-height: 348px;
    margin-right: -280px;
    overflow: hidden;
}

.submenuGaleria{
    width: 190px;
    max-height: 348px;
    margin-right: -280px;
    overflow: hidden;
}

.submenuGaleria li a{
    padding-bottom: 0px;
    padding-top: 0px;
}

.dropdown-menu.eventos ul {
    width: 160px;
    display: inline-grid;
    margin: 5px 20px;
    float: none;
}

@media (max-width: 1080px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (min-width: 1080px) {
    .submenuEstanciasTabela1 {
        width: 265px;
        margin-right: -20px;
    }

    .submenuEstanciasTabela2 {
        width: 535px;
    }

    .submenuEstanciasTabela3 {
        width: 750px;
    }
}

.submenuEventos {
    margin-right: -60px;
}

.dropdown-menu.eventos ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding: 2px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #2DBDB6 !important;
    white-space: nowrap;
    text-align: center;
}

.dropdown-menu.eventos ul > li > a:active, .dropdown-menu.eventos ul > li > a:hover {
    color: #58585A !important;
}

/*-- MENU ICONES TERMA DETALHADA--*/

.menuIcones {
    background-color: #2DBDB6;
    border-top: 2px solid #fff !important;
    width: auto;
    height: 129px;
}

.nav-tabs span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.nav-tabs {
    border-bottom: none;
}

.icone .boxActive img {
    margin: 0px 25px;
}

.icone {
    width: 126px;
    height: 127px;
    text-align: center;
}

.boxActive span {
    color: #2DBDB6;
}

.boxActive {
    width: 126px;
    height: 127px;
    background-color: #D9F1F2;
    text-align: center;
}

.w3lsaboutaits.detalhes h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #2DBDB6;
    margin-top: 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.w3lsaboutaits.detalhes h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #2DBDB6;
    text-transform: uppercase;
    text-align: center;
    border-bottom: none;
    margin: 0 auto 0px;
}

.menuIcones li:hover, .menuSobreNos li:hover,
.menuIcones li.active, .menuSobreNos li.active  {
    background-color: #D9F1F2;
}

.menuIcones li:hover span,
.menuIcones li.active span,
.menuSobreNos li:hover span,
.menuSobreNos li.active span {
    color: #2DBDB6;
}

.menuIcones li img:first-child, .menuSobreNos li img:first-child {
    /*content: url('../images/tc-ind-sobrefocus.png');*/
    display: none;
    /* margin-top: 3px;*/
}

.menuIcones li:hover img:first-child,
.menuIcones li.active img:first-child,
.menuSobreNos li:hover img:first-child,
.menuSobreNos li.active img:first-child
{
    /*content: url('../images/tc-ind-sobrefocus.png');*/
    display: inline-block;
    /*  margin-top: 3px;*/
}

.menuIcones li:hover img:nth-child(2),
.menuIcones li.active img:nth-child(2),
.menuSobreNos li:hover img:nth-child(2),
.menuSobreNos li.active img:nth-child(2)
{
    display: none;
}


/*.menuIcones li #terapia:hover,*/
/*.menuIcones li.active #terapia {*/
/*background-color: #D9F1F2;*/
/*}*/

/*.menuIcones li #terapia:hover span,*/
/*.menuIcones li.active #terapia span {*/
/*color: #2DBDB6;*/
/*}*/

/*.menuIcones li #terapia:hover img,*/
/*.menuIcones li.active #terapia img {*/
/*content: url("../images/tc-ind-terapeuticosfocus.png");*/
/*margin-top: 3px;*/
/*}*/

/*.menuIcones li #servicos:hover,*/
/*.menuIcones li.active #servicos {*/
/*background-color: #D9F1F2;*/
/*}*/

/*.menuIcones li #servicos:hover span,*/
/*.menuIcones li.active #servicos span {*/
/*color: #2DBDB6;*/
/*}*/

/*.menuIcones li #servicos:hover img,*/
/*.menuIcones li.active #servicos img {*/
/*content: url("../images/tc-ind-bemestarfocus.png");*/
/*margin-top: 3px;*/
/*}*/

/*.menuIcones li #programas:hover,*/
/*.menuIcones li.active #programas {*/
/*background-color: #D9F1F2;*/
/*}*/

/*.menuIcones li #programas:hover span,*/
/*.menuIcones li.active #programas span {*/
/*color: #2DBDB6;*/
/*}*/

/*.menuIcones li #programas:hover img,*/
/*.menuIcones li.active #programas img {*/
/*content: url("../images/tc-ind-terapeuticosfocus.png");*/
/*margin-top: 3px;*/
/*}*/

/*.menuIcones li #contact:hover,*/
/*.menuIcones li.active #contact {*/
/*background-color: #D9F1F2;*/
/*}*/

/*.menuIcones li #contact:hover span,*/
/*.menuIcones li.active #contact span {*/
/*color: #2DBDB6;*/
/*}*/

/*.menuIcones li #contact:hover img,*/
/*.menuIcones li.active #contact img {*/
/*content: url("../images/tc-ind-contactosfocus.png");*/
/*margin-top: 3px;*/
/*}*/

/*.menuIcones li #termalismo:hover,*/
/*.menuIcones li.active #termalismo {*/
/*background-color: #D9F1F2;*/
/*}*/

/*.menuIcones li #termalismo:hover span,*/
/*.menuIcones li.active #termalismo span {*/
/*color: #2DBDB6;*/
/*}*/

/*.menuIcones li #termalismo:hover img,*/
/*.menuIcones li.active #termalismo img {*/
/*content: url("../images/tc-ind-termterapfocus.png");*/
/*margin-top: 3px;*/
/*}*/

/*.menuIcones li #fisioterapia:hover,*/
/*.menuIcones li.active #fisioterapia {*/
/*background-color: #D9F1F2;*/
/*}*/

/*.menuIcones li #fisioterapia:hover span,*/
/*.menuIcones li.active #fisioterapia span {*/
/*color: #2DBDB6;*/
/*}*/

/*.menuIcones li #fisioterapia:hover img,*/
/*.menuIcones li.active #fisioterapia img {*/
/*content: url("../images/tc-ind-fisioterapiafocus.png");*/
/*margin-top: 3px;*/
/*}*/

/*.menuIcones li #fazer:hover,
.menuIcones li.active #fazer {
    background-color: #D9F1F2;
}

.menuIcones li #fazer:hover span,
.menuIcones li.active #fazer span {
    color: #2DBDB6;
}

.menuIcones li #fazer:hover img,
.menuIcones li.active #fazer img {
    content: url("../images/tc-ind-fazerfocus.png");
    margin-top: 3px;
}

.menuIcones li #comer:hover,
.menuIcones li.active #comer {
    background-color: #D9F1F2;
}

.menuIcones li #comer:hover span,
.menuIcones li.active #comer span {
    color: #2DBDB6;
}

.menuIcones li #comer:hover img,
.menuIcones li.active #comer img {
    content: url("../images/tc-ind-comerfocus.png");
    margin-top: 3px;
}

.menuIcones li #ficar:hover,
.menuIcones li.active #ficar {
    background-color: #D9F1F2;
}

.menuIcones li #ficar:hover span,
.menuIcones li.active #ficar span {
    color: #2DBDB6;
}

.menuIcones li #ficar:hover img,
.menuIcones li.active #ficar img {
    content: url("../images/tc-ind-ficarfocus.png");
    margin-top: 3px;
}*/

.nav-info {
    border-bottom: none;
}

#owl-demo2 .agilegrid.agilegrid1 {
    width: 305px;
    margin-right: 51px;
}

.owl-theme .owl-controls .owl-buttons div {

}

.altura-tabs {
    min-height: auto; /*478px*/
}

.centrar-tabs {
    text-align: center;
}

.centrar-ul-tabs {
    display: inline-block;
}

/*-- TABELA INDICAÃ‡Ã•ES TERAPEUTICOS--*/

.parent {
    display: flex;
    margin-bottom: 30px;
    padding: 0;
}

.evenly {
    justify-content: space-evenly;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px !important;
    width: 150px !important;
    border: none !important;
    text-align: center !important;
    vertical-align: top !important;

}

.indicTerapeuta {
    margin-top: 128px;

}

.myRow {
    margin-right: -15px;
    margin-left: -15px;
}

.indicTerapeuta p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #58585A;
    margin-top: 54px;
    margin-bottom: 112px;
}

#nav-programas .programasPainel h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px !important;
    text-transform: uppercase;
    color: #2DBDB6;
    margin-top: 20px;
    margin-bottom: 16px;
    border-bottom: none;
}

#nav-programas .programasPainel p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    opacity: .5;
    margin-bottom: 50px;
    text-align: center;
}

.blocoIndicaTerapeuta {
    display: table;
    margin: 0 auto;
}

/*.iconeTerapia {
    list-style: none;

}*/

.iconeTerapia li {
    display: inline-block;
}

/*.tabela-terapeuta {
    min-height: 440px;

}*/

.center-align {
    letter-spacing: -4px;
    text-align: center;
    font-size: 0;
}

.center-align [class*='col-'] {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 14px;
    float: none;
}

.tabela-terapeuta img {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    display: block;
    cursor: pointer;
}

.tabela-terapeuta p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #58585A;
    text-align: center;
    cursor: pointer;
    /* min-height: 44px;*/
}

.tabela-terapeuta:hover p {
    color: #2DBDB6;
    /*opacity: .5;*/

}

.tabela-terapeuta span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    opacity: .5;
    margin-bottom: 50px;
    text-align: center;
}

.tabela-terapeuta.item img {
    width: auto;

}

/*-- SERVICOS E BEM ESTAR--*/

/*.servicos-bem-estar*/
.contactos-terma,
.contactos-terma1 {
    margin-top: 10px;
}

.servicos-programas {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    background-color: transparent;
    border: none;
    color: #58585A;
    opacity: .9;
    text-align: center;
    font-size: 16px;
}

/*-- GALERIA TERMAS DA PÃGINA DETALHES DE TERMA--*/

.galeriaTerma {
    padding-top: 10px;
    padding-bottom: 8px;
}

.galeriaTerma .owl-theme .owl-controls .owl-page.active span,
.galeriaTerma .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: rgba(164, 228, 225, 1);
    border-color: rgba(45, 189, 182, 1);
}

.galeriaTerma .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border-style: Solid;
    border-color: rgba(45, 189, 182, 1);
    border-width: 2px;
    width: 13px;
    height: 13px;
    opacity: 1;
}

.sliderEdiÃ§Ã£oativa {
    width: 341px;
    height: 240px;
}

/*-- //TABELA INDICAÃ‡Ã•ES TERAPEUTICOS--*/

.wthreehovereffect a:hover {
    /*color: #FFF;*/
     color: #45c5be !important;
}

.wthreehovereffect a:hover::before, .wthreehovereffect a:hover::after {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.wthreehovereffect a:hover span::before, .wthreehovereffect a:hover span::after {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*.navbar-nav > li:nth-child(3) a {
    margin-right: 24.1em !important;
}*/

/*-- Navbar-Hover-Effects --*/

/*-- Slider --*/

.navegacaoHomePage .rslides_tabs {
    /*display: none;*/
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    /* position: absolute;*/
    /*display: none;*/
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.rslides li:first-child {
    /* position: relative;*/
    display: inline-block;
    /*float: left;*/
}

.rslides .termaHome {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    border: 0;
    opacity: .5;
}

.rslides .termaDetalhe {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border: 0;

}

.navegacaoHomePage .rslides_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
    border-color: #4FB6B3;
    border: 2px solid;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.rslides_tabs li.rslides_here a {
    background-color: #A4E4E1;
    border: 2px solid #4FB6B3;
    opacity: 1;
}

.bannerOpac {
    background-color: #2DBDB6;

}

.homepageSlider .rslides_tabs li {
    width: auto;
}

.homepageSlider .rslides_tabs {
    position: relative;
    top: -25px;
    z-index: 2;
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rslides .terma {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.sliderHomepage {
    margin-top: 100px;
}

/*.bannerTerma {
    background-color: #2DBDB6;
}*/

.callbacks_nav {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    text-decoration: none;
    margin-top: -45px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.callbacks_nav {
    left: -18px;
}

.callbacks_nav.next {
    right: 18px;
}

ul.callbacks_tabs.callbacks1_tabs {
    display: none;
}

.idTerma {
    z-index: 10;
    position: absolute;
    top: 79%;
    left: 15%;
    width: 50px;
}

.idTerma p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    color: #FFFFFF;
}

/*-- //Slider --*/

/*-- Fading-Image --*/

/*.animated {
    background-image: url("../images/tc-header-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10%;
    padding-top: 285px;
    margin-bottom: 60px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

/*--  ANIMAÃ‡ÃƒO TERMA DETALHE--*/
.animatedTerma {
    background-image: url(../images/tc-header-grid@1.5x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: auto;
    margin-top: 55%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 200px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    right: 0;
    left: 0;
}

.wthreexperience .animated2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    position: static;
    text-align: center;

}

.opacidadeCentral {
    width: 260px;
    height: 1274px;
    background: rgba(45, 189, 182, 0.6);
    position: absolute;
    top: 0%;
    right: auto;
    bottom: 0;
    left: 43%;
    float: none;
}

.wthreexperience p {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 39px;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 40%;
    left: 42.5%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*hr {
    border: 1px solid #ffffff;
    width: 15%;
    position: absolute;
    top: 36%;
    left: 42.5%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.slider button {
    display: none;
}

/*-- //Fading-Image --*/

/*-- //Header --*/

/*-- About --*/

.w3lsaboutaits {
    background: #FFFFFF;
    background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
    background: -o-linear-gradient(#FFFFFF, #FFFFFF);
    background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
    background: linear-gradient(#FFFFFF, #FFFFFF);
    /* padding: 100px 0;*/
}

.w3lsaboutaits h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #2DBDB6;
    margin-top: 20px;
    margin-bottom: 29px;
}

.eventosInstitucioanis h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 25px;
    color: #2DBDB6;
    margin-top: 60px;
    margin-bottom: 40px;
}

.noticiasGerais h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 25px;
    color: #2DBDB6;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 22px;
}

.eventosVivaTerma h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #FBB817;;
    margin-top: 60px;
    margin-bottom: 40px;
}

.detalhesVivaTerma {
  padding-top: 45px;
}

.w3lsaboutaits h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    color: #FFF;
    width: 73%;
    margin: 0 auto 50px;
}

.w3lsaboutaits-grid-1 h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 25px;
}

.w3lsaboutaits-grid-1 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    /*line-height: 1;*/
    color: #68686a;
    margin-bottom: 15px;
    opacity: .95;
}

.w3lsaboutaits-grid-1 {
    margin-bottom: 25px;
}

.txtIntra {
    margin-top: 10px;
    margin-bottom: 20px;
}

.txtIntra p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #58585A;
    opacity: .9;
    /* margin-top: 20px;*/
    /*margin-bottom: 10px;*/
}

.mapa{
  margin: 20px 0px;
}

.w3lsaboutaits-grid-2 h3 {
    text-align: left;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
}

.w3lsaboutaits-grid-2 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #EEE;
    padding-right: 0;
    margin-bottom: 30px;
}

.w3lsaboutaits-grid-2 p.bottom-p {
    margin-bottom: 0;
}

.w3lsaboutaits-grid-1 button.btn {
    padding: 20px 50px;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.38);
    border-radius: 50px;
    outline: none;
}

.w3lsaboutaits-grid-1 button.btn:hover {
    border-color: #FFF;
}

.w3lsaboutaits-grid-1 button.btn i.fa {
    margin-left: 10px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
    position: relative;
    border: 1px solid #FFF;
    border-radius: 0;
    outline: 0;
    background: #333333;
    background: -webkit-linear-gradient(#6e72bb, #4A75C6);
    background: -o-linear-gradient(#6e72bb, #4A75C6);
    background: -moz-linear-gradient(#6e72bb, #4A75C6);
    background: linear-gradient(#6e72bb, #4A75C6);
    -webkit-box-shadow: 0px 0px 75px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 75px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 75px 7px rgba(0, 0, 0, 0.75);
}

.modal-body {
    padding: 30px;
}

h4.modal-title {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
}

.modal-body p {
    color: #FFF;
    font-size: 16px;
    line-height: 27px;
    padding: 25px 20px 0;
}

.close {
    font-size: 25px;
    color: #FFF;
    opacity: 1;
}

.close:hover, .close:focus {
    color: #FFF;
}

/*-- //About --*/

/* MATRIZ GALERIA TERMAS*/

.row {
    margin-right: 0px !important;
    margin-left: -15px;
}

.rowTermas {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.item {
    position: relative;
}

.item img {
    width: 100%;
}

.item a:hover .item-overlay {
    display: block;
    opacity: 1;
}

.item a:hover.text-holder {
    overflow: hidden;
}

.item .item-overlay {
    background-color: #a2dadb;
    background-color: rgba(162, 218, 219, 0.8);
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    width: 100%;
}

.item .item-overlay .text-holder {
    margin: 20% auto;
    padding: 5px 20px;
}

/*.item .item-overlay .text-holder .mostrarIMG {
    display: none;
}*/

.item .item-overlay .text-holder .escondeIMG {
    overflow: visible;
}

.item .item-overlay .text-holder span,
.item .item-overlay .text-holder span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;

}

.item .item-overlay .text-holder img.escondeIMG {
    /* display: block;*/
    height: auto;
    margin: 0 auto;
    width: auto;
}

/* .item-static */
.item-static {
    background-color: #2DBDB6;
}

.item-static .text-holder p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}

/* col 5ths */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.col-xs-5ths {
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        float: left;
        /*width: 20%;*/
    }
}

/* col 5ths x2 */
.col-xs-5thsx2,
.col-sm-5thsx2,
.col-md-5thsx2,
.col-lg-5thsx2 {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.col-xs-5thsx2 {
    float: left;
    width: 40%;
}

@media (min-width: 768px) {
    .col-sm-5thsx2 {
        float: left;
        width: 40%;
    }
}

@media (min-width: 992px) {
    .col-md-5thsx2 {
        float: left;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5thsx2 {
        float: left;
        width: 40%;
    }
}

/* FIM */

/*-- EVENTOS INSTITUCIONAIS --*/

.descricaoEvento h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #2DBDB6;;
    margin-top: 30px;
    margin-bottom: 0px;

}

.descricaoEvento span {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #2DBDB6;

}

.descricaoEvento p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #58585A;
    margin-top: 28px;
    margin-bottom: 15px;
}

.descricaoDetalheEvento p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    /* text-align: center; */
    color: #58585A;
    margin-top: 50px;
    margin-bottom: 50px;
}

.redesSociais {
    /*margin: 0 auto;*/
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.redesSociais p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 0;
    /*margin-right: 10px;*/
    margin-bottom: 45px;
    text-align: center;
    display: inline-block;
}

.redesSociais img {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
    width: 2%;
}

.redesSociaisNoticias {
    text-align: left;
    margin-top: 50px
}

.redesSociaisNoticias img {
    width: 2%;
}

.navegabilidadeNoticias {
    margin-top: 40px;
}

.setaLeft a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    color: #58585A;
}

.setaLeft {
    float: right;
}

.setaRight a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    color: #58585A;
}

.setaRight {
    float: left;
}

/*BotÃ£o twitter redes sociais*/

.descricaoDetalheEvento1 {
    top: 22px;
    margin-top: 7px;
}

.descricaoDetalheEvento1 span {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #2DBDB6;
    /* margin-left: 20px; */
    text-align: left;
	text-decoration: none;
    /*float: left;*/

}

.descricaoDetalheEvento1 p {
    font-size: 13px;
    font-weight: 600;
    /*font-style: italic;*/
    color: #58585A;
	 margin-top: 15px;
    margin-bottom: 15px;
    /* margin-left: 39%; */
    text-align: left;
    /*float: left;*/
}

hr.hrEvento {
    border-style: Solid;
    border-color: #2DBDB6;
    border-width: 1px;
    width: 654px;
    height: 0px;
}

/*-- EVENTO VIVA TERMA--*/

.descricaoEventoViva {
   /* width: 500px;*/
    padding: 1px;
    background-color: #ffffff;
    /* height: 125px; */
    position: relative;
    padding-bottom: 22px;
}

div.descricaoEventoViva:hover {
  padding: 1px;
  background-color: #F3F4F5;
  /* height: 125px; */
  position: relative;
    padding-bottom: 22px;
}

.descricaoEventoViva h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #FBB817;
    margin-top: 20px;
    margin-bottom: 0px;

}

.descricaoEventoViva span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #58585A;
    font-weight: 400;
}

.descricaoEventoViva p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #58585A;
    margin-top: 28px;
    margin-bottom: 15px;
}

#responsive{
    width: 80%;
    text-align: center;
    margin: auto;
}

.descricaoDetalheEventoViva p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #58585A;
    margin-top: 0px;
    margin-bottom: 70px;
}

.descricaoDetalheEventoViva {
    top: 22px;
    margin-top: 7px;
}

.descricaoDetalheEventoViva span {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    /* margin-left: 20px; */
    text-align: left;
    /* float: left;*/
    color: #FBB817;;

}

.descricaoDetalheEventoViva p {
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    color: #58585A;
    margin-bottom: 80px;
    /* margin-left: 39%; */
    text-align: left;
    /* float: left;*/
}

hr.hrEventoViva {
    border-style: Solid;
    border-color: #FBB817;;
    border-width: 1px;
    width: 654px;
    height: 0px;
}

/*.listagemEventos {
    margin-bottom: 40px;
}*/

#sliderEventoInstitucional {
    width: 654px;
    height: auto;
    margin: auto;
}

#sliderProduto {
    width: 654px;
    height: auto;
    margin: auto;
}

/*-- //EVENTOS INSTITUCIONAIS --*/

/*-- //SOBRE NÃ“S --*/

.decricaoCofinanciamento {
    text-align: center;
    margin-top: 0px;
}

.contactosColuna1 {
    padding-left: 0px;
}

.decricaoCofinanciamento h2 {
    text-transform: uppercase;
    color: #2DBDB6;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.decricaoCofinanciamento h3 {
    text-transform: uppercase;
    color: #2DBDB6;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.decricaoCofinanciamento img {
    text-align: center;
    margin: 0 auto;
}

.decricaoCofinanciamento p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    color: #58585A;
    margin-top: 25px;
    margin-bottom: 10px;
}

.linksUteis p {
    text-align: left;
}

/*-- CONTROLLERS SLIDER EVENTOS --*/

.sliderEventos .prev {
    left: -65px;
    background: transparent url(../images/tc-events-left@1.5x.png) no-repeat left top;
}

.sliderEventos .next {
    right: -65px;
    background: transparent url(../images/tc-events-right@1.5x.png) no-repeat left top;
}

.sliderEventosInstitucionais .prev {
    left: -65px;
    background: transparent url(../images/tc-news-left@1.5x.png) no-repeat left top;
}

.sliderEventosInstitucionais .next {
    right: -65px;
    background: transparent url(../images/tc-news-right@1.5x.png) no-repeat left top;
}

/*-- //PAGINATION --*/

/*
.pagination .my-active-class span
{
    color: #FF0000;

}
*/
/*

.pagination .prev-viva span  {
    background: transparent url("../images/tc-events-left.png") no-repeat ;
}

.pagination .prev-viva a  {
    background: transparent url("../images/tc-events-left.png") no-repeat ;
}


.pagination .next-viva span{
    background: transparent url("../images/tc-events-right.png") no-repeat ;
}

.pagination .next-viva a{
    background: transparent url("../images/tc-events-right.png") no-repeat ;
}
*/

.paginacaoEventosViva .pagination .disabled > span {
    color: #FBB817;
    opacity: .45;
    background-color: transparent;
    font-size: 20px;
}

.paginacaoEventosViva .pagination .active > span,
.paginacaoEventosViva .pagination .active > span:hover {
    opacity: .8;
    background-color: transparent;
    font-size: 20px;
    color: #58585A;
}

.paginacaoEventosViva .pagination > li > a,
.paginacaoEventosViva .pagination > li > span,
.paginacaoEventosViva .pagination > li > span:active,
.paginacaoEventosViva .pagination > li > a:active,
.paginacaoEventosViva .pagination > li:active {
    border: none;
    color: #FBB817;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoEventosViva .pagination > li > a,
.paginacaoEventosViva .pagination > li > span,
.paginacaoEventosViva .pagination > li > span:focus,
.paginacaoEventosViva .pagination > li > a:focus
.paginacaoEventosViva .pagination > li:focus {
    border: none;
    color: #FBB817;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoEventosViva .pagination > li > a,
.paginacaoEventosViva .pagination > li > span,
.paginacaoEventosViva .pagination > li > span:hover,
.paginacaoEventosViva .pagination > li > a:hover
.paginacaoEventosViva .pagination > li:hover {
    border: none;
    color: #FBB817;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoEventosInstitucionais .pagination .disabled > span {
    color: #4FB6B3;
    opacity: .45;
    background-color: transparent;
    font-size: 20px;
}

.paginacaoEventosInstitucionais .pagination .active > span,
.paginacaoEventosInstitucionais .pagination .active > span:hover {
    opacity: .8;
    background-color: transparent;
    font-size: 20px;
    color: #58585A;
}

.paginacaoEventosInstitucionais .pagination > li > a,
.paginacaoEventosInstitucionais .pagination > li > span,
.paginacaoEventosInstitucionais .pagination > li > span:active,
.paginacaoEventosInstitucionais .pagination > li > a:active,
.paginacaoEventosInstitucionais .pagination > li:active {
    border: none;
    color: #4FB6B3;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoEventosInstitucionais .pagination > li > a,
.paginacaoEventosInstitucionais .pagination > li > span,
.paginacaoEventosInstitucionais .pagination > li > span:focus,
.paginacaoEventosInstitucionais .pagination > li > a:focus,
.paginacaoEventosInstitucionais .pagination > li:focus {
    border: none;
    color: #4FB6B3;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoEventosInstitucionais .pagination > li > a,
.paginacaoEventosInstitucionais .pagination > li > span,
.paginacaoEventosInstitucionais .pagination > li > span:hover,
.paginacaoEventosInstitucionais .pagination > li > a:hover,
.paginacaoEventosInstitucionais .pagination > li:hover {
    border: none;
    color: #4FB6B3;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoNoticias .pagination .disabled > span {
    color: #4FB6B3;
    opacity: .45;
    background-color: transparent;
    font-size: 20px;
}

.paginacaoNoticias .pagination .active > span,
.paginacaoNoticias .pagination .active > span:hover {
    opacity: .8;
    background-color: transparent;
    font-size: 20px;
    color: #58585A;
}

.paginacaoNoticias .pagination > li > a,
.paginacaoNoticias .pagination > li > span,
.paginacaoNoticias .pagination > li > span:active,
.paginacaoNoticias .pagination > li > a:active,
.paginacaoNoticias .pagination > li:active {
    border: none;
    color: #4FB6B3;
    background-color: transparent;
    font-size: 20px;

}

.paginacaoNoticias .pagination > li > a,
.paginacaoNoticias .pagination > li > span,
.paginacaoNoticias .pagination > li > span:focus,
.paginacaoNoticias .pagination > li > a:focus,
.paginacaoNoticias .pagination > li:focus {
    border: none;
    color: #4FB6B3;
    font-size: 20px;
    background-color: transparent;
}

.paginacaoNoticias .pagination > li > a,
.paginacaoNoticias .pagination > li > span,
.paginacaoNoticias .pagination > li > span:hover,
.paginacaoNoticias .pagination > li > a:hover,
.paginacaoNoticias .pagination > li:hover {
    border: none;
    color: #4FB6B3;
    background-color: transparent;
    font-size: 20px;

}

.img-responsiveNoticias {
    display: block;
    max-width: 100%;
    height: 270px;
}

.imgEventos {
   /* max-height: 350px;*/
    display: block;
    max-width: 100%;
    height: auto;
}

.listagemEventos {
    margin-bottom: 15px;
    height: 450px;
}

/* NAV SOBRE NÃ³s */
.menuSobreNos {
    background-color: #2DBDB6;
    border-top: 2px solid #fff !important;
    width: auto;
    height: 116px;
}

.menuSobreNos .icone{
    height: 114px;
}

.nav-tabs.navSobreNos {
    text-align: center;
    /*background-color: #2DBDB6;*/
    padding: 5px;
    display: inline-block;
}

.navSobreNos > li {
    display: inline-block;
    text-align: center;
}

.nav-tabs.navSobreNos > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-right: 0;
    line-height: 2;
    border: none;
    cursor: pointer;
}

.nav.navSobreNos > li > a:hover, .nav.navSobreNos > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.nav-tabs.navSobreNos > li.active > a, .nav-tabs.navSobreNos > li.active > a:hover, .nav-tabs.navSobreNos > li.active > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #58585A;
    border: none;
    cursor: pointer;
}

.navegacaoNoticiaDetalhada .rslides_tabs, .navegacaoNoticiaDetalhada .rslides2_tabs {
    position: relative;
    top: -40px;
    z-index: 2;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
}

.navegacaoNoticiaDetalhada .rslides_tabs li a, .navegacaoNoticiaDetalhada .rslides_tabs li.rslides_here a,
.navegacaoNoticiaDetalhada .rslides2_tabs li a, .navegacaoNoticiaDetalhada .rslides2_tabs li.rslides2_here a {
    border: 2px solid #4FB6B3;
    opacity: 1;
}

.navegacaoNoticiaDetalhada .rslides_tabs li,
.navegacaoNoticiaDetalhada .rslides2_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    z-index: 2;
}

.navegacaoNoticiaDetalhada .rslides_tabs li a,
.navegacaoNoticiaDetalhada .rslides2_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    border-color: #4FB6B3;
    background-color: transparent;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.navegacaoNoticiaDetalhada.rslides_tabs li a, .navegacaoNoticiaDetalhada .rslides_tabs li.rslides_here a,
.navegacaoNoticiaDetalhada.rslides2_tabs li a, .navegacaoNoticiaDetalhada .rslides2_tabs li.rslides2_here a {
    background-color: #A4E4E1;

}

/*EVENTOS VIVA*/

.navegacaoEventoViva .rslides_tabs {
    position: relative;
    top: -40px;
    z-index: 2;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.navegacaoEventoViva .rslides_tabs li a, .navegacaoEventoViva .rslides_tabs li.rslides_here a,
.navegacaoEventoViva .rslides2_tabs li a, .navegacaoEventoViva .rslides2_tabs li.rslides2_here a {
    border: 2px solid #FBB817;
    opacity: 1;
}

.navegacaoEventoViva .rslides_tabs li,
.navegacaoEventoViva .rslides2_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    z-index: 2;
    width: auto;
}

.navegacaoEventoViva .rslides_tabs li a,
.navegacaoEventoViva .rslides2_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    border-color: #FBB817;
    background-color: transparent;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.navegacaoEventoViva.rslides_tabs li a, .navegacaoEventoViva .rslides_tabs li.rslides_here a,
.navegacaoEventoViva.rslides2_tabs li a, .navegacaoEventoViva .rslides2_tabs li.rslides2_here a {
    background-color: #FEE29E;

}

.navegacaoEventoInstitucional .rslides_tabs {
    position: relative;
    top: -40px;
    z-index: 2;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;

}

.navegacaoEventoInstitucional .rslides_tabs li a, .navegacaoEventoInstitucional .rslides_tabs li.rslides_here a,
.navegacaoEventoInstitucional .rslides2_tabs li a, .navegacaoEventoInstitucional .rslides2_tabs li.rslides2_here a {
    border: 2px solid #4FB6B3;
    opacity: 1;
}

.navegacaoEventoInstitucional .rslides_tabs li,
.navegacaoEventoInstitucional .rslides2_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    z-index: 2;
    width: auto;
}

.navegacaoEventoInstitucional .rslides_tabs li a,
.navegacaoEventoInstitucional .rslides2_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    border-color: #4FB6B3;
    background-color: transparent;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.navegacaoEventoInstitucional.rslides_tabs li a, .navegacaoEventoInstitucional .rslides_tabs li.rslides_here a,
.navegacaoEventoInstitucional.rslides2_tabs li a, .navegacaoEventoInstitucional .rslides2_tabs li.rslides2_here a {
    background-color: #A4E4E1;

}

.centerPagination {
    text-align: center;
}

/*-- //NOTICIAS GERAIS --*/

.noticiasGeraisDescricao {
    padding: 1px;
    background-color: #FFFFFF;
    height: 205px;
    overflow: hidden;
    position: relative;
}

div.noticiasGeraisDescricao:hover {
  padding: 1px;
  background-color: #F3F4F5;
  height: 205px;
  overflow: hidden;
  position: relative;
}

.noticiasGerais img, .eventosInstitucioanis .listagemEventos img {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
}

.noticiasGeraisDescricao h2 {
    font-size: 23px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 22px;
    margin-bottom: 10px;
    margin-left: 22px;
    line-height: 1;
}

.noticiasGerais span {
    font-size: 17px;
    text-transform: uppercase;
    color: #4FB6B3;
    margin-left: 22px;
    text-align: left;
    margin-bottom: 25px;
}

.noticiasGerais p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*text-align: left;*/
    color: #58585A;
    text-align: justify;
    margin-top: 0px;
    margin-right: 22px;
    margin-bottom: 5px;
    margin-left: 22px;
}

.listagemNoticias {
    margin-top: 16px;
}

.listagemResultados{
  text-align: center;
  margin: 10px 0px;
}

.listagemResultados p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #68686a;
  margin-bottom: 0;
  opacity: .95;
}

.listagemResultados h3 {
  /*text-align: left;*/
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5e4e3;
}

.descricao-resultados {
    overflow: hidden;
    position: relative;
    margin: 10px 30px;
    height: 115px;
}

hr.pesquisaHR {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 3px solid #4fb6b3;
  width: 100%
}

.pesquisaKey {
  font-size: 19px;
  color: #c3bfbf;
  font-family: 'Open Sans', sans-serif;
  padding-left: 42px;
  padding-bottom: 18px;
}

.resultados-Pesquisa {
  padding-top: 3%;
}

.mostrarResultados {
  color: #4fb6b3;
  font-size: 17px;
  float: right;
  margin-top: -60px;
  margin-right: 50px;
}

.ccm-block-custom-template-listagem-Resultados .ccm-search-block-text{
  display: none;
}

.header-pesquisa input[type="text"]{
  /*display: block!important;
  width: 70%;*/
  margin: auto;
  color: #68686a;
  font-size: 16px;
  font-weight: 600;
  width: 250px;
}

.header-pesquisa {
    float: right;
    padding: 15px;
}


/*-- DESCRIÃ‡ÃƒO DA NOTICIA --*/

.descricaoNoticia {
    margin-bottom: 35px;
    text-align: center;
}

.descricaoNoticia h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #2DBDB6;;
    margin-top: 0px;
    margin-bottom: 0px;

}

.input-pesquisa-fixa {
  padding-bottom: 5%;
}

.input-pesquisa {
        position: relative;
        top: 1px;
        left: 2px;
        border-radius: 6px;
        border-style: none;
        padding: 3px 8px;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: rgba(50, 50, 50, .5);
}

.descricaoNoticia span {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #2DBDB6;;
}

.descricaoNoticia p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    color: #58585A;
    margin-top: 25px;
    margin-bottom: 0px;
}

.dataNoticia p {
    font-weight: 200;
    font-size: 14px;
    color: #4FB6B3;
    text-align: left;
    text-transform: uppercase;
    margin-top: 42px;
    margin-bottom: 16px;
}

.legendaNoticia {
    background-color: #F3F4F5;
    min-height: 100px;
    padding: 43px 1px 48px 1px;
}

.legendaNoticia p {
    font-weight: 600;
    font-size: 20px;
    color: #4FB6B3;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.descricaoNoticia p.titulo {
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: left;
    color: #4FB6B3;
    margin-top: 25px;
    margin-bottom: 0px;
}

.descricaoNoticia p.listaIndicTerapiaNoticias {
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    color: #58585A;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: disc;
}

.infoAutor {
    margin-top: 100px;
}

.infoAutor p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    color: #58585A;
    margin-top: 0px;
    margin-bottom: 0px
}

.noticiasPDF {
    text-align: left;
    margin-top: 15px;
}

.noticiasPDF a,
.noticiasPDF a:hover {
    color: #2DBDB6;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.eventoInstiPDF {
    text-align: left;
    margin-top: 15px;
}

.eventoInstiPDF a,
.eventoInstiPDF a:hover {
    color: #2DBDB6;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.eventoVivaPDF {
    text-align: left;
    margin-top: 15px;
}

.eventoVivaPDF a,
.eventoVivaPDF a:hover {
    color: #FBB817;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

/*-- //PAGINACAO --*/

/*-- //PRODUTOS --*/

.produtosGeraisDescricao {
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    margin-top: 5px;
}

div.produtosGeraisDescricao:hover {
    background-color: #F3F4F5;
    height: 80px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.produtosGeraisDescricao h3 {
    font-size: 18px;
    text-align: left;
    color: #4FB6B3;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 22px;
    line-height: 1;
    cursor: pointer;
}

.descricaoDetalheEvento1 h3{
    font-size: 18px;
    text-align: left;
    color: #4FB6B3;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0px;
   /* margin-left: 22px;*/
    line-height: 1;
    cursor: pointer;
}

.produtosGeraisDescricao span {
    font-size: 15px;
    text-transform: uppercase;
    color: #58585A;
    margin-left: 22px;
    text-align: left;
    margin-bottom: 25px
}

.produtosGeraisDescricao p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #58585A;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 22px;
}

/*-- Details --*/

.agileinfodetails {
    /*background-image: url("../images/details.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    padding: 250px 0;
}

.agileinfodetails-heading h3 {
    text-align: right;
    width: 40%;
    float: right;
    font-size: 65px;
    font-weight: 700;
    color: #FFF;
}

.agileinfodetails-paragraph {
    margin-top: 50px;
}

.agileinfodetails-paragraph p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    float: right;
    width: 56%;
    color: #FFF;
    text-transform: uppercase;
    font-family: -webkit-body;
}

/*-- //Details --*/

/*-- Locations --*/

.wthreelocationsaits {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.wthreelocationsaits h3, .agilepackagesw3l h3, .w3portfolioaits h3, .agilecontactw3ls h3 {
    font-size: 40px;
    margin-bottom: 50px;
    color: #000;
}

.agilefooterwthree-grids h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #B0B0B0;
    margin-top: 0px;
    margin-bottom: 5px;
}

.wthreelocationsaits .noscroll {
    overflow: hidden;
}

.wthreelocationsaits .grid-wrap {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.wthreelocationsaits .grid {
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.wthreelocationsaits .view-full .grid {
    -webkit-transform: translateZ(-1500px);
    transform: translateZ(-1500px);
}

.wthreelocationsaits .grid figure {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.wthreelocationsaits .grid figure.active {
    opacity: 0;
}

.wthreelocationsaits .grid .placeholder {
    pointer-events: none;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.wthreelocationsaits .placeholder > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wthreelocationsaits .placeholder .front img {
    width: 100%;
    height: 100%;
}

.wthreelocationsaits .placeholder .back {
    background: white;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.wthreelocationsaits .wthreelocationsaits .view-full .placeholder {
    -webkit-transition: all 0.5s 0.1s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s 0.1s cubic-bezier(0, 0, 0.25, 1);
}

.wthreelocationsaits .vertical .view-full .placeholder {
    -webkit-transform: translateZ(1500px) rotateX(-179.9deg);
    transform: translateZ(1500px) rotateX(-179.9deg);
}

.wthreelocationsaits .horizontal .view-full .placeholder {
    -webkit-transform: translateZ(1500px) rotateY(-179.9deg);
    transform: translateZ(1500px) rotateY(-179.9deg);
}

.wthreelocationsaits .grid figure img {
    display: block;
    width: 100%;
}

.wthreelocationsaits .content, .loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.wthreelocationsaits .content {
    overflow-y: scroll;
    height: 0;
    background: #000;
    visibility: hidden;
    z-index: 400;
    -webkit-overflow-scrolling: touch;
}

.wthreelocationsaits .loading {
    opacity: 0;
    z-index: 1;
    background: transparent url("../images/preloader.gif") no-repeat center center;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.wthreelocationsaits .loading.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wthreelocationsaits .content.show {
    height: auto;
    pointer-events: auto;
    visibility: visible;
}

.wthreelocationsaits .content > div {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    opacity: 0;
    background: #000;
}

.wthreelocationsaits .content > div.show {
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.wthreelocationsaits .icon:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wthreelocationsaits .close-content {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 10px;
    font-size: 1.6em;
    color: #DDD;
    cursor: pointer;
    pointer-events: none;
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.wthreelocationsaits .close-content:hover {
    color: #FFF;
}

.wthreelocationsaits .content > div.show ~ .close-content {
    opacity: 1;
    pointer-events: auto;
}

.wthreelocationsaits .dummy-img, .dummy-text {
    max-width: 600px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.wthreelocationsaits .vertical .dummy-img, .vertical .dummy-text {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.wthreelocationsaits .horizontal .dummy-img, .horizontal .dummy-text {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.wthreelocationsaits .content > div.show .dummy-img, .content > div.show .dummy-text {
    opacity: 1;
}

.wthreelocationsaits .vertical .content > div.show .dummy-img, .vertical .content > div.show .dummy-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wthreelocationsaits .horizontal .content > div.show .dummy-img, .horizontal .content > div.show .dummy-text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.wthreelocationsaits p.dummy-text:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.wthreelocationsaits p.dummy-text:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.wthreelocationsaits .dummy-img {
    height: 100%;
    margin: 30px auto;
}

.wthreelocationsaits .dummy-text {
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;
    color: #ddd;
    font-size: 1em;
}

.wthreelocationsaits p.aitsheadingw3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #FFF;
}

.wthreelocationsaits .dummy-text:last-child {
    padding-bottom: 100px;
}

.wthreelocationsaits .no-pointerevents .content, .wthreelocationsaits .no-csstransforms3d .content, .wthreelocationsaits .no-csstransitions .content, .wthreelocationsaits .no-pointerevents .content > div, .wthreelocationsaits .no-csstransforms3d .content > div, .wthreelocationsaits .no-csstransitions .content > div, .wthreelocationsaits .no-pointerevents .close-content, .wthreelocationsaits .no-csstransforms3d .close-content, .wthreelocationsaits .no-csstransitions .close-content {
    opacity: 1;
    visibility: visible;
    display: none;
    height: auto;
}

.wthreelocationsaits .no-pointerevents .show .close-content, .wthreelocationsaits .no-csstransforms3d .show .close-content, .wthreelocationsaits .no-csstransition .show .close-content, .wthreelocationsaits .no-pointerevents div.show, .wthreelocationsaits .no-csstransforms3d div.show, .wthreelocationsaits .no-csstransitions div.show, .wthreelocationsaits .no-csstransitions .dummy-img, .wthreelocationsaits .no-csstransitions .dummy-text, .wthreelocationsaits .no-csstransforms3d .dummy-img, .wthreelocationsaits .no-csstransforms3d .dummy-text, .wthreelocationsaits .no-pointerevents .dummy-img, .wthreelocationsaits .no-pointerevents .dummy-text {
    display: block !important;
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .wthreelocationsaits .grid figure, .wthreelocationsaits .grid .placeholder {
        width: 240px;
        height: 212px;
    }
}

.wthreelocationsaits .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    padding: 0;
    width: 32.4%;
    margin: 5px;
}

.wthreelocationsaits .grid figure img {
    position: relative;
    display: block;
}

.wthreelocationsaits .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wthreelocationsaits .grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.wthreelocationsaits .grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wthreelocationsaits figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.wthreelocationsaits figure.effect-zoe h4 {
    text-align: center;
    font-size: 35px;
    color: #FFF;
    margin-top: 3.4em;
}

.wthreelocationsaits figure.effect-zoe h4 {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.wthreelocationsaits figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.wthreelocationsaits figure.effect-zoe:hover h4 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/*-- //Locations --*/

/*-- Packages --*/

/*-- Largura Container SecÃ§Ã£o Eventos  e Noticias--*/

.container.eventos {
    width: 1224px;
}

.containerTermasGeral {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
.container.noticias {
    width: 1080px;
}
*/

/*-- //Largura Container SecÃ§Ã£o Eventos e Noticias--*/

.agilepackagesw3l {
    /* padding: 100px 0;*/
    /*  background-color: #A2DADB;*/
}

.agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
    color: #FECB50;
    margin-top: 55px;
    margin-bottom: 38px;
    text-transform: uppercase;
}

.owl-item.col-md-3 {
    width: 300px !important;
    padding-right: 8px !important;
    padding-left: 0px !important;
}

/*#owl-demo2 .owl-item {
    width: 305px !important;
    margin-right: 51px !important;
}*/

#owl-demo3 .owl-item {
    width: 305px !important;
    margin-right: 51px !important;
}

#programa-geral, #o-que-fazer, #onde-comer, #onde-ficar {
    margin-top: 50px;
}

#programa-geral .agilegrid.agilegrid1 {
    width: 305px;
    margin-right: 51px;
}

#o-que-fazer .agilegrid.agilegrid1 {
    width: 305px;
    margin-right: 51px;
}

#onde-comer .agilegrid.agilegrid1 {
    width: 305px;
    margin-right: 51px;
}

#onde-ficar .agilegrid.agilegrid1 {
    width: 305px;
    margin-right: 51px;
}

.texto-programa h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px !important;
    text-transform: uppercase;
    color: #2DBDB6;
    margin-top: 20px;
    margin-bottom: 16px;
    border-bottom: none;
    padding-bottom: 0;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    cursor: pointer;
}

/*.toggle-hidden {
    visibility: hidden;
}*/

.toggle-hidden .informacaoExtra {
    visibility: hidden;
    text-align: center;
    /* min-height: 60px;*/
}

.texto-programa p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    opacity: .5;
    margin-bottom: 0px;
    text-align: center;
    /*visibility: hidden;*/
}

.nome-o-que-fazer {
    font-weight: bold;
    margin-bottom: 5px !important;
}

/*.texto-programa:active p {
    visibility: visible;
}*/

.lerMais {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.newsletterMais {
    text-align: center;
}

.newsletterMais p {
    color: #4FB6B3;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.newsletterImg img {
    margin: auto;
}

.contactos-terma {
    text-align: left;
}

.precario p {
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

.contactos-terma h3 {
    font-size: 18px;
    line-height: 22px;
    color: #2DBDB6;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
    padding: 0;
    margin: 50px auto 0px;
    width: auto;
    text-align: left;
}

.contactos-terma h5 {
    font-size: 17px;
    line-height: 22px;
    color: #2DBDB6;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.contactos-terma h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2DBDB6;
    text-align: left;
}

.contactos-terma p, a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2DBDB6;
    text-align: left;
}

.contactos-terma1 h3.list-group-item-heading, h4.list-group-item-heading {
    font-size: 16px;
    color: #2DBDB6;
    text-transform: uppercase;
    border-bottom: none;
    padding: 0;
    font-weight: 600;
    /*  margin: 50px auto 0px;*/
    text-align: left;
}

.contactos-terma1 p {
    font-size: 15px;
    color: #58585A;
    font-weight: 400;
    text-transform: initial;
}

.horario-terma h3 {
    margin: 0px;
}

a {
    color: #2DBDB6;
}

a:hover, a:focus {
    color: #2DBDB6;
    opacity: .8;
    text-decoration: none;
}

/*-- SETAS CONTROLAR SECÃ‡ÃƒO EVENTOS E NOTICIAS --*/

/* -- EVENTOS --*/
/*.owl-prev{
    width: 25px!important;
}

.owl-next{
    width: 25px!important;
}*/

.item.w3-agile {
    margin-right: 51px;
}

.agilepackagesw3l .owl-theme .owl-controls .owl-buttons div,
.wthreereviews .owl-theme .owl-controls .owl-buttons div,
.w3lsaboutaits .owl-theme .owl-controls .owl-buttons div {
    margin: 0px;
    padding: 0px;
    background: transparent;
    opacity: 1;
}

/*
#owl-demo1 .owl-buttons {
    position: absolute;
    top: 20%;
    display: flex;
    display: -webkit-flex; !* Safari *!
}

#owl-demo1 .owl-prev {
    position: relative;
    left: -39px;
}

#owl-demo1 .owl-next {
    position: relative;
    left: 1178px;
}
*/

#owl-demo1 .item {
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
}

#owl-demo2 .item,
#o-que-fazer .item,
#onde-comer .item,
#onde-ficar .item,
#programa-geral .item {
    margin-right: 25.5px;
    position: relative;
    margin-left: 25.5px;
}

#owl-demo1 .item img {
    display: block;
    /*width: 100%;*/
    height: auto;
}

.containerUltimosEventos {
    display: flex;
    width: 100%;
}

.containerUltimasNoticias {
    display: flex;
    width: 100%;
}

.paddingEventos {
    padding: 0 30px;
}

#first {
    /* position: relative;
    display: inline-block; */
    width: 9%;
    /*text-align: center;
     float: left; */
    /*margin: auto 0;
    vertical-align: middle;*/
}

#leftArrow {
    cursor: pointer;
    float: right;
    margin-right: 14px;
    position: relative;
}

#second {
    width: 80%;
    margin: auto 0;
    display: inline-block;
    position: relative;
}

#third {
    width: 9%;
}

#rightArrow {
    cursor: pointer;
    float: left;
    margin-left: 14px;
    position: relative;
}

/* NOTICIAS */

.paddingNoticias {
    padding: 0 30px;
}

#firstNews, #firstComer, #firstFicar, #firstProgramas {
    width: 12%;
}

#leftNewsArrow, #leftComerArrow, #leftFicarArrow, #leftProgramasArrow {
    cursor: pointer;
    float: right;
    margin-right: 15.5px;
}

#secondNews, #secondComer, #secondFicar, #secondProgramas {
    width: 73%;
    margin: auto 0;
    display: inline-block;
    position: relative;
}

#thirdNews, #thirdComer, #thirdFicar, #thirdProgramas {
    width: 12%;
}

#rightNewsArrow, #rightComerArrow, #rightFicarArrow, #rightProgramasArrow {
    cursor: pointer;
    float: left;
    margin-left: 15.5px;
}

/* -- //EVENTOS --*/

/* -- NOTICIAS --*/

/*#owl-demo2 .owl-buttons {
    position: absolute;
    top: 17%;
    display: flex;
    display: -webkit-flex; !* Safari *!
}

#owl-demo2 .owl-prev {
    position: relative;
    left: -58px;
}

#owl-demo2 .owl-next {
    position: relative;
    left: 1072px;
}*/

#owl-demo3 .owl-buttons {
    position: absolute;
    top: 17%;
    display: flex;
    display: -webkit-flex; /* Safari */
}

#owl-demo3 .owl-prev {
    position: relative;
    left: -54px;
}

#owl-demo3 .owl-next {
    position: relative;
    left: 1045px;
}

#programa-geral .owl-buttons {
    position: absolute;
    top: 40%;
    display: flex;
    display: -webkit-flex;
}

#programa-geral .owl-prev {
    position: relative;
    left: -70px;
}

#programa-geral .owl-next {
    position: relative;
    left: 1090px;
}

#o-que-fazer .owl-buttons {
    position: absolute;
    top: 40%;
    display: flex;
    display: -webkit-flex;
}

#o-que-fazer .owl-prev {
    position: relative;
    left: -70px;
}

#o-que-fazer .owl-next {
    position: relative;
    left: 1090px;
}

#onde-comer .owl-buttons {
    position: absolute;
    top: 40%;
    display: flex;
    display: -webkit-flex;
}

#onde-comer .owl-prev {
    position: relative;
    left: -70px;
}

#onde-comer .owl-next {
    position: relative;
    left: 1090px;
}

#onde-ficar .owl-buttons {
    position: absolute;
    top: 40%;
    display: flex;
    display: -webkit-flex;
}

#onde-ficar .owl-prev {
    position: relative;
    left: -70px;
}

#onde-ficar .owl-next {
    position: relative;
    left: 1090px;
}

/* -- //NOTICIAS --*/

/*-- // FIM  SETAS CONTROLAR SECÃ‡ÃƒO EVENTOS E NOTICIAS --*/

/*.agilegrid {
    margin-right: 8px;
}*/

.agilegrid img {
    width: 100%;
    height: auto;
}

.agilepackagesw3l h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 24px;
    color: #FECB51;
}

.agilepackagesw3l p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    opacity: .5;
    margin-bottom: 48px;
    text-align: center;
}

.dataEvento {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
}

.dataEvento img {
    /*  position: absolute;
      top: -139px;*/
    width: 40%;
    right: 0;
    left: 0;
    margin: auto;
}

.dataEvento div, .dataEventoInstitucional div {
    margin-bottom: 25px;
}

.dataEventoInstitucional {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
}

.agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
    font-size: 20px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;

}

.agilepackagesw3l ul li {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #7c7c7c;
}

.sign.text-center {
    margin-top: 50px;
}

a.popup-with-zoom-anim {
    padding: 10px 30px;
    /*-- w3layouts --*/
    /*-- agileits --*/
    background-color: #333;
    color: #EEE;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: none;
    outline: none;
}

a.popup-with-zoom-anim:hover {
    padding: 12px 45px;
    font-size: 16px;
    background-color: #A2DADB;
    color: #FFF;
}

/*-- Popup-Box --*/

form li {
    list-style: none;
}

form ul {
    padding: 0;
}

h4.payment-head {
    font-size: 1.9em;
    color: #222222;
    padding: 0.5em 0;
    text-align: left;
    float: left;
}

.payment-online-form-left span {
    vertical-align: sub;
    margin-right: 30px;
    /*-- w3layouts --*/
    /*-- agileits --*/
}

.payment-online-form-left form {
    padding: 0;
}

.payment-online-form-left input[type="text"] {
    padding: 1em;
    color: #485460;
    width: 49.5%;
    margin: 0.5em 0;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    float: left;
    /*-- w3layouts --*/
    /*-- agileits --*/
    font-size: 0.9em;
    border-color: #CCC;
    -webkit-appearance: none;
}

input#datepicker {
    padding: 1em 1em 1em 1em;
}

.payment-online-form-left input[type="text"]:hover {
    border-color: #fa6e6f;
}

.text-box-light {
    background: #FFF url("../images/calender.png") no-repeat 95% 50%;
    cursor: pointer;
    position: relative;
}

.payment-online-form-left ul li:first-child input[type="text"] {
    margin-right: 1%;
}

.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
    border-color: #54CEB7;
    color: #3498DB;
}

.shipping {
    width: 32px;
    height: 32px;
    /*-- w3layouts --*/
    /*-- agileits --*/
    display: inline-block;
    background: url("../images/icon.png") no-repeat -111px -26px;
}

.payment {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat -154px -23px;
}

.payment-date-section {
    background: url("../images/calender.png") no-repeat #fff 50%;
}

.payment-sendbtns {
    float: right;
    margin: 1.2em 5px 1em 0;
}

.payment-sendbtns input[type="reset"] {
    background: #222;
    padding: 8px 50px;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    display: block;
    /*-- w3layouts --*/
    /*-- agileits --*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.payment-sendbtns input[type="reset"]:hover {
    color: #000;
    background: #FFC107;
}

.payment-sendbtns input[type="submit"] {
    background: #222;
    padding: 8px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    display: block;
    /*-- w3layouts --*/
    /*-- agileits --*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-appearance: none;
    outline: none;
    text-decoration: none;
}

.payment-sendbtns input[type="submit"]:hover {
    color: #fff;
    background: #009688;
}

.payment-sendbtns li {
    display: inline-block;
}

.payment-type li {
    display: inline-block;
}

.payment-online-form-right {
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*-- w3layouts --*/
    /*-- agileits --*/
    border-bottom: 4px solid #1A1822;
}

input[type=checkbox].css-checkbox1, input[type=checkbox].css-checkbox2 {
    display: none;
}

input[type=checkbox].css-checkbox1 + label.css-label1 {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: super;
    cursor: pointer;
    /*-- w3layouts --*/
    /*-- agileits --*/
    background: url("../images/icon.png") no-repeat -188px -25px;
    margin-right: 8px;
}

input[type=checkbox].css-checkbox1:checked + label.css-label1 {
    background: url("../images/icon.png") no-repeat -215px -25px;
}

input[type=checkbox].css-checkbox2 + label.css-label2 {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: -20px 0px;
    vertical-align: super;
    cursor: pointer;
    /*-- w3layouts --*/
    /*-- agileits --*/
    background: url("../images/icon.png") no-repeat -218px -24px;
}

input[type=checkbox].css-checkbox2:checked + label.css-label2 {
    background: url("../images/icon.png") no-repeat -190px -24px;
}

.visa {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/icon.png") no-repeat -32px -28px;
}

.paypal {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/icon.png") no-repeat -71px -26px;
}

.payment-online-form-right {
    float: right;
    width: 30%;
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    /*-- w3layouts --*/
    /*-- agileits --*/
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
    padding-bottom: 2em;
}

.payment-online-form-right a:hover {
    color: #1ABC9C;
}

.payment-online-form-right ul li {
    display: block;
    padding: 0.5em;
}

.payment-online-form-right ul li a {
    color: #9095AA;
}

.payment-online-form-left h4 {
    text-align: left;
    color: #FFF;
}

.payment-online-form-right ul {
    padding: 0px 1em;
}

h4.paymenthead {
    margin-top: 140px;
}

.payment-type {
    margin-top: 3%;
    text-align: left;
}

input[type=checkbox].css-checkbox3, input[type=checkbox].css-checkbox4, input[type=checkbox].css-checkbox5, input[type=checkbox].css-checkbox6 {
    display: none;
}

div#small-dialog {
    padding: 20px;
    width: 40%;
    height: 470px;
    margin: 0 auto;
    background: #333333;
    background: -webkit-linear-gradient(#6e72bb, #4A75C6);
    background: -o-linear-gradient(#6e72bb, #4A75C6);
    background: -moz-linear-gradient(#6e72bb, #4A75C6);
    background: linear-gradient(#6e72bb, #4A75C6);
}

.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    /*-- w3layouts --*/
    /*-- agileits --*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    /*-- w3ls --*/
    /*-- agileits --*/
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing #small-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    /*-- w3layouts --*/
    /*-- agileits --*/
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    /*-- w3ls --*/
    /*-- agileits --*/
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.97;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    /*-- w3layouts --*/
    /*-- agileits --*/
    position: fixed;
    background: #0b0b0b;
    opacity: 0.97;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    /*-- w3layouts --*/
    /*-- agileinfo --*/
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    /*-- w3layouts --*/
    /*-- agileits --*/
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    /*-- w3layouts --*/
    /*-- agileinfo --*/
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-content iframe {
    width: 100%;
    min-height: 500px;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    /*-- wthree --*/
    /*-- agileits --*/
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    background: #EEEEEE;
    -webkit-appearance: none;
    display: block;
    /*-- w3layouts --*/
    /*-- agileits --*/
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 32px;
    height: 32px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -32px;
    /*-- wthree --*/
    /*-- agileits --*/
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    outline: none;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
    padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    /*-- w3layouts --*/
    /*-- agileits --*/
    padding-right: 6px;
    width: 100%;
}

/*-- //Popup-Box --*/

/*-- //Packages --*/

/*-- Portfolio --*/

/*.w3portfolioaits {
    background-color: #F5F5F5;
    !* padding: 100px 0;*!
}*/

.w3portfolioaits-item {
    padding: 0;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #2DBDB6;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
}

.grid figure figcaption {
    padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo {
    background: #2DBDB6;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo img:hover {
    opacity: 0.70;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background: rgba(162, 218, 219, 0.7);*/
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo:hover img {
    opacity: 0.5;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.item .item-overlay {
    background-color: #a2dadb;
    background-color: rgba(162, 218, 219, 0.6);
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    width: 100%;
}

.text-center {
    text-align: center;
}

/*-- //Portfolio --*/

/*-- Reviews --*/

.cd-image-block {
    position: relative;
    background: url("../images/rev.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.cd-image-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(52, 54, 66, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-image-block.content-block-is-visible::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-image-block::before {
        display: none;
    }
}

.cd-images-list::before {
    content: 'mobile';
    display: none;
}

.cd-images-list > li > a {
    height: 100%;
    width: 100%;
}

.cd-images-list h3 {
    vertical-align: middle;
    text-align: center;
    font-size: 3rem;
    color: #ffffff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li.wthreeli-1 {
    background: url("../images/r1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

li.wthreeli-2 {
    background: url("../images/r2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

li.wthreeli-3 {
    background: url("../images/r3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

li.wthreeli-4 {
    background: url("../images/r4.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

li.agiletravelerw3ls {
    text-align: center;
}

.agiletravelerw3ls img {
    width: 40%;
    margin: 50px auto;
    border: 5px solid #FFF;
}

li.agiletravelerw3ls h4 {
    font-size: 30px;
    color: #FFF;
}

li.agiletravelerw3ls p {
    font-size: 16px;
    color: #FFF;
    line-height: 25px;
    margin: 30px 65px;
}

/*-- Rating --*/

.wthreeratingaits ul li {
    display: inline-block;
    color: #FFEB3B;
    font-size: 25px;
}

/*-- //Rating --*/

@media only screen and (min-width: 768px) {
    .cd-images-list::before {
        content: 'desktop';
    }

    .cd-images-list > li > a {
        display: block;
        padding: 4em 3em;
        cursor: text;
        pointer-events: none;
    }

    .cd-images-list h3 {
        font-size: 40px;
    }
}

.cd-content-block {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-content-block.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-content-block > ul {
    height: 100%;
}

.cd-content-block > ul > li {
    position: absolute;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.cd-content-block > ul > li.is-selected {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.cd-content-block .cd-close {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cd-content-block .cd-close::after, .cd-content-block .cd-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 24px;
    background-color: #343642;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-content-block .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-content-block .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-content-block .cd-close.is-scaled-up {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-touch .cd-content-block .cd-close.is-scaled-up:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (min-width: 768px) {
    .cd-content-block {
        position: static;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-content-block > ul > li {
        opacity: 1;
        visibility: visible;
    }

    .cd-content-block > ul > li.overflow-hidden {
        overflow: hidden;
    }

    .cd-content-block h3 {
        font-size: 2em;
    }

    .cd-content-block .cd-close {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .cd-image-block, .cd-content-block {
        width: 50%;
        float: left;
        height: 700px;
        overflow: hidden;
        cursor: text;
    }

    .cd-image-block > ul, .cd-content-block > ul {
        position: relative;
        height: 100%;
    }

    .cd-image-block > ul > li, .cd-content-block > ul > li {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
    }

    .cd-image-block > ul > li.is-selected, .cd-content-block > ul > li.is-selected {
        position: absolute;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-image-block > ul > li.move-left, .cd-content-block > ul > li.move-left {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.block-navigation {
    display: none;
}

.wthreereviews button {
    cursor: pointer;
    border: none;
    background: -webkit-linear-gradient(#A2DADB, #b0b0b0);
    background: -o-linear-gradient(#A2DADB, #b0b0b0);
    background: -moz-linear-gradient(#A2DADB, #b0b0b0);
    background: linear-gradient(#A2DADB, #b0b0b0);
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .block-navigation {
        display: block;
        bottom: 0;
        left: 0;
    }

    .block-navigation::after {
        clear: both;
        content: "";
        display: table;
    }

    .block-navigation li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s;
    }

    .block-navigation li:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .block-navigation li:first-of-type {
        float: left;
    }

    .block-navigation li:last-of-type {
        float: right;
    }

    .block-navigation button {
        height: 100%;
        width: 100%;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .block-navigation button.inactive {
        opacity: .3;
        cursor: not-allowed;
    }
}

@media only screen and (min-width: 768px) {
    .no-js .cd-content-block {
        display: none;
    }

    .no-js .cd-image-block {
        width: 100%;
        overflow: visible;
    }

    .no-js .cd-images-list::after {
        clear: both;
        content: "";
        display: table;
    }

    .no-js .cd-images-list > li {
        position: static;
        width: 50%;
        float: left;
        height: 400px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .no-js .cd-images-list > li.is-selected {
        position: static;
    }

    .no-js .cd-images-list > li > a {
        cursor: pointer;
        pointer-events: auto;
    }

    .no-js .block-navigation {
        display: none;
    }
}

/*-- //Reviews --*/

/*-- Contact --*/

.agilecontactw3ls {
    background-image: url("../images/contac.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.agilecontactw3ls-grid input[type="text"], .agilecontactw3ls-grid input[type="email"], .agilecontactw3ls-grid textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #FFF;
    color: #fff;
    outline: none;
    background: transparent;
    border-left: 5px solid #FFF;
    border-radius: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.agilecontactw3ls-grid input[type="email"], .agilecontactw3ls-grid textarea {
    margin-bottom: 0;
}

.agilecontactw3ls-grid textarea {
    height: 160px;
}

.agilecontactw3ls-grid .send-button {
    margin-top: 5px;
}

.agilecontactw3ls input[type="submit"] {
    padding: 4px 40px;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
    color: #000;
    border: 5px solid transparent;
    font-size: 16px;
    float: right;
}

.agilecontactw3ls input[type="submit"]:hover {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

/*-- //Contact --*/

/*-- Map --*/

#map {
    width: 100%;
    height: 500px;
}

/*-- //Map --*/

/*-- Social-Icons --*/

.agilesocialwthree ul.social-icons {
    width: 100%;
    text-align: center;
}

.agilesocialwthree ul.social-icons li {
    display: inline-block;
    width: 14%;
    padding: 30px 0;
    border-right: 1px solid #DDD;
    font-size: 45px;
}

.agilesocialwthree ul.social-icons li a {
    color: #333;
}

.agilesocialwthree ul.social-icons li a.facebook:hover {
    color: #3b5998;
}

.agilesocialwthree ul.social-icons li a.twitter:hover {
    color: #1dcaff;
}

.agilesocialwthree ul.social-icons li a.googleplus:hover {
    color: #d34836;
}

.agilesocialwthree ul.social-icons li a.instagram:hover {
    color: #517fa4;
}

.agilesocialwthree ul.social-icons li a.youtube:hover {
    color: #bb0000;
}

.agilesocialwthree ul.social-icons li a.pinterest:hover {
    color: #bd081c;
}

.agilesocialwthree ul.social-icons li a.tumblr:hover {
    color: #35465c;
}

/*-- //Social-Icons --*/

/*-- Confinanciamento --*/
.img-responsive.pull-left {
    margin-top: 57px;
    margin-bottom: 57px;
}

.img-responsive.pull-right {
    margin-top: 83px;
    margin-bottom: 55px;
}

/*.footer-class {
    float: right;
}*/

/*-- //Confinanciamento --*/

/*-- Footer --*/
.agilefooterwthree {
    border-bottom: 1px solid rgba(88, 88, 90, 0.2);
    margin-top: 4%;
}

.agilefooterwthree-grid h4 {
    text-align: left;
    /*margin-bottom: 20px;*/
}

.agilefooterwthree-grid ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #58585A;;
    display: block;

}

.agilefooterwthree-grid ul li a {
    color: #2DBDB6;
    margin-bottom: 80px;
}

.agilefooterwthree-grid ul li a:hover {
    color: #A2DADB;
}

.agilefooterwthree-grid3 p {
    font-size: 16px;
    margin-bottom: 20px;
}

address {
    margin-bottom: 20px;
}


.footer-class {
    float: right;
    font-size: 16px;
}
/*-- //Footer --*/

/*-- Newsletter --*/

.agilefooterwthree-grid3 form {
    position: relative;
}

.agilefooterwthree-grid3 .email {
    width: 90%;
    padding: 10px 40px 10px 10px;
    border-radius: 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border: 1px solid #AAA;
    outline: #333;
}

.agilefooterwthree-grid3 .submit {
    width: 35px;
    height: 35px;

    background-color: transparent;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

/*-- //Newsletter --*/

/*-- Copyright --*/

.copyright {
    padding: 50px 15px;
    text-align: center;
}

.copyright p {
    color: #000;
    line-height: 25px;
}

.copyright p a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.copyright p a:hover {
    color: #A2DADB;
}

/*-- //Copyright --*/

/*-- Go-To-Top-Button --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/to-top.png") no-repeat 0px 0px;
}

/*-- //Go-To-Top-Button --*/

/*-- Placeholder-Color --*/

:-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    color: #FFF;
}

:-ms-input-placeholder {
    color: #FFF;
}

/*-- //Placeholder-Color --*/

/*-- Text-Selection-Background-Color --*/

/*-- Works on common browsers --*/
::selection {
    background-color: #1e1e1e;
    color: #fff;
}

/*-- Mozilla based browsers --*/
::-moz-selection {
    background-color: #1e1e1e;
    color: #fff;
}

/*-- For Other Browsers --*/
::-o-selection {
    background-color: #1e1e1e;
    color: #fff;
}

::-ms-selection {
    background-color: #1e1e1e;
    color: #fff;
}

/*-- For Webkit --*/
::-webkit-selection {
    background-color: #1e1e1e;
    color: #fff;
}

li.procurar > .searchbox {
    display: none;
}

input[type="text"] {
    display: inline-block;
    padding: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
}

.setaAccordion, .setaAccordion2 {
    display: none;
}

/*-- //Text-Selection-Background-Color --*/

/*-- //Index-Page-Styling --*/

/*-- Responsive-Code --*/

@media screen and (max-width: 1920px) {
    .agilehovereffect li {
        margin: 33px 0px;
    }

    .escondeIMG {
        visibility: visible;
    }

    .mostrarIMG {
        visibility: hidden;
        display: none;
    }

}

@media screen and (max-width: 1680px) {
    .agilehovereffect li {
        margin: 38px 0px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 71%;
        top: 5px;
    }*/

    /* hr {
         border: 1px solid #ffffff;
         width: 16%;
         position: absolute;
         top: 38%;
         left: 41.8%;
         -webkit-animation-duration: 10s;
         animation-duration: 10s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeIn;
         animation-name: fadeIn;
     }*/
    .wthreexperience p {
        font-family: 'Open Sans', sans-serif;
        font-weight: lighter;
        font-size: 39px;
        line-height: 39px;
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
        position: absolute;
        top: 42%;
        left: 41.3%;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .dropdown-menu.termas .hr1 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .4);
        height: 80%;
        width: 1px;
        position: absolute;
        top: 5px;
        left: 250px;
        animation: none !important;
    }

    .dropdown-menu.termas .hr2 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .4);
        height: 80%;
        width: 1px;
        position: absolute;
        top: 5px;
        left: 500px;
        animation: none !important;
    }

    .opacidadeCentral {
        width: 260px;
        height: 1269px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
        float: none;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 110px;
        height: auto;
        margin-top: 58%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 120px;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #FBB817;
        /*margin-top: 60px;
        margin-bottom: 40px;*/
    }

   /* .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817 !important;
        margin-top: 30px;
        margin-bottom: 0px;
    }
*/
    .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;
    }

    /*.eventosInstitucioanis h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #2DBDB6;
        margin-top: 60px;
        margin-bottom: 40px;
    }*/

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .noticiasGerais h2 {
        font-size: 24px;
        text-align: left;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 22px;
        line-height: 1;
    }

}

@media screen and (max-width: 1600px) {

    .agilehovereffect li {
        margin: 36px 0;
    }

    .agilehovereffect ul {
        margin: 0 60px;
        padding: 0;
        float: right;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 78%;
        top: 5px;
    }*/

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 18px;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 55%;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .wthreexperience p {
        font-family: 'Open Sans', sans-serif;
        font-weight: lighter;
        font-size: 39px;
        line-height: 39px;
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
        position: absolute;
        top: 41%;
        left: 40.8%;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .dropdown-menu ul {
        width: 233px;
        display: inline-grid;
        margin: 7px 8px;
        float: none;
    }

    .dropdown-menu.termas .hr1 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .4);
        height: 85%;
        width: 1px;
        position: absolute;
        top: 0px;
        left: 250px;
        animation: none !important;
    }

    .dropdown-menu.termas .hr2 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .4);
        height: 85%;
        width: 1px;
        position: absolute;
        top: 0px;
        left: 500px;
        animation: none !important;
    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #FBB817;
        /*margin-top: 60px;
        margin-bottom: 40px;*/
    }

    .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817 !important;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;
    }

    .eventosInstitucioanis h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 23px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /* .noticiasGerais h2 {
         font-family: 'Open Sans', sans-serif;
         font-size: 30px;
         line-height: 1.1;
         color: #2DBDB6;
         !* margin-top: 60px;
          margin-bottom: 40px;*!
         margin-left: 22px;
     }*/

}

@media screen and (max-width: 1480px) {

    input[type="search"] {
        border: 30px;
        border-radius: 10px;
        border-style: none;
        margin-top: 5px;
        margin-left: -144px;
        position: absolute;
        display: none;
        padding: 4px;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 79%;
        top: 5px;
    }*/

    .opacidadeCentral {
        width: 240px;
        height: 1269px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
        float: none;
    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 17px;
        line-height: 1;
    }
}

@media screen and (max-width: 1440px) {
    .agilehovereffect li {
        margin: 15px 15.8px;
    }

    li.agiletravelerw3ls p {
        margin: 30px 25px;
    }

    .cd-image-block, .cd-content-block {
        height: 650px;
    }

    .agilehovereffect li {
        margin: 8px 5px;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 80%;
        top: 5px;
    }*/

    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        color: #2DBDB6;
        padding: 0 5px;
    }

    .agilehovereffect ul {
        margin: 30px 25px;
        padding: 0;
        float: right;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    /*.animated {
        background-image: url(../images/tc-header-logo.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 13%;
        padding-top: 285px;
        margin-bottom: 60px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }*/
    /* hr {
         border: 1px solid #ffffff;
         width: 15%;
         position: absolute;
         top: 46%;
         left: 42%;
         -webkit-animation-duration: 10s;
         animation-duration: 10s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeIn;
         animation-name: fadeIn;
     }*/
    .wthreexperience p {
        font-family: 'Open Sans', sans-serif;
        font-weight: lighter;
        font-size: 39px;
        line-height: 39px;
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 40%;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .dropdown-menu ul {
        width: 233px;
        display: inline-grid;
        margin: 5px 8px;
        float: none;
    }

    input[type="search"] {
        border: 30px;
        border-radius: 10px;
        border-style: none;
        margin-top: 6px;
        margin-left: -147px;
        position: absolute;
        display: none;
        padding: 4px;
    }

    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .descricaoNoticia span {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #FBB817;
        /*margin-top: 60px;
        margin-bottom: 40px;*/
    }

   /* .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
        margin-top: 30px;
        margin-bottom: 0px;
    }*/

   /* .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
    }*/

   /* .eventosInstitucioanis h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #2DBDB6;
        margin-top: 60px;
        margin-bottom: 40px;
    }*/

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* .noticiasGerais h2 {
         font-family: 'Open Sans', sans-serif;
         font-size: 30px;
         line-height: 25px;
         color: #2DBDB6;
         !* margin-top: 60px;
          margin-bottom: 40px;*!
         margin-left: 22px;
     }*/
    .newsletter {
        display: inline-block;
        position: absolute;
        left: 56%;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 80%;
        top: 5px;
    }*/

}

@media screen and (max-width: 1415px) {
    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #2DBDB6;
        padding: 0 4px;
    }
}

@media screen and (max-width: 1366px) {

    .dropdown-menu .titulo, .dropdown-menu .titulo:hover {
        font-size: 14px;

    }

    .dropdown-menu ul {
        margin: 0px !important;
        padding: 4px !important;
        float: none !important;
    }

    .dropdown-menu ul {
        width: 250px;
        display: inline-grid;
        margin: 10px 15px;
        float: none;
    }

    .dropdown-menu.eventos ul {
        width: 180px;
        display: inline-grid;
        margin: 5px 20px;
        float: none;
    }

    .agilehovereffect ul {
        margin: 0px 50px;
        padding: 0;
        float: right;
    }

    .agilehovereffect li {
        margin: 37px 5px;
    }

    .wthreexperience {
        width: 65%;
        margin: 0 auto;
    }

    .opacidadeCentral {
        width: 220px;
        height: 1188px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 43%;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 95px;
        height: auto;
        margin-top: 55%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 120px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    /*.wthreexperience .animated {
        background-size: contain;
        margin-top: 27%;
    }*/
    .agileinfodetails {
        padding: 225px 0;
    }

    /* .animated {
         background-image: url(../images/tc-header-logo.png);
         background-repeat: no-repeat;
         background-position: center;
         margin-top: 22%;
         padding-top: 285px;
         margin-bottom: 60px;
         -webkit-animation-duration: 10s;
         animation-duration: 10s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
     }*/
    .wthreexperience p {
        font-family: 'Open Sans', sans-serif;
        font-weight: lighter;
        font-size: 30px;
        line-height: 39px;
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
        position: absolute;
        top: 53%;
        left: 39.5%;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 35px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    /*hr {
        border: 1px solid #ffffff;
        width: 16%;
        position: absolute;
        top: 49%;
        left: 42%;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }*/
    .newsletter {
        display: inline-block;
        position: absolute;
        left: 51%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 77%;
        top: 5px;
    }*/

    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .item .item-overlay .text-holder {
        margin: 10% auto;
        padding: 5px 20px;
    }

    .item .item-overlay .text-holder img.escondeIMG {
        /* display: block;*/
        height: auto;
        margin: 0 auto;
        width: auto;
    }

    /* .item .item-overlay .text-holder .escondeIMG {
         display: none;
     }*/
    /*.item .item-overlay .text-holder .mostrarIMG img {
        overflow: visible !important;
    }*/
    .dropdown-menu.termas hr.hr1 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .3);
        height: 85%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 245px;
    }

    .dropdown-menu.termas hr.hr2 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .3);
        height: 85%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 490px;
    }

    input[type="search"] {
        border: 30px;
        border-radius: 10px;
        border-style: none;
        margin-top: 5px;
        margin-left: -130px;
        position: absolute;
        display: none;
        padding: 4px;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .descricaoNoticia span {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #FBB817;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;

    }

    .eventosInstitucioanis h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .noticiasGerais h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 22px;
    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span{
        font-size: 16px;
        line-height: 1;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        color: #2DBDB6;
        padding: 0 4px;
    }
    
    /*-- Logo --*/

    /* .w3_navigation_pos { */
        /* position: absolute; */
        /* /*top: 35%; */
        /* left: 10%; */
        /* margin: 0 auto; */
    /* } */
    
    .w3_navigation_pos img {
        width: 70% !important;
        margin-top: 0px;
        margin-bottom: 23px;
    }

    .w3_navigation_pos img {
        /*width: 200px;*/
        width: 80% !important;
        margin-top: 16px;
        margin-bottom: 23px;
    }

    .w3_navigation_pos h1 {
        font-size: 30px;
        color: #fff;
        z-index: 1;
        display: block;
    }

    .w3_navigation_pos a:before, .w3_navigation_pos a:after {
        display: none;
    }

    /*-- //Logo --*/

}

@media screen and (max-width: 1280px) {
    .agilehovereffect li {
        margin: 38px 4px;
    }

    .agilehovereffect ul {
        margin: 0px 20px;
        padding: 0;
        float: right;
    }

    .cd-images-list h3 {
        font-size: 38px;
        text-align: left;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 78%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 45%;

    }

    .dropdown-menu.termas hr.hr1 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .3);
        height: 85%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 245px;
    }

    .dropdown-menu.termas hr.hr2 {
        border: none;
        border-right: 1px solid rgba(45, 189, 182, .3);
        height: 85%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 490px;
    }

    input[type="search"] {
        border: 30px;
        border-radius: 10px;
        border-style: none;
        margin-top: 5px;
        margin-left: -130px;
        position: absolute;
        display: none;
        padding: 4px;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .noticiasGerais h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .opacidadeCentral {
        width: 210px;
        height: 1188px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
    }

    /*.item .item-overlay .text-holder {
        display: none;
    }

    .item .item-overlay .text-holder {
        overflow: visible;

    }*/
    .escondeIMG {
        visibility: hidden;
        display: none;
    }

    .mostrarIMG {
        visibility: visible;
        display: block;
    }

    .item .item-overlay img.mostrarIMG {
        width: auto;
        display: inline-block;
    }

    .item .item-overlay .text-holder {
        margin: 15% auto;
        padding: 5px 20px;
    }

    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 23px;
        line-height: 25px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

   /* .descricaoEventoViva {
        width: 500px;
    }*/

    .descricaoNoticia h2 {
        font-size: 35px;
    }
}

/*---------------------------*/
@media screen and (max-width: 1355px) {
    .w3_navigation_pos img {
        width: 63% !important;
        margin-top: 26px;
        margin-bottom: 23px;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        color: #2DBDB6;
        padding: 0 4px;
    }
}

/*---------------------------*/
@media screen and (max-width: 1245px){
    
    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #2DBDB6;
        padding: 0 4px;
    }
    
    .w3_navigation_pos img {
        width: 63% !important;
        margin-top: 26px;
        margin-bottom: 23px;
    }
    
    ::-webkit-scrollbar {
        width: 6px;
        color: rgba(45, 189, 182, 1);
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(45, 189, 182, 1);
    }
    
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border: none;
        background-color: transparent;
    }
}
/*---------------------------*/

@media screen and (max-width: 1190px) {

  .produtosGeraisDescricao h3 {
    margin-top: 5px;
  }

  .lerMais {
    bottom: 0px;
  }
  
  .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #2DBDB6;
        padding: 0 2px;
    }

    .w3_navigation_pos img {
        width: 53% !important;
        margin-top: 30px;
        margin-bottom: 23px;
        margin-left: -2px;
    }
        
    ::-webkit-scrollbar {
        width: 6px;
        color: rgba(45, 189, 182, 1);
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(45, 189, 182, 1);
    }
    
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border: none;
        background-color: transparent;
    }
}
@media screen and (max-width: 1180px) {

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 45%;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 77%;
        top: 5px;
    }*/

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 25px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 85px;
        height: auto;
        margin-top: 55%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 120px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .opacidadeCentral {
        width: 180px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 44%;
    }

    .redesSociaisNoticias img {
        width: 3%;
    }


  /*  .descricaoEventoViva {
        width: auto;
    }*/
}


@media screen and (max-width: 1080px) {

    .container.eventos {
        width: 953px;
    }

    .containerUltimosEventos {
        display: flex;
        width: 99%;
    }

    #owl-demo1 .owl-next {
        position: relative;
        left: 898px;
    }

    .container {
        width: 965px;
    }

    #owl-demo2 .owl-prev {
        position: relative;
        left: -41px;
    }

    #owl-demo2 .owl-next {
        position: relative;
        left: 920px;
    }

    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        color: #2DBDB6;
        padding: 0 5px;
    }

    .agilehovereffect li {
        display: block;
        padding: 5px 0;
    }

    .agilehovereffect ul {
        margin: 0px; /*20px*/
        padding: 0;
        float: none;
        text-align: center;
    }

    .dropdown-menu ul {
        width: auto;
        display: block;
    }

    .wthreelocationsaits h3, .agilepackagesw3l h3, .w3portfolioaits h3, .agilecontactw3ls h3 {
        margin-bottom: 35px;
    }

    .w3lsaboutaits h4 {
        font-size: 17px;
        width: auto;
        margin-bottom: 10px;
    }

    .w3lsaboutaits-grid-1 p {
        font-size: 16px;
    }

    .w3lsaboutaits-grid-1 button.btn {
        padding: 15px 40px;
    }

    .w3lsaboutaits-grid-2 h3 {
        margin-bottom: 7px;
    }

    .w3lsaboutaits-grid-2 p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    h4.modal-title {
        margin: 0;
        width: 100%;
        font-size: 25px;
    }

    .agileinfodetails {
        padding: 125px 0;
    }

    .agileinfodetails-heading h3 {
        width: 50%;
        font-size: 60px;
    }

    .agileinfodetails-paragraph p {
        width: 70%;
    }

    .wthreelocationsaits .grid figure {
        width: 32.2%;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 3.25em;
        font-size: 30px;
    }

    .agilegrid h4 {
        font-size: 20px;
    }

    /*.item {
        height: 600px;
    }*/
    div#small-dialog {
        width: 60%;
    }

    .cd-image-block, .cd-content-block {
        height: 500px;
    }

    .cd-images-list > li > a {
        padding: 2em;
    }

    .cd-images-list h3 {
        font-size: 34px;
        text-align: center;
    }

    .agiletravelerw3ls img {
        margin: 25px auto;
        border: 3px solid #FFF;
    }

    li.agiletravelerw3ls p {
        margin: 20px 0;
    }

    .wthreeratingaits ul li {
        font-size: 20px;
    }

    #map {
        height: 400px;
    }

    .agilefooterwthree-grid2 .email {
        width: 100%;
    }

    .agilefooterwthree-grid2 .submit {
        right: 5px;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .item .item-overlay .text-holder span,
    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 40%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 75%;
        top: 5px;
    }*/

    nav.navbar.navbar-default {
        background: #D9F1F2;
        opacity: .95;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        position: absolute;
        width: 100%;
        background: #D9F1F2;
        opacity: 1;
        z-index: 999;
        margin-top: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: white;
        opacity: 1;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: scroll;
        height: 130px;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border: none;
        background-color: transparent;
    }

    .w3_navigation_pos img {
        /* width: 200px; */
        width: 80% !important;
        margin-top: 5px;
        margin-bottom: 23px;
    }

    .agilehovereffect li {
        display: block;
        padding: 5px 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        margin-right: auto;
        background-color: white;
        opacity: 1;
        border: 0;
        overflow-y: scroll;
        height: 200px;
        text-align: center;
        -webkit-box-shadow: -4px -3px 38px -8px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: -4px -3px 38px -8px rgba(0, 0, 0, 0.39);
        box-shadow: -4px -3px 38px -8px rgba(0, 0, 0, 0.39);
    }

    .navbar-nav .open .dropdown-menu.submenuEventos {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: white;
        opacity: 1;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: auto;
        height: auto;
        text-align: center;
    }

    ::-webkit-scrollbar {
        width: 6px;
        color: rgba(45, 189, 182, 1);
    }

    /*::-webkit-scrollbar-track {
        background-color: rgba(211, 211, 211, 1);
        border-radius: 10px;
    }*/
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(45, 189, 182, 1);
    }

    .img-responsive.pull-right {
        margin-top: 83px;
        margin-bottom: 55px;
        float: none !important;
    }

    nav.navbar.navbar-default {
        padding: 1.5em 0;
        width: 100%;
    }

    .w3_navigation_pos {
        /* width: 100%;*/
        /* width: 20%;*/
        width: 45%;
        margin: 0;
    }

    .navbar-collapse {
        padding: 18px 0px;
    }

    .w3_navigation_pos img {
        width: 65% !important;
        margin-top: 0px;
        margin-bottom: 23px;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border: none;
        background-color: transparent;
    }

    .riscomeio {
        margin-left: -5px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: rgba(45, 189, 182, 1);
    }

    nav.navbar.navbar-default {
        padding: 1.5em 0;
        width: 100%;
        background: #ffffff;
        opacity: .95;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        position: absolute;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        z-index: 998;
        margin-top: 5px;

    }

    .dropdown-menu.eventos ul > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        padding: 2px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #58585A !important;
        white-space: nowrap;
        text-align: center;
    }

    .nav > li {
        margin: 15px;
        padding: 0px 0px 0px;
    }

    #tabDetalheTermas .nav > li, #exTab2 .nav > li {
        margin: 0px;
        padding: 0px 0px 0px;
    }

    li.procurar {
        display: none;
    }

    /*.opacidadeCentral {
        width: 180px;
        height: 75%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
    }*/

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    /*.animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 90px;
        height: auto;
        margin-top: 65%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 100px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }*/

    /*.tabela-terapeuta {
        margin: 0 30px;
    }*/
    .rslides .termaDetalhe img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-top: 90px;
    }

    .agilepackagesw3l p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #000000;
        opacity: .5;
        margin-bottom: 0;
        text-align: center;
    }

    .wthreereviews p {
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 20px;
        color: #000;
        opacity: .5;
        margin-bottom: 0;
        text-align: center;
    }

    .sliderHomepage {
        margin-top: 93px;
    }

    .text-holder img {
        width: auto;
    }

    .item .item-overlay .text-holder {
        margin: 15% auto;
        padding: 5px 20px;
    }

    .img-responsiveNoticias {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .hr1, .hr2 {
        display: none;
    }

    hr.hrEvento {
        width: auto;

    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 16px;
        line-height: 1;
    }

    .agilepackagesw3l h4{
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .wthreereviews h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }


}

@media screen and (max-width: 1024px) {
    .agilehovereffect li {
        margin: 15px 2.5px;
    }

    .rslides .termaDetalhe img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-top: 76px;
    }

    .item .item-overlay .text-holder {
        margin: 11% auto;
        padding: 0px 20px;
    }

    .sliderHomepage {
        margin-top: 95px;
    }

    .w3lsaboutaits-grid-1 p {
        font-size: 14px;
       /* line-height: 1.1;*/
        margin-bottom: 10px;
    }

    .txtIntra p {
        font-size: 14px;
    }

    .servicos-programas {
        font-size: 14px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 19px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 3.3em;
    }

    .cd-images-list h3 {
        font-size: 32px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.99%;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    hr.hrEventoViva {
        width: auto;
    }

    #responsive {
        width: 100%;
    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 40%;
    }

    .descricaoNoticia p {
        font-size: 14px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 74%;
        top: 5px;
    }*/

    /*.footer-class {
        float: left;
    }*/
    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 17px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .noticiasGerais h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #2DBDB6;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 22px;
    }

    .noticiasGeraisDescricao h2 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        margin-top: 20px;
        margin-bottom: 3px;
        margin-left: 22px;
    }

    .w3lsaboutaits .descricaoNoticia h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .descricaoNoticia {
        margin-bottom: 15px;
    }

    .descricaoNoticia span {
        font-family: 'Open Sans', sans-serif;
        font-size: 38px;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .legendaNoticia {
        background-color: #F3F4F5;
        min-height: 100px;
        padding: 22px 0px 22px 0px;
    }

    .navegacaoNoticiaDetalhada .rslides_tabs,
    .navegacaoNoticiaDetalhada .rslides2_tabs {
        position: relative;
        top: -25px;
        z-index: 2;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: auto;
    }

    .infoAutor {
        margin-top: 80px;
    }

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .descricaoEventoViva {
       /* width: auto;*/
        padding: 1px;
        background-color: #fff;
        /* height: 100px; */
        position: relative;
        padding-bottom: 22px;
    }

    .produtosGeraisDescricao h3 {
        font-size: 15px;
        text-align: left;
        color: #4FB6B3;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 12px;
        line-height: 1;
        cursor: pointer;
    }

    .produtosGeraisDescricao span {
        font-size: 13px;
        text-transform: uppercase;
        color: #58585A;
        margin-left: 12px;
        text-align: left;
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 991px) {
    .agilehovereffect li {
        margin: 15px 3.9px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 19px;

    }

    .container {
        width: 100%;
        padding: 0 5px;
    }

    .containerTermasGeral {
        width: 100%;
    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 15px;
        line-height: 1;
    }

    /*.owl-item{
        width: 300px;
    }*/
    /*.w3lsaboutaits-grid-1, .w3lsaboutaits-grid-2 {
        !*width: 50%;*!
        float: left;
        padding: 0;
    }*/
    .modal-dialog {
        width: 90%;
        margin: 10px auto;
    }

    .modal-body p {
        font-size: 15px;
        line-height: 25px;
        padding: 20px 0 0;
    }

    .agileinfodetails-heading h3 {
        width: 45%;
        font-size: 55px;
    }

    .agileinfodetails-paragraph p {
        width: 60%;
        font-size: 16px;
        margin-top: 25px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        font-size: 28px;
    }

    /*.item {
        height: 550px;
        padding: 10px;
    }*/
    .agilegrid h4 {
        margin: 20px 0;
    }

    .agilepackagesw3l h5 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .sign.text-center {
        margin-top: 35px;
    }

    a.popup-with-zoom-anim {
        padding: 8px 30px;
        font-weight: 100;
    }

    div#small-dialog {
        width: 70%;
    }

    .w3portfolioaits-item {
        width: 33.3%;
        float: left;
    }

    .cd-images-list h3 {
        font-size: 30px;
    }

    .agilecontactw3ls-grid {
        width: 50%;
        float: left;
        padding: 0 5px;
    }

    #map {
        height: 350px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.98%;
    }

    .agilefooterwthree-grid {
        width: 33.3%;
        float: left;
    }

    .agilefooterwthree {
        padding: 30px 0;
    }

    .agilefooterwthree-grid h4 {
        margin-bottom: 15px;
    }

    .copyright {
        padding: 30px 0;
    }

    .wthreereviews h3 > a {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 48px;
        margin-bottom: 44px;

    }

    .agilepackagesw3l h3, .agilepackagesw3l h3 > a, .agilecontactw3ls h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;
        color: #FECB50;
        margin-top: 55px;
        margin-bottom: 38px;
    }

    .submenuEventos {
        margin-right: 0px;
    }

    .submenuEstancias {
        margin-right: 0px;
        text-align: center;
    }

    .dropdown-menu.termas {
        text-align: center;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 35%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 73%;
        top: 5px;
    }*/

    .w3_navigation_pos img {
        width: 70% !important;
        margin-top: 0px;
        margin-bottom: 23px;
    }

    .rslides .termaDetalhe img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-top: 90px;
    }

    #first {
        width: 5%;
    }

    #second {
        width: 90%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #third {
        width: 5%;
    }

    /* .tabela-terapeuta {
         margin: 0 25px;
     }*/
    /* .tabela-terapeuta {
         margin: auto 0;
         padding: 0 25px;
     }*/
    .escondeIMG {
        visibility: visible;
        display: block;
    }

    .item .item-overlay img.mostrarIMG {
        visibility: hidden;
        display: none;
    }

    .item .item-overlay .text-holder {
        margin: 10% auto;
        padding: 5px 20px;
    }

    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 27px;
        line-height: 27px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .decricaoCofinanciamento {
        padding: 0px;
    }

    .agilepackagesw3l h4{
        font-size: 15px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 966px) {
    .agilehovereffect li {
        margin: 15px 1.9px;
    }

    .callbacks_nav {
        top: 55%;
        left: 10px;
        width: 20px;
        height: 40px;
        background: transparent url(../images/themes.gif) no-repeat -9px -10px;
    }

    .callbacks_nav.next {
        right: 10px;
        background: transparent url(../images/themes.gif) no-repeat -47px -10px;
    }

    .w3lsaboutaits h4 {
        width: auto;
    }

    .agileinfodetails-paragraph p {
        width: 62%;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.97%;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 73%;
        top: 5px;
    }*/

    .iconeTerapia {
        list-style: none;
        text-align: center;
    }

}

@media screen and (max-width: 900px) {
    .w3_navigation_pos img {
        width: 70% !important;
        margin-bottom: 10px;
    }

    .w3_navigation_pos h1 {
        font-size: 28px;
    }

    .agilehovereffect li {
        margin: 9px 0px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 16.4px;
    }

    .w3lsaboutaits h4 {
        width: auto;
    }

    .agilepackagesw3l h4 {
        font-size: 16px;
    }

    .agileinfodetails-paragraph p {
        width: 67%;
    }

    .wthreelocationsaits .grid figure {
        width: 32.1%;
        height: 100%;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.95%;
    }

    .newsletter button[type='submit'] {
        position: relative;
        top: 1px;
        left: 2px;
        border-radius: 6px;
        border-style: none;
        padding: 3px 8px;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: rgba(50, 50, 50, .5);
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 50%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 72%;
        top: 5px;
    }*/

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 49px;
        padding: 4px 0;
        margin: 5px 0 0;
        font-size: 13px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    .btn {
        display: inline-block;
        padding: 4px 9px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

}

@media screen and (max-width: 853px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 13.4px;
    }

    nav.navbar.navbar-default {
        padding: 1em 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12.5px;
    }

    .w3lsaboutaits h4 {
        width: auto;
    }

    .agileinfodetails-heading h3 {
        width: 47%;
    }

    .agileinfodetails-paragraph p {
        width: 66%;
        font-size: 15px;
    }

    /*.item {
        height: 500px;
    }*/
    .agilegrid h4 {
        font-size: 19px;
    }

    .cd-image-block, .cd-content-block {
        height: 430px;
    }

    .cd-images-list > li > a {
        padding: 1.5em;
    }

    .cd-images-list h3 {
        font-size: 26px;
    }

    li.agiletravelerw3ls h4 {
        font-size: 25px;
    }

    li.agiletravelerw3ls p {
        margin: 10px 0;
        font-size: 15px;
    }

    .block-navigation li {
        height: 35px;
        line-height: 33px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.93%;
    }

    .email, .submit {
        /*display: none; */
    }

	 
	
 
	.newsletter-modal .content {
		padding: 15px!important;
	}
	
    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 70%;
        top: 5px;
    }*/

	
    .newsletter {
        display: inline-block;
        position: absolute;
        left: 60%;
    }

    .rslides .termaDetalhe img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-top: 76px;
    }

    .agilepackagesw3l {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
       /* text-transform: uppercase;*/
        color: #FFFFFF;
        opacity: 1;
    }

    .dataEvento span, .dataEventoInstitucional span {
        font-size: 15px;
        line-height: 1;
    }


    .opacidadeCentral {
        width: 140px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 60px;
        height: auto;
        margin-top: 55%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 100px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .item .item-overlay .text-holder {
        margin: 15% auto;
        padding: 0px 20px;
    }

    .item .item-overlay .text-holder span {
        font-size: 25px;
        line-height: 25px;
    }

    .sliderHomepage {
        margin-top: 77px;
    }

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .descricaoEvento span {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
        margin-top: 30px;
        margin-bottom: 0px;
    }

   /* .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
    }*/

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 11px;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 800px) {
    .w3_navigation_pos {
        width: 42%;
    }

    .w3_navigation_pos img {
        width: 65px;
        margin-bottom: 5px;
    }

    .w3_navigation_pos h1 {
        font-size: 25px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 8px;
    }

    .w3lsaboutaits h4 {
        width: auto;
    }

    .agileinfodetails-heading h3 {
        width: 50%;
    }

    .agileinfodetails-paragraph p {
        width: 71%;
        line-height: 27px;
    }

    .wthreelocationsaits .grid figure {
        width: 32%;
        height: 100%;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        font-size: 26px;
    }

    .agilegrid h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .cd-images-list h3 {
        font-size: 25px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.9%;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 60%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 66%;
        top: 5px;
    }*/

    .item .item-overlay .text-holder span {
        font-size: 24px;
        line-height: 25px;
    }
}

/* Accordion responsive breakpoint */
@media screen and (max-width: 768px) {

    .menuSobreNos {
        background-color: #2DBDB6;
        border-top: 0px solid #fff;
        width: auto;
        height: auto;
    }


    .noticiasGeraisDescricao {
        height: 160px;
        width: 548px;
        margin: 0 auto;
    }

    .w3_navigation_pos {
        width: 50%;
    }

    .w3_navigation_pos img {
        width: 50px;
    }

    .w3_navigation_pos h1 {
        font-size: 20px;
    }

    .sliderHomepage {
        margin-top: 79px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 8.75px;
        /*font-weight: 100;*/
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        font-weight: 400;
        color: #2DBDB6;

    }

    .redesSociais img{
        width: 3%;
    }

    .noticiasGerais img, .eventosInstitucioanis .listagemEventos img {
        width: auto;
    }


    .listagemEventos .img-responsive, .listagemNoticias .img-responsive{
        margin: 0 auto;
    }

    .descricaoEventoViva {
        width: 500px;
        padding: 1px;
        background-color: #F3F4F5;
        height: auto;
        position: relative;
        margin: 0 auto;
    }

    .produtosGeraisDescricao {
        background-color: #F3F4F5;
        height: 100px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        width: auto;
    }

    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 28px;
        line-height: 22px;
        color: #FBB817;
        margin-top: 10px;
        margin-bottom: 23px;
    }

    .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;
    }

    .descricaoEventoViva p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-align: left;
        color: #58585A;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .eventosInstitucioanis h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .descricaoEvento span {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .descricaoEvento p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        text-align: left;
        color: #58585A;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .w3lsaboutaits .descricaoNoticia h2{
        font-size: 25px;
    }

    .noticiasGeraisDescricao h2 {
        font-size: 20px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .noticiasGeraisDescricao span {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .noticiasGeraisDescricao p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-align: left;
        color: #58585A;
        margin-top: 0;
        /*line-height: 1.3;*/
        margin-bottom: 0px;
        margin-left: 15px;
    }

    .descricaoNoticia {
        margin-bottom: 10px;
    }

    .redesSociaisNoticias {
        margin-top: 30px;
    }

    .redesSociaisNoticias img {
        width: 4%;
    }

    .descricaoNoticia h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .descricaoNoticia span {
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .legendaNoticia p {
        font-weight: 600;
        font-size: 17px;
        color: #4FB6B3;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .descricaoDetalheEvento p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: justify;
        color: #58585A;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .wthreelocationsaits h3, .agilepackagesw3l h3, .w3portfolioaits h3, .agilecontactw3ls h3 {
        font-size: 35px;
        margin-bottom: 35px;
    }

    .w3lsaboutaits h4 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    h4.modal-title {
        margin: 0;
        width: 100%;
        font-size: 25px;
    }

    .w3lsaboutaits-grid-1, .w3lsaboutaits-grid-2 {
        width: 100%;
    }

    .w3lsaboutaits-grid-1 h3 {
        margin-bottom: 10px;
    }

    .w3lsaboutaits-grid-1 p {
        font-size: 15px;
        padding: 0;
        line-height: 1.1;
        margin-bottom: 5px;
    }

    .marginAgua p {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .w3lsaboutaits-grid-1 button.btn {
        padding: 12px 40px;
    }

    .w3lsaboutaits-grid-2 {
        margin-top: 40px;
    }

    .w3lsaboutaits-grid-2 h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .agileinfodetails-heading h3 {
        width: 55%;
    }

    .agileinfodetails-paragraph p {
        width: 75%;
        line-height: 27px;
    }

    .wthreelocationsaits .grid figure {
        margin: 4px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 3em;
    }

    div#small-dialog {
        width: 80%;
    }

    .cd-images-list h3 {
        font-size: 24px;
    }

    #map {
        height: 300px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.85%;
    }

    .agilefooterwthree-grid3 {
        width: 50%;
    }

    #firstNews {
        width: 20%;
    }

    #secondNews {
        width: 60%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #thirdNews {
        width: 20%;
    }

    .icone {
        width: 120px;
        height: 127px;
        text-align: center;

    }

    .contactos-terma p, a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #2DBDB6;
        text-align: left;
    }

    .infoAutor {
        margin-top: 70px;
    }

    .item .item-overlay .text-holder {
        margin: 5% auto;
        padding: 0px 20px;
    }

    .item .item-overlay .text-holder span {
        font-size: 26px;
        line-height: 25px;
    }

    #infoTermaGeral .menuIcones {
        display: none;
    }

    .acordionMenu {
        background-color: white;
        padding-bottom: 20px;
    }

    .containerNAVTAB {
        padding: 0px;
    }

    .w3lsaboutaits.detalhes h2 {
        margin-top: 0px;
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .w3lsaboutaits-grid-1 {
        margin-bottom: 30px;
    }

    .list-group {
        padding-left: 0;
        margin-bottom: 0px;
    }

    .r-tabs-accordion-title span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .r-tabs-accordion-title {
        border-bottom: 2px solid white;
        background-color: #2DBDB6;
    }

    .servicos-bem-estar, .contactos-terma, .contactos-terma1 {
        padding-top: 20px;
        margin-top: 0;
    }

    .setaAccordion, .setaAccordion2 {
        display: inline-block;
        position: absolute;
        left: 90%;
        width: 3%;
        height: auto;
        margin-top: 15px;
    }

   /* .r-tabs .r-tabs-accordion-title:hover,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
        background-color: #D9F1F2;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img:nth-child(2),*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img:nth-child(2) {
        display: none;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor span,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor span {
        color: #2DBDB6;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor img:first-child {
        display: none;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img:first-child,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img:first-child {
        display: inline-block;
        /*margin-top: 3px;*/
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor img.setaAccordion2 {
        display: none;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img.setaAccordion2,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img.setaAccordion2 {
        display: inline-block;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img.setaAccordion,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img.setaAccordion {
        display: none;
    }

    .altura-tabs {
        min-height: auto;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img.escondeNavTab, */
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img.escondeNavTab{
        width: 9%;
        height: auto;
    }

    img.resizeIconeNAV {
        width: 9%;
        height: auto;
    }


   /* .rslides .termaDetalhe {
        height: 378px;
    }*/

    /*.rslides .termaDetalhe {
        height: 473px;
    }

    .termaDetalhe .resize-img {
        height: 465px !important;
        width: auto !important;
        position: absolute;
        left: 50%;
        top: 113px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }*/

   /* .rowTermas div:first-child {
        display: none;
    }*/

}



 
 
/*Mobile*/
@media only screen  and (min-device-width : 768px) and (max-device-width : 1300px)  {

   
    .item a .item-overlay {
        display: block;
        opacity: 1;
    }

}

@media screen and (max-width: 991px) {

    .item a .item-overlay {
        display: block;
        opacity: 1;
    }

 
    .item .item-overlay {
        background-color: rgba(45, 189, 182, .85);
        height: 30%;
        top: 70%;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.5s;
        width: 100%;
    }

    .item .item-overlay .text-holder span,
    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 17px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 15px; 
        margin-bottom: 5px;
        text-align: left;
        width: 190px;
    }

 
    .item .item-overlay .text-holder {
        margin: 1%;
        padding: 0px 20px;

    }

    .text-holder img.mostrarIMG.maisMobile {
        float: right;
        margin-top: -35px;
        margin-right: -15px;
        position: absolute;
        top: 60px;
        right: 25px;
    }

    .text-holder img.mostrarIMG {
        float: left;
        margin-top: -10px;
    }

    .escondeIMG {
        visibility: hidden;
        display: none;
    }

    .item .item-overlay img.mostrarIMG {
        visibility: visible;
        display: block;
    }



}


@media screen and (max-width: 767px) {

    .item a .item-overlay {
        display: block;
        opacity: 1;
    }

    .item .item-overlay {
        background-color: rgba(45, 189, 182, .85);
        height: 21%;
        top: 79%;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.5s;
        width: 100%;
    }

    .item .item-overlay .text-holder span,
    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 17px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
        width: 290px;
    }

     
    .escondeIMG {
        visibility: hidden;
        display: none;
    }

    .item .item-overlay img.mostrarIMG {
        visibility: visible;
        display: block;
    }



}

@media screen and (max-width: 736px) {

    .item a .item-overlay {
        display: block;
        opacity: 1;
    }

    .w3_navigation_pos {
        width: 50%;
    }

    .nav > li {
        margin: 4px 1px;
    }

    .w3lsaboutaits h4 {
        width: auto;
        line-height: 25px;
    }

    h4.modal-title {
        width: 100%;
    }

    .modal-body {
        padding: 20px;
    }

    .agileinfodetails {
        padding: 100px 0;
    }

    .agileinfodetails-heading h3 {
        font-size: 50px;
    }

    .agileinfodetails-paragraph p {
        font-size: 14px;
        line-height: 25px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 2.8em;
    }

    .wthreelocationsaits .dummy-text {
        padding: 0 0 10px;
    }

    .wthreelocationsaits p.aitsheadingw3 {
        font-size: 25px;
    }

    .cd-images-list h3 {
        font-size: 22px;
    }

    #map {
        height: 250px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 63%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 55%;
    }

    .icone {
        width: 116px;
        height: 127px;
        text-align: center;
    }

    .item .item-overlay {
        background-color: rgba(45, 189, 182, .85);
        height: 21%;
        top: 79%;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.5s;
        width: 100%;
    }

    .item .item-overlay .text-holder span,
    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 17px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
        width: 290px;
    }

    .text-holder span {

    }

    .item .item-overlay .text-holder {
        margin: 1%;
        padding: 0px 20px;

    }

    .text-holder img.mostrarIMG.maisMobile {
        float: right;
        margin-top: -35px;
        margin-right: -15px;
    }

    .text-holder img.mostrarIMG {
        float: left;
        margin-top: -10px;
    }

    .escondeIMG {
        visibility: hidden;
        display: none;
    }

    .item .item-overlay img.mostrarIMG {
        visibility: visible;
        display: block;
    }



}

@media screen and (max-width: 667px) {
    .nav > li {
        margin: 4px 1px;
    }

    .callbacks_nav {
        top: 60%;
    }

    /*.animated {
        padding-top: 225px;
    }*/
    .agileinfodetails-paragraph p {
        width: 83%;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 2.5em;
    }

    /* .item {
         height: 470px;
         padding: 5px;
     }*/
    .agilepackagesw3l ul li {
        font-size: 15px;
    }

    .sign.text-center {
        margin-top: 25px;
    }

    .cd-images-list h3 {
        font-size: 20px;
    }

    .cd-images-list > li > a {
        padding: 1em;
    }

    li.agiletravelerw3ls h4 {
        font-size: 23px;
    }

    li.agiletravelerw3ls p {
        margin: 10px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.83%;
    }

    .agilefooterwthree-grid ul li {
        font-size: 13px;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 53%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 61%;
        top: 5px;
    }*/

    /* .icone {
         width: 106px;
         height: 127px;
         text-align: center;
     }*/
    .nav-tabs span {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
        color: #FFFFFF;
        display: block;
        margin-top: 13px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
    }

    /* .opacidadeCentral {
         width: 215px;
         height: 1188px;
         background: rgba(45, 189, 182, 0.6);
         position: absolute;
         top: 0%;
         right: auto;
         bottom: 0;
         left: 35%;
     }

     .animatedTerma {
         background-image: url(../images/tc-header-grid@1.5x.png);
         background-repeat: no-repeat;
         background-position: center;
         background-size: contain;
         width: 85px;
         height: auto;
         margin-top: 30%;
         margin-right: auto;
         margin-left: auto;
         padding-top: 185px;
         -webkit-animation-duration: 10s;
         animation-duration: 10s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         right: 0;
         left: 0;
     }

     .wthreexperience .animated2 {
         font-family: 'Open Sans', sans-serif;
         font-weight: 600;
         font-size: 22px;
         line-height: 29px;
         text-transform: uppercase;
         color: #FFFFFF;
         position: initial;
         text-align: center;
     }*/
    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
        width: 290px;
    }

    .text-holder img.logoMobile {
        width: 16%;
        margin-top: -20px
    }

    .text-holder img.mostrarIMG.maisMobile {
        float: right;
        margin-top: -25px;
        margin-right: -15px;
    }



}

@media screen and (max-width: 640px) {

    #sliderProduto {
        width: auto;
        margin: auto;
        height: auto;
    }

    .agilehovereffect li {
        display: block;
        padding: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .wthreelocationsaits h3, .agilepackagesw3l h3, .w3portfolioaits h3, .agilecontactw3ls h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    /*.w3lsaboutaits h2 {
        font-size: 30px;
    }*/
    /*.w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 23px;
        line-height: 24px;
        color: #2DBDB6;
        margin-top: 40px;
        margin-bottom: 29px;
    }*/
    .w3lsaboutaits-grid-1 button.btn {
        padding: 10px 35px;
        font-size: 13px;
    }

    .agileinfodetails-heading h3 {
        width: 60%;
    }

    .agileinfodetails-paragraph p {
        width: 86%;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 2.7em;
        font-size: 23px;
    }

    .agileinfodetails {
        padding: 75px 0;
    }

    a.popup-with-zoom-anim:hover {
        padding: 10px 35px;
        font-size: 15px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.8%;
        padding: 20px 0;
    }

    .w3_navigation_pos img {
        width: 75% !important;

    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 54%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 59%;
        top: 5px;
    }*/

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 50px;
        padding: 4px 0;
        margin: 5px 0 0;
        font-size: 13px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    #first {
        width: 20%;
    }

    #second {
        width: 60%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #third {
        width: 20%;
    }

    .agilepackagesw3l p, .wthreereviews p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    #thirdNews {
        width: 15%;
    }

    #secondNews {
        width: 70%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #firstNews {
        width: 15%;
    }

    .icone {
        width: 98px;
        height: 128px;
        text-align: center;
    }

    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
        width: 96%;
    }

    .text-holder img.mostrarIMG.maisMobile {
        float: right;
        margin-top: -24px;
        margin-right: -20px;
        position: absolute;
        top: 40px;
        right: 30px;
    }

    .text-holder img.mostrarIMG {
        float: left;
        margin-top: -12px;
    }

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 18px;
        line-height: 1;
    }

    .tabela-terapeuta img {
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    /*.opacidadeCentral {
        width: 140px;
        height: 75%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 41%;
    }*/

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 55px;
        height: auto;
        margin-top: 69%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 75px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .opacidadeCentral {
        width: 115px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

   /* .rslides .termaDetalhe {
        height: 320px;
    }*/

}

@media screen and (max-width: 603px) {
    .w3_navigation_pos img {
        width: 78% !important;
        margin-bottom: 10px;
    }

    .agileinfodetails-heading h3 {
        width: 62%;
    }

    .agileinfodetails-paragraph p {
        width: 93%;
    }

    .wthreelocationsaits .grid figure {
        margin: 3px;
    }

    .wthreelocationsaits .dummy-img, .dummy-text {
        max-width: 500px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        font-size: 22px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.75%;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 57%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 48%;
    }

    /*.icone {
        width: 94px;
        height: 128px;
        text-align: center;
    }*/
    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    /*.opacidadeCentral {
        width: 120px;
        height: 1188px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 39%;
    }*/

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 55px;
        height: auto;
        margin-top: 57%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 90px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .col-sm-5ths {
        float: left;
        width: auto;
    }

    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 14px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 12px;
        margin-bottom: 5px;
        text-align: left;
        width: 84%;
    }

    .text-holder img.logoMobile {
        width: 17%;
        margin-top: -8px;
    }

    .text-holder img.mostrarIMG.maisMobile {
        float: right;
        margin-top: -30px;
        margin-right: -10px;
    }

    .item .item-overlay .text-holder {
        margin: 1%;
        padding: 0px 15px;
    }

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img.escondeNavTab,*/
     .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img.escondeNavTab {
        width: 10%;
        height: auto;
    }

    img.resizeIconeNAV {
        width: 10%;
        height: auto;
    }

}

@media screen and (max-width: 568px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 0;
    }

    .agilehovereffect li {
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 19px;

    }

    .w3lsaboutaits h4 {
        width: auto;
        font-size: 15px;
        line-height: 23px;
    }

    .w3lsaboutaits-grid-1 h3 {
        font-size: 20px;
    }

    .w3ls-social-icons-2 {
        display: inline-block;
        position: relative;
        left: 3%;
    }

    .w3lsaboutaits-grid-1 p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .w3lsaboutaits-grid-1 button.btn {
        padding: 8px 25px;
        font-size: 12px;
    }

    .modal-body {
        padding: 10px;
    }

    .modal-body p {
        font-size: 14px;
        line-height: 22px;
    }

    .w3lsaboutaits-grid-2 {
        margin-top: 25px;
    }

    .w3lsaboutaits-grid-2 h3 {
        margin-bottom: 5px;
    }

    .w3lsaboutaits-grid-2 p {
        margin-bottom: 20px;
    }

    .agileinfodetails-heading h3 {
        width: 60%;
        font-size: 45px;
    }

    .agileinfodetails-paragraph p {
        width: 89%;
        font-size: 13px;
        margin-top: 15px;
    }

    .wthreelocationsaits .grid figure {
        margin: 0;
        width: 33.3%;
    }

    /* .item {
         height: 450px;
     }*/
    .agilegrid h4 {
        margin: 10px 0;
    }

    .agilepackagesw3l h5 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .agilepackagesw3l ul li {
        font-size: 14px;
    }

    div#small-dialog {
        width: 95%;
        height: 400px;
    }

    .payment-online-form-left input[type="text"], input#datepicker {
        padding: 7px;
    }

    h4.paymenthead {
        margin-top: 100px;
    }

    .cd-images-list h3 {
        font-size: 19px;
        font-weight: 100;
    }

    li.agiletravelerw3ls h4 {
        font-size: 20px;
    }

    li.agiletravelerw3ls p {
        margin: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .agilecontactw3ls-grid {
        width: 100%;
    }

    .agilecontactw3ls-grid input[type="text"], .agilecontactw3ls-grid input[type="email"], .agilecontactw3ls-grid textarea {
        padding: 7px;
        border-left: 3px solid #FFF;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .agilecontactw3ls-grid textarea {
        height: 100px;
    }

    .agilecontactw3ls input[type="submit"] {
        padding: 2px 30px;
        border: 3px solid transparent;
        font-size: 15px;
    }

    #map {
        height: 200px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.74%;
        font-size: 30px;
    }

    .agilefooterwthree-grid1, .agilefooterwthree-grid2 {
        width: 50%;
        margin-bottom: 0px;
    }

    .agilefooterwthree-grid3 {
        width: 100%;
        text-align: center;
    }

    .agilefooterwthree-grid3 h4 {
        text-align: center;
        margin-bottom: 10px;
    }

    .agilefooterwthree-grid3 p {
        margin-bottom: 10px;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 48%;
    }

    .newsletter p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        display: inline-block;
        position: relative;
        top: 17px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 54%;
        top: 5px;
    }*/

    .nav-tabs span {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 600;
        line-height: 13px;
        text-transform: uppercase;
        color: #FFFFFF;
        display: block;
        margin-top: 13px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
    }

    /*.icone {
        width: 90px;
        height: 128px;
        text-align: center;
    }*/
    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-top: 12px;
        margin-bottom: 5px;
        text-align: left;
        width: 230px;
    }

    .item .item-overlay img.mostrarIMG.imgResize {
        width: 20%;
    }

    .opacidadeCentral {
        width: 115px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 42%;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 50px;
        height: auto;
        margin-top: 50%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 90px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }


    .noticiasGeraisDescricao, .produtosGeraisDescricao {
        width: auto;
    }

}

@media screen and (max-width: 533px) {

    .descricaoEventoViva {
        width: auto;
    }
}

@media screen and (max-width: 535px) and (min-width: 480px) {

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 50%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 65%;
    }
	.txtNewsletter{
		 display: none;
	}

    .text-holder img.mostrarIMG.maisMobile {
        width: 10%;
        margin-top: -20px;
        position: absolute;
        top: 33px;
        right: 20px;
    }

    .item .item-overlay img.mostrarIMG.imgResize {
        width: 20%;
        margin-top: -6px;
    }

    .item .item-overlay .text-holder span,
    .item .item-overlay .text-holder span {
        width: 87%;
    }

    .opacidadeCentral {
        width: 100px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 41%;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 40px;
        height: auto;
        margin-top: 79%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 50px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .w3_navigation_pos img {
        width: 85% !important;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .w3ls-social-icons-2 img {
        margin-top: 10px;
        margin-right: 0;
        width: 16%;
    }

    .w3ls-social-icons-2 {
        display: inline-block;
        position: relative;
        left: 2%;
    }

    .w3lsaboutaits-grid-1 h3, .w3lsaboutaits-grid-2 h3 {
        font-size: 18px;
        color: #FFF;
    }

    .agileinfodetails {
        padding: 50px 0;
    }

    .agileinfodetails-heading h3 {
        width: 70%;
        font-size: 40px;
    }

    .agileinfodetails-paragraph p {
        width: 100%;
        font-size: 12px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 3.5em;
    }

    .wthreelocationsaits .dummy-img, .dummy-text {
        max-width: 425px;
    }

    .agilegrid h4 {
        font-size: 17px;
        line-height: 23px;
    }

    a.popup-with-zoom-anim {
        padding: 8px 25px;
        font-size: 12px;
    }

    div#small-dialog {
        width: 90%;
        height: 575px;
    }

    .payment-online-form-left input[type="text"] {
        width: 100%;
    }

    .w3portfolioaits-item {
        width: 50%;
    }

    li.agiletravelerw3ls {
        width: 100%;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.64%;
        padding: 15px 0;
    }

    .agilefooterwthree-grid h4 {
        margin-bottom: 5px;
    }

    .agilefooterwthree-grid ul li {
        font-size: 12px;
        line-height: 20px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 52%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 63%;
    }
	
	.txtNewsletter {
		 display: none;
	}

    .newsletter p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        display: inline-block;
        position: relative;
        top: 12px;
    }

    .btn {
        display: inline-block;
        padding: 4px 4px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 7px 17px;
    }

    .item .item-overlay {
        background-color: rgba(45, 189, 182, .85);
        height: 20%;
        top: 80%;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 0.5s;
        width: 100%;
    }

    .item .item-overlay .text-holder span,
    .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 13px;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        margin-top: -29px;
        margin-left: 38px;
        float: left;
        width: 74%;

    }

    .text-holder img.logoMobile {
        width: 17%;
        margin-top: 0px;
    }

    .item .item-overlay .text-holder .escondeIMG {
        display: none;
        overflow: hidden;
    }

    .item .item-overlay .text-holder .maisMobile {
        float: right;
        margin-top: -20px;
        margin-right: -10px;
        width: 11%;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    .item .item-overlay img.mostrarIMG.imgResize {
        width: 17%;
        margin-top: 1px;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 45px;
        height: auto;
        margin-top: 62%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 68px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .wthreexperience {
        background-size: contain;
        /* margin-top: 20%; */
        margin-bottom: 0;
    }

    .opacidadeCentral {
        width: 100px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 41%;
    }

    /*.opacidadeCentral {
        width: 101px;
        height: 230px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 40%;
    }*/

    #first {
        width: 5%;
    }

    #second {
        width: 90%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #third {
        width: 5%;
    }

    #firstNews {
        width: 7.5%;
    }

    #secondNews {
        width: 85%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #thirdNews {
        width: 7.5%;
    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 18px;
        line-height: 1;
        font-weight: 200;
        text-transform: uppercase;
        color: #FFFFFF;
        opacity: 1;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 40px;
        padding: 4px 0;
        margin: 5px 0 0;
        font-size: 13px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    nav.navbar.navbar-default {
        padding: .5em 0;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 49%;
        top: 5px;
    }*/

    .sliderHomepage {
        margin-top: 64px;
    }

    #leftNewsArrow {
        cursor: pointer;
        float: right;
        margin-right: 2.5px;
    }

    #rightNewsArrow {
        cursor: pointer;
        float: left;
        margin-left: 2.5px;
    }

    .rslides .termaDetalhe img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-top: 68px;
    }

    .homepageSlider .rslides_tabs {
        position: relative;
        top: -20px;
        z-index: 2;
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .w3lsaboutaits.detalhes h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: #2DBDB6;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        padding-top: 10px;
    }

    .w3lsaboutaits.detalhes h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 16px;
        color: #2DBDB6;
        text-transform: uppercase;
        /*text-align: center;*/
        border-bottom: none;
        margin: 0 auto 0px;
    }

    .contactos-terma p, a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #2DBDB6;
        text-align: left;
    }

    .w3lsaboutaits-grid-1 {
        margin-bottom: 20px;
    }

    img.resizeIconeNAV {
        width: 12%;
        height: auto;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img.escondeNavTab,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img.escondeNavTab {
        width: 12%;
        height: auto;
    }

    .tabela-terapeuta img {
        margin-top: 15px;
        margin-bottom: 22px;
        width: 50%;
        height: auto;
    }

    .servicos-bem-estar, .contactos-terma, .contactos-terma1 {
        padding-top: 0px;
    }

    .txtIntra {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #programa-geral, #o-que-fazer, #onde-comer, #onde-ficar {
        margin-top: 50px;
    }

    .texto-programa p {
        margin-bottom: 15px;
    }

    .w3lsaboutaits h4 {
        margin-bottom: 15px;
    }

    .img-responsive.pull-right {
        margin-top: 0;
        margin-bottom: 15px;
        float: none !important;
    }

    .img-responsive.pull-left {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .agilefooterwthree-grids h4 {
        margin-top: 0px;
    }

    .rslides .termaDetalhe {
        height: 293px;
    }

    .rslides .resize-mobile-banner {
        height: 225px;
    }

    .termaDetalhe .resize-img, .resize-mobile-banner .resize-img {
        height: 225px !important;
        width: auto !important;
        position: absolute;
        left: 50%;
        top: 113px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .w3lsaboutaits .descricaoNoticia h2 {
        font-size: 20px;
    }


}

@media screen and (max-width: 443px) {

  .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 11px;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        margin-top: -26px;
        margin-left: 33px;
        float: left;
        width: 75%;
    }
}
@media screen and (max-width: 414px) {

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .wthreereviews h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 1 !important;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .wthreereviews p {
        font-size: 14px;
        line-height: 1;
        color: #58585A;
        opacity: .5;
        margin-bottom: 0;
        text-align: center;
    }


    .wthreereviews h3 {
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 25px;
    }


    .agilefooterwthree-grids h4 {
        font-size: 20px;
    }

    .w3_navigation_pos {
        top: 5px;
        left: 20px;
    }

    .animated {
        padding-top: 150px;
    }

    .agileinfodetails-heading h3 {
        width: 80%;
        font-size: 40px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 2.8em;
    }

    .wthreelocationsaits .dummy-img, .dummy-text {
        max-width: 325px;
    }

    .agilepackagesw3l h3 {
        font-size: 25px;
        line-height: 1;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .agilepackagesw3l h4{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
        color: #FECB51;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .agilepackagesw3l p {
        font-size: 14px;
        line-height: 1;
        color: #58585A;
        opacity: .5;
        margin-bottom: 0;
        text-align: center;
    }
    /*.item {
        height: 100%;
    }*/
    .agilegrid h4 {
        font-size: 23px;
        margin: 15px 0;
    }

    .sign.text-center {
        margin: 25px 0;
    }

    li.agiletravelerw3ls1 {
        border-right: none;
    }

    li.agiletravelerw3ls3 {
        border-right: none;
        border-bottom: 1px solid #EEE;
    }

    li.agiletravelerw3ls p {
        margin: 10px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.53%;
        padding: 15px 0;
    }

    .agilefooterwthree-grid3 .submit {
        right: 20px;
    }

    .w3ls-social-icons-2 {
        display: inline-block;
        position: relative;
        left: 0%;
    }

   /* .dropdown {
        display: inline-block;
        position: relative;
        left: 46%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 60%;
    }

    .w3_navigation_pos img {
        /* width: 200px; */
        width: 99% !important;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .dropdown-menu a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-transform: capitalize;
        /* margin-bottom: 14px; */
    }

    .dropdown-menu .titulo, .dropdown-menu .titulo:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #2DBDB6 !important;
        /* margin-top: 10px; */
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 43px;
        padding: 4px 0;
        margin: 5px -2px;
        font-size: 14px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    .w3ls-social-icons-2 img {
        margin-top: 13px;
        margin-right: 0;
        width: 14%;
    }

    .w3ls-social-icons-2 {
        display: inline-block;
        position: relative;
        left: 2%;
    }

    .tabela-terapeuta p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #58585A;
        text-align: center;
        cursor: pointer;
    }

    .tabela-terapeuta span {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        opacity: .5;
        margin-bottom: 50px;
        text-align: center;
    }

    /*.opacidadeCentral {
        width: 115px;
        height: auto;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 37%;
    }*/

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 45px;
        height: auto;
        margin-top: 56%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 73px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .opacidadeCentral {
        left: 40%;
    }

    .text-holder img.logoMobile {
        width: 18%;
        margin-top: 0px;
    }

    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 11px;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        margin-top: -26px;
        margin-left: 33px;
        float: left;
        width: 75%;
    }

    .item .item-overlay .text-holder .maisMobile {
        float: right;
        margin-top: -20px;
        margin-right: -10px;
        width: 11%;
    }

    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        color: #FBB817;
        margin-top: 10px;
        margin-bottom: 23px;
    }

    .descricaoDetalheEvento p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        text-align: justify;
        line-height: 1.1;
        color: #58585A;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .redesSociais {
        margin-top: 10px;
    }

    .eventosInstitucioanis h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 25px;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 23px;
    }

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .descricaoEvento span {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .descricaoEvento p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: left;
        color: #58585A;
        margin-top: 7px;
        margin-bottom: 10px;
        margin-left: 10px;
    }


    .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;
        margin-top: 8px;
        margin-bottom: 0px;
    }


    .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;
    }

    .descricaoEventoViva p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-align: left;
        color: #58585A;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .noticiasGerais h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        line-height: 25px;
        color: #2DBDB6;
        margin-top: 15px;
        margin-bottom: 20px;
        margin-left: 22px;
    }

    .noticiasGeraisDescricao h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .noticiasGeraisDescricao {
        height: 160px;
    }

    .noticiasGeraisDescricao span {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .descricaoNoticia h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .descricaoNoticia span {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .legendaNoticia p {
        font-weight: 600;
        font-size: 15px;
        color: #4FB6B3;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .infoAutor {
        margin-top: 60px;
    }

    .r-tabs-accordion-title span {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .redesSociais img {
        width: 5%;
    }
}

/*
@media screen and (max-width: 395px) {

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 0px;
        margin-bottom: 10px;
    }
}
*/

@media screen and (max-width: 384px) {

    .w3_navigation_pos {
        width: 48%;
    }

    /*  .w3lsaboutaits h2 {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          line-height: 19px;
          color: #2DBDB6;
          margin-top: 0px;
          margin-bottom: 10px;
      }*/
    .eventosVivaTerma h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #FBB817;
        margin-top: 10px;
        margin-bottom: 23px;
    }

    .descricaoEvento h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .descricaoEvento span {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .descricaoEventoViva h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #FBB817;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .descricaoEventoViva span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        color: #58585A;
    }

    .noticiasGerais h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 25px;
        line-height: 24px;
        color: #2DBDB6;
        margin-top: 0;
        margin-bottom: 23px;
    }

    .noticiasGeraisDescricao h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 7px;
        margin-left: 10px;
    }

    .noticiasGeraisDescricao {
        height: 165px;
    }

    .noticiasGeraisDescricao span {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 3px 17px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .w3lsaboutaits h4 {
        width: auto;
        font-size: 14px;
        line-height: 22px;
    }

    .agileinfodetails-grid {
        padding: 0;
    }

    .agileinfodetails-heading h3 {
        width: 85%;
    }

    .wthreelocationsaits .grid figure {
        width: 100%;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 5.5em;
    }

    .wthreelocationsaits .dummy-img, .dummy-text {
        max-width: 300px;
    }

    .payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] {
        font-size: 14px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.47%;
        padding: 10px 0;
    }

    .agilefooterwthree-grid {
        padding: 0;
    }

    .agilefooterwthree-grid3 .email {
        width: 100%;
    }

    .w3ls-social-icons-2 {
        display: inline-block;
        position: relative;
        left: 1%;
    }

    .w3ls-social-icons-2 img {
        margin-top: 15px;
        margin-right: 0;
        width: 10%;
    }

    .newsletter p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #FFFFFF;
        display: inline-block;
        position: relative;
        top: 12px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 39%;
        top: 5px;
    }*/

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 58%;
    }

    .btn {

        padding: 3px 5px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 42px;
        padding: 3px 0;
        margin: 5px 0 0;
        font-size: 14px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    .dropdown-menu > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        padding: 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #2DBDB6 !important;
        white-space: nowrap;
        text-align: center;
    }

    #leftNewsArrow {
        cursor: pointer;
        float: right;
        margin-right: 1px;
    }

    #rightNewsArrow {
        cursor: pointer;
        float: left;
        margin-left: 1px;
    }

    #thirdNews {
        width: 5%;
    }

    #secondNews {
        width: 90%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #firstNews {
        width: 5%;
    }

    .paddingNoticias {
        padding: 0 25px;
    }

    .paddingEventos {
        padding: 0 25px;
    }

    .dropdown-menu.eventos ul > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        padding: 2px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #58585A !important;
        white-space: nowrap;
        text-align: center;
    }

    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        margin-top: -25px;
        margin-left: 27px;
        float: left;
        width: 78%;
    }

    .item .item-overlay .text-holder .maisMobile {
        float: right;
        margin-top: -20px;
        margin-right: -10px;
        width: 12%;
    }

    .text-holder img.logoMobile {
        width: 19%;
        margin-top: 0px;
    }

}

@media screen and (max-width: 375px) {
    .agilesocialwthree ul.social-icons li {
        width: 13.45%;
        font-size: 25px;
    }

    .descricaoNoticia h2 {
        margin-bottom: 0px;
    }

    /*.w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        line-height: 18px;
        color: #2DBDB6;
        margin-top: 0px;
        margin-bottom: 6px;
    }*/

}

@media screen and (max-width: 360px) {

    .w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .animated {
        padding-top: 135px;
    }

    .callbacks_nav {
        top: 65%;
    }

    .payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] {
        padding: 8px 28px;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.4%;
    }

    .dropdown-menu > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        padding: 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #2DBDB6 !important;
        white-space: nowrap;
        text-align: center;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 35px;
        padding: 3px 0;
        margin: 6px 4px 0;
        font-size: 12px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 53%;
    }

    .newsletter p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #FFFFFF;
        display: inline-block;
        position: relative;
        top: 18px;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 36%;
        top: 5px;

    }*/

    .dropdown-menu .titulo, .dropdown-menu .titulo:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #2DBDB6 !important;
        /* margin-top: 10px; */
    }

    .dropdown-menu a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        text-transform: capitalize;
        /* margin-bottom: 14px; */
    }

    .btn {
        display: inline-block;
        padding: 3px 3px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    .text-holder img.logoMobile {
        width: 20%;
        margin-top: 0px;
        margin-left: -6px;
    }

    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        margin-top: -24px;
        margin-left: 24px;
        float: left;
        width: 122px;
    }

    .item .item-overlay .text-holder .maisMobile {
        float: right;
        margin-top: -15px;
        margin-right: -10px;
        width: 13%;
    }

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 46px;
        height: auto;
        margin-top: 64%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 70px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .opacidadeCentral {
        width: 90px;
        left: 36%;
    }

    .descricaoNoticia h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .infoAutor {
        margin-top: 50px;
    }
}

@media screen and (max-width: 335px) {

    .w3lsaboutaits-grid-1 p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    /* .w3lsaboutaits h2 {
         font-family: 'Open Sans', sans-serif;
         font-size: 15px;
         line-height: 17px;
     }*/

}

@media screen and (max-width: 320px) {

    /*.w3lsaboutaits h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 17px;
    }*/


    .rslides .termaDetalhe {
        height: 288px;
    }


    .w3lsaboutaits-grid-1 p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .w3_navigation_pos img {
        width: 30px;
        margin: 0;
    }

    .w3_navigation_pos {
        top: 11px;
        left: 10px;
        width: 45%;
    }

    .w3_navigation_pos h1 {
        font-size: 16px;
    }

    .navbar-toggle {
        margin-top: 0px;
        margin-right: 9px;
        border-radius: 0;
    }

    .agileinfodetails-heading h3 {
        font-size: 35px;
    }

    .wthreelocationsaits figure.effect-zoe h4 {
        margin-top: 4.5em;
    }

    .wthreelocationsaits .dummy-img, .dummy-text {
        max-width: 250px;
    }

    .agilegrid h4 {
        font-size: 20px;
    }

    div#small-dialog {
        padding: 10px;
    }

    .payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] {
        padding: 8px 25px;
    }

    .w3portfolioaits-item {
        width: 100%;
    }

    .agilesocialwthree ul.social-icons li {
        width: 13.3%;
    }

    .agilefooterwthree-grid3 .submit {
        right: 5px;
    }

    .newsletter p {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        display: inline-block;
        position: relative;
        top: 15px;
    }

    .btn {
        display: inline-block;
        padding: 2px 2px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    .sliderHomepage {
        margin-top: 56px;
    }

    .w3ls-social-icons-2 {
        display: inline-block;
        position: relative;
        left: 0%;
    }

    .newsletter {
        display: inline-block;
        position: absolute;
        left: 50%;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 31px;
        padding: 3px 0;
        margin: 6px 0px 0;
        font-size: 12px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        border-radius: 0 !important;
        border: none !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    }

    .dropdown-menu.eventos ul > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        padding: 2px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #58585A !important;
        white-space: nowrap;
        text-align: center;
    }

    .dropdown-menu.eventos ul {
        width: 160px;
        display: inline-grid;
        margin: 5px 20px;
        float: none;
    }

    /*.dropdown {
        display: inline-block;
        position: relative;
        left: 35%;
        top: 6px;
    }*/

    .item .item-overlay .text-holder span, .item .item-overlay .text-holder span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 10px;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        margin-top: -20px;
        margin-left: 23px;
        float: left;
        width: 90%;
    }

    .item .item-overlay {
        height: 20%;
        top: 80%;
    }
    .item .item-overlay .text-holder .maisMobile {
        float: right;
        margin-top: -12px;
        margin-right: -13px;
        width: 12%;
        top:20px;
    }

    #third {
        width: 5%;
    }

    #second {
        width: 90%;
        margin: auto 0;
        display: inline-block;
        position: relative;
    }

    #first {
        width: 5%;
    }

    .agilepackagesw3l .dataEvento span, .dataEventoInstitucional span {
        font-size: 17px;
        line-height: 16px;
        font-weight: 200;
        text-transform: uppercase;
        color: #FFFFFF;
        opacity: 1;
    }

    .rslides .termaDetalhe img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-top: 62px;
    }

    /*.opacidadeCentral {
        width: 93px;
        height: 185px;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 36%;
    }*/

    .wthreexperience .animated2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        color: #FFFFFF;
        position: initial;
        text-align: center;
    }

    .animatedTerma {
        background-image: url(../images/tc-header-grid@1.5x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 40px;
        height: auto;
        margin-top: 68%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 55px;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        right: 0;
        left: 0;
    }

    .opacidadeCentral {
        width: 80px;
        height: 100%;
        background: rgba(45, 189, 182, 0.6);
        position: absolute;
        top: 0%;
        right: auto;
        bottom: 0;
        left: 38%;
    }

    .noticiasGerais h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #2DBDB6;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .noticiasGeraisDescricao h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 1;
        color: #2DBDB6;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .noticiasGeraisDescricao span {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        text-align: left;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .noticiasGeraisDescricao p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        text-align: left;
        color: #58585A;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .legendaNoticia p {
        font-weight: 600;
        font-size: 14px;
        color: #4FB6B3;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .descricaoNoticia span {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        color: #2DBDB6;
    }

    .r-tabs-accordion-title span {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    /* .r-tabs-anchor .resizeIconeNAV {
         width: 20%;
         height: auto;
     }*/
    img.resizeIconeNAV {
        width: 12%;
        height: auto;
    }

    /*.r-tabs .r-tabs-accordion-title:hover .r-tabs-anchor img.escondeNavTab,*/
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor img.escondeNavTab {
        width: 12%;
        height: auto;
    }

    .contactos-terma p, a {
        font-size: 13px;
    }

    .w3lsaboutaits.detalhes h3 {

        font-size: 13px;
        line-height: 15px;
    }

    .contactos-terma1 p {
        font-size: 13px;
    }

    .txtIntra {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .texto-programa p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 18px;
    }

    .w3lsaboutaits h4 {

        margin-bottom: 10px;
    }

}

/*-- //Responsive-Code --*/

    #site-menu .menu-item-search {
        -webkit-transition: padding-left .3s;
        -o-transition: padding-left .3s;
        transition: padding-left .3s;
    }

    #site-menu li.menu-item-search.hover {
        padding-left: 10em;
    }

    #site-menu .menu-item-search a {
        max-width: 3.35rem;
    }

    #site-menu .menu-item-search form {
        right: 2rem;
    }


div#page_search {
    position: absolute;
    z-index: 100;
    right: 0;
    width: 261px;
    /*background-color: #fff;*/
    font-size: 26px;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    padding: 3px 19px 10px 19px;
    margin-top: 67px;
    margin-right: 210px;
}

div#page_search.full{
    position: absolute;
    z-index: 100;
    right: 0;
    width: 261px;
    background-color: #fff;
    font-size: 26px;
    box-shadow: 1px 10px 10px rgba(0,0,0,0.5);
    padding: 3px 19px 10px 19px;
    margin-top: 100px;
    margin-right: 210px;
}

div#page_search button{

    /* top: 4px; */
    /* left: 10px; */
    border-radius: 6px;
    border-style: none;
    font-size: 14px;
    padding: 3px 3px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: rgb(47, 119, 116);
    float: right;
    margin-top: 9px;
    /* margin-left: 3px; */
}


  .input-pesquisa-fixa button{

    /* top: 4px; */
    /* left: 10px; */
    border-radius: 6px;
    border-style: none;
    font-size: 14px;
    padding: 3px 3px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: rgb(47, 119, 116);
   
    margin-top: 9px;
    /* margin-left: 3px; */
}

.newsletter img, .formNewsletter img{
 
    display: none;
}

.formNewsletter #btSumit {
    position: relative;
    top: 1px;
    left: 10px;
    border-radius: 6px;
    border-style: none;
    padding: 4px 11px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: rgba(50, 50, 50, .5);
    margin: 10px;
}

@media screen and (max-width: 854px){
	.newsletter img{ 
    	display: inline;
		margin-top: 7px;
    	margin-right: 5px;
	}
	
	.newsletter #btSumit {
		 display: none;
	}
	
	.newsletter p {
		top: 8px;
	}
}

	
