/** Screen */
/** Caminhos */
/** Colors */
/** Nav */
/** Buttons */
/** CTAs */
/** Fonts */
/** Others */
/*FUNCTION*/
/*produtos*/
.o-destaques .o-detalhes {
  font-family: 'Lato-Light';
}
.o-destaques .o-header-detalhe {
  top: -100px;
  font-size: 1.5em;
  color: #fff;
  float: left;
  text-transform: uppercase;
  margin-left: -45%;
}
.o-destaques .o-header-detalhe p {
  padding: 0;
}
.o-destaques .o-box {
  padding: 0;
}
.o-destaques .o-box:hover {
  text-decoration: none;
}
.o-destaques .o-hr {
  background-color: #fff;
  margin: 0 40% 0 0;
}
.o-destaques .o-link {
  flex-direction: column;
  color: #fff;
  background-color: #fff;
  height: 1px;
}
.o-destaques .o-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.o-destaques .o-title-2 {
  font-size: 1.5em;
  position: absolute;
  margin: 0;
  display: none;
}
.o-destaques .o-title-2::after {
  width: 50px;
  background-color: #add4e8;
  text-decoration: none!important;
}
.o-destaques .o-content {
  position: absolute;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: center;
  padding: 22%;
  margin: 1.5% 1.5% 0 0%;
  position: relative;
}
.o-destaques .o-content * {
  z-index: 1;
  position: relative;
}
.o-destaques .o-content {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
}
.o-destaques .o-content .o-title-2 {
  display: block;
  color: #fff;
  font-size: 3em;
  font-family: 'Lato-Black';
}
.o-destaques .o-content::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: "";
  position: absolute;
  background-color: rgba(16, 8, 4, 0.47);
}
.o-destaques .o-content:hover {
  cursor: pointer;
}
.o-destaques .o-content:hover::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: "";
  position: absolute;
  background-color: rgba(16, 8, 4, 0.7);
}
/*produtos*/
.o-produtos .o-button {
  text-transform: uppercase;
  text-align: center;
  color: #010101;
  border: 1px solid #a4a4a4;
  background-color: #fff;
  margin-top: 5%;
  padding: 1% 10%;
  display: block;
}
.o-produtos .o-button:hover {
  text-decoration: none;
  background-color: #83c405;
}
.o-produtos .o-content .o-title-1 {
  font-size: 1.5em;
  font-family: 'Lato-Regular';
}
.o-produtos .o-content:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 29px 2px #cfcfcf;
}
.o-produtos .o-content:hover .o-title-1 {
  font-family: 'Lato-Black';
}
.o-produtos .o-content:hover .o-button {
  background-color: #83c405;
  color: #fff;
  border-color: #a4a4a4;
}
.o-produtos .o-content p {
  font-size: 1.125pxem;
}
.o-produtos .o-hover:hover {
  text-decoration: none;
  cursor: pointer;
}
.o-produtos .o-title-1 {
  font-size: 2em;
  font-family: 'Lato-Black';
  margin-top: 5%;
}
.o-produtos .o-bg-box {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35%;
}
.o-produtos .u-transition-ease-slow {
  padding: 5% 12%;
}
/**C-CONTATO**/
.c-contato .o-button {
  padding: 3px 15px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  background-color: #1c1517;
}
.c-contato .o-button:hover {
  background-color: #1c1517;
  cursor: pointer;
}
.c-contato .o-info {
  padding: 4% 0;
}
.c-contato .o-div {
  padding: 6% 0;
}
/**C-SOBRE**/
.c-sobre .o-img-title {
  background-image: url(../../imagens/content/sobre.png);
  background-repeat: no-repeat;
  padding: 5% 0;
  background-size: 18%;
  margin-bottom: -22%;
  background-position: left 80% top 0;
}
.c-sobre .o-bg-color-green {
  padding: 2% 0 3% 0;
}
.c-sobre .o-cont {
  margin: 10% 0;
}
.c-sobre .o-txt {
  margin-bottom: 12%;
}
/* Carousel */
.o-title-bg,
.o-desc-bg {
  font-family: 'NexaBold';
}
.carousel-indicators .active {
  background-color: #7ca42e;
}
.carousel-indicators li {
  background-color: #ffffff;
}
.carousel-caption {
  margin-bottom: 10%;
}
.carousel-caption p {
  font-size: 1.5em;
}
.carousel-indicators li {
  background-color: #e8e8e8;
  border: 1px solid #7ca42e;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}
.btn-primary {
  background-color: #042474;
  border-color: #042474;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #042474;
}
.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0 0 0.2rem #042474;
  border-color: #042474;
}
.slider-size {
  transition: all 300ms;
  height: 85vh;
}
.slider-size::before {
  /*
		content: "";
		position: absolute;
		background-color:rgba(00,00,00,.14);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		*/
}
@media only screen and (max-width: 1150px) {
  .slider-size {
    height: 50vh;
  }
}
@media only screen and (max-width: 992px) {
  .slider-size {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  .slider-size {
    height: 30vh;
  }
}
@media only screen and (max-width: 1150px) {
  .o-destaques .o-content {
    padding: 20.5%;
  }
  .o-destaques .o-content .o-title-2 {
    font-size: 2em!important;
  }
  .o-destaques .o-header-detalhe {
    top: -50px;
  }
  /**index**/
  .c-index .o-produtos .o-button {
    font-size: 0.9em!important;
  }
}
@media only screen and (max-width: 992px) {
  /**index**/
  .o-destaques .o-header-detalhe {
    top: -50px;
  }
  .c-index .o-produtos .o-button {
    font-size: 0.67em!important;
  }
  .o-destaques .o-content {
    padding: 18.5%;
  }
  .carousel-caption {
    margin-bottom: 0%;
  }
}
@media only screen and (max-width: 768px) {
  /**SOBRE-INTERNA**/
  .o-destaques .o-content {
    margin: 1.5% 0 0 0;
  }
  .o-destaques .o-header-detalhe {
    top: -50px;
  }
  .c-index .o-content:hover {
    box-shadow: 0px 0px 0px 0px #ffffff;
  }
  .c-index .o-produtos .o-bg-comp-1 {
    padding: 27%;
  }
  .o-nav-line {
    font-size: 0.9em;
  }
  .c-contato .o-button {
    padding: 3px 15px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    background-color: #1c1517;
  }
  .c-contato .o-button:hover {
    background-color: #1c1517;
    cursor: pointer;
  }
  .c-contato .o-cont {
    margin-top: 10%;
  }
  .c-contato .o-info {
    margin: 8% 0;
  }
  .c-contato .o-div {
    padding: 15% 0;
  }
  .c-sobre .o-img-title {
    background-size: 24%;
    background-repeat: no-repeat;
    padding: 5% 0;
    margin-bottom: -22%;
    background-position: left 95% bottom 0;
  }
  .c-sobre .o-cont {
    margin-top: 18%;
  }
}
