@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

/* Codigo personalizado */

html, body {
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}

button:focus {
  outline: none !important;
}

p {
  color: #454545;
  line-height: 25px;
}

h1 {
  font-weight: 600;
  margin-top: 30px;
}

.hidden-640 {
  display: block;
}

.btn-success {
  height: 50px;
  background-color: #729454;
  border-color: #729454;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  transition: .5s all;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #627E47 !important;
  border-color: #627E47 !important;
  box-shadow: none !important;
  transition: .5s all;
}

.btn-warning {
  height: 50px;
  background-color: #FDB92E;
  border-color: #FDB92E;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  transition: .5s all;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #FBAA02 !important;
  border-color: #FBAA02 !important;
  box-shadow: none !important;
  transition: .5s all;
}

textarea {
  resize: none;
}

/* Header */

.header {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f0f4ec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%,#f0f4ec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%,#f0f4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4ec',GradientType=1 ); /* IE6-9 */
}

.navbar-default {
  background-color: #729454;
  border-top: 5px solid #65844B !important;
}

.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}

.navbar-default .navbar-nav:not(.loja)>li:last-child a,
.navbar-default .navbar-nav:not(.loja)>li:last-child a:hover {
  color: #fdb92e !important;
}

.navbar {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar-brand {
  height: auto;
}

.navbar .navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-left>li>a {
  background-color: #65844B;
  padding: 20px 25px;
}

.navbar-center>li>a {
  font-size: 15px;
  padding: 20px 25px;
  transition: .5s all;
}

.navbar-center>li>a:hover,
.navbar-center>li>a:focus {
  color: #ffffff !important;
  background-color: #627E47 !important;
  transition: .5s all;
}

.navbar-default .navbar-center>.open>a,
.navbar-default .navbar-center>.open>a:focus,
.navbar-default .navbar-center>.open>a:hover {
  color: #ffffff !important;
  background-color: #627E47 !important;
  transition: .5s all;
}

.navbar-left>li>a:hover,
.navbar-left>li>a:focus {
  background-color: #65844B !important;
}

.dropdown:hover > a {
  color: #ffffff !important;
  background-color: #627E47 !important;
  transition: .5s all;
}

.dropdown-menu-home {
  top: 100%;
  padding: 15px;
  border: 0px;
  border-radius: 0px;
}

.dropdown-menu-home>li>a {
  line-height: 25px !important;
  transition: .5s all;
}

.dropdown-menu-home>li>a:hover,
.dropdown-menu-home>li>a:focus {
  color: #FDB92E !important;
  background-color: transparent !important;
  transition: .5s all;
}

@media (min-width: 768px) {
  
  .carousel-control .glyphicon-chevron-left {
    margin-left: -35px;
  }
  
  .carousel-control .glyphicon-chevron-right {
    margin-right: -35px;
  }
  
  .col-sm-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
  }
  
  .row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
  }
  
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  
}

.busca {
  width: 70%;
}

.busca .form-control {
  width: 100%;
  height: 42px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 15px;
}

.btn-busca {
  padding: 6px 20px;
  height: 42px;
  border: 0px;
  border-radius: 0px;
  vertical-align: bottom;
  margin-left: -5px;
}

.btn-busca:hover,
.btn-busca:focus {
  background-color: #ffffff !important;
  border: 0px !important;
  box-shadow: none !important;
}

.dropdown .idiomas {
  background-color: transparent;
  border: 0px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}

.dropdown .idiomas img {
  padding-right: 5px;
}

.dropdown .dropdown-menu-idiomas {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  top: 150%;
}

.dropdown .dropdown-menu-idiomas>li>a {
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  cursor: pointer;
  transition: .5s all;
}

.dropdown .dropdown-menu-idiomas>li>a:hover,
.dropdown .dropdown-menu-idiomas>li>a:focus {
  background-color: #e6e6e6 !important;
  transition: .5s all;
}

.dropdown .dropdown-menu-idiomas>li div {
  height: 1px;
  width: 100%;
  background-color: #EEEEEE;
}

.dropdown .dropdown-menu-idiomas>li img {
  padding-left: 20px;
  padding-right: 10px;
}

.dropdown-menu-idiomas-2 {
  list-style: none;
  margin-bottom: 3px !important;
  display: inline;
  padding: 0;
}

.dropdown-menu-idiomas-2 li {
  display: inline-block;
  cursor: pointer;
}

.dropdown-menu-idiomas-2 img {
  margin-right: 4px;
}

.icone-carrinho a {
  color: #444;
  font-size: 12px;
  font-weight: 600;
}

.icone-carrinho a:hover {
  text-decoration: none;
}

.fone-topo {
  color: #fff;
  font-weight: bold;
  background-color: #729454;
  padding: 9px 18px;
  border-radius: 8px;
}

/* Home */

/* .pelicula-banner {
  position: absolute;
  background-color: rgba(0,0,0,.4);
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0
} */

.banners {
  background: #f0f4ec; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f4ec 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f4ec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f4ec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4ec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.carousel-inner-home .item a img,
.carousel-inner-home .item img {
  width: 100% !important;
}


.carousel {
  margin-top: 30px;
}

.carousel-caption {
  left: 15%;
  right: 35%;
  top: 25%;
  text-align: left;
  text-shadow: none;
}

.carousel-caption h1 {
  font-size: 45px;
}

.carousel-control {
  width: 10%;
  opacity: 1;
}

.carousel-control:focus,
.carousel-control:hover {
  opacity: 1 !important;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 48.5%;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background-color: rgba(68,68,68,.7);
  color: rgba(255,255,255,.7);
  transition: .5s all;
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-left:focus,
.carousel-control .glyphicon-chevron-right:hover,
.carousel-control .glyphicon-chevron-right:focus {
  background-color: rgba(68,68,68,1);
  color: rgba(255,255,255,1);
  transition: .5s all;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  text-shadow: none;
}

.glyphicon-chevron-left:before {
  content: '\f104';
}

.glyphicon-chevron-right:before {
  content: '\f105';
}

.produtos-destaque h3 {
  font-weight: 600;
  margin-top: 40px;
}

.produtos-destaque p a {
  display: block;
  color: #444444;
  margin-top: 10px !important;
  transition: .5s all;
}

.produtos-destaque p a:hover,
.produtos-destaque p a:focus {
  color: #FDB92E;
  text-decoration: none;
  transition: .5s all;
}

hr {
  border-color: #e6e6e6;
}

.produtos-destaque h4 {
  margin-top: 20px;
}

.produtos-destaque h5 a,
.noticias-home h5 a {
  text-transform: uppercase;
  color: #FDB92E;
  font-weight: 600;
}

.produtos-destaque .row .col-md-4,
.produtos-destaque .row .col-md-3 {
  padding-bottom: 30px;
}

.produtos-destaque .col-md-3 {
  padding-bottom: 20px;
}

.noticias-home {
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 20px;
}

.noticias-home p a {
  color: rgba(68,68,68,1);
  font-weight: 600;
  transition: .5s all;
}

.noticias-home p a:hover,
.noticias-home p a:focus {
  color: #FDB92E;
  text-decoration: none;
  transition: .5s all;
}

.item-produto {
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.produtos-destaque .col-md-4 h4 {
  min-height: 165px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.produtos-destaque-busca .col-md-3 h4,
.produtos-destaque-resultados h4 {
  margin-top: 10px;
  font-size: 16px;
}

.produtos-destaque-resultados .item-produto {
  border: 0px;
}

.produtos-destaque .col-md-3 p {
  /* height: 90px; */
  margin-top: 10px;
}

.item-noticias {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
}

.item-noticias img,
.item-produto img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all .5s;
}

.item-noticias:hover img {
  opacity: .5;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all .5s;
}

.item-produto:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all .5s;
}

.caixa-branca-noticias {
  padding: 30px;
  background-color: #ffffff;
}

/* Footer */

#footer {
  background-color: #444444;
}

footer .fa-linkedin {
  font-size: 1.5em;
}

footer .dados-rodape {
  padding: 30px 15px;
}

footer .dados-rodape .rigrantec-footer {
  margin-bottom: 20px;
}

footer h3 {
  color: #ffffff;
}

footer p {
  text-transform: uppercase;
  color: #ffffff;
}

footer .footer-fone p {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 20px;
}

footer p a {
  color: #ffffff;
  transition: .5s all;
}

footer p a:hover,
footer p a:focus {
  color: #FDB92E;
  text-decoration: none;
  transition: .5s all;
}

footer h5 a {
  line-height: 30px;
  color: #B8B8B8;
  transition: .5s all;
}

footer h5 a:hover,
footer h5 a:focus {
  color: #ffffff;
  text-decoration: none;
  transition: .5s all;
}

.copyright {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #333333;
}

.copyright p {
  margin: 0;
  text-transform: none;
  color: #b8b8b8;
}

.copyright p a,
.copyright p a:hover,
.copyright p a:focus {
  color: #b8b8b8;
}

.footer-fone h3,
.footer-fone h5 {
  margin-left: 20px;
}

.footer-fone h5,
.info-contato h5 {
  line-height: 22px;
}

.footer-fone h3 {
  margin-top: 10px;
}

/* Site Content */

.header-content-site {
  padding: 20px 15px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f0f4ec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%,#f0f4ec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%,#f0f4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4ec',GradientType=1 ); /* IE6-9 */
}

.header-content-site h3 {
  margin: 0;
}

.header-content-site h4 a {
  color: #FDB82D;
}

.caminho {
  padding: 17.3px 15px;
}

.caminho h5 {
  margin: 0;
}

.caminho h5 span {
  opacity: .5;
}

.caminho h5 a {
  color: #444444;
  opacity: 1;
}

@media (max-width: 767px) {
    .caminho {
        padding-left: 0;
    }

    .caminho h5 {
        max-width: calc(100% - 30px);
    }

    .pagina-produto.header-content-site h4,
    .header-content-site-noticia h4 {
        font-size: 14px;
    }
    .header-content-site-noticia .text-right {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .header-content-site .text-right {
        width: 100%;
    }
}

.content {
  padding: 20px 15px;
}

/* A Empresa */

.header-inst-img {
  padding: 0px;
}

.header-inst-resumo {
  padding: 0px;
  background-color: #F5F5F5;
}

.header-inst-resumo h1,
.header-inst-resumo h3,
.header-inst-resumo h4,
.header-inst-resumo p {
  padding: 0px 30px;
}

.header-inst-resumo h1 {
  font-size: 30px;
}

.header-inst-resumo p {
  font-weight: 400;
}

.header-inst-resumo a {
  margin: 0px 30px;
}

.header-inst-resumo h4 {
  font-size: 15px;
  opacity: .7;
  line-height: 25px;
  padding-bottom: 15px;
}

.menu-institucional a {
  display: block;
  padding: 15px 15px;
  background-color: #EEEEEE;
  color: rgba(68,68,68,.5);
  height: auto;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .5s all;
}

.menu-institucional a:hover,
.menu-institucional a:focus,
.menu-institucional a.active {
  background-color: #FDB92E;
  color: rgba(68,68,68,1);
  text-decoration: none;
  transition: .5s all;
}

/* Contato */

form {
  margin-top: 30px;
}

.content input {
  height: 50px;
  border-radius: 3px;
  box-shadow: none;
}

select.custom {
  height: 50px;
  box-shadow: none;
  color: #999999;
  border-radius: 0px;
  background-image: url(../img/arrow-select.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.custom::-ms-expand {
  display: none;
}

.content textarea {
  box-shadow: none;
  border-radius: 3px;
}

.form-control:focus {
  border-color: #729454 !important;
  color: #729454 !important;
  box-shadow: none !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #729454;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #729454;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #729454;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #729454;
}

.info-contato {
  border: 1px solid #e6e6e6;
  padding: 30px 15px;
  margin-top: 30px;
}

.info-contato h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
}

.info-contato h4 {
  margin: 0px;
}

.info-contato h4:first-child {
  margin-bottom: 5px;
}

.info-contato img,
.info-contato h4 {
  display: inline-block;
}

.info-contato span {
  display: block;
}

.info-contato img {
  max-height: 25px;
  margin-right: 5px;
}

.upload-button {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background-color: #EEEEEE;
  border-radius: 0px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: .5s all;
}

.upload-button:hover,
.upload-button:focus {
  background-color: #b8b8b8;
  transition: .5s all;
}

.form-disabled {
  background-color: #ffffff !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* Produtos */

.row-tit-desc-produto .col-md-6 {
  padding: 25px 0;
}

.modal-dialog-produto {
  width: 60%;
}

.modal-dialog-produto h3 {
  color: #729454;
  font-weight: 600 !important;
}

.modal-dialog-produto h4 {
  font-weight: normal !important;
}

.modal-body .col-enviar-contato {
  padding-right: 0px;
}

.perguntas-produto img {
  opacity: .5;
  margin-top: 6.5px;
}

.perguntas-produto .panel-heading h4 a:hover,
.perguntas-produto .panel-heading h4 a:focus {
  color: #444444;
}

.busca-por-cultura h4,
.principais-culturas h4 {
  font-weight: 600;
}

.busca-por-cultura .div-busca {
  padding: 15px;
  background-color: #333333;
  color: #ffffff;
  margin-top: 30px;
}

.div-busca-margem {
  margin-top: 0px !important;
}

.arrow-down {
  position: absolute;
  bottom: -20px;
  margin-left: 50%;
  left: -25px;
  background-color: #333333;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
}

.principais-culturas {
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-top: 50px;
}

.principais-culturas p a {
  display: block;
  color: #444444;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #e6e6e6;
  transition: .5s all;
}

.principais-culturas p a:hover,
.principais-culturas p a:focus {
  color: #FDB92E;
  text-decoration: none;
  transition: .5s all;
}

.content h4 {
  font-weight: 600;
  line-height: 25px;
}

.content h4 a {
  color: #444444;
  text-decoration: none;
  transition: .5s all;
}

.content h4 a:hover,
.content h4 a:focus {
  color: #FDB92E;
  text-decoration: none;
  transition: .5s all;
}

.content h5 span {
  color: #FDB92E;
}

.depoimento h5 {
  font-weight: 600;
  line-height: 20px;
}

.resultados-produto,
.artigos-produto {
  display: block;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  border-radius: 5px;
}

.resultados-produto {
  background-color: #FDB92E;
  margin-top: 30px;
}

.resultados-produto:hover,
.resultados-produto:focus {
  background-color: #FBAA02;
  color: #ffffff;
  text-decoration: none;
  transition: .5s all;
}

.artigos-produto {
  background-color: #729454;
  margin-top: 15px;
  transition: .5s all;
}

.artigos-produto:hover,
.artigos-produto:focus {
  background-color: #627E47;
  color: #ffffff;
  text-decoration: none;
  transition: .5s all;
}

.panel,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border: 0px;
  box-shadow: none;
}

.panel-heading {
  padding: 15px;
}

.panel-heading p {
  display: inline-table;
  margin: 0;
}

.panel-heading h4 a {
  font-weight: normal;
  text-decoration: none;
}

.panel-default>.panel-heading {
  background-color: #FBFBFB;
  border: 1px solid #E6E6E6;
}

.panel-body {
  background-color: #F5F5F5;
  box-shadow: none;
}

.compre-junto i {
  color: #888888;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 45px;
  width: 45px;
  text-align: center;
  padding-top: 14px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: .5s all;
}

.compre-junto i:hover,
.compre-junto i:focus {
  background-color: #e6e6e6;
  transition: .5s all;
}

.compre-junto p a {
  color: rgba(68,68,68,1);
  transition: .5s all;
}

.compre-junto p a:hover,
.compre-junto p a:focus {
  color: #FDB82D;
  text-decoration: none;
  transition: .5s all;
}

.artigos img {
  opacity: .5;
  float: right;
}

.artigos a {
  color: #444444;
  cursor: pointer;
  text-decoration: none;
}

.artigos .panel-body {
  background-color: #FBFBFB;
  border: 1px solid #e6e6e6;
  line-height: 23px;
  transition: .5s all;
}

.artigos .panel-body:hover,
.artigos .panel-body:focus {
  background-color: #e6e6e6;
  transition: .5s all;
}

.artigos .panel {
  margin-bottom: 5px;
}

.modal-header {
  border: 0;
}

.voltar {
  display: block;
  color: #FDB82C;
  border: 1px solid #e6e6e6;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.voltar:hover,
.voltar:focus {
  color: #FDB82C;
}

.carousel-indicators .active {
  background-color: #FFFFFF;
  height: 13px;
  width: 13px;
  margin: 5px;
  border: 0;
}

.carousel-indicators li {
  background-color: #888888;
  height: 13px;
  width: 13px;
  margin: 5px;
  border: 0;
}

/* Resultados */

.resultados {
  background-color: #F5F5F5;
}

.box-resultados {
  background-color: #ffffff;
  padding-bottom: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.box-resultados h4 {
  background-color: #444444;
  color: #ffffff;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.box-resultados h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.box-resultados p {
  padding: 0 30px;
}

.box-resultados p a {
  color: #444444;
  transition: .5s all;
}

.box-resultados p a:hover,
.box-resultados p a:focus {
  color: #729454;
  text-decoration: none;
  transition: .5s all;
}

.box-resultados hr {
  margin: 15px 30px;
}

/* Notícias */

.noticias {
  margin-bottom: 30px;
}

.noticias p p strong a {
  color: rgba(68,68,68,.5);
  transition: .5s all;
}

.noticias p p strong a:hover,
.noticias p p strong a:focus {
  color: #FDB92E;
  transition: .5s all;
}

.noticias h5 a {
  color: #FDB92E;
  font-weight: 600;
}

.noticias .col-md-9 img {
  margin-bottom: 10px;
}

.newsletter .box-news {
  padding: 30px;
  /* background-color: #EEEEEE; */
  background-color: #729454;
}

.newsletter .box-news h4 {
  color: #fff;
}

.newsletter form {
  width: 100%;
}

.newsletter input {
  border: 0px;
  width: 100% !important;
  margin-bottom: 15px;
}

.ultimas-noticias h5 a {
  color: #444444;
  font-weight: normal;
  transition: .5s all;
}

.ultimas-noticias h5 a:hover,
.ultimas-noticias h5 a:focus {
  color: #FDB92E;
  text-decoration: none;
  transition: .5s all;
}

.data-noticia {
  display: block;
  border: 1px solid #e6e6e6;
  width: 80px;
  height: 80px;
}

.data-noticia h3 {
  color: #FDB82D;
  font-weight: 600;
  margin-top: 10px;
}

.data-noticia h6 {
  color: rgba(68,68,68,.5);
}

/* Intranet */

.intranet .panel-body {
  padding: 30px;
}

.intranet .panel-body h3 {
  font-weight: 600;
}

.intranet form,
.intranet input {
  width: 100% !important;
}

.intranet input {
  margin-bottom: 15px;
}

@media all and (max-width : 1366px) {
  
  .container {
    width: 95%;
  }
  
}

@media all and (max-width : 1200px) {
  
  footer h3 {
    font-size: 18px;
  }
  
  .header-inst-resumo h1 {
    font-size: 24px;
  }
  
  .header-inst-resumo h4 {
    font-size: 14px;
  }
  
  .produtos-destaque .col-md-4 h4 {
    font-size: 14px;
  }
  
  .produtos-destaque-busca .col-md-3 h4,
  .produtos-destaque-resultados h4 {
    font-size: 14px;
  }
  
  .produtos-destaque .col-md-3 p {
    /* height: 100px; */
  }
  
  .footer-fone h3,
  .footer-fone h5 {
    margin-left: 0px;
  }
  
}

@media all and (max-width : 1152px) {
  
  .navbar-center>li>a {
    padding: 20px 15px;
  }
  
  .carousel-caption h1 {
    font-size: 36px;
  }
  
  .carousel-caption {
    top: 20%;
  }
  
}

@media all and (max-width : 1024px) {
  
  .navbar-center>li>a {
    font-size: 14px;
  }
  
}


@media all and (max-width : 992px) {
  
  .fone-topo {
    padding: 5px 8px;
    border-radius: 4px;
  }
  
  h3, .h3 {
    font-size: 18px;
  }
  
  .navbar-center>li>a {
    padding: 20px 10px;
  }
  
  .carousel-caption {
    right: 20%;
  }
  
  .carousel-caption h3 {
    font-size: 18px;
  }
  
  .caixa-branca-noticias {
    margin-top: 30px;
  }
  
  footer h3 {
    margin-bottom: 0px !important;
  }
  
  .produtos-destaque .col-md-3 p {
    /* height: 120px; */
  }
  
}

@media all and (max-width : 880px) {
  .icone-carrinho {
    display: none;
  }
}

@media all and (max-width : 768px) {
  
  .busca {
    width: 90%;
  }
  
  .idiomas-xs img {
    margin: 0px 2px;
  }
  
  .btn-busca,
  .busca {
    display: inline-table;
  }
  
  .btn-busca {
    vertical-align: top;
  }
  
  .header .form-inline {
    margin-top: 15px !important;
  }
  
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  
  .navbar-toggle {
    border: 0px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  
  .navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.20);
  }
  
  .navbar-collapse {
    box-shadow: none !important;
  }
  
  .navbar .navbar-center {
    display: block;
  }
  
  .navbar .navbar-collapse {
    text-align: left;
  }
  
  .navbar-center>li>a {
    padding: 10px 10px;
  }
  
  .dropdown-menu-home {
    padding: 0 15px;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }
  
  .carousel-caption h1 {
    font-size: 24px;
  }
  
  .carousel-indicators {
    position: relative;
    margin-bottom: 0px;
    margin-top: 25px;
  }
  
  .carousel-indicators>li,
  .carousel-indicators .active {
    width: 15px;
    height: 15px;
  }
  
  .carousel-indicators .active {
    background-color: #b8b8b8;
  }
  
  .caixa-branca-noticias {
    margin-top: 0px;
  }
  
  .dados-rodape,
  .copyright {
    text-align: center;
  }
  
  .dropdown-institucional-xs {
    margin-bottom: 30px;
    line-height: 15px;
  }
  
  .dropdown-institucional-xs h3 {
    margin-top: 8.5px;
  }
  
  .dropdown-institucional-xs,
  .dropdown-institucional-xs .btn-primary {
    width: 100%;
  }
  
  .dropdown-institucional-xs .btn-primary,
  .open>.dropdown-toggle.btn-primary {
    height: 50px;
    background-color: #FDB92E;
    border: 1px solid #FDB92E;
    text-transform: uppercase;
    text-align: left;
  }
  
  .dropdown-institucional-xs i {
    float: right;
    margin-top: 5px;
  }
  
  .dropdown-institucional-xs .btn-primary:hover,
  .dropdown-institucional-xs .btn-primary:focus,
  .dropdown-institucional-xs .btn-primary:active,
  .open>.dropdown-toggle.btn-primary:focus,
  .open>.dropdown-toggle.btn-primary:hover,
  .open>.dropdown-toggle.btn-primary:active {
    background-color: #FBAA02 !important;
    border: 1px solid #FBAA02 !important;
    box-shadow: none !important;
  }
  
  .dropdown-institucional-xs .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    box-shadow: none;
    border: 0px;
    background-color: #f5f5f5;
  }
  
  .dropdown-institucional-xs .dropdown-menu>li>a {
    background-color: transparent;
  }
  
  .info-contato {
    margin-top: 0px;
  }
  
  .row-tit-desc-produto .col-md-6 {
    padding: 0px 0;
  }
  
  .row-tit-desc-produto {
    background-color: #ffffff;
    padding: 0px 0;
    margin: 0;
  }
  
  .busca-por-cultura .div-busca {
    margin-top: 0px;
  }
  
  .modal-dialog-produto {
    margin: 10px auto;
    width: 90%;
  }
  
  .box-resultados {
    margin-bottom: 30px;
  }
  
  .noticias {
    margin-bottom: 0px;
  }
  
  .div-busca-margem {
    margin-top: 15px !important;
  }
  
  .produtos-destaque .col-md-3 p {
    /* height: 90px; */
  }
  
}

@media all and (max-width : 640px) {
  
  .hidden-640 {
    display: none;
  }
  
  .col-640 {
    display: block;
    width: 100%;
  }
  
  .busca {
    width: 75%;
  }
  
  .btn-busca {
    width: 25%;
  }
  
  .header .form-inline {
    margin-top: 0 !important;
  }
  
  .carousel-indicators {
    margin-top: 0px;
    bottom: -10px;
  }
  
  .carousel-caption {
    position: relative;
    background-color: #f5f5f5;
    color: #444444;
    padding: 20px;
    right: 0;
    left: 0;
    top: 0;
  }
  
  .produtos-destaque .col-md-4 h4,
  .produtos-destaque-resultados h4,
  .produtos-destaque-busca .col-md-3 h4,
  .produtos-destaque .col-md-3 p {
    height: auto;
  }
  
}

@media all and (max-width : 480px) {
  
  .header-inst-resumo h4,
  .header-inst-resumo h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container {
    width: 100%;
  }
  
  h1, .h1 {
    font-size: 24px;
  }
  
  .carousel-caption h1 {
    font-size: 18px;
    margin-top: 15px;
  }
  
  .carousel-caption h3 {
    font-size: 16px;
  }
  
  .col-480 {
    display: block;
    width: 100%;
    margin: 0;
  }
  
  .modal-body .col-enviar-contato {
    padding-right: 15px;
  }
  
  .modal-dialog-produto .modal-body .col-enviar-contato .btn {
    width: 100%;
  }
  
  .modal-dialog-produto .modal-body .btn {
    margin-bottom: 15px;
  }
  
}

.redes-sociais a {
  margin-right: 15px;
  color: #b8b8b8;
}

.redes-sociais a:hover {
  color: #fff;
  text-decoration: none;
}

.itens-direita > .row > div {
  padding-left: 0;
  padding-right: 0;
}

.itens-direita .fone-recomendado a:hover,
.itens-direita .fone-recomendado a:focus,
.itens-direita .fone-recomendado a:hover span,
.itens-direita .fone-recomendado a:focus span {
  text-decoration: none;
  color: #fdb92e;
  transition: .3s;
}

.compartilhar ul {
  list-style: none;
  padding: 0;
}

.compartilhar ul li {
  display: inline-block;
  margin-right: 5px;
}

.compartilhar i {
  color: #444;
  background-color: #eee;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 11px;
}

.compartilhar a:hover i {
  color: #fff;
  background-color: #fdb92e;
}

.icone-entrar {
  margin-left: 20px;
}

body {
  top: 0px !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
  height: 0px;
}

.componente-botao-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  border-radius: 15px;
  cursor: pointer;
  z-index: 999;
  width: 80px;
  height: 80px;
  text-align: center;
}

.componente-botao-whatsapp i {
  color: #fff;
  font-size: 50px;
  margin: 5px;
  padding-top: 10px
}

.legenda-whatsapp {
  position: fixed;
  background-color: #FBAA02;
  width: 200px;
  padding: 10px 20px;
  bottom: 30px;
  right: 110px;
  text-align: center;
  border-radius: 4px;
}

.legenda-whatsapp a,
.legenda-whatsapp a:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* @media (min-width:1366px) {
  .produtos-destaque .col-md-4 h4 {
    min-height: 150px;
  }
} */

.navbar-header .navbar-nav.navbar-center {
  margin: 3px;
  display: inline-flex;
}

.carrinho-xs {
  padding: 21px 15px;
}

@media (max-width: 767px) {
  .produtos-destaque .row .col-md-4 {
    width: 50%;
  }
}


/* Ajustes solicitados 05/2021 */

.produtos-destaque .col-md-4 h4,
.produtos-destaque-busca .col-md-3 h4,
.produtos-destaque-resultados h4 {
	min-height: 100px;
}

.produtos-destaque h5 a {
	display: none;
}

.header-content-site-produtos {
  padding: 15px 0 0;
  display: none;
}



/* Ajustes alinhamento de imagens 08/2021 */

.item-materia img {
  height: 41vw;
}

@media (min-width:370px) {
  .item-materia img {
    height: 43vw;
  }
}

@media (min-width:768px) {
  .item-materia img {
    height: 28vw;
  }
}

@media (min-width:890px) {
  .item-materia img {
    height: 29vw;
  }
}

@media (min-width:992px) {
  .item-materia img {
    height: 18vw;
  }
}

@media (min-width:1025px) {
  .item-materia img {
    height: 19vw;
  }
}

@media (min-width:1200px) {
  .item-materia img {
    height: 22vw;
  }
  .produtos-destaque .col-md-4 .item-materia + h4 {
    min-height: 70px;
  }
}

@media (min-width:1400px) {
  .item-materia img {
    height: 260px;
  }
  .produtos-destaque .col-md-4 h4,
  .produtos-destaque-busca .col-md-3 h4,
  .produtos-destaque-resultados h4 {
    min-height: 130px;
  }
}

/* BOTÃO VER O PREÇO */

.header-inst-resumo .btn-success {
  /* color: black;
  background-color: #21be63;
  border-color: #21be63; */
  padding-left: 25px;
  padding-right: 25px;
  font-size: 0;
  font-weight: 600;
}

/* .header-inst-resumo .btn-success:hover,
.header-inst-resumo .btn-success:focus {
  color: black;
  background-color: #0d9e5a !important;
  border-color: #0d9e5a !important;
} */

.header-inst-resumo .btn-success::before {
  font-size: 17px;
}

.header-inst-resumo .btn-success:lang(pt)::before {content: "Ver o preço";}
.header-inst-resumo .btn-success:lang(en)::before {content: "See price";}
.header-inst-resumo .btn-success:lang(es)::before {content: "Ver precio";}

/* BOTÃO FALE COM O ESPECIALISTA */
.btn-especialista {
  background-color: #FBAA02;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  border: 0;
  margin-left: -10px !important;
  display: inline-block;
  height: 50px;
  line-height: 40px;
}

.btn-especialista:hover,
.btn-especialista:focus,
.btn-especialista:active:focus {
  background-color: #FDB82C;
  outline: 0;
}

@media (max-width: 992px) {
  .header-inst-resumo .btn {
    width: 90%;
    margin-left: 5% !important;
  }
  .header-inst-resumo .btn-especialista {
    margin-bottom: 20px;
  }
}

.fone-topo {
  display: inline-block;
  animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}

.componente-botao-whatsapp {
  animation: shake 1.5s cubic-bezier(.36,.07,.19,.97) infinite;
}

@keyframes shake {
  15%, 85% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

/* Header scroll */

@media (min-width: 992px) {
  header.fixed-header {
    position: fixed;
    /* top: -160px; */
    z-index: 800;
    transition: all .3s;
    /* transform: translateY(160px); */
    /* -webkit-backdrop-filter: saturate(180%) blur(5px); */
    /* backdrop-filter: saturate(180%) blur(5px); */
  }
}

.fixed-header .header {
  background: rgba(255,255,255,.85);
}

.fixed-header .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

.fixed-header .navbar-brand>img {
  max-width: 230px;
}

.fixed-header .navbar-default {
  opacity: .9;
}

.fixed-header .navbar-nav>li>a {
  padding-top: 12px;
  padding-bottom: 10px;
  opacity: 1;
}

/* Home - Banners */

@media (min-width: 992px) {
  .banner-home {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    aspect-ratio: 20 / 5.2;
  }

  .banner-home .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .banner-home .item img {
    min-width: 100%;
  }
}

/* Legenda do banner */
.banner-home {
  position: relative;
}

.banner-home a {
  text-decoration: none;
}

.banner-home .caption {
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 30;
}

/* .banner-home .caption h1 {
  color: #fff;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.banner-home .caption .subtitulo {
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
} */

.banner-home .btn-primary {
  background-color: #FBAA02;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 991px) {
  .banner-home {
    padding: 0;
    overflow-x: hidden;
  }

  .banner-home img {
    transform: scale(1.6);
    margin-top: 7.7%;
    margin-bottom: 15px;
  }

  .banner-home .caption {
    position: relative;
    transform: translateY(-234px);
    margin-bottom: -234px;
  }

  .banner-home .caption h1 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #627E47;
  }

  .banner-home .caption .subtitulo {
    font-size: 17px;
    margin-top: 10px;
    color: #444;
  }
}

@media (min-width: 992px) {
  .banner-home .caption {
    width: calc(100% - 500px);
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-home .caption h1 {
    margin-top: 0;
    font-size: 48px;
  }

  .banner-home .caption .subtitulo {
    font-size: 36px;
  }
}

/* Formulário do Banner */

.form-box {
  margin-top: 15px;
}

.form-box-title {
  background: #729454;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 1px;
}

.form-box-title h3 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}

.form-box form {
  margin-top: 10px;
}

.form-box-inputs {
  border: 1px solid #d5d5d5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

.form-box .form-control {
  margin-bottom: 10px;
  border-left: 3px solid #729454;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-box .btn-primary {
  background-color: #FBAA02;
  border: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-box .btn-primary:hover,
.form-box .btn-primary:focus {
  background-color: #FDB82C;
}

.form-box .texto-botao-enviar {
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 991px) {
  .form-banner {
    padding: 10px;
  }
}

@media (min-width: 992px) {

  .form-box {
    position: relative;
    z-index: 5;
    width: 300px;
    margin-right: 40px;
  }

  .form-box-title h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .form-box-inputs {
    border: 0;
    background-color: #fff;
  }

  .form-box .btn-success {
    height: 35px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.subtitulo-home {
  text-align: center;
  font-size: 18px;
}

/* Noticia */

.noticias h1 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}

.noticias .col-md-10.text-justify h2 {
  font-size: 20px;
  color: #FDB92E;
}

.noticias .col-md-10.text-justify h3 {
  font-size: 18px;
  color: #FDB92E;
}

.noticias .col-md-10.text-justify h4:not(.reset-default) {
  font-size: 16px;
  color: #FDB92E;
}

@media (min-width: 768px) {
  .noticias .col-md-10.text-justify {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .noticias .col-md-10.text-justify {
    padding-right: 100px;
  }
}

/* Globais */

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }

  .container.content {
    width: calc(100% - 30px);
  }

  .row.noticias.row-same-height {
    display: flex;
  }

  .row.noticias.row-same-height .col-md-6 {
    max-width: 425px;
  }
}

@media (min-width: 2000px) {
  .container,
  .row-same-height,
  .navbar-collapse#menu,
  .dados-rodape,
  .copyright .container-fluid,
  .banners,
  .banners + .container-fluid {
    width: 1980px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-home .item {
    top: 15px;
  }
}

/* Home */

.home h2 {
  text-transform: uppercase;
  font-weight: 800;
  color: #729454;
  /* position: relative;
  padding-left: 40px;
  padding-right: 40px; */
}

/* .home h2::before,
.home h2::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #f5f5f5;
  position: relative;
  top: -9px;
}

.home h2::before {
  left: -8px;
}

.home h2::after {
  right: -8px;
} */

/* Categorias home */

.categorias-home {
  margin-top: 20px;
}

.categorias-home h2 {
  margin-bottom: 20px;
}

.categorias-home > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.coluna-categoria-home {
  margin-bottom: 20px;
  padding: 10px;
  min-width: 50%;
}

.coluna-categoria-home:nth-child(1) {order: 3}
.coluna-categoria-home:nth-child(2) {order: 1}
.coluna-categoria-home:nth-child(3) {order: 4}
.coluna-categoria-home:nth-child(4) {order: 2}
.coluna-categoria-home:nth-child(5) {order: 6}
.coluna-categoria-home:nth-child(6) {order: 5}
.coluna-categoria-home:nth-child(7) {order: 7}

.coluna-categoria-home a {
  text-decoration: none;
  color: #FBAA02;
  font-weight: bold;
}

.coluna-categoria-home a span {
  display: block;
  min-height: 60px;
}

.coluna-categoria-home img {
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.coluna-categoria-home:hover {
  background-color: #f5f5f5;
}

.coluna-categoria-home:hover a {
  color: #627E47;
}

@media (min-width: 768px) {
  .coluna-categoria-home {
    max-width: 25%;
    min-width: unset;
  }
}

@media (min-width: 992px) {
  .coluna-categoria-home {
    max-width: 14%;
    min-width: unset;
  }
}

@media (min-width: 1300px) {
  .coluna-categoria-home a span {
    min-height: 40px;
  }
}

/*Culturas Home*/

.bloco-culturas-home {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
}

.bloco-culturas-home h2 {
  margin-bottom: 20px;
}

.bloco-culturas-home .cultura {
  background-color: #627E47;
  padding: 5px;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}

.bloco-culturas-home .cultura a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.bloco-culturas-home .btn {
  background-color: #FBAA02;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  
}

@media (min-width: 992px) {

  .bloco-culturas-home .cultura a {
    font-size: 20px;
  }
  
}


/* Depoimentos */

.bloco-depoimentos-home {
  padding-top: 15px;
}

.depoimento {
  padding: 30px;
}

.depoimento img {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

.depoimento blockquote {
  font-size: 16px;
}

.depoimento blockquote footer {
  font-size: 90%;
}

/* Instagram Home */

.bloco-instagram-home {
  padding: 15px;
}

/* Bloco banner home */
.banner-home-central .legenda {
    width: 98%;
}

@media (max-width: 991px) {
  .bloco-banner-home {
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .banner-home-central {
    padding-top: 20%;
  }


  .bloco-banner-home img {
    display: none;
  }
  .bloco-instagram-home {
    padding-left: 0;
    padding-right: 0;
  }
}



@media (max-width: 767px) {
    .banner-home-central {
        padding-top: 30%;
      }
}

@media (max-width: 580px) {
    .banner-home-central {
        padding-top: 50%;
      }
}

@media (max-width: 480px) {
    .banner-home-central {
        padding-top: 70%;
      }
}

@media (max-width: 390px) {
    .banner-home-central {
        padding-top: 80%;
      }
}

/* Página do produto */

.header-inst-resumo h1 {
  font-size: 24px;
  margin-top: 20px;
}

.pagina-produto.header-content-site,
.header-content-site-noticia {
    padding: 0;
    background: transparent;
    position: absolute;
    right: 0;
    width: min-content;
}

.pagina-produto.header-content-site h4 a,
.header-content-site-noticia h4 a {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .row-produto {
        display: flex;
        flex-direction: column;
    }
    
    .row-produto .btn-success {
        margin-bottom: 20px;
    }
    
    .row-produto .miniaturas {
        display: flex;
        order: -1;
        flex-wrap: wrap;
    }
    
    .row-produto .miniaturas > .row {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 15px;
    }
    
    .row-produto .miniaturas-extras {
        display: flex;
        margin-left: 0;
        margin-right: 10px;
    }
    
    .row-produto .imagem {
        order: -2;
    }
    
    .row-produto .header-inst-img,
    .row-produto .header-inst-resumo p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Página de produtos */

.content h2.h4 {
  font-weight: 600;
}

/* Página de culturas */

.banner-cultura {
  margin-bottom: 15px;
}


/* Nova cor rodapé */

#footer {
  background-color: #888;
}

footer h5 a,
.redes-sociais a {
  color: #fff;
}

footer h5 a:hover,
.redes-sociais a:hover {
  opacity: .5;
}


/* Bloco notícias relacionadas na página do produto */

.compre-junto + .compre-junto {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.compre-junto h5 a {
  color: #FBAA02;
}

/* Modal sair da tela */
#modalSaiuTela .btn-primary {
  border: 0;
  background-color: #FBAA02;
  font-weight: bold;
}

#modalSaiuTela .btn-primary:hover,
#modalSaiuTela .btn-primary:focus {
  background-color: #FDB82D;
}

#modalSaiuTela p {
  color: #444;
  text-transform: unset;
}


/* Alteação botão whatsapp */

.componente-botao-whatsapp {
  width: 180px;
  height: 57px;
  border-radius: 10px;
  padding-top: 10px;
}

.componente-botao-whatsapp i {
  font-size: 40px;
  margin: 0 10px 0 15px;
  padding-top: 0;
}

.componente-botao-whatsapp a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.1;
}

.componente-botao-whatsapp a:hover,
.componente-botao-whatsapp a:focus {
  text-decoration: none;
}