.ipt-reset{
    border-radius:5px;
    border:1px solid #d1d3d4;
    padding:13px;
    color:#414042;
    font:14px/1.2 'Raleway', sans-serif;
}
.btn-reset{
    background:#cccac2;
    border-radius:5px;
    border:none;
    text-align:center;
    font:500 15px/1.2 Raleway, sans-serif;
    padding:9px 20px;
    display:inline-block;
    cursor:pointer;
    color:white;
    transition:0.15s;
}
.btn-reset:hover{
    background:#4d6574;
    color:white;
}
.fundo-vinho .btn-reset{
    border:1px solid white;
    background:white;
    color:#4d6574;
}
.fundo-vinho .btn-reset:hover{
    background:transparent;
    color:white;
}
.txt-center{
    text-align:center;
}
.titulo-principal{
    margin-bottom:30px;
}
.animate-in{
    opacity:0;
}
.icone-whats{
    background:url(../imagens/whatsapp-icon2.png) no-repeat;
    padding:11px 0 17px 50px;
    display:inline-block;
}
.icone-whats-topo::after {
    display: block;
    content: '|';
    position: absolute;
    top: 10px;
    left: -11px;
}
.icone-whats-topo{
    float:right;
    margin-top:-8px;
    position: relative;
    margin-left:8px;
}
.icone-whats-rodape{
    margin:5px 0 0;
    display:block;
}
.animate-start.animate-y-pos, .animate-start.animate-y-neg{
    animation:animate-y 1s ease forwards;
}
.animate-start.animate-x-pos, .animate-start.animate-x-neg{
    animation:animate-x 1s ease forwards;
}
.animate-y-pos{
    transform:translateY(150px);
}
.animate-y-neg{
    transform:translateY(-150px);
}
.animate-x-pos{
    transform:translateX(150px);
}
.animate-x-neg{
    transform:translateX(-150px);
}
@keyframes animate-y{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@keyframes animate-x{
    to{
        opacity:1;
        transform:translateX(0);
    }
}
.content-telefone{
    width:530px;
}
@media (max-width:980px){
    #logo, #menu-principal{
        float:none;
        display:inline-block;
    }
    #menu-principal{
        margin:20px 0 0;
    }
    #topo-principal .rede-facebook{
        margin:0 0 0 -20px;
        float:right;
    }
    #topo-principal .agende-consulta{
        margin:0 30px 0 -145px;
    }
    #topo-principal .central{
        width:90%;
    }
}
@media (max-width:925px){
    .icone-whats-topo::after{
        display:none;
    }
    .content-telefone{
        width:auto;
        text-align:center;
    }
    .icone-whats-topo{
        float:none;
        margin:10px 0 0 0;
    }
    .topo-barra{
        width:390px;
        margin:0 auto 25px;
        padding:15px 20px;
    }
    .container-telefone{
        margin:0;
    }
    .container-telefone, #topo-principal .container-horario-atendimento{
        float:none;
        display:inline-block;
    }
    .container-telefone{
        margin-top:20px;
    }
}
@media (max-width:630px){
    #topo-principal .agende-consulta{
        display:none;
    }
    #menu-principal{
        width:370px;
        margin:20px auto 0;
    }
    .link-menu{
        margin-bottom:5px;
    }
}
@media (min-width:411px){
    #btn-menu-rpsv{
        display:none;
    }
    #menu-principal{
        display:block !important;
    }
}
@media (max-width:410px){
    .content-telefone{
        text-align:center;
    }
    .topo-barra{
        width:270px;
        text-align:center;
        padding:15px 0px;
        font-size:14px;
    }
    .icone-telefone{
        display:none;
    }
    #menu-principal{
        display:none;
    }
    #menu-principal{
        display:none;
        margin-top:0;
        width:210px;
    }
    #btn-menu-rpsv{
        display:block;
        margin:10px auto 5px;
    }
    .link-menu{
        padding:5px 0;
        background:none;
        margin:0;
        display:block;
        border-top:4px solid #b58e9e;
    }
    .page-home #topo-principal{
        padding:0;
    }
    #menu-principal .link-menu:first-child{
        border-top:0;
        padding-top:0;
    }
}
.container-banner {
    max-width: 1024px;
    overflow: hidden;
}
.banner{
    float: left;
    width: 100%;
    margin-right: -100%;
    opacity: 0;
}
#container-controle-banner{
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.controle-banner{
    display: inline-block;
    margin: 0 5px;
    height: 15px;
    width: 15px;
    border-radius: 18px;
    border: 1px solid #6C1E3E;
    cursor: pointer;
    transition: 0.25s;
}
.controle-banner:hover, .controle-banner-ativo{
    background-color:#6C1E3E;
    border-color:white;
}
.container-banner::after {
    content: url(../imagens/fundo-banner.png);
    display: block;
    margin-top: -187px;
    position: relative;
    z-index: 10;
}
.chamada .row {
    margin: 0;
}
.chamada {
    margin-bottom: 40px;
}
.chamada-foto {
    text-align: center;
}
.chamada.seta-vinho {
    margin-bottom: 60px;
    padding-bottom: 30px;
}
.chamada h1{
    text-align: center;
}
.chamada-foto h1{
    margin-bottom: 30px;
}
.chamada-texto-centro h1 {
    margin-bottom: 20px;
}
.foto-borda, .foto-borda img{
    height: auto;
    border-radius: 180px;
}
.foto-borda {
    display: inline-block;
    border: 1px solid;
    overflow: hidden;
    width: 90%;
}
.foto-borda img {
    display: block;
    width: 100%;
}
.foto-borda-m{
    max-width: 240px;
}
.foto-borda-m img{
    max-width: 230px;
    max-height: 230px;
    margin: 4px;
}
.foto-borda-g{
    max-width: 358px;
    max-height: 358px;
}
.foto-borda-g img{
    margin: 8px;
    max-width: 340px;
    max-height: 340px;
}
@media all and (max-width:992px) {
    .ctd-texto {
        text-align: center;
        padding: 20px 5%;
    }
    .chamada h1 {
        padding: 0 5%;
    }
    .chamada-texto h1 {
        margin-bottom: 0;
    }
}
@media all and (max-width:400px) {
    .foto-borda-g {
        width: 280px;
        height: 280px;
    }
    .foto-borda-g img {
        width: 270px;
        height: 270px;
        margin: 4px;
    }
}
.facebook-contato {
    background-repeat: no-repeat;
    color: #000000;
    padding: 4px 0 2px 35px;
    display: inline-block;
    width: 180px;
}
.btn.cor-vinho {
    background: #CCCAC2;
    font: 500 18px/1.2 'Raleway', sans-serif;
    border: none;
    transition: 0.15s;
    padding: 9px 0;
}
.btn.cor-vinho:hover {
    color: white;
    background-color: #6C1E3E;
}
.form-control{
    color: #414042;
}
.titulo-contato{
    margin-top: 40px;
}
.titulo-contato-principal{
    margin-top: 0px;
}
.container-maps{
    margin-top: 50px;
    padding: 0;
}
.container-maps h1 {
    margin: 10px 0 20px;
}
.container-maps iframe {
    display: block;
    width: 100%;
}
.container-maps::after {
    margin: 0px 0 -26px;
}
@media (max-width:768px) {
    .contato-col-phone {
        text-align: center;
    }
    .titulo-contato, #titulo-contato-principal-2{
        margin-top: 20px;
    }
}
.doutor {
    text-align: right;
    margin-bottom: 30px;
}
@media all and (max-width:992px) {
    .doutor {
        text-align: center;
    }
}
#home-section-1 {
    margin-bottom: 35px;
    margin-top: 20px;
}
@media all and (max-width:992px) {
    #home-section-1 {
        margin: 20px;
    }
    #home-section-1 h1 {
        margin: 0px;
    }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #B58E9E;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
#rodape {
    background: #F1F2F2;
    font-size: 14px;
    transition: 0.5s;
    padding: 60px 0 10px;
}
#rodape h2 {
    margin: 15px 0;
    color: #4D6574;
}
#rodape .central {
    max-width: 710px;
}
#fale-com-a-clinica-rodape, #onde-estamos-rodape{
    float: left;
}
#onde-estamos-rodape {
    border-right: 1px dashed;
    padding: 0 30px 40px 0;
    margin: 0 20px 40px 0;
}
#copyright {
    color: #939598;
    text-align: center;
    font-size: 13px;
}
#logo-youp {
    display: inline-block;
    width: 30px;
    height: 12px;
    background: url("../imagens/logo-youp.png");
    margin: 0 0 -3px 10px;
}
#newsletter-box .ipt-reset {
    background: #CCCAC2;
    padding: 5px 10px;
    margin-left: 10px;
    width: 145px;
}
#newsletter-box .btn-reset {
    background: none;
    margin: 0px 0 0 10px;
    padding: 3px 5px 2px;
    font-size: 20px;
    color: #414042;
    box-sizing: border-box;
    float: right;
}
#newsletter-box h3,#newsletter-box form {
    display: inline-block;
}
#newsletter-box h3 {
    margin: 20px 15px 20px 30px;
}
#newsletter-box label {
    font-size: 18px;
    font-weight: normal;
}
#newsletter-box {
    max-width: 860px;
    margin: 30px auto;
}
#nome-news {
    margin-right: 20px;
}
@media (max-width: 1700px) {
    #rodape {
        background: url("../imagens/fundo-rodape-1920.png") left top no-repeat transparent;
    }
}
@media (max-width: 970px) {
    #rodape {
        background-image: url("../imagens/fundo-rodape.png");
    }
}
@media (max-width: 873px) {
    #newsletter-box {
        text-align: center;
        padding-bottom: 20px;
        width: 90%;
    }
}
@media (max-width: 770px) {
    .icone-whats-rodape {
        display:inline-block;
    }
    #onde-estamos-rodape {
        border-right: none;
    }
    #fale-com-a-clinica-rodape, #onde-estamos-rodape {
        float: none;
        margin: 0 auto;
        border-bottom: 1px dashed;
        padding: 0 19px 20px;
        width: 310px;
        text-align: center;
    }
    #rodape {
        padding: 20px 0 10px;
        background: #F1F2F2;
    }
    .container-horario-atendimento::after {
        content: "";
        clear: both;
        display: block;
    }
    #fale-com-a-clinica-rodape .container-horario-atendimento {
        width: 230px;
        display: inline-block;
    }
    .agende-consulta {
        float: none;
        margin: 20px auto;
        display: block;
    }
}
@media (max-width: 570px) {
    #newsletter-box form {
        width: 220px;
        display: inline-block;
        text-align: right;
    }
    #newsletter-box .ipt-reset {
        margin: 10px 0 10px 4px;
    }
    #newsletter-box .btn-reset {
        float: none;
    }
    #newsletter-box label {
        width: 60px;
    }
}
@media (max-width: 350px) {
    #fale-com-a-clinica-rodape, #onde-estamos-rodape {
        padding: 0 5px 20px;
        width: 280px;
    }
}
.img-blog {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    width: 250px;
    display: inline-block;
    margin-top: 0;
}
.ctd-post {
    height: 79px;
    margin-bottom: 10px;
    overflow: hidden;
}
.post h3 {
    font-weight: 400;
    height: 38px;
    overflow: hidden;
}
.posts-blog-white h1 {
    color: #6C1E3E;
}
.posts-blog-white h3 {
    color: #4D6574;
}
@media (max-width: 767px) {
    .post h3 {
        height: auto;
    }
}
.galeria{
    text-align:center;
}
.galeria img{
    display:block;
}
.galeria .central{
    max-width:720px;
}
#img-galeria-principal{
    float:left;
    max-width:600px;
}
#foto-principal{
    height:auto;
    width:100%;
    border-radius:15px;
}
#titulo-foto{
    font-size:16px;
    font-weight:400;
}
.container-imgs-controle img{
    border-radius:5px;
    cursor:pointer;
    animation-duration:0.5s;
}
.hidden-container-imgs-controle{
    overflow:hidden;
    position:relative;
}
.arrow-gallery{
    position:absolute;
    background:rgba(255, 255, 255, 0.5);
    cursor:pointer;
    transition:0.15s;
    font:400 19px/1.2 'Glyphicons Halflings';
    -webkit-font-smoothing:antialiased;
}
.arrow-gallery:hover{
    background:rgba(255, 255, 255, 0.7);
}
.photo-out-in{
    animation-name:photo-out-in;
}
.photo-in-out{
    animation-name:photo-in-out;
}
.hidden-container-imgs-controle[data-qty="2"] .arrow-gallery, .hidden-container-imgs-controle[data-qty="1"] .arrow-gallery{
    display:none;
}
@media all and (min-width:741px){
    .container-imgs-controle img{
        margin-bottom:6px;
    }
    .container-imgs-controle{
        margin-left:0 !important;
    }
    .hidden-container-imgs-controle{
        height:450px;
        float:right;
        width:113px;
    }
    .arrow-gallery{
        height:20px;
        width:100%;
    }
    .arrow-gallery-1{
        top:0;
    }
    .arrow-gallery-1::before{
        content:"\e260";
    }
    .arrow-gallery-2{
        bottom:0;
    }
    .arrow-gallery-2::before{
        content:"\e259";
    }
    @keyframes photo-out-in{
        0%{
            margin-top:0;
        }
        100%{
            margin-top:-91px;
        }
    }
    @keyframes photo-in-out{
        0%{
            margin-top:-91px;
        }
        100%{
            margin-top:0;
        }
    }
    .hidden-container-imgs-controle[data-qty="5"] .arrow-gallery{
        display:none;
    }
}
@media all and (max-width:740px){
    #img-galeria-principal, .container-imgs{
        float:none;
        width:100%;
        display:inline-block;
    }
    .galeria .central{
        width:90%;
    }
    .container-imgs img{
        display:inline-block;
        margin:0 1%;
    }
    #foto-principal{
        height:auto;
    }
    .hidden-container-imgs-controle{
        width:100%;
        max-width:590px;
        margin:0 auto;
    }
    .container-imgs-controle{
        margin-top:0 !important;
        width:15000px;
    }
    .arrow-gallery{
        width:20px;
        height:100%;
        line-height:81px;
    }
    .arrow-gallery-1{
        left:0;
    }
    .arrow-gallery-1::before{
        content:"\e257";
    }
    .arrow-gallery-2{
        right:0;
    }
    .arrow-gallery-2::before{
        content:"\e258";
    }
    @keyframes photo-out-in{
        0%{
            margin-left:0;
        }
        100%{
            margin-left:-119px;
        }
    }
    @keyframes photo-in-out{
        0%{
            margin-left:-119px;
        }
        100%{
            margin-left:0;
        }
    }
    .container-imgs-controle img{
        float:left;
        margin-right:6px;
    }
    .hidden-container-imgs-controle[data-qty="4"] {
        max-width: 472px;
    }
    .hidden-container-imgs-controle[data-qty="3"] {
        max-width: 351px;
    }
    .hidden-container-imgs-controle[data-qty="2"] {
        max-width: 232px;
    }
    .hidden-container-imgs-controle[data-qty="1"] {
        max-width: 113px;
    }
}
@media all and (min-width:500px){
    .hidden-container-imgs-controle[data-qty="4"] .arrow-gallery{
        display:none;
    }
}
@media all and (min-width:400px){
    .hidden-container-imgs-controle[data-qty="3"] .arrow-gallery{
        display:none;
    }
}
/*# sourceMappingURL=all.css.map */
