body {
    background: none!important;
    color: #000!important;
}

.vinhadoanjo p {
    font-family: 'Open Sans' !important;
}


/* 1_IMAGEM DE TOPO BANNER*/

.vinhadoanjo .imagemTopo img {
    width: 100%;
    background-color: #fff;
    margin: 0px 0 0 0;
}


/**2_ ARROW **/

.vinhadoanjo .arrow {
    position: relative !important;
    bottom: 30;
}

.vinhadoanjo .bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

.vinhadoanjo .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 3s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.divider1 {
    height: 0px;
}

@media (max-width: 360px) {
    .divider1 {
        height: 15px;
    }
}


/* 3_INTRO*/

.titulo7 {
    font-size: 21px;
    font-weight: lighter;
    color: #353535;
    line-height: 30px;
}

.divider2 {
    height: 10px;
}

@media (max-width: 360px) {
    .titulo7 {
        font-size: 17px;
        font-weight: lighter;
        color: #353535;
        line-height: 25px;
    }
    .divider2 {
        height: 0px;
    }
}


/** 4_VIDEO **/

.video {
    background: url(/assets/especiais/sveva-a-vinha-do-anjo/fundo-video2.jpg) no-repeat;
    margin-top: 20px;
    padding-top: 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video .container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}

.divider3 {
    height: 45px;
}

@media (max-width: 360px) {
    .divider3 {
        height: 10px;
    }
    .video .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.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%;
}


/** 5_PASSATEMPO**/

.h1 {
    font-size: 28px;
    color: #bd0926;
    font-weight: normal;
    line-height: 27px;
    margin-top: 6px;
}

.h2 {
    font-size: 23px;
    color: #353535;
    font-weight: normal;
    line-height: 25px;
    margin-top: 15px;
}

.h3 {
    font-size: 17px;
    color: #353535;
    font-weight: lighter;
    line-height: 18px;
    margin-top: 18px;
}

.titulo2 {
    font-size: 15px;
    color: #353535;
    font-weight: normal;
    line-height: 19px;
    margin-top: 20px;
}

.divider4 {
    height: 80px;
}

@media (max-width: 563px) {
    .h1 {
        font-size: 24px;
    }
    .h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    .h3 {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (max-width: 360px) {
    .divider4 {
        height: 50px;
    }
}


/** 4_GOSTAR DA PAGINA FACEBOOK **/

.titulo16 {
    font-size: 26px;
    color: #454545;
    font-weight: 300;
    line-height: 31px;
    text-align: left;
    margin-left: 0px;
    margin-top: 43px;
    margin-bottom: 17px;
}

.titulo17 {
    font-size: 26px;
    color: #bd0926;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    margin-left: 0px;
}

.gostardapagina .container {
    padding-top: 30px;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .titulo16 {
        font-size: 23px;
        color: #454545;
        font-weight: 300;
        line-height: 29px;
        text-align: center;
        margin-top: 0px;
    }
    .titulo17 {
        font-size: 23px;
        color: #bd0926;
        font-weight: 500;
        line-height: 29px;
        text-align: center;
    }
    .gostardapagina .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/**6_CAROUSEL */

.divider5 {
    height: 80px;
}

.divider12 {
    height: 15px;
}

.titulo9 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bolder;
    line-height: 18px;
}

.titulo10 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bolder;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
}

.titulo11 {
    font-size: 17px;
    color: #000000;
    font-weight: 300;
    line-height: 22px;
    margin-top: -5px;
    text-align: center;
}

.titulo12 {
    font-size: 23px;
    line-height: 25px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
}

.carousel-example-generic {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 70px;
    width: 100%;
}

@media (max-width: 360px) {
    .titulo9 {
        font-size: 16px;
        padding: 0px 0px 0px 0px;
    }
    .titulo11 {
        font-size: 15px;
        color: #000000;
    }
    .titulo12 {
        font-size: 20px;
        line-height: 25px;
    }
    .divider12 {
        height: 10px;
    }
}


/**7_PRODUTO */

.produto {
    background: #f6f8f6;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 75px;
}

.titulo3 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: normal;
    padding: 0px 0 0 0px;
    text-align: left;
    margin-left: 30px;
    margin-top: 5px;
}

.titulo4 {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    line-height: 22px;
    margin-top: -5px;
    text-align: left;
    margin-left: 30px;
}

.titulo5 {
    font-size: 16px;
    color: #bd0926;
    font-weight: 600;
    text-align: left;
    line-height: 19px;
    padding: 10px 0px 0px 0px;
}

.titulo6 {
    font-size: 14px;
    color: #131313;
    font-weight: normal;
    text-align: left;
    line-height: 0px;
    padding: 0px 0px 10px 0px;
}


/** ENCOMENDAR  BTN **/

.produto .btn-group-lg>.btn,
.btn-lg {
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 1px;
    font-weight: 100 !important;
    border-radius: 1px !important;
}

.produto .btn-success {
    color: #FFFFFF;
    background-color: #bd0926 !important;
    border-color: #bd0926 !important;
    width: 160px;
    text-align: center;
}

.produto .btn-success:hover {
    color: #bd0926;
    background-color: #FFFFFF!important;
    border-color: #bd0926;
}

@media (max-width: 767px) {
    .titulo5 {
        text-align: center;
    }
    .titulo6 {
        text-align: center;
    }
    .titulo3 {
        text-align: center;
        padding-top: 20px;
    }
}


/** 8_AUTORA **/

.autora .img {
    padding-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


/** .autora **/

.autora {
    margin-left: 0px;
    margin-right: 0px;
}

.h4 {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    line-height: 22px;
    margin-top: -5px;
    text-align: left;
    margin-left: 30px;
}

.titulo {
    font-size: 23px;
    line-height: 25px;
    color: #000000;
    font-weight: normal;
    padding: 0px 0 0 0px;
    text-align: left;
    margin-left: 30px;
    margin-top: 25px;
}


/* AUTORA txt mobile centrar txt */

@media (max-width: 360px) {
    .h4 {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .titulo {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 980px) {
    .h4 {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .titulo {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.divider {
    height: 80px;
}


/* 9_A COLEÃ‡ÃƒO/MONTRA */

.titulo15 {
    font-size: 21px;
    line-height: 25px;
    color: #353535;
    font-weight: normal;
    padding: 0px 0 0 0px;
    text-align: center;
}

.divider8 {
    height: 75px;
}

.titulo1 {
    font-size: 16px;
    color: #131313;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}

.img-responsive {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.montra {
    background: #e2e8e0;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 40px;
}


/* CAPAS MONTRA MOBILE REDIMENSAO A MAO*/

@media (max-width: 767px) {
    .img-responsive {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .titulo1 {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .titulo1 {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .titulo1 {
        text-align: center;
        padding: 10px 0px 10px 0px;
    }
}

@media (min-width: 992px) {
    .titulo1 {}
}

.montra .container {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


/** VER-MAIS VER-MENOS **/

.montra .btn-group-lg > .btn,
.btn-lg {
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 1px;
    font-weight: 100 !important;
    border-radius: 1px !important;
}

.montra .btn-success {
    color: #FFF;
    background-color: #bd0926;
    border-color: #bd0926;
    width: 160px;
    text-align: center;
}

.montra .btn-success:hover {
    color: #BD0926;
    background-color: #FFF !important;
    border-color: #BD0926;
}

.montra .btn-portoeditora {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.row {
    text-align: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row.montra .container .row {
    margin: 0;
}


/* DivisÃ£o entre blocos*/

.divider7 {
    height: 20px;
}

.img-responsive {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


/* BTN COMPRAR*/

.btn-comprar {
    font-family: 'Glyphicons Halflings' !important;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px 0 0px;
    position: relative;
    margin: 0;
}

.btn-comprar2 {
    font-family: 'Open Sans' !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding: 0px;
    position: relative;
    text-decoration: none!important;
    border: none!important;
}

#second-nav.navbar-default {
    background-color: #bd0926;
    border-color: #bd0926;
}

#second-nav a {
    color: #ffffff !important;
    text-decoration: none!important;
    border: none!important;
}

#second-nav.navbar.navbar-default ul.navbar-nav>li>a {
    font-family: 'Open Sans' !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    padding: 0 15px 0 20px;
    position: relative;
    margin: 0;
    font-weight: normal;
}


/*FOOTER */

.footer {
    color: #ffffff;
    font-size: 8px;
    font-weight: normal;
    line-height: 15px;
    padding: 10px 0 10px 0;
    text-align: left;
}

.footer {
    background: #000000;
    color: #fff;
    margin-left: 0px;
    margin-right: 0px;
}


/* TOPO  NAVEGACAO*/


/* BTN ENCOMENDAR CARRINHO*/

.btn-default2 {
    color: #FFF;
    background-color: #bd0926;
    border-color: #bd0926;
    border: none;
    outline: none;
}

.btn2 {
    display: inline-block;
    padding: 14px 0px 10px 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857;
    border: none;
    outline: none;
}

.btn-default3 {
    color: #FFF;
    background-color: #bd0926;
    border-color: #bd0926;
    border: none;
    outline: none;
    position: relative;
    float: right;
}

.btn3 {
    display: inline-block;
    padding: 14px 0px 10px 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857;
    border: none;
    outline: none;
}


/* TOPO  NAVEGACAO*/


/* Wrapper for page content to push down footer */

#wrap {
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/* Btn_mobile */

.navbar {
    border-radius: 0!important;
    margin-bottom: 0;
    color: #191919;
}

#second-nav button.navbar-toggle.collapsed {
    visibility: visible;
}

#second-nav.affix-top button.navbar-toggle.collapsed {
    visibility: visible;
    margin-right: 5px;
}

#second-nav {
    width: 100%;
    top: 0;
    z-index: 16;
}

.navbar.navbar-inverse.navbar-static-top {
    margin-bottom: 0px;
}


/* Fundo Logo PE */

.navbar.navbar-inverse.navbar-static-top .brand {
    background: url('/conteudos/portodeencontro/logos_parceiros.png') transparent no-repeat;
    width: 116px;
    height: 45px;
    background-color: #000;
    background-position: -10px -779px;
}


/* Logo Duarte e Marta */

#second-nav .navbar-header .brand {
    background: url('/assets/especiais/sveva-a-vinha-do-anjo/logo-vinnha-anjo.png') transparent no-repeat;
    width: 146px;
    height: 51px;
    margin: 0px 0 0 15px;
}


/* MENU A Vinha do Anjo mobile*/

#topNav {
    z-index: -1;
}

#nav {
    width: 100%;
}

.navbar-default {
    background-color: #bd0926;
    border-color: #bd0926;
}

#nav.affix-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 54px;
    background-color: transparent;
    border: 0;
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
}

.navbar-nav {
    margin: 1px 1px;
}

.navbar-toggle {
    outline: 0;
}

.panel {
    border-width: 0;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 6%;
    z-index: 100;
    background: #f2f3f2;
    font-size: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.scroll-top a:link,
.scroll-top a:visited {
    color: #222;
}


/*******************************************/


/*** MENU ***/

.navbar.navbar-default .navbar-collapse {
    max-height: inherit;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0px;
}


/*** RESOLVE ALINHAMENTO À ESQUERDA DO MENU ATÉ ESTA MEDIDA ***/

@media (max-width: 767px) {
    .navbar.navbar-default .navbar-collapse {
        margin: 0 -15px;
    }
}

.navbar.navbar-default .navbar-collapse .nav.navbar-nav {
    margin: 0;
}


/*** COR TRACO MENU ***/

.navbar.navbar-default .navbar-nav>li {
    border-bottom: 1px solid #bd0926;
}

.navbar.navbar-default .navbar-nav>li:last-child {
    border-bottom: none;
}


/*** COR FUNDO NAV PE ***/

.navbar-inverse {
    background-color: #000;
}


/*** COR TEXTO MENU ***/

.navbar.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans' !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    padding: 0 15px 0 20px;
    position: relative;
    margin: 0;
    font-weight: normal;
}

.navbar.navbar-default .navbar-nav .dropdown-menu.second-level.open>a {
    border-bottom: 1px solid #3d3d3d;
}

.navbar.navbar-default .navbar-nav .dropdown .caret {
    background: url('../images/seta-baixo.png') no-repeat 0 0 transparent;
    position: absolute;
    right: 16px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-left: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0 15px 0 20px;
    position: relative;
    margin: 0;
}

.navbar.navbar-default .navbar-nav .dropdown.open .caret {
    background: url('../images/seta-cima.png') no-repeat 0 0 transparent;
}

.navbar.navbar-default .navbar-nav .dropdown .dropdown .dropdown-toggle .caret {
    background: url('../images/seta-baixo.png') no-repeat 0 0 transparent;
}

.navbar.navbar-default .navbar-nav .dropdown.open .dropdown-menu .dropdown.open .dropdown-toggle .caret {
    background: url('../images/seta-cima.png') no-repeat 0 0 transparent;
}

.navbar.navbar-default .navbar-nav .dropdown.open .dropdown-menu>li {
    padding: 0 0 0 40px;
    border-bottom: 1px solid #3d3d3d;
}

.navbar.navbar-default .navbar-nav .dropdown.open .dropdown-menu>li>a {
    color: #009de0;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    background: #262626;
}


/*** ACHO QUE NÃ‚O FAZ NADA ***/

.navbar.navbar-default .navbar-nav .dropdown.open .dropdown-menu .dropdown.open .dropdown-menu>li>a {
    /*    padding: 0 0 0 45px;*/
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}

.navbar.navbar-default .navbar-nav .dropdown.open > a {
    margin: 0;
    border-bottom: 1px solid #3d3d3d;
    padding: 0 15px 0 20px;
    font-weight: 500;
}


/*** MENU MOBILE ICONS Change color ***/

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    transition: all 0.2s;
    border-radius: 0;
    background: #ffffff !important;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

@media (min-width: 768px) {
    #second-nav .navbar-header .lnk-brand {
        margin-left: 0;
    }
    .navbar-nav.nav-justified > li {
        float: none;
    }
    .navbar-toggle {
        display: inherit;
    }
    .navbar-header {
        float: inherit;
    }
    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-collapse.collapse.in {
        display: inline-block;
    }
    .navbar.navbar-default .navbar-nav>li>a {
        padding-left: 16px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    #second-nav .container {
        padding-left: 0;
        padding-right: 0;
    }
    .video .container .embed-responsive {
        min-height: 450px;
    }
    .autores .photo {
        text-align: center;
        padding: 10px 0 0 40px;
    }
    .autores .name {
        text-align: center;
        padding: 60px 0 0 40px;
        margin: auto;
    }
    .navbar-nav {
        float: initial;
    }
    .navbar-nav>li {
        float: initial;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar.navbar-default .navbar-nav>li {
        border-bottom: none;
    }
    .navbar-header button.navbar-toggle,
    .navbar-header button.navbar-toggle.collapsed {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
    }
    #second-nav.affix-top .navbar-collapse.collapse {
        display: none!important;
    }
    .visible-lg.collapse {
        visibility: hidden;
        height: 0!important;
    }
    .visible-lg.collapse.in {
        visibility: initial;
        height: auto!important;
    }
    .autores .name {
        text-align: left;
        padding: 60px 0 0 30px;
    }
    .area-comissao-honra .container .col-md-2.text-center {
        width: 19.999997%;
    }
    .autores .photo {
        padding: 10px 0 0 15px;
    }
}


/* Retina-specific stuff here */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1) {
    #second-nav .navbar-header .brand {
        background: url('/assets/especiais/sveva-a-vinha-do-anjo/logo-vinnha-anjo.png') transparent no-repeat;
        width: 146px;
        height: 51px;
        margin-bottom: 0px;
        background-position: 0px 0px;
    }
}