@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

@font-face { font-family: 'Segoe Italic'; src: url("fonts/segoeuii.eot"); src: local("☺"), url("fonts/segoeuii.woff") format("woff"), url("fonts/segoeuii.ttf") format("truetype"), url("fonts/segoeuii.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Segoe UI'; src: url("fonts/segoeui.eot"); src: local("☺"), url("fonts/segoeui.ttf") format("woff"), url("fonts/segoeui.tff") format("truetype"), url("fonts/segoeui.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Segoe UI Light'; src: url("fonts/segoeuil.eot"); src: local("☺"), url("fonts/segoeuil.woff") format("woff"), url("fonts/segoeuil.ttf") format("truetype"), url("fonts/segoeuil.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Segoe UI Bold'; src: url("fonts/segoeuib.eot"); src: local("☺"), url("fonts/segoeuib.ttf") format("truetype"), url("fonts/segoeuib.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Segoe UI Semibold'; src: url("fonts/seguisb.eot"); src: local("☺"), url("fonts/seguisb.woff") format("woff"), url("fonts/seguisb.ttf") format("truetype"), url("fonts/seguisb.svg") format("svg"); font-weight: normal; font-style: normal; }

body {
  overflow-x: hidden;
  font-family: 'Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  color: #444;
  font-weight: 300;
  font-size: 20px;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*----------------------------------- VARIABLES -----------------------------------*/
:root {
  --dark-background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

/*============= LANGUAGE =============*/

.language {
  position: relative;
  top: 20px !important;
  left: 10px;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  color: #fff;
}

.language select {
  border: none;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)) !important;
  color: #fff;
}

.language option {
  border: none;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)) !important;
  color: #fff;
}

.language-mobile {
  display: none;
  position: absolute;
}

/*============= NAVIGATION =============*/

.navbar {
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  /*top: 0; bottom: 0; right: 0; left: 0;*/
  max-height: 12vh;
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  /*letter-spacing: .1rem;*/
  transition: background-color .5s ease 0s;
}
.navbar-toggler {
  background-color: #F19100;
  opacity: 0.5;
}
.navbar-brand img {
  height: 4rem;
}
.svg-inline--fa.fa-w-14 {
  color: white;
  font-size: 1.6rem;
}
.navbar-nav li {
  padding-right: .8rem;
}
.navbar-nav .nav-link {
  color: white;
  padding-top: 1.5rem;
}

.nav-logo {
  display: none;
}

#nav-logo-menu {
  display: block;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  border-bottom: 2px solid #F19100;
  transition: border-bottom 0.2s;
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.7)!important;
  transition: background-color 1s ease 0s;
}

/*============= LANDING PAGE =============*/

.home-inner {
  background-image: url('img/computers.png');
}
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 34%;
  z-index: 1;
}
.caption h1 {
  color: white;
  font-size: 8.5rem;
  font-weight: 600;
  letter-spacing: .3rem;
  /*text-shadow: .1rem .1rem .8rem black;*/
  /*padding-bottom: 1rem;*/
}
.caption h3 {
  color: white;
  font-size: 4.5rem;
  font-weight: 400;
  /*text-shadow: .1rem .1rem .5rem black;*/
  padding-bottom: 2rem;
}
.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block!important;
}

/*============= PRODUCTS SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
}
.btn-sm {
  border-width: medium;
  border-radius: 0;
  padding: .5rem 1.1rem;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem;
}
.btn-turquoise {
  border-color: #F19100;
  background-color: #F19100;
  color: white;
}
.btn-turquoise:hover,
.btn-turquoise:focus {
  border-color: #F19456;
  background-color: #F19456;
  color: white;
}
.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
}
h1.heading {
  text-align: center;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem;
}
.heading-underline {
  border: 0;
  height: 1px;
  margin-bottom: 2rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.heading-underline2 {
  border: 0;
  height: 1px;
  margin-bottom: 2rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.heading-underline3 {
  width: 3rem;
  height: .2rem;
  background-color: #F19100;
  margin: 0 auto 2rem;
}
.feature {
  text-align: center;
}
.feature .fa-layers {
  color: #F19100;
  margin: 0 auto;
  width: 3.9rem;
  height: 6rem;
}
.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}
.feature p {
  font-size: 1rem;
}
.container {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
  padding-right: 0px;
  padding-left: 0px;
}

.container2 {
  /* 1140px */
  max-width: 70%;
  margin: auto;
}

#slide-enabler {
  display: none;
}

@media(max-width: 1000px) {
  .container2 {
    max-width: 90%;
    margin: auto;
  }
}

/*===== RECIPES SECTION =====*/

.recipes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.recipes-section {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.recipes-page {
  margin-top: 40px;
}

.recipes__single {
  position: relative;
  /* padding: 1rem; */
  margin: 0.7rem;
  flex-basis: 30%;
}

.recipes__single-overlay {
  font-weight: 400;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
 /* background: rgba(0, 0, 0, 0.5); */
  text-shadow: .1rem .1rem .8rem black;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  color: #f19456;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .8s;
}

.recipes__single-overlay:hover {
  opacity: 1;
  transition: opacity .8s;
}

.recipes__single-overlay::before {
  content: '';
  font-weight: 500;
  text-align: center;
  height: 100%;
  top: .5rem;
  left: .5rem;
  bottom: .5rem;
  right: .5rem;
  align-items: center;
  justify-content: center;
}

.recipes__single-overlay i {
  flex: 1;
  color: #f19456;
}

.recipes__single-overlay p {
  flex: 1;
  color: white;
}

.recipes__single-title {
  text-transform: uppercase;
}

@media(max-width: 800px) {
  .recipes {
    flex-direction: column;
  }
}

.recipes div {
  height: 100%;
}

.recipes div img {
  width: 100%;
  height: 100%;
  filter: brightness(50%);
  transition: opacity 0.5s ease-in;
}

#recipes .recipes__bottom {
  padding-bottom: 3rem;
}

section {
  padding: 4rem;
}

.span-1-of-3 {
  margin-right: 0.85rem;
}

.span-1-of-3 {
  margin-left: 0;
  margin-right: 0;
}

.span-1-of-3:last-child {
  margin-left: 0;
  margin-right: 0;
}

/*===== NEWS SECTION =====*/

.news-page {
  margin-top: 40px;
}

.news__single {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.news__single-img {
  flex: 1;
}

.news__single-text {
  flex: 3;
}

.news-single {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.news-single img {
  float: left;
  width: 300px;
}

.news__single-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.news__single-content h3 {
  padding-bottom: 1rem;
}

/** <Adição do Xerente> */
.news__single a {
  flex: 1.5;
  background-size:  cover;
  background-position: center center;
}

.news__single .news__single-content {
  flex: 2;
  display: flex;
  justify-content: stretch;
}

.news__single .news__single-content .news__single-content__link {
  align-self: flex-end;
}

.news__single .news__single-content .news__single-content__link a {
  text-decoration: none;
  color: #444;
}

.news__single .news__single-content .news__single-content__link a:hover {
  opacity: 0.75;
}
/** </Adição do Xerente> */

.news-container {
  display: flex;
  color: #000;
}

/*===== FIXED BACKGROUND IMG DARK =====*/

#fixed {
  background-image: url('img/fixed/apple.png');
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
}
.dark h1, .dark h3, .dark p {
  color: #E9ECEF;
}
.dark2 {
  /*background-color: rgba(0, 0, 0, 0.75); */
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
}
.dark2 h1, .dark2 h3, .dark2 p {
  color: #444;
}

/*===== ABOUT SECTION =====*/

#about {
  /* #fafafa */
  background: #f8f9fa;
}

.about {
  display: flex;
  flex-direction: row;
  background: #fdfdfd;
  /*
  max-height: 90vh;
  min-height: 80vh;
  */
}

/* .sobre-nos-flex {
  margin-bottom: 4rem;
} */

.about-bg {
  background: #f8f9fa;
}

.about-img {
  /* display: none; */
  flex: 1;
  justify-content: center;
  align-items: center;
  /* padding-right: .5rem; */
}

.about-img img {
  max-width: 100%;
  height: auto;
}

.about-text {
  flex: 1;
  font-size: 20px;
  padding-left: 1rem;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partners-flex {
  display: flex;
  justify-content: space-evenly;
}

.partners h2 {
  margin-top: 5rem;
}

@media(max-width: 1000px) {
  .about {
    flex-direction: column;
  }
}

@media(max-width: 720px) {
  .partners-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*----------------------------------- PRODUCTS PAGE -----------------------------------*/

#produtos {
	background: rgb(255, 255, 255);
}

#produtos hr {
  margin-bottom: 3rem;
}

#produtos img {
  width: 100%;
  height: auto;
}

#produtos h3 {
  text-align: center;
  /*padding-top: 1rem;*/
  font-size: 1.4rem;
  font-weight: 800;
}

/* NEW FIX */
#produtos p {
  text-align: center;
}
/* NEW FIx END */

.products {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.products__single {
  flex-basis: 30%;
  margin: 0.7rem;
  height: 100%;
}

.products__double {
  flex-basis: 60%;
  margin: 0.7rem;
  height: 100%;
}


#produtos .products-p {
  padding: 1.2rem;
}

#produtos .products-p,
#produtos h3,
#produtos .products__single {
  background: #ececec;
}

/*----------------------------------- BUTTONS -----------------------------------*/

.products-btn {
  position: relative;
  width: 100%;
  background-image: linear-gradient(to left, #F2E296, #F19456);
  border: none;
  color: #fff;
  padding: 0.50rem 0.75rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  cursor: pointer;
  z-index:  1;
}

/* TODO transformar os botões da seção para esse padrão */
.products-btn a {
  color: #fff;
  text-decoration: none;
}

.products-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to left, #eb6d19, #eb6d19);
  z-index: -1;
  transition: opacity 1s linear;
  opacity: 0;
}

.products-btn:hover::before {
  opacity: 1;
}

/*----------------------------------- RECIPES PAGE -----------------------------------*/

#recipes {
  background: url('../img/baking-bread-cuisine-1070880.png') no-repeat center center/cover;
}

#recipes .container {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
}

.recipes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.recipes-page {
  margin-top: 40px;
}

.recipes__single {
  position: relative;
  /* padding: 1rem; */
  margin: 0.7rem;
  flex-basis: 30%;
}

.recipes__single-overlay {
  font-weight: 500;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.recipes__single-overlay i {
  flex: 1;
  color: #f19456;
}

.recipes__single-overlay p {
  flex: 1;
}

/* #f19456 */

.recipes__single-overlay::before {
  content: '';
  font-weight: 500;
  text-align: center;
  height: 100%;
  width: 100;
  top: .5rem;
  left: .5rem;
  bottom: .5rem;
  right: .5rem;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.recipes__single-title {
  text-transform: uppercase;
}

@media(max-width: 800px) {
  .recipes {
    flex-direction: column;
  }
}

.recipes div {
  /* flex: 1;
  width: 33%; */
  height: 100%;
}

.recipes div img {
  width: 100%;
  transition: opacity 0.5s ease-in;
}

/* .recipes div img:hover {
  opacity: 0.5;
} */

/* .recipes__single img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
} */

.recipes__single-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 92%;
  opacity: 0;
  top: 0;
  left: 1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .8s;
}

.recipes__single-overlay:hover {
  opacity: 1;
  transition: opacity .8s;
}

#recipes .recipes__bottom {
  padding-bottom: 3rem;
}

section {
  padding: 4rem;
}

/*============= PORTFOLIO TEMPLATE =============*/

.row {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0px;
  padding-right: 0px;

}

.row.padding {
  padding: 2rem 0 1rem;
}
img.example-image {
  max-width: 100%;
}
.row.no-padding [class*=col-] {
  padding: 0;
}
.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}
.portfolio-item img {
  transition: transform .4s ease;
}
.portfolio-item {
  overflow: hidden;
}

/*============= PRICING TEMPLATE =============*/

.pricing-column {
  background-color: white;
  padding: 2rem;
  border-top: .2rem solid #F19100;
  box-shadow: 0 0 .8rem rgba(0, 0, 0, 0.075);
  transition: transform .7s ease;
  overflow: hidden;
  position: relative;
}
.pricing-column:hover {
  transform: scale(1.1);
}
.pricing-column h3 {
  padding: 1rem;
  border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}
.pricing-column p {
  opacity: .8;
  margin-top: 1.3rem;
}
.pricing-column h4 {
  font-size: 1.1rem;
  padding: .4rem;
}
.pricing-column .item {
  font-weight: 700;
}
.pricing-column h1 {
  padding: .8rem 0;
}
.ribbon {
  background-color: #6c757d;
  color: white;
  width: 10rem;
  height: 2rem;
  font-size: .8rem;
  font-weight: 700;
  padding-top: .4rem;
  position: absolute;
  right: -2.8rem;
  top: 1.6rem;
  transform: rotate(45deg);
  box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.25);
}

/*============= TEAM TEMPLATE FIXED BG IMG LIGHT =============*/

#fixed-2 {
  background-image: var(--dark-background),  url('img/fixed/office.png');
  z-index: -1;
}
.light {
  background-color: rgba( 255, 255, 255, .85);
  padding: 3rem 2rem 2rem;
  z-index: 1000!important;
}
.card {
  background-color: #ececec;
  border-radius: 0;
  border: .1rem solid rgba(0, 0, 0, .075);
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
  margin: 0 1rem;
  transition: transform .4s ease;
}
.card-body {
  padding: 1.25rem 0 0 0;
}
.card-img-top {
  border-radius: 0;
}
.card:hover {
  transform: scale(.95);
}
.card h4 {
  font-family: 'Segoe UI Bold', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.card h5 {
  color: #F19100;
}
.card p {
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}
.card svg.svg-inline--fa {
  color: #F19100!important;
  font-size: 1.3rem;
  width: 2rem;
}
.card svg.svg-inline--fa:hover {
  color: #6c757d!important;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #F19100!important;
}

/*============= SKILLS TEMPLATE =============*/

.skill h3 {
  color: #F19100;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 .5rem;
}
.skill p {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

/*============= CLIENTS TEMPLATE =============*/

.clients img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform .3s ease;
}
.clients img:hover {
  transform: scale(0.95);
}
blockquote .svg-inline--fa {
  margin: 1rem;
  color: #F19100;
}
.clients-hr {
  border-top: .05rem solid #F19100;
}

/*============= CONTACT SECTION =============*/

.contact {
  background: var(--dark-background), url('img/footer/footer.png') no-repeat;
  /*background-color: #40474e;*/
  background-size: cover;
  color: white;
}

/*--- Contact Form --*/
.form-group {
  margin-bottom: 1.3rem;
}
.form-control {
  border-radius: 0;
  font-size: 1.1rem;
}
.form-control:focus {
  background: #dae9f8;
  border: .15rem solid #c6d0db;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b2b5b8!important;
}
input.btn {
  cursor: pointer;
}
hr.socket {
  border-top: .2rem solid #666b71;
  width: 100%;
}
.form-container {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.form__header {
  color: #fff;
  text-align: center;
}

.form-group {
  margin: 0.5rem 0;
}

.form-group:first-child {
  margin-top: 2rem;
}

.form-group input,
.form-group textarea {
  padding: 0.5rem;
  width: 100%;
  display: inline-block;
}

/* Footer */

.footer {
	background-color: #ececec;
	color: black;
	height: 350px;
	position: relative;
}

.footer .footer-bottom {
	background-color:#707070;
	height: 70px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.footer .footer-bottom p {
	color: #fff;
}


.footer .footer-content {
	display: flex;
	height: 350px;	
}
.footer .footer-content div#links {
	flex: 1;
	padding: 0px;
}

.footer .footer-content div#links li {
	list-style: none;
  margin-top: 0px;
  margin-right: 50px;
	
}

.footer .footer-content div#links ul {
  margin-top: 0px;
  padding: 0;
  list-style-type: none;
}

.footer .footer-content div#links h3 {
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.footer .footer-content div#idioma { 
	flex: 1;
	margin-right: 100px;
}

.footer .footer-content div#idioma li {
  margin-top: 0px;
}

.footer .footer-content div#idioma ul {
  margin-top: 0px;
  padding: 0;
  list-style-type: none;
}

.footer .footer-content div#idioma h3 {
	margin-top: 40px;
	margin-bottom: 0px;
}
.footer .footer-content div#contato {
	float: right;
	text-align: right;
}

.footer .footer-content div#contato li {
	list-style: none;
}

.footer .footer-content div#contato ul {
	margin-top: 0px;
}

.footer .footer-content div#contato h3 {
	margin-top: 40px;
	margin-bottom: 0px;
}

.recipes__single {
	cursor: pointer;
}

.footer h3 {
  color: #666;
  font-weight: 600;
}

.footer ul li {
  font-weight: 400;
  color: #555;
}

.footer-bottom p {
  font-size: .75rem;
  font-weight: 400;
  padding: .2rem;
}

.footer-bottom .footer__bottom-devduo {
  font-weight: 500;
}

.news-image {
  width: 50% !important;
}

.news-title {
  margin: 20px 0;
}

.news-paragraph {
  margin-top: 50px;
}

.btn-contact {
  display: block;
  background: #777;
  border: none;
  padding: 0.5rem 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-image: linear-gradient(to left, #F2E296, #F19456);
  width: 100%;
}

.veja-mais {
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2rem;
  cursor: pointer;
}

.veja-mais a {
  text-decoration: none;
}

@media(max-width: 700px) {
  .veja-mais {
    font-size: 1rem;
  }
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
  font-size: 3rem;
  height: 1.7rem;
  color: #53595f;
  background: white;
}
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: .3;
  z-index: 1000;
  display: none;
}
a.top-scroll:hover {
  opacity: .5;
}

/*----------------------------------- BUTTONS -----------------------------------*/

.products-btn {
  position: relative;
  width: 100%;
  background-image: linear-gradient(to left, #F2E296, #F19456);
  border: none;
  color: #fff;
  padding: 0.50rem 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  z-index:  1;
}

/* TODO transformar os botões da seção para esse padrão */
.products-btn a {
  color: #fff;
  text-decoration: none;
}

.products-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to left, #eb6d19, #eb6d19);
  z-index: -1;
  transition: opacity 1s linear;
  opacity: 0;
}

.products-btn:hover::before {
  opacity: 1;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .language {
    top: -1px !important;
    left: 0px;
  }
  .language-desktop {
    display: none;
  }
  .language-mobile {
    display: block;
    left: 82%;
  }
  .caption h1 {
    font-size: 7.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
  }
  .caption h3 {
    font-size: 3.2rem;
    padding-bottom: 1.7rem;
  }
  .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2.1rem;
  }
  .nav-logo {
    display: block;
    position: relative;
    top: -1rem;
    left: -3rem;
  }
  .navbar-nav {
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)); 
  }
  #nav-logo-menu {
    display: none;
  }
  .feature p {
    font-size: 0.9rem;
  }
  .recipes__single-overlay {
    width: 87%;
    font-size: 0.7rem;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
  .language-mobile {
    left: 78%;
  }
  .home-inner {
    background-image: url('img/computers-mobile.png');
  }
  .caption h1 {
    font-size: 6.7rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 2.7rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    padding: .6rem 1.1rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 1.8rem;
  }
  #fixed {
    background-image: url('img/fixed/apple-mobile.png');
  }
  #fixed-2 {
    background-image: var(--dark-background),  url('img/fixed/office-mobile.png');
  }
  footer {
    background: url('img/footer/footer-mobile.png') no-repeat;
  }
  .clients img {
    max-width: 50%;
    margin: 0 auto;
  }
  .top-scroll {
    display: none!important;
  }
  .nav-logo {
    display: block;
  }
  #nav-logo-menu {
    display: none;
  }
  .feature p {
    font-size: 1rem;
  }
  .recipes__single-overlay {
    width: 89%;
  }
  #produtos h3 {
    font-size: 1rem;
  }
  /* NEW FIX */
  #produtos p {
    font-size: 1rem;
  }
  /* NEW FIx END */
}

/* Devices under height 1024px (sm) */
@media (max-height: 1024px) {
  .language-mobile {
    left: 76%;
  }
}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
  .language-mobile {
    left: 72%;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .caption h1 {
    font-size: 3.9rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }
  .btn-lg {
    padding: .4rem .9rem;
    font-size: .9rem;
  }
  .narrow {
    width: 85%;
  }
  /*.nav-logo {
    left: 1.5rem;
  }*/
  #nav-logo-menu {
    display: none;
  }
  .news__single a {
    display: none;
  }
  .news__single .news__single-content .news__single-content__link a {
    display: block;
  }
  .footer .footer-content div#links {
    display: none;
  }
  .footer .footer-content div#idioma {
    display: none;
  }
  .footer .footer-content div#contato {
    float: none;
    font-size: 1rem;
    text-align: center;
  }
  .footer .footer-content div#contato li {
    list-style: none;
  }
  .footer .footer-content div#contato ul {
    margin-right: 50px;
  }
  .footer .footer-bottom p {
    font-size: 0.5rem;
  }
  .recipes__single-overlay {
    width: 90%;
  }
  #produtos img {
    height: auto;
  }
  #produtos-page img {
    width: 300px;
    height: auto;
  }
  #produtos .products-p-min {
    display: none;
  }
  .news-image {
    width: 100% !important;
  }
  .news-title {
    margin: 20px 0;
    font-size: 1.5rem;
  }
  .news-paragraph {
    margin-top: 50px;
  }
  #slide-enabler {
    display: block;
  }
  #slide-disabler {
    display: none;
  }
}

/* Devices under 414px (sm) */
@media (max-width: 414px) {
  .language-mobile {
    left: 58%;
  }
  .language {
    top: 4px !important;
  }
}

/* Devices under 411px (sm) */
@media (max-width: 411px) {
  .language-mobile {
    left: 58%;
  }
  .language {
    top: 5px !important;
  }
}

/* Devices under 400px (sm) */
@media (max-width: 400px) {
  .language {
    top: 2px !important;
  }
}

/* Devices under 375x (sm) */
@media (max-width: 375px) {
  .language {
    top: 8px !important;
  }
}

/* Devices under 360x (sm) */
@media (max-width: 360px) {
  .language {
    top: 10px !important;
  }
}

/* Devices under 320x (sm) */
@media (max-width: 320px) {
  .language-mobile {
    left: 70%;
  }
  .language {
    top: 3px !important;
  }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
