
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #92151E;
  font-size: 20px;
 
}

p {
  line-height: 1.75;
}

a {
  color: #92151E;
}

a:hover {
  color: #7E121B;
}

.text-primary {
  color: #92151E !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.page-section {
  padding: 50px 0;
}

#load-pag{position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999999; background-color: black;   background-image: url("../img/ajax-loader.gif"); background-repeat: no-repeat; background-position: center center;   }




.text-planos{ border-top: 2px solid #7E121B; margin: auto; padding-top: 35px; text-align: center; margin-top: 25px; max-width: 700px;}
.text-info-a{ margin: auto; padding-top: 35px; text-align: center; margin-top: 25px; max-width: 800px;}

.site-rodape{ background: #92151E; padding: 14px; border-radius: 26px; padding-left: 20px; padding-right: 20px; color: #fff }
section.faixa-banner{ padding: 25px !important; background: #E3E9EC; }
.box-baixe{ background: #E3E9EC; }
.row-adesao{ background: #fff; border-radius: 25px; margin-bottom: 20px; border: solid 1px #768D97; max-width: 1000px; margin-left: auto; margin-right: auto; }
.row-adesao img{ padding: 5px;}
.text-encontre{color: red; margin-top: 40px; font-size: 20px; font-weight: bold}



footer .item-rodape{ width: 100% !important;  margin-top: 30px; text-align: center} 
footer .social-buttons{ margin: auto !important;}
.site-compro{ background: red; color: #fff; padding: 7px; padding-left: 15px; padding-right: 15px; border-radius: 50px;}
.site-compro:hover{ color: #fff}
.row-adesao > div{ padding: 5px;}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

@keyframes icone-zap{
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 0; }
}

.icone-zap {
  -webkit-animation: icone-zap .95s linear infinite;
  -moz-animation: icone-zap .95s linear infinite;
  -ms-animation: icone-zap .95s linear infinite;
  -o-animation: icone-zap .95s linear infinite;
  animation: icone-zap .95s linear infinite;
}

.botao-topo > div{ margin-bottom: 15px;}

.botao-topo .btn-warning{ background: #E3E9EC; color: #92151E; border: solid 1px #eee;}
.botao-topo { margin-bottom: 60px;}
.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #92151E;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #92151E;
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #92151E;
  border-color: #92151E;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #65121D !important;
  border-color: #65121D !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #92151E;
  font-family: 'Open Sans', sans-serif;
}



#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #7E121B;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link.active span{  border-bottom: 2px solid #fff; padding-bottom: 5px;}

#mainNav.blog .navbar-nav .nav-item .nav-link {
  padding: 13px 20px !important;  
}

/*
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid #fff;
}
*/

.menu-mini{ display: none;}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
 
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 10px !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #65121D;
  }
  #mainNav.navbar-shrink .menu-full{ display: none; }

  #mainNav.navbar-shrink .menu-mini{ display: block;}

  #mainNav.navbar-shrink a{ font-size: 14px !important;}
  
}

@media (max-width: 1200px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
    
  }
  #mainNav.navbar-shrink a{ font-size: 11px !important;}
  .icone-social-menu { padding-top: 2px !important;}

}
@media (max-width: 992px) {
  #mainNav  .menu-full{ width: 100px;}
}

.icone-social-menu { padding-top: 10px;}
.icone-social-menu a{ margin-left: 2px; margin-right: 2px; color: #fff; } 




.footer {
  padding: 25px 0;
  text-align: center;
  background: #E3E9EC;
  color: #92151E;

}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #92151E;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #92151E;
}
header{ position: relative;}
header .container-banner{position: absolute; bottom: 20px; left: 0; right: 0; z-index: 1;  }
.header-blog{margin-top: -125px; z-index:5; height: auto}
header{max-height: 100vh; display: flex;  align-items: center;  justify-content: center;  background: #000;}
header,header .item{max-height: 100vh; outline: hidden;}
.next-prev-banner{ text-align: right; max-width: 70px;   float: right; }

section{min-height: 100vh; padding-top: 100px !important;}

section#clientes,section#contato,section#depoimentos{ min-height: auto; }
section#contato .container{   max-width: 1170px;  width: 90%; }
section#clientes .container{padding-top: 80px; padding-bottom: 120px;}
.titulo-clientes{ margin-bottom: 50px;}

section#sobre{background: #64121D; color:#fff; background-image: url('../img/sobre-bg.jpg'); background-size: cover;  }

section#contato{background: #64121D; color:#fff; background-image: url('../img/contato-bg.jpg'); background-size: cover;  }
section#contato .container{  padding:90px 0  90px 0 !important;}

section#atuacao {background: #0A0A0A; color:#fff; }
section#clientes{background: #fff; color:#000; }


section#depoimentos{background: #64121D; color:#fff; background-image: url('../img/depoimentos-bg.jpg'); background-position: left bottom; background-repeat: no-repeat; background-size: contain;   }
section#depoimentos .container{ padding-top: 220px;}

section#atuacao .container{ padding-bottom: 220px;}

.img-depoimento{ border-radius: 100%;}

.depoimentos-home .img-depoimento{ background: white;  background-position: right 45px bottom; }


.next-prev-banner img{cursor: pointer; margin-bottom: 10px;}
.banner-home .owl-nav.disabled + .owl-dots {  margin-top: -50px; position: relative; z-index: 99999999999; }


.next-prev-depoimentos{ text-align: right;  width: 100%; margin-top: -30px; position: relative;  }
.next-prev-depoimentos img{ position: relative; z-index: 88888; margin-bottom: 10px; cursor: pointer;} 



.foto-sobre{ margin-top: 120px; margin-bottom: 50px;}
.social-banner{ padding-top: 10px; float: left;}
.social-banner a{ font-size: 40px; margin: 5px;}
.banner-home .owl-dots .owl-dot span,.depoimentos-home .owl-dots .owl-dot span {
  width: 60px;
  height: 7px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.banner-home .owl-dots .owl-dot.active span, .banner-home .owl-dots .owl-dot:hover span {
  background: #65121D; }

 
  .garrafa-vinho { height: 0px;   width: 100%; position: relative; text-align: right; }
  .garrafa-vinho img{ margin-top: -260px;  }
  .depoimentos-home .owl-dots .owl-dot.active span, .depoimentos-home .owl-dots .owl-dot:hover span {
    background: #000; }



  #form_contato{ margin-top: 50px;}
  #form_contato input,#form_contato textarea{ background: transparent; border-radius: 0;}

  .form-wrapper {
    max-width: 30%;
    min-width: 300px;
    padding: 50px 30px 50px 30px;
    margin: 50px auto;   
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  }
  
  .form-group {
    position:relative;  
  
    & + .form-group {
      margin-top: 30px;
    }
  }
  
  .form-label {
    position: absolute;
    left: 0;
    top: 10px;
    left: 15px;
    color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
  }
  
  .focused .form-label {
    transform: translateY(-125%);
    font-size: .75em;
  }
  
  .form-input {
    position: relative;
    padding: 30px;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
    
    &:focus {
      box-shadow: 0 2px 0 0 blue;
    }
  }
  .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
  }
  
  #form_contato .form-group{ margin-top: 25px;}
  .form-input.filled {
    box-shadow: 0 2px 0 0 lightgreen;
  }

  .text-depoimento{ padding: 0 15px 0 15px;}
  @media (max-width: 1300px) {
    .garrafa-vinho img{ margin-top: -200px;  }
    .next-prev-depoimentos img,.next-prev-banner img{ width: 30px;}
    #depoimentos .container{ margin-bottom: 180px;}
  }
  @media (max-width: 1200px) {
    #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 13px;
      font-weight: 400;
      padding: 0.25em 0;
      letter-spacing: 1px;
      
    }
    #depoimentos .next-prev-depoimentos{ display: none;  }
    .social-banner a{ font-size: 25px; }

  }
  @media (max-width: 1000px) {
    .garrafa-vinho img{ margin-top: -150px;  }
    section#depoimentos .container{ padding-top: 160px;}
  }
 
  @media (max-width: 990px) {
    header{ margin-top: 72px;}
    .header-blog { margin-top: -72px;}
    .coluna-blog{ padding: 0;}
    h1, h1 {
      font-size: 25px;
  }
  .h5, h5 { font-size: 12px;}
  .breadcrumb { font-size: 10px;}
  }

  @media (max-width: 750px) {
    .img-depoimento{ max-width: 210px; margin: auto;}
    section#depoimentos .container{ padding-top: 80px;}

    .social-banner{  position: absolute; bottom: -120px;}
    .social-banner a{  color: #fff;}  
    #sobre{ padding-top: 120px !important;}
    .banner-home .owl-nav.disabled + .owl-dots {
      margin-top: -30px;
    }
   
  }

  @media (max-width: 650px) {
    .img-depoimento{ max-width: 110px; margin: auto;}
    
    section#atuacao .container{ padding-bottom: 120px;}
    .garrafa-vinho img{ margin-top: -100px;  }
    section{ padding-top: 20px !important; }
    section#depoimentos .container{ padding-top: 120px;}
    section#clientes .container{padding-top: 10px !important; padding-bottom: 60px;}
    .titulo-clientes{ margin-bottom: 25px;}


  }
  section#clientes img { width: 100%; max-width: 180px !important; margin: auto;}
  
  form input, form textarea{ color: #fff !important; }
  body.blog{ color: #000;}
  body.blog #mainNav {
    background-color: #fff;
    z-index: 999;
  }

  .btn-blog-rodape:hover{ color: #fff; outline: none;}
  body.blog { font-size: 16px; }
  body.blog .nav-link { color: #000 !important;}
  body.blog #mainNav{ padding-top: 0; padding-bottom: 0;}
  body.blog #mainNav .dropdown-menu li{ padding: 5px; padding-left: 10px;}
  .blog-top-icon a{ padding-left: 5px;}
  .publicado_data_home{ padding-top: 5px; padding-bottom: 5px; font-size: 12px;}
  body.blog #mainNav .navbar-brand img{ max-width: 220px; }
  section#contato-black {
    background: #0A0A0A;
        background-repeat: repeat;
    color: #fff;
    background-image: url('../img/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
   
      min-height: auto;
      padding-top: 190px !important;
  
}
.blog-home{ background: #64121E; color: #fff;}
.blog-home a{ color: #fff;} 

.blog-home .list-post-home {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(86,16,27,1);
  -moz-box-shadow: 0px 0px 10px -1px rgba(86,16,27,1);
  box-shadow: 0px 0px 10px -1px rgba(86,16,27,1);
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 25px;
  
}
.blog-home .list-post-home h5{padding-top: 18px; padding-bottom: 5px;}
.blog-home .list-post-home p{ font-size: 15px; line-height: auto;}


.list-post-home{ -webkit-box-shadow: 0px 0px 10px -1px rgba(86,16,27,1);
	-moz-box-shadow: 0px 0px 10px -1px rgba(86,16,27,1);
	box-shadow: 0px 0px 10px -1px rgba(86,16,27,1); padding-bottom: 5px; text-align: center; margin-bottom: 25px;}
.list-post-home:hover{-webkit-box-shadow: 0px 0px 23px -3px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 23px -3px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 23px -3px rgba(0,0,0,0.64);}


.list-post-home .titulo{ margin-top: 15px; text-transform: uppercase; }
.list-post-home .titulo a{ font-size: 18px !important;}
.list-post-home .data{ text-align: center; font-size: 12px; padding-top: 10px; padding-bottom: 10px;}
.list-post-home .info-post-list{ min-height: 200px; padding: 5px;  }


section.pagina{ padding-top: 0 !important;}
.list_publicacoes{ margin-bottom: 30px; margin-top: 15px;}
.list_publicacoes .publicado_data{ font-size: 12px; margin-bottom: 10px;}
.list_publicacoes .entry-thumbnail{ position: relative;}
.post-format{ position: absolute; bottom: 5px; right: 5px;}
.compartilhar{ margin-top: 25px;}
.breadcrumb{ background: #EFEFEF; border-radius: 0;}
.publicacao_data{ margin-top: 30px; margin-bottom: 20px; font-size: 12px; text-align: right; }
.ver_noticia{ padding-top: 25px;}
.ferramentas_not{ margin-top: 35px; margin-bottom: 15px;} 
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.cliente-box{ margin-bottom: 50px;}


