/**
 *
 * Theme: VRV
 * Folha de Estilos Personalizados
 *
 * Author: Infinito AG
 * Author URI: https://www.infinitoag.com
 *
**/


@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #B30009 2%, red 50%);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

/*******************************************************
 * CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/

html { overflow-x: hidden; }
body {
    color: #333333;        
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    background: #FFF;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; }

h1 { font-size: 60px; }
h3 { font-size: 18px; font-weight: bold; }
h4 { font-size: 17px; }

h1, h2 { font-weight: 400; }
h3, h4, h5, h6, strong { font-weight: 700; }

h2 {
    font-size: 36px;
    font-weight: lighter;
}


a, a:hover,
a *, a:hover * {
    transition: 0.3s;    
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:hover * { filter: brightness(105%); }

/*******************************************************
 * FORMULÁRIOS E BOTÕES
*******************************************************/

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.btn {
    border-radius: 0;
    padding: 8px 40px;
    border: 0;
    margin-bottom: 5px;
    font-size: 16px;
    transition: .3s;
    color: #FFF !important;
}

.btn-default { border: 1px solid #B30009; background: #B30009; color: #FFF; }
.btn-primary { border: 1px solid #B30009; background: #B30009; color: #FFF; }
.btn-success { border: 1px solid #B30009; background: #B30009; color: #FFF; }

.btn-inverted {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn:hover {
    transform: scale(1.05);
    transition: .3s;
}

div#opcoes-produto {
    border-left: 2px solid #dddd;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    display: none;
}

div#formularios {
    box-shadow: 0 0 45px -5px rgba(0,0,0,0.3);
    padding: 20px 20px 5px;
}


/*******************************************************
 * CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/

.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.nav-tabs { text-align: center; border: 0; margin-bottom: 30px; }

.nav-tabs li,
.nav-tabs li.active {
    float: none;
    display: inline-block;
    margin: 0;
}

.nav-tabs li a {
    font-size: 22px;
    padding: 0;
    margin: 0 15px;
    color: #000;
    border: 0;
}

.nav-tabs li a,
.nav-tabs li a:active,
.nav-tabs li a:focus,
.nav-tabs li:active a,
.nav-tabs li:focus a,
.nav-tabs li.active a
.nav-tabs li.active a:active
.nav-tabs li.active a:focus
.nav-tabs li.active:active a
.nav-tabs li.active:focus a  {
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: none;
}

.nav-tabs li:hover a,
.nav-tabs li a:hover {
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    background: none;
}

.nav-tabs li.active a {
    border: 0;
    border-bottom: 3px solid #BE0511;
    color: #be0511;
    position: relative;
}

.nav-tabs li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #be0512 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -5px;
}


.media-left {
    display: inline-block;
    float: left;
}

.cta-paginas { text-align: center; }
.cta-paginas .lead {
    font-size: 32px;
    line-height: 34px;
}
.cta-paginas .btn {
    font-size: 18px;
    min-width: 200px;
    margin: 10px;
}

.ctas { text-align: center; }
.ctas a {
    display: inline-block;
    margin: 5px;
}

.page-content a { color: #216C45; }

hr {
    margin: 10px 0;
    border: 0;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(179,0,9,0) 0%, rgba(179,0,9,1) 50%, rgba(179,0,9,0) 100%);
    background: -webkit-linear-gradient(left, rgba(179,0,9,0) 0%,rgba(179,0,9,1) 50%,rgba(179,0,9,0) 100%);
    background: linear-gradient(to right, rgba(179,0,9,0) 0%,rgba(179,0,9,1) 50%,rgba(179,0,9,0) 100%);
}

.flex-direction-nav a {
    line-height: 40px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#main a { color: #B30009; }

/*******************************************************
 * CABECALHO
*******************************************************/

#header {
    padding: 0;
    margin-bottom: 0;
    height: 320px;
    position: relative;
    background-color: #000;
}

div#header-bg {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.5;
}

div#header-logo {
    padding: 20px 0;
    background: none;
    margin-top: 0;
}

#header .social {
    float: right;
    margin-top: 30px;
}

#header .social a {
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
}

nav#main-menu {
    float: right;
    margin-top: 20px;
    background: none;
    border: 0;
}

#main-menu .menu-item a {
    color: #fff;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
    position: relative;
    display: block;
}

#main-menu .menu-item a:focus, 
#main-menu .menu-item a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #FFF;
}

#main-menu .menu-item.current-menu-item > a {
    font-weight: 400;
    background: transparent;
    color: #fff;
}

#main-menu .navbar-nav > .menu-item.current-menu-item > a:before,
#main-menu .navbar-nav > .menu-item.current-menu-ancestor > a:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    bottom: 10px;
    left: 15px;
    background: #fff;
    border: 0;
    margin: 0;
}

#main-menu ul.dropdown-menu {
    background: none;
    box-shadow: none;
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    margin-left: 10px;
    width: 250px;
}

#main-menu ul.dropdown-menu .menu-item a {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 2px 10px;
}

#main-menu ul.dropdown-menu .menu-item.current-menu-item a {
    color: #fff;
}

/*******************************************************
 * RODAPE
*******************************************************/

div#footer-wave {
    height: 200px;
    position: relative;
    transform: rotate(180deg);
}

#footer {
    padding: 50px 0 0;
    color: #000;
    font-size: 14px;
}

.footer-endereco {
    margin: 20px 0 0;
    line-height: 18px;
    color: #999;
}

.footer-widget {
    line-height: 26px;
    font-size: 16px;
}

#footer .footer-widget a {
    color: #999;
    padding: 0;
    background: none;
}

#footer h3 { font-size: 16px; }

#footer .social {
    text-align: right;
    padding-top: 90px;
}

#footer .social a {
    display: inline-block;
    font-size: 22px;
    color: #B30009;
    margin-right: 10px;
}

#copyright {
    background-color: #111;
    margin-top: 50px;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
}

#copyright p, #copyright a {
    color: #666;
    margin: 0;
}

#loading {
    position: fixed;
    background: #FFF url( 'img/loading.gif' ) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block;
}

#link-wpp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 52px;
    background: #449f14;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 25px -10px #000;
    z-index: 9;
    transition: .6s;
    opacity: 0;
}

.scrolled #link-wpp {
    opacity: 1;
}

#link-wpp:hover {
    transform: scale(1.1);
}

/*******************************************************
 * PÁGINAS
*******************************************************/

#main { margin-bottom: 100px; }
#main .page-header {
    margin: -60px 0 100px;
    position: relative;
    z-index: 2;
    border: 0;
    padding: 0;
}

#main .page-header .page-title {
    font-size: 42px;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.1em;
}

p#breadcrumbs {
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
}

#breadcrumbs a {
    color: #000;
}

.page-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

/*home*/
.home #header {
    background: none;
    height: auto;
}

.home #main-menu .menu-item a, .home #header .social a {
    color: #000;
}

.home #main-menu ul.dropdown-menu {
    background: #0005;
    padding: 10px 0;
}

div#home-slider {
    border: 0;
    padding: 0;
    margin: 0 0 80px;
}

#home-slider .flex-control-paging {
    bottom: 50px;
    z-index: 2;
    right: 50px;
    left: unset;
    width: auto;
}

div#box-sobre-home {
    box-shadow: 0 0 100px -10px rgba(0,0,0,0.3);
    background: #FFF;
    position: relative;
    margin: 50px 0;
    z-index: 3;
}

div#home-sobre {
    padding: 30px 30px 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

#box-sobre-home .thumb-agendamento {
    height: 250px;
    background-size: cover;
    background-position: center;
}

#box-sobre-home .conteudo-agendamento {
    background: #B30009;
    color: #FFF;
    height: 220px;
    padding: 30px;
    font-size: 22px;
    text-align: center;
}

.home .galeria {
    margin: 0 -15px;
}

.foto-galeria {
    height: 300px;
    margin: 0 -15px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.foto-galeria:hover {
    transform: scale(1.05);
    box-shadow: 0 0 50px -10px #000;
    position: relative;
    z-index: 2;
}

#main .galeria .gallery-item {
    margin: 0 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 260px;
}

#main .galeria dt.gallery-icon { 
    width: 100%; 
}

#main .gallery .rl-gallery-link {
    width: 100%;
    display: block;
}

#main .galeria .gallery-item .gallery-icon img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    border: 2px solid #fff;
    max-width: none;
    max-height: none;
}

/*produtos*/

.categoria {
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    transition: .4s ease;
}

.categoria:hover {
    transform: scale(1.03);
    box-shadow: 0 0 25px -8px #000a;
}

.categoria:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0003;
    z-index: 1;
}

.categoria.cat-sm { height: 180px; }

.categoria a,
.categoria a p {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: .5px;
    margin-bottom: 0;    
    font-weight: bold;
    text-shadow: 1px 1px 3px #0009;
}


.produto {
    height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    transition: .4s ease;
}

.produto:hover {
    transform: scale(1.03);
    box-shadow: 0 0 25px -8px #000a;
}

.produto:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0003;
    z-index: 1;
}

.produto a,
.produto a p {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 3;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: .5px;
    margin-bottom: 0;    
    padding: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #0009;
}

/*orcamento*/

#orcamento .page-content {
    font-size: 22px;
}

/*contato*/

#contato .media {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
}

#contato .media-body .lead {
    font-weight: bold;
    font-size: 17px;
}

#contato .social { margin-left: 50px; }
#contato .social a {
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
}

/*agendamento*/

.arte-agendamento {
    height: calc(100% - 50px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*equipe*/

.equipe {
    max-width: 900px;
    margin: 0 auto;
}

.equipe .membro { margin-bottom: 30px; }
.membro-info { 
    margin-top: 30px; 
    font-size: 14px;
}

.membro-thumb {
    max-width: 230px;
    margin: 0 auto;
}

/*sobre*/

#sobre .conteudo-esquerda {
    text-align: right;
}

/*frota e voluntariado*/

.item { margin-bottom: 30px; }

.item-foto {
    height: 200px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.item-foto:after {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 90px;
    color: #FFF;
    font-weight: bold;
    line-height: 200px;
    opacity: 0;
    transform: scale(1.1);
    transition: 0.3s;
}

.item .item-foto:hover:after{
    opacity: 1;
    transform: scale(1);
    transition: 0.3s;   
}

.item-descricao { font-size: 16px; }

/*servicos*/

.servicos {
    text-align: center;
    margin: 20px 0;
    display: block;
}

article.servico {
    margin: 50px auto;
    max-width: 960px;
}

.servico-title h1,
.servico-title h2 {
    font-size: 20px;
    font-weight: bold;
}

article.servico a { text-decoration: none; }

.servico-title a.btn {
    padding: 0 5px;
    border-radius: 20px;
    margin-left: 15px;
}

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

.tratamentos-carousel .flex-next { right: -50px; }
.tratamentos-carousel .flex-prev { left: -50px; }
.tratamentos-carousel .flex-prev, .tratamentos-carousel .flex-next {
    position: absolute;
    top: 100px;
}

.tratamentos-carousel .flex-prev.flex-disabled img, 
.tratamentos-carousel .flex-next.flex-disabled img {
    filter: grayscale(1);
    opacity: 0.4;
}

.tratamentos-carousel article.tratamento { text-align: center; }
.tratamentos-carousel .flex-control-nav { display: none; }

.tratamento .tratamento-titulo h1 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.tratamento .tratamento-thumb {
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 5px 30px -5px rgba(0,0,0,0.3);
    margin: 0 auto 15px;
    max-width: 300px;
}

#tratamento h1 .subtitle {
    font-size: 16px;
    display: block;
    line-height: 24px;
}

#tratamento h1 .subtitle:before { content: "- "; }
#tratamento h1 .subtitle:after { content: " -"; }

#tratamento h2 { font-size: 36px; }
#tratamento .ctas { margin: 30px 0; }

#tratamento .servico-thumb {
    text-align: center;
    display: block;
}

#main #tratamento .servico-thumb img {
    max-height: 300px;
    overflow: hidden;
}

#tratamento .tratamento-main-content {
    margin: auto;
}

#servico-orcamento .form-control { border-color: #ccc; }

/*blog*/

.post-item { 
    font-size: 16px; 
    margin-bottom: 50px;
}

.post-meta ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    color: #999;
}
.post-meta ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-item h1 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
}

.post-item .btn {
    background: transparent;
    border: 1px solid #B30009;    
    padding: 6px 25px;
    color: #B30009;
}

.post-item .post-thumb {
    text-align: center;
    background: #fafafa;
}

aside#sidebar {
    padding-left: 30px;
    padding-bottom: 100px;
}

#sidebar .widget {
    font-size: 16px;
    margin-bottom: 50px;
}


#sidebar .widgettitle {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 24px;
    color: #000;
    padding: 3px 10px;
    border-left: 7px solid #B30009;
}

#sidebar ul {
    list-style: none;
    padding: 0;
}

#sidebar ul li a {
    color: #000;
}

#sidebar .widget_recent_entries ul li a {
    display: block;
    margin-top: 10px;
    color: #000;
}

#sidebar .widget_recent_entries ul li span.post-date {
    color: #999;
    font-size: 14px;
}

.widget_archive .screen-reader-text { display: none; }
.widget_archive select {
    display: block;
    min-width: 250px;
    padding: 8px;
    border-radius: 25px;
}


.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #B30009;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
    color: #000;
}
.wp-pagenavi span.current {
    font-weight: normal;
    color: #fff;
    background: #B30009;
    border-color: #B30009;
}

/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/

@media( max-width: 1199px ) {
    
    #main .galeria .gallery-item {
        height: 220px;
    }
}

@media( max-width: 990px ) {
    div#header-bg,
    #header {
        height: 250px;
    }

    div#header-logo { padding: 10px; }
    nav#main-menu {
        margin-top: 10px;
        position: absolute;
        width: calc(100% - 100px);
    }

    #main-menu .navbar-toggler { outline: none; }

    #header .social,
    .home #header .social { margin-top: 12px; }

    #main-menu .navbar-toggler {
        color: #FFF;
        width: 100%;
        text-align: right;
    }

    .home #main-menu .navbar-toggler { color: #000; }

    #main-menu .menu-item a {
        font-size: 18px;
        padding: 10px;
    }

    .home #main-menu ul.dropdown-menu {
        margin-top: 0;
        border-left: 1px solid #000;
    }
    .home #main-menu ul.dropdown-menu .menu-item a { color: #000; }

    div#menu-navbar {
        background: #B30009;
        z-index: 99;
        padding: 5px;
        box-shadow: 0 0 50px -10px;
    }

    .home div#menu-navbar { background: #fff; }

    #main-menu ul.dropdown-menu { width: auto; }
    #main-menu .navbar-nav > .menu-item.current-menu-item > a:before, 
    #main-menu .navbar-nav > .menu-item.current-menu-ancestor > a:before {
        width: calc(100% - 15px);
        left: 5px;
        bottom: 5px;
    }

    .titulo-metodo { text-align: left; }
    .titulo-metodo br { display: none; }

    div#form-orcamento { margin: 50px 100px; }
    .arte-agendamento { display: none; }

    div#home-sobre {
        padding: 50px;
        margin: 0 -15px;
    }

    div#home-sobre a { font-size: 18px; }
    #equipe .equipe .membro { text-align: center; }

    #footer { text-align: center; }
    div#footer-logo { max-width: 100%; }

    .single-produto .post-thumbnail {
        text-align: center;
        margin-bottom: 30px;
    }

    .single-produto #main .galeria .gallery-item {
        width: 50%;
    }
}

@media( max-width: 768px ) {		
    #slider-navigation, #carousel-navigation { display: none; }	

    #footer,
    #dev {
        text-align: center;
    }

    .tratamentos-carousel .flex-prev, .tratamentos-carousel .flex-next {
        display: none;
    }
}


@media( max-width: 767px ) {
    body { font-size: 15px; }
    h2 {
        font-size: 24px;
        font-weight: bold;
    }

    #header { height: 125px; }
    div#header-bg { height: 120px; }
    
    div#header-info { display: none; }

    div#header-logo img { max-width: 100%; }
    div#header-logo {
        padding: 5px;
        float: left;
        position: relative;
        z-index: 10;
    }


	#header .social {
	    display: none;
	}

    .home nav#main-menu,
    nav#main-menu {
        margin-top: -47px;
	    width: 100%;
	}

    nav#main-menu { left: 0; }

	#main-menu .navbar-toggle .icon-bar {
	    background: #FFF;
	}

	#main-menu .navbar-nav>li>.dropdown-menu {
	    left: 0;
	    width: 100%;
	    margin: 0;
	    padding: 5px;
	    position: relative;
	}

    #main-menu .menu-item .dropdown-menu a {
        color: #000;
        margin: 5px 10px;
        font-size: 16px;
        border: 0;
    }

    div#menu-navbar { margin-top: 10px; }

    div#menu-collapse {
        background: #B30009;
        z-index: 3;
        position: relative;
        border: 0;
        margin: 0 -30px;
    }

    #main .page-header {
        margin: 20px 0;
    }

    #home-slider .flex-control-paging {
        bottom: -40px;
        left: 0;
        right: 0;
    }

    #main-menu button.navbar-toggle { margin: 10px 0; }

    #main .page-header .page-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 36px;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }

    div#form-orcamento {
        margin: 50px 0;
    }

    div#footer-logo {
        max-width: 250px;
        margin: 0px auto 20px;
    }
    
    div#home-sobre {
        background: #FFF;
        padding: 20px;
        margin: 0;
    }

	article.servico {
	    margin: 30px auto;
	}
    
    .tratamento .tratamento-titulo h1 {
        font-size: 16px;
        height: 35px;
    }

    #tratamento h2 { font-size: 26px; }
    .post-item h1 { font-size: 22px; }

    aside#sidebar { padding: 0; }

    #box-sobre-home .thumb-agendamento { height: 220px; }
    #box-sobre-home .conteudo-agendamento {
        height: auto;
        padding: 15px;
        font-size: 18px;
    }

    .destaque-odd .destaque-descricao, .destaque .destaque-descricao {
        text-align: center;
    }


    .metodo-video {
        padding: 0px;
        margin: 20px 0px;
    }

    .waveTop { background-size: 100% 100px; }
    .waveMiddle { background-size: 80% 90px; }
    .waveBottom { background-size: 90% 130px; }

    .categoria, .categoria.cat-sm {
        height: 280px;
    }

    #main .galeria .gallery-item {
        height: 180px;
        width: 50%;
    }

    .footer-widget { margin: 30px 0 0; }
    #footer .social {
        text-align: center;
        padding: 0;
        margin-top: 30px;
    }
}