@font-face {
    font-family: 'articulat_cfbold', Arial, sans-serif;
    src: url('../fonts/articulatcf-bold-webfont.woff2') format('woff2'),
         url('../fonts/articulatcf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'articulat_cfextra_bold';
    src: url('../fonts/articulatcf-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/articulatcf-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  scroll-behavior: smooth;
}

body {

  background-image: url(../images/bg.png);
  background-attachment: fixed;
  font-family: 'Poppins', sans-serif;
}



.navbar {
  margin-bottom: 20px;
}


.breakqlt { 

background: url('../images/quality_brake.png') center no-repeat;
background-size: cover;
height: 382px;

 }

.breakqltmvl { 

background: url('../images/quality_brake_movil.png') center no-repeat;
background-size: cover;
height: 382px;

 }


 h2 { 
 	color:#4EB3E3; 
 	font-family: 'articulat_cfbold', Arial, sans-serif;
 	 }


 .extrabold { font-family: 'articulat_cfextra_bold', Arial, sans-serif; }	 


 .darkblue { color: #222D52; }


 .hero { 
background:url(../images/herobg.png) center no-repeat;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
font-family: 'articulat_cfbold', Arial, sans-serif;

  }


.hero a { color: #707171; }


.btn_download {
	background-color:#273157;
	border-radius:42px;
	border:2px solid #091029;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'articulat_cfbold', Arial, sans-serif;
	padding:17px 49px;
	text-decoration:none;
	text-shadow:0px 1px 0px #273157;
	margin:0 auto;
}
.btn_download:hover {
	background-color:#273157;
}
.btn_download:active {
	position:relative;
	top:1px;
}

.carousel { text-align: center; }

.carousel-control.right, .carousel-control.left { background: none; }

.carousel-control { margin-top: 15%; }

.col-centered{
    float: none;
    margin: 0 auto;
}

.footer { 
background: #17224D;
color: #fff;
padding-top: 80px;
padding-bottom: 50px;
 }

 .footer a { color: #fff; }


input,textarea { 

font-size: 14px;
font-family: 'Poppins', sans-serif;
padding: 8px 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
margin:3px 3px;
width: 100%;
 }

#button {
  display: inline-block;
  background-color: #E86F49;
  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: #E86F49;
}
#button:active {
  background-color: #E86F49;
}
#button.show {
  opacity: 1;
  visibility: visible;
}        

.topbar { 
background: #17224D;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;

 }

 .topbar img { width: 32px; }


 .navbar-gbh { 

border:none;
background: none;
font-family: 'articulat_cfextra_bold', Arial, sans-serif;


  }