/* GLOBALES */

.m-t-75{
	margin-top: 75px;
}

.m-b-10{
	margin-bottom: 10px;
}
.m-b-20{
	margin-bottom: 20px;
}

.p-r-30{
	padding-right: 30px;
}

h3.title{
	margin-bottom: 60px;
	font-size: 35px;
}

.btn-primary {
    color: #fff;
    background-color: #18ba9b;
    border-color: #18ba9b;
}

.btn-primary:hover {
    color: #18ba9b;
    background-color: transparent;
    border-color: #204d74;
}


#body-gray{
  background:#dedede;  
}

/* INICIO */

.parallax-counter-v4 {
  /* The image used */
  background-image: url("../img/bg/19.jpg");

  /* Set a specific height */
  height: 330px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
}

/* CONTACTO */

@media (min-width: 768px){
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: left;
	}	
}


.first-slide{
  width: 100%;
}
