@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
	font-family: 'lato', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}


section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
/* Loader
-------------------------------------------------- */

.loaders {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
.loaders .loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}
.loader {
	display: table;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1200;
}
.loader-bg {
	background: #e2000f;
}
.loader-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.loader .ball-clip-rotate-pulse {
    left: 50%;
    position: absolute;
    top: 50%;
}
/* TOP HEADER
-------------------------------------------------- */
.navbar.top-bar {
	border-radius: 0;
	padding: 25px;
	z-index: 16;
}

.sps {
	padding: 1em .5em;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.25s ease;
	width: 100%;
}
.sps--abv {
	background-color: white;
}

.sps--abv--home {
	background-color: transparent;
}


.navbar-inverse .navbar-nav .nav-link {
	color: #5a5a5a;
}


.navbar-inverse .navbar-nav .active .nav-link {
	color: #e2000f;
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url('../img/hamburger-icon.png');
}

.navbar-inverse .navbar-toggler {
	border-color: transparent;
}
.navbar-inverse .navbar-nav .nav-link:hover {
    color: #e2000f;
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:active {
    color: #e2000f;
}

.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link {
    color: #e2000f;
}
.sps--blw {
	background-color: #fff;
	color: #fff;
}


.top-bar .nav-link {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 18px;
    
}
.sps--blw.top-bar .nav-link {
	color: #000
}
.top-bar .navbar-nav .nav-item {
	margin: 0
}
.btn-secondary{
    color: #e2000f;
    background-color: transparent;
    border: none;
}

.btn-secondary:hover {
    color: #e2000f;
    background-color: transparent;
    border: none;
}

.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #e2000f;
    background-color: transparent;
    border: none !important;
    border-color: transparent;
}

.dropdown-menu {
    min-width: 0rem !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*Swiper*/
.swiper-container {
	width: 100%;
	height: 100vh;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-slider .slider-bg-position {
	background-size: cover!important;
	background-position: center center!important;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
	background-image: none!important;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.main-slider h2 {
	color: #fff;
	font-size: 54px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
}
.main-slider span {
	color:#e2000f;
	font-weight: 600;
}


/* SERVICE SECTION
-------------------------------------------------- */

.service-sec {

	background-size: cover;
	background-image: url('../img/about-back.jpg');
	width: 100%;
	height: 100vh;
	overflow: auto;
}


.service-sec h2 {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color: #e2000f;
	font-size: 32px;
}
.service-sec h2 small {
	color: #222;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 8px;
	margin-bottom: 18px;
}
.service-sec i {
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	text-align: center;
}
.service-sec h3 {
	font-size: 23px;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	color: #e2000f;
	text-align: center;
}
.service-sec p {
	line-height: 22px;
	margin-top: 13px;
	text-align: center;
}
.service-block {
	background-color: rgba(255,255,255,0.9);
	padding: 5%;

}
/* ABOUT SECTION
-------------------------------------------------- */
.about-sec {
	background-size: cover;
	color: #fff;
	position: relative;
	margin-top:10%;

}

.about-sec h2 {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-align: left;
	color: #e2000f;
}
.about-sec h2 small {
	display: block;
	font-size: 10pt;
	line-height: 18pt;
	font-family: 'Lato', sans-serif;
	color: grey;
}
.about-sec h4 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 200;
	line-height: 18px;
	margin-top: -10px;
}

.about-sec p {
	font-size: 16px;
}


.about-home-block h2 {
	color: #4c4c4c;
	font-size: 38px;
	margin: 35px 0 10px;
	text-transform: capitalize;
}
.about-home-block h2 small {
	color: #01BF86;
	display: block;
	text-transform: uppercase;
	font-size: 28px;
}
.about-home-block .lead {
	font-size: 18px;
	line-height: 28px;
}

.about-sec a{

	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	text-align: center;
	color: white;
	font-size: 12pt;
	line-height: 14pt;

}
.about-sec hr{
	width: 40%;
	border-color: rgba(255,255,255,1);

}

/*-------------- Gallery section  --------------*/

.gallery-sec .gallery-thumb {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.gallery-sec .gallery-thumb .gallery-overlay {
	background: rgba(226,0,15,1); /* fallback for old browsers */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery-sec .gallery-thumb:hover .gallery-overlay {
	opacity: 0.9;
}
.gallery-sec .gallery-thumb .gallery-overlay .gallery-item {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery-sec .gallery-thumb .fa {
	background: #ffffff;
	border-radius: 100%;
	font-size: 24px;
	color: #222;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
}

/*--------------isotope box css--------------*/
.iso-box-section {
	width: 100%;
}
.iso-box-wrapper {
	width: 100%;
	padding: 0;
	clear: both;
	position: relative;
}
.iso-box {
	position: relative;
	min-height: 50px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
.iso-box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fluid-img {
	width: 100%;
	display: block;
}

.modal-dialog{
	text-align:center;
	max-width: 3000px;
    margin: 30px auto;
}
.modal-content{
	display:inline-block;
}

.btn{
	margin: auto;
}
/* WORKS/ BLOG SECTION
-------------------------------------------------- */

.works-sub-title{
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #5a5a5a;
	font-size: 12pt;
	line-height: 1pt;

}

.works-title{
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	text-align: center;
	color: rgba(226,0,15,1);
	font-size: 30pt;
	line-height: 20pt;

}

.blog-sec hr{
	width: 40%;
	border-color: rgba(226,0,15,1);

}


.blog-sec{
	padding-top: 10%;
	margin-bottom:0%; 
	padding-bottom: 0%;
}

.card {
    overflow: hidden;
    padding: 0;
    border: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}

.blog-sec h4{

	font-family: 'lato', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #5a5a5a;
	font-size: 12pt;
}

.blog-sec h5{
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
    text-align: center;
}

/* INSTALATIONS MACHINES
-------------------------------------------------- */
.inst-sec{
	width: 100%;
	height: 100vh;
	background-size: cover;
	background: url('../img/inst/aereal.jpg');
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inst-sec h1{
	color: white;
	font-size: 50px;
	line-height: 55px;
	padding: 0 19%;
	text-transform: uppercase;
}


.inst-sec h2{
	color: white;
	font-size: 14pt;
	font-family: 'lato', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 19pt;
	text-align: center;
	margin:auto;

}

.inst-sec hr{
	border: 1px white solid;
	width: 40%;
}




/*-------------- Gallery section  --------------*/

.gallery-sec .gallery-thumb {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.gallery-sec .gallery-thumb .gallery-overlay {
	background: rgba(226,0,15,1); /* fallback for old browsers */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery-sec .gallery-thumb:hover .gallery-overlay {
	opacity: 0.9;
}
.gallery-sec .gallery-thumb .gallery-overlay .gallery-item {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery-sec .gallery-thumb .fa {
	background: #ffffff;
	border-radius: 100%;
	font-size: 24px;
	color: #222;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
}

.gallery-sec hr{
	width: 40%;
	border-color: rgba(226,0,15,1);
	margin-bottom: 5%;
}

/*--------------isotope box css--------------*/
.iso-box-section {
	width: 100%;
}
.iso-box-wrapper {
	width: 100%;
	padding: 0;
	clear: both;
	position: relative;
}
.iso-box {
	position: relative;
	min-height: 50px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
.iso-box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fluid-img {
	width: 100%;
	display: block;
}

.modal-dialog{
	text-align:center;
	max-width: 3000px;
    margin: 30px auto;
}
.modal-content{
	display:inline-block;
}

.btn{
	margin: auto;
}

/* CONTACT SECTION
-------------------------------------------------- */
.contact-sec {
	padding-top: 10%;
}
.contact-sec h2 {

	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	text-align: left;
	color: rgba(226,0,15,1);
	font-size: 50pt;
}

.contact-sec hr{
	width: 40%;
	border-color: rgba(226,0,15,1);

}

.contact-sec{	
	width: 100%;

}


#map {
	height: 250px;
    width: 100%;

}
.map-position{
 	position: fixed;
    bottom: 0;
}

.c-1{
	margin-left: auto;
	width: 50%;
}
.c-2{
	margin-right: auto;
	width: 50%;
}
/* FOOTER SECTION
-------------------------------------------------- */
.footer-section{
	padding: 0px;
}
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 500px;
}
/*
.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}*/

.footer-left a{
	text-decoration: none;
	color: #8f9296;
}
.footer-left a:hover{
	text-decoration: none;
	color: white;
}




/* Grow  hover effect*/
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

/*BACK TO TOP*/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 999;
}

.btn-primary {
    color: rgba(226,0,15,0.8);
    background-color: none !important; 
    border: none;
}



/* RESPONSIVE CSS
-------------------------------------------------- */


 @media (max-width: 767px) {

.service-sec {
	background-image: none;
	height: auto;
	overflow: none;
}


.collapsing {
	transition-duration: 1s;
	overflow: none;
}

}
 @media (max-width: 543px) {

    .main-slider h2 {
    color: #fff;
    font-size: 25px;
    line-height: 39px;}
}

@media (max-width: 600px) {

	
	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

@media (min-width: 992px){
.navbar-toggleable-md .navbar-collapse {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
}
.carousel-mobile{
	width: 100%;
}
.vinte-mobile {
	display: none;
}
}

@media (max-width: 992px){
.about-sec {
    text-align: center !important;
	}
.about-sec img{
	width: 100%;
	margin: auto;
	}
.about-sec h2{
	text-align: center;
	margin-top:20px;
}
.about-sec hr{
	border:1px solid grey;
}

.about-sec h2 small{
	text-align: center;
}
.works-title {
    line-height: 32pt;
	}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.inst-sec h1{
	font-size: 16pt;
	line-height: 18pt;
}
.inst-sec h2{
	font-size: 12pt;
	line-height: 15pt;
}

footer img {
	margin-bottom: 20px;
	
}
.vinte-desktop {
	display: none;
}

.vinte-mobile {
	display: block;
	width: 100%;
	text-align: center;
}

}


