/* General Styles */
@font-face {
	font-family: "Harabara Bold";
	src: url("fonts/BebasKai.eot");
	src: 
	url("fonts/BebasKai.ttf") format("ttf"),
	url("fonts/BebasKai.woff") format("woff"),
	url("fonts/BebasKai.otf") format("opentype"),
	url("fonts/BebasKai.svg#filename") format("svg");
}

 html,body{
 	height: 100%;
 }
 body{
 	font-family: 'Roboto Condensed', sans-serif;

 }

.red-bg{
	background-color: #B90411;
}

.red-text{
	color: #B90411;
}

.black-bg{
	background-color: #000;
}

.grey-bg{
	background-color: #141414;
}

.white-text{
	color: #fff;
}

h1{
	color: #fff;
	font-weight: 600;
	font-size: 3.5em;
	font-family: 'Harabara Bold', sans-serif;
}


hr.title{
	width: 12%;
    margin-top: 0;
    border-color: #B90411;
    border-width: 6px;
}

.logo-content{
	padding: 0.5em;
	width:auto;
	min-height: 75px;
	background: url('../img/logo.svg') no-repeat center;
	background-size: contain;
}

.img-fluid{
	width: 100%;
}

.services, .us, .gallery, .instagram{
	padding: 5em 0;
}


/*Header section */
header{
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	font-family: 'Harabara Bold', sans-serif;
}

.social-icons{
	text-align: right;
	padding: 0.75em 1em 0 1em;
}

.social-icons i{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: contain;
}

.social-icons .fb-icon{
	background: url('../img/fb.svg') no-repeat center;
}

.social-icons .ig-icon{
	background: url('../img/ig.svg') no-repeat center;
}


.custom-navbar .nav-item{
	text-align: right;
	padding:0 4em 0 0;
}

.custom-navbar .nav-link{
	font-size: 1.35em;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}



  /* Parallax base styles
  --------------------------------------------- */
.parallax {
 	height: 100%; 
	background-attachment: fixed;
  	background-position: top center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.parallax.home{
	background-image: url('../img/main.jpg');
}

.parallax.us{
	background-image: url('../img/galeria/IMG_20190227_093339_854.jpg');
	background-size: 50% 100%;
	background-position: top right;
	height: auto;
}

.ParallaxVideo{ 
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px; 
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
    top:0;
    z-index: -999;
}
.ParallaxVideo h1 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/*Services */

.service-block{
	margin-top: 1.75em;
}

.service-block > div{
	height: 100%;
}

.services h4{
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

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

.us p{
	line-height: 1.5;
}

/* Main Form */

.main-form label{
	color: #fff;
	display: block;
}

.main-form .form-custom{
	background-color: transparent;
	color:#fff;
	border: 1px solid #B90411;
	box-shadow: none;
	width: 90%;
	outline: none;
	margin-bottom: 0.75em;
	border-radius: 0px;
}

.main-form .form-btn{
	background-color: transparent;
	border: 1px solid #B90411;
	color: #fff;
	border-radius: 0px;
	padding: 0.25em 1.25em;
}

.main-form .form-btn:hover{
	background-color:#B90411;
}

.btn-instagram,.btn-instagram:hover {
	background-color: #B90411;
	color:#fff;
	border-radius: 0px;
	padding: 0.25em 1.75em;
}

.ig-w-icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/ig-white.svg') no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}

.arr-icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/arrow.svg') no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 0.5em;
}


/* spinner */

.loading {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.45);
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #c61a24 !important;
    border-left-color: #c61a24 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


.requerido{
	border:2px solid #B90411!important;
}

#button {
  display: inline-block;
  background-color: #B90411;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  
  #button {
    margin: 30px 20px;
  }
}


@media (max-width: 991.98px) { 

	.custom-navbar{
		background-color: #000;
		margin-bottom: -1px;
	}

	.custom-navbar .nav-link{
		color: #fff;
	}

	.custom-navbar .navbar-nav{
		margin-left: 0!important;
	}

	.custom-navbar .nav-item {
	    text-align: left;
	}

	.logo-content{
		min-width: 170px;
	}

	.parallax.us{
		background: none;
		background-color: #141414;
		height: auto;
	}

	.parallax.home{
		background-attachment: unset;
		margin-top: 100px;
	}
}