/* 

Theme Name: Couto Combat
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:#ffffff;
	font-family: "Mulish", sans-serif;
  overflow-x: hidden;
	/*animation: fadeInAnimation ease 10s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;*/
}

/*Animações Fade


@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

section {
   overflow-x: hidden; 
}*/



/*BGs*/

.bg-pages {
 background-image: linear-gradient(to right top, #165394, #3468a7, #4d7ebb, #6494ce, #7cabe2);
}

.bg-border {
  border-bottom-color:#165394;
}

.bg-missao {
	width: 100%;
  min-height: 468px;
  color:#0e3660;
  background-color:#eefeff;
	background-image:url(../couto-combat/images/bg-missao.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
  transition: all .4s;
}

.bg-local{
	width: 100%;
  min-height: 468px;
  color:#0e3660;
  background-color:#eefeff;
	background-image:url(../couto-combat/images/bg-localizacao.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
  transition: all .4s;
}

.bg-azul-home {
  width: 100%;
  min-height: 508px;
  color:#daecff;
  background-color: #0e3660;
	background-image:url(../couto-combat/images/bg-cards.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
  transition: all .4s;
}

.bg-azul-home:hover  {
  color:#165394;
  background-color: #dff9fb;
	
}

.bg-azul {
  width: 100%;
  height:auto;
  min-height: 438px;
  color:#daecff;
  background-color: #0e3660;
	background-image:url(../couto-combat/images/bg-cards.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
  transition: all .4s;
}


.bg-card {
	width: 100%;
	background:url(../couto-combat/images/bg-card.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

.bg-texto {
  background-color:#dcdde15d;
  border-radius: 1em;
}

.bg-footer {
    background-color:#0e3660;
}

.linhas {
  width: 100%;
  background-color: transparent;
	background:url(../couto-combat/images/linhas.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover; 
}

.linha-amarela {
  width: 100%;
  background-color: transparent;
	background:url(../couto-combat/images/linha-amarela.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover; 
}


/*Menu - navegação - links*/

.bg-topo, .bg-slogan, .contact {
  background-color: #165394;
}

.navbar-collapse{
  z-index: 2002;

}


.bg-menu {
    background-color:#ffffffdc;
    max-width:1680px;
    margin: auto;
  
}

.topo {
	border-radius:6rem;
}

.nav-link {
  color:#ffffff;
}

.nav-link:focus{
 
    border:none;
    color:#ffffff;
    
}

.navbar-nav a {
  color: #90c5fc;
  font-size: 1.1em;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  transition: all ease .4s;
}

.navbar-nav a::before {
  content: '';
  color:#ffffff;
  position: absolute;
  width: 100%;
  height: 1px;
  /*border-radius: 2px;*/
  background-color: #b9defc;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.navbar-nav a:hover, .navbar-nav a:after {
  color:#b9defc;
}

.navbar-nav a:hover::before {
  color:#ffffff;
  transform-origin: left;
  transform: scaleX(1);
}

.linha:focus{
 
    border:none;
    color:#000000;
    
}

.linha  {
  color: #000000;
  font-size: 1em;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}

.linha::before {
  content: '';
  color:#000000;
  position: absolute;
  width: 100%;
  height: 2px;
  /*border-radius: 2px;*/
  background-color: #000000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.linha:hover, .linha:after {
  color:#000000;
}

.linha:hover::before {
  color:#000000;
  transform-origin: left;
  transform: scaleX(1);
}

/*Linha 2*/

.linha2:focus{
 
    border:none;
    color:#778ca3;
    
}

.linha2  {
  color: #90c5fc;;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.linha2::before {
  content: '';
  color:#ffffff;
  position: absolute;
  width: 100%;
  height: 1px;
  /*border-radius: 2px;*/
  background-color: #b9defc;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.linha2:hover, .linha2:after {
  color:#b9defc;
}

.linha2:hover::before {
  color:#b9defc
  transform-origin: left;
  transform: scaleX(1);
}
/*Botões*/
.main-bt {
  color:#94c4fe;
  background-color:#0c71c1;
  transition:  1s ease-out;
}

.main-bt:hover {
   background-color:#ff6600;
   color:#feca57;
}

/*Sobre Nós*/

.sobre-nos {
     background-image: linear-gradient(to left top, #0c71c1, #1462aa, #165394, #16457e, #133869);
}

.texto {
    color:#616f7e;
}

.azul {
  color:#165394;
}
.azul-claro {
  color:#90c5fc;
}

.azul-escuro {
   color:#0e3660;
}

.border-azul {
  border-bottom-color:#0c71c1;
}

.fade-in {
  opacity: 0; /* Começa totalmente transparente */
  transition: opacity 2s ease-in; /* Transição suave de 2 segundos */
}

/*Bg-video*/

/*Mapa*/

.map-container {
  position: relative; /* Define o contexto de posicionamento para a sobreposição */
  width: 100%;
  height: 380px; /* Ou a altura desejada */
}

#map {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute; /* Posição absoluta em relação ao .map-container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 55, 153,0.7); /* Cor da sobreposição com transparência (RGBA) */
  z-index: 1; /* Garante que a sobreposição fique acima do mapa */
}


/*Banners*/
.carousel-item-images {
  /*filter: brightness(0.6);*/
}

.carousel-inner {
   background-color:rgba(0, 0, 0,0.8); 
}

.bg-banner {
	background-color: #0a6cd5ab;
	transition: background-color .3s;
	backdrop-filter: blur(2px);
	border-radius: 12px;
	transition: all .4s;
}

.bg-texto {
	background-color: #eceeee29;
	transition: background-color .3s;
	backdrop-filter: blur(12px);
	border-radius: 28px;
	transition: all .4s;
}


.borda {
   border-radius: 1rem;
}

.borda-branca {
   border:1px solid #ffffff; 
}

.borda-preta {
    border:1px solid #000000;
}

.main-logo > span {
    font-size: 1.35em;
}

.main-header {
     z-index: 999;
}
hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

/*Logos Slider*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /*background: linear-gradient(to left, rgba(255, 255, 255, 0), white);*/
}

.logos:after {
  right: 0;
 /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white);*/
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 15s slide infinite linear;
}

.logos-slide img {
  height: 180px;
  margin: 0 40px;
}
/*textos*/

/*Títulos*/

.gradiente {
	
	background-image: linear-gradient(to right, #f39c12, #d35400);
	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;
	
  }

  .gradiente-azul {
	
	background-image: linear-gradient(to left, #25cdf7, #d0e7fe);
	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;
	
  }

    .gradiente-azul-escuro {
	
	background-image: linear-gradient(to right, #25a0f7, #0c71c1);
	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;
	
  }

  .gradiente-branco {
	
	background-image: linear-gradient(to right, #ffffff, #9AECDB);
	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-azul-claro {
    color:#9AECDB;
  }


.titulo-roxo {
 
  font-optical-sizing: auto;
  -webkit-text-stroke: 1px #fea8c2;
  color:#4659e0;
  font-weight: 600;
}

.rosa {
  color:#fea8c2;
}
.roxo {
	color:#061dbf;
}

/*Faixa*/

.faixa {
  background-color: #0033cc;
  color: #99b3ff;
}

/*Texto rolante*/

#animated-text-strip {
  font-size: 2em;
  font-weight: lighter;
  font-style: italic;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
}

#animated-text-strip .marquee {
  white-space: nowrap;
  animation: marquee 18s linear infinite;
  max-width: none;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}


/*Bento Grid*/

.bento-card {
    border-radius: 1rem;
    height: 100%;
    transition: transform 0.2s;
}

.bento-card:hover {
    /*transform: scale(1.02);*/
}

.h-200 {
    min-height: 200px;
    height:auto;
    border-radius: 1em;
}

.h-500 {
    min-height: 412px;
    height: auto;
    border-radius: 1em;
}

.bento-item {
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.bento-item:hover {
    /*transform: scale(1.05);*/
}

.bento-tall {
    height: 410px;
}

.bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*botões*/

.btn-outline-info {
  border-color:#b9defc;
  color:#b9defc;
  transition:all ease-in-out 1s;
}

.btn-outline-info:hover {
  background-color: #b9defc;
  border-color:#b9defc;
  color:#00134d;

}

/*Sliders*/
/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.gallery {
  background: #00000000;
  border-radius:1em;
  padding: 20px;
  min-height:480px;
}

.gallery-cell {
  width: 100%;
  height: auto;
  min-height:480px;
  max-width:526px;
  border-radius: 1em;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.76);
  /*counter-increment: gallery-cell;*/
  transition:all.4s;
}

.gallery-cell.is-selected {
  background:rgb(255, 255, 255); 
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /*content: counter(gallery-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.flickity-button {
    transition:all.4s;
}
.flickity-button:focus {
    border:none;
}


.flickity-page-dots {
    position: absolute;
    width: 90%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}




/*Serviços*/



/*topo de páginas*/
.bg-pages {
	width: 100%;
	background:url(../couto-combat/images/bg-pages.png);
	background-position: center;
	background-repeat: no-repeat;
}



/*Parallax*/

.parallax {
  width: 100%;
  background:url(../couto-combat/images/parallax-first.jpg);
  /*background-image: linear-gradient(to bottom, #e51933, #d61931, #c6192f, 
  #b7182d, #a8182b, #a7182b, #a5182a, #a4182a, #b0182c, #bd182d, #c9172f, #d61730);*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.parallax-content {
	border-left:12px solid #e67e22;
	background: rgba(0, 0, 0,0.5);
	margin:  15px auto;
	}

/*Contato*/



/*Footer*/


.cat-links {
	/*display: none;*/
}

/*Paginação de categoria*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0e0f0f;
    border-color: #0e0f0f;
}

.page-link {
	color:#1a1a1a;
	transition: .4s;
}

.page-link:hover {
	color: grey;
}
