/* 

Theme Name: Macedo BPO
Theme URI:    
Author:       
Author URI:   
Description:  
Version:      
Tested up to: 
Requires PHP: 
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         

*/


/* NOTEBOOK > 15" */

@media screen and (min-width: 1440px) { 
    
}

@media screen and (max-width: 1440px) {
   
}

/* NOTEBOOK < 13" */

@media screen and (min-width: 1280px) { 
    
}

@media screen and (max-width: 1280px) {
   
}

/* TABLETS E CELULAR PAISAGEM */

@media screen and (min-width: 991px) { 
    
}

@media screen and (max-width: 991px) {
    
}

/* CELULAR COM TELA GRANDE */

@media screen and (min-width: 767px) {

}

@media screen and (max-width: 767px) {

}

/* CELULAR */

@media screen and (min-width: 575px) { 
    
}

@media screen and (max-width: 575px) {
   
}


body{

  background-color: #1e272e;


}

/*Fonte*/

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/*Menu - navegação*/

header {
  background-color: #1e272e;
}
.bg-escuro {
  background-color: #1e272e;
}

.nav-link {
	color: #ffffff;
	transition:  .3s;
  font-weight: bold;

}

.nav-link:hover {
	color: #FFCE66;
}


.redes a {
	background-color: transparent;
	color: #ffffff;
	font-size: 1.2rem;
	border: none;
}

.redes a:hover {
	background-color: transparent;
	color: #FFCE66;
}

/*Títulos*/

.gradiente-amarelo {
	
	background-image: linear-gradient(to bottom, #ffdd59, #ff9f1a);
	background-clip: text;
	-webkit-background-clip: text; /* Alguns navegadores precisam do prefixo */
	-webkit-text-fill-color: transparent;
	/* Cor que contraste com o degradê, caso o navegador não suporte `background-clip: text` */
	color: black;
	
  }

  .texto-amarelo {
    color: #ffda79;
  }

  .linha-texto {
    padding-top: 0.6rem;
    padding-left: 0.6rem;
    border-top:1px solid #ffffff;
    border-left: 1px solid #ffda79;
  }

  .linha-texto2 {
    padding-bottom: 0.6rem;
    padding-left: 0.6rem;
    border-bottom:1px solid #ffffff;
    border-right: 1px solid #ffda79;
  }

  .linha-texto3 {
    padding-bottom: 0.6rem;
    padding-left: 0.6rem;
    border-bottom:1px solid #ffffff;
    border-left: 1px solid #ffda79;
  }


/*Botões*/

.btn-outline-light {
  border-color: #ccae62;
}

.btn {
  text-decoration: none;
  background-size: 300% 100%;
  border-radius: 6px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn:focus { outline: none; }
.btn.branco{ background-image: linear-gradient(to right, #f1f2f6, #f1f2f6, #890C0C, #F60808);}
.btn.preto { background-image: linear-gradient(to right, #ccae62, #ffda79,  #1a252b, #5d586d);color:#000000; }
.btn.azul  { background-image: linear-gradient(to right, #005593, #156bff, #04befe, #124da9);color:#ffffff; }
.btn.vermelho { background-image: linear-gradient(to right, #d20000, #ff6262, #f00 , #FFB395);color:#ffffff; }
.btn.verde { background-image: linear-gradient(to right, #018249, #3cba92, #3be493, #018249);color:#ffffff; }
.btn.amarelo {border-color:#ccae62; background-image: linear-gradient(to left,#ffda79,#ccae62,#1a1a1a,#26343B);color:#ffffff;}
.btn.principal {border-color:#ccae62; background-image: linear-gradient(to left,#dfe4ea,#f1f2f6,#1a1a1a,#26343B);color:#ffffff; cursor: default; }
.btn.roxo { background-image: linear-gradient(to right, #b466ea, #6217af, #B365E9, #6217AF);color:#ffffff; }
.btn.rosa { background-image: linear-gradient(to right, #f4a1a1, #fe5cc6, #e98788, #d33b9f);color:#ffffff; }

/*.btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #ffffff; 
}*/


.btn.amarelo:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #485460; 
}

.btn.principal:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #6D6057; 
}

.btn.preto:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #FFFFFF; 
}


/*Banners*/



/*Quem somos*/

#inicio, #quem-somos {
 
    background-color: transparent;
    width: 100%;
    background:url(../macedo-bpo/images/bg-home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.texto-quemsomos {
    background-color: rgba(47, 53, 66,0.6);
    border-radius: 1rem;
}

#bpo, #servicos, #motivos {
 
  background-color: transparent;
  width: 100%;
  background:url(../macedo-bpo/images/bg-bpo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}


.icones .col-md {
  background-color:#ffffff; 
  transition: .4s;
}

/*.icones .col-md:hover {
  background-color:#1e272e; 
  color:#ffffff;
}*/

.amarela {
  border-bottom: 2px solid #FEEC00;
}

/*Apresentação*/

#apresentacao {
  /*background-color: #1e272e;*/
}

/*Chamadas*/

.chamadas {
  background-color: #ffffff;
  transition: .4s;
}

.chamadas:hover {
  background-color: #1e272e;
  color: #ffffff;
}

/*Parallax*/

.parallax {
  background-color: transparent;
  width: 100%;
  background:url(../macedo-bpo/images/bg-home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.escolhas {
  background-color: rgba(47, 53, 66,0.6);
  color:#ffffff;
  border-radius: 1rem;
  transition: .4s;
   }
   
 .escolhas:hover {
     background-color:rgba(241, 242, 246,0.8);
     color: #000000;
 }

/*Produtos*/

.produtos-links {
   /*margin-top: -82px;
   z-index: 1;*/
}


.categories-card{border-radius: .5rem; transition: .4s;}
.categories-card p{font-weight: bold;}
.categories-card:hover{background: var(--red);}





/*Instagram*/

.instagram-chamada {
  /*background-image: linear-gradient(to right bottom, #550c0c, #7b0f15, #a4101c, #cf0f24, #fb0b2b);
    background-image: linear-gradient(to left top, #0030ff, #005efe, #0072e8, #007fc6, #1986a4);*/
    margin-top: -147px;
   
}


/*Contato*/

.formulario {

  background-image: linear-gradient(to right bottom, #0e0e0f, #141518, #181b1f, #1c2127, #1e272e);

   }


/*Footer*/

.rdp {
  background-color: #1e272e;
}

.rdp .nav-link:hover {
	color: ccae62;
}


.rdp .redes a:hover {
	background-color: transparent;
	color: ccae62;
}

/*Botão voltar ao topo*/

#btn-back-to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
}


/*Animações Scroll*/

@keyframes up-and-down {
  0%, 100% { transform: translateY(-15%)}
  50%   { transform: translateY(15%)}
}

/*.box {

  opacity: 1;
 
}

.box--inline {
  display: inline-block;
  margin: 0;
}

.wrapper {
  display: flex;
 
 }

.from-bottom {
  animation: fade-in 0.8s cubic-bezier(.17,.67,.49,1.02);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}*/


@keyframes fade-in {
    0% { 
      opacity: 0;
      transform: translateY(50%);
  }
  100% { 
    opacity: 1;
    transform: translateY(0);
  }
}