@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.bebas {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.03em;
}

.gradiente {
  background: linear-gradient(to bottom,  rgba(var(--bs-dark-rgb),1) 0%,rgba(var(--bs-dark-rgb),0) 100%) !important;
}

.header .navbar, .header .navbar .container  {
  height: 100px;
}

.titulo {
  font-size: 7vw;
}

.titulo.largo {
  font-size: 6vw;
}

.bgTitulo {
  background-image: url(/img/bg-fondo-1.jpg);
  background-position: center; 
  background-size: cover;
  min-height: 50vh;
}

.sobre {
  position: relative;
  height: 50vh;
  margin-top: -50vh;
  z-index: 1010 !important;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.logo-grande {
	width: 250px !important;
    margin: 1em 0;
  	-moz-transform: translateY(75px);
    -webkit-transform: translateY(75px);
    -o-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
	}

.logo-ico {
	width: 50px !important;
}

@media screen and (max-width: 720px) {
  .titulo {
    font-size: 12vw;
  }
  
  .titulo.largo {
    font-size: 8vw;
  }

  .bgTitulo {
    min-height: 90vh;
  }

  .sobre {
    height: 90vh;
    margin-top: -90vh;
  }
  
  .logo-grande {
	width: 200px !important;
    margin: 1em 0;
  	-moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	}

.logo-ico {
	width: 50px !important;
}
  
}

@media screen and (max-width: 560px) {
  
  .titulo {
    font-size: 20vw;
  }
  
  .titulo.largo {
    font-size: 15vw;
  }

  .bgTitulo {
    min-height: 75vh;
  }

  .sobre {
    height: 75vh;
    margin-top: -75vh;
  }
  
}


.header .navbar .nav-link:before {
  color: var(--bs-primary) !important;
  content: '›';
  width: 0;
  position: relative;
  left: -1em;
  opacity: 0;
}

.header .navbar .nav-link:hover{
-moz-transform: translateX(5px);
-webkit-transform: translateX(5px);
-o-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}

.header .navbar .nav-link:hover:before {
  content: '›';
  width: 0;
  position: relative;
  left: -0.5em;
  opacity: 1;
  animation-name: menuin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}



.gd-dark {
  background: #fff linear-gradient(45deg,  rgba(23,56,89,1) 0%,rgba(23,56,89,0.8) 100%) !important;
}

.gd-dark-a {
  background: linear-gradient(45deg,  rgba(23,56,89,1) 0%,rgba(23,56,89,0.8) 70%) !important;
}

.gd-primary {
      background: #fff linear-gradient(45deg,  rgba(247,148,29,1) 0%,rgba(247,148,29,0.8) 100%) !important;
    }


  
.top {
  height:250px;
}

.topIMG {
   background-image: url(/img/bg-top.jpg);
   background-size: cover;
   background-position: center;
}

.topIMG .into {
   height:150px;
}

.NUBES {
   background-image: url(/img/nubes.png);
   background-size: 100% auto;
   background-position: bottom center;
   background-repeat: no-repeat;
   height:150px;
   margin-top:-150px;
}

.filtro{
-webkit-box-shadow:inset 0 0 500px 500px rgba(32,55,88,0.6);
box-shadow:inset 0 0 500px 500px rgba(32,55,88,0.6);
}
.int-filtro{
-webkit-box-shadow:inset 0 0 100px 100px rgba(29,43,67,0.6);
box-shadow:inset 0 0 100px 0 rgba(29,43,67,0.6);
}

.inferior {
  background-color:#ccc;
}

/*.gradiente {
  background: linear-gradient(to bottom,  rgba(7,29,57,1) 0%,rgba(7,29,57,0) 100%);
}*/

.tapiz {
  background-image: url(/img/tapiz.png);
  background-position: center;
  background-size: 300px;
  line-height: 2em;
}

footer a, footer .widget-link {
  color: #ffffff;
  opacity: 0.8 !important;
}

footer a:hover, footer .widget-link:hover {
  color: #ffffff;
  opacity: 1 !important;
  text-decoration: none;
}

		.just {
			text-align: justify;
		}

.logo-cliente {
	max-width: 100px;
	max-height: 50px;
	margin: 20px;
}

.logo-cliente:hover {
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}

@media screen and (max-width: 768px) {
}

	.bg-black1 {
		background-color: rgba(0,0,0,0.01) ;
	}

	.bg-black2 {
		background-color: rgba(0,0,0,0.02) ;
	}

	.bg-black3 {
		background-color: rgba(0,0,0,0.03) ;
	}

	.bg-black4 {
		background-color: rgba(0,0,0,0.04) ;
	}

	.bg-black5 {
		background-color: rgba(0,0,0,0.05) ;
	}

	.bg-black6 {
		background-color: rgba(0,0,0,0.06) ;
	}

	.bg-black7 {
		background-color: rgba(0,0,0,0.07) ;
	}

	.bg-black8 {
		background-color: rgba(0,0,0,0.08) ;
	}

	.bg-black9 {
		background-color: rgba(0,0,0,0.09) ;
	}

	.bg-black10 {
		background-color: rgba(0,0,0,0.1) ;
	}

	.bg-black15 {
		background-color: rgba(0,0,0,0.15) ;
	}
	
	.bg-black20 {
		background-color: rgba(0,0,0,0.2) ;
	}

	.bg-black25 {
		background-color: rgba(0,0,0,0.25) ;
	}
	
	.bg-black30 {
		background-color: rgba(0,0,0,0.3) ;
	}
	
	.bg-black40 {
		background-color: rgba(0,0,0,0.4) ;
	}
	
	.bg-black50 {
		background-color: rgba(0,0,0,0.5) ;
	}
	
	.bg-black60 {
		background-color: rgba(0,0,0,0.6) ;
	}
	
	.bg-black70 {
		background-color: rgba(0,0,0,0.7) ;
	}
	
	.bg-black80 {
		background-color: rgba(0,0,0,0.8) ;
	}
	
	.bg-black90 {
		background-color: rgba(0,0,0,0.9) ;
	}

    .bg-shadow {
        -webkit-box-shadow:inset 0 0 1000px 1000px rgba(0,0,0,0.1);
        box-shadow:inset 0 0 1000px 1000px rgba(0,0,0,0.1);
    }

/*GALLERY*/

#gallery img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

img.text-primary { filter: invert(39%) sepia(23%) saturate(3720%) hue-rotate(160deg) brightness(107%) contrast(101%); }

img.text-secondary { filter: invert(91%) sepia(8%) saturate(302%) hue-rotate(201deg) brightness(106%) contrast(97%); }

img.text-success { filter: invert(62%) sepia(15%) saturate(5528%) hue-rotate(119deg) brightness(101%) contrast(83%); }

img.text-danger { filter: invert(38%) sepia(88%) saturate(1244%) hue-rotate(318deg) brightness(102%) contrast(94%); }

img.text-warning { filter: invert(81%) sepia(81%) saturate(1327%) hue-rotate(312deg) brightness(100%) contrast(100%); }

img.text-info { filter: invert(78%) sepia(43%) saturate(5848%) hue-rotate(192deg) brightness(96%) contrast(99%); }

img.text-light { filter: invert(100%) sepia(16%) saturate(7485%) hue-rotate(180deg) brightness(105%) contrast(114%); }

img.text-dark { filter: invert(21%) sepia(7%) saturate(2037%) hue-rotate(199deg) brightness(95%) contrast(92%); }

.imgGray { filter:grayscale(1); }
.imgGray:hover { filter:grayscale(0); }

.tra, .tra:hover {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

.fadein { animation-name: fadein; animation-duration: 1s; }

@keyframes fadein {
  from {
    opacity: 0;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.slidein { animation-name: slidein; animation-duration: 1s; }

@keyframes slidein {
  from {
    opacity: 0;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}