/*
Theme Name:Alma Foods
Theme URI: https://almafoods.eu
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o site da Alma Foods em 2024.
Version: 1.0
*/

/* Font */
@font-face {
  font-family: 'Sverige Script';
  src: url('assets/font/SverigeScript/SverigeScriptClean_Demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sverige Script';
  src: url('assets/font/SverigeScript/SverigeScriptDecorated_Demo.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #202020;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
  border: none;
  outline-style: none;
  text-decoration: none;
  box-shadow: none;
  transition: ease-in-out .2s;
}
body {
  position: relative;
}
main {
  padding-top: 115px;
  overflow: hidden;
}
strong {
  font-weight: 800;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: normal;
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 7px 45px;
  display: block;
  transition: ease-in-out .3s;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
}
.cta:hover {
  color: #fff;
  border: 1px solid #35241c;
  background: #35241c;
}
/* Estilos Header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.secao-cabecalho{
	background-color: #35241c;
  width: 100%;
  border-bottom: 10px solid #cebe9b;
  padding: 20px 0;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0;
}
.navbar-brand img {
  width: 70px;
  height: 65px;
}
.navbar a {  
  color: #ae8f4e;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 25px;
  transition: ease-in-out .2s;
	position: relative;
  letter-spacing: 1px;
}
.navbar .menu-item {
  position: relative;
}
.navbar .menu-item a:hover,
.current-menu-item a{
  color: #fff;
}
.navbar-brand:hover {
  border: none !important;
}
.formulario .wpcf7-spinner {
  display: none;
}
.formulario .form-control {
  border-radius: 0;
  border: 1px solid #fff;
  background: #FFF;
  height: 35px;
  color: #000;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
}
.formulario textarea.form-control {
  height: auto;
}
.formulario .form-control:focus {
  border: 2px solid #35241c;
  outline: none;
  box-shadow: none;
}
.formulario label{
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
}
/* Estilos Menu */
.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 2px;
  display: block;
  background: #fff;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding-top: 100px
}
.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.close-button span {
  color: #35241c;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral .menu-item a:hover, .menu-lateral .current-menu-item a {
  color: #35241c;
  font-weight: 500;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
.navbar .sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  list-style: none;
  padding: 20px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 20.3px 0px rgba(0, 0, 0, 0.21);
  width: 200px;
  z-index: 5;
}
.navbar .sub-menu li {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.navbar .sub-menu a {
  color: #35241c;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  padding: 0 12px 12px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
  content: none;
}
.navbar .sub-menu a:hover {
  opacity: .8;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
/* Página inicial */
body.home {
	background: #35241c;
}
.titulo-main {
  position: relative;
}
.titulo-main .vetor-absolute {
  position: absolute;
	left: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
}
#meuVideo {
  width: 100%;
  height: auto;
  border-bottom: 10px solid #cebe9b;
}
.video-wrapper {
    position: relative;
    display: inline-block;
}

.play-wrapper {
    position: absolute;
    top: 0;
    left: 0;
	background: transparent;
	height: 100%;
	width: 100%;  
    cursor: pointer;
}

.play-button {
	background: transparent;
    border: 3px solid #35241c;
	border-radius: 50%;
    color: #35241c;
    padding: 20px 20px 20px 25px;
	height: 80px;
	width: 80px;
	text-align: center;
    font-size: 30px;
    cursor: pointer;
    outline: none;
}

h1 {  
  font-family: 'Sverige Script';
  font-weight: 400; 
}
.content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content img {
  margin: 0 0 30px 0;
}
.content p {
  color: #000000;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 30px;
}
.content a {
  color: #af8f4e;
}
.content strong {
  color: #af8f4e;
  font-weight: 400;
}

/* Página Contato */
#contato .secao-principal {
  background: #625958;
  border-bottom: 10px solid #cebe9b;
}
#contato .secao-principal p {
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
}


/* Footer */
footer {
  background: #35241c;
}
footer a,
footer span {
  color: #ae8f4e;
  font-size: .85em;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
}
footer a:hover {
  opacity: .7;
  color: #ae8f4e;
}
/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
    order: 0;
  }
  .navbar a {
    line-height: 1.5em;
    text-align: left;
  }
  .navbar .navbar-brand {
    margin-bottom: 0;
  }
  .navbar a::before {
    content: none;
  }
  .navbar .menu-item {
    margin-bottom: 15px;
  }
  .navbar .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    padding: 10px;
    padding-left: 30px;
    background: transparent;
    box-shadow: none;
  }
  .navbar .sub-menu li {
    justify-content: flex-start;
  }
  .navbar .sub-menu a{
    font-size: .85em;
  }
  .video .img-2 {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 768px) { 
  footer .navbar-brand img {
    margin: 20px 0;
  }
  footer a {
    text-align: center;
  }
}