@font-face {
  font-family: Rustica;
  src: url(/fonts/dhsequipos/rustica-regular.otf);
}
@font-face {
  font-family: Rustica;
  src: url(/fonts/dhsequipos/rustica-medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Rustica;
  src: url(/fonts/dhsequipos/rustica-bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Rustica;
  src: url(/fonts/dhsequipos/rustica-black.otf);
  font-weight: 900;
}
@font-face {
  font-family: Aceh;
  src: url(/fonts/yellowline/aceh-regular.otf);
}
@font-face {
  font-family: Aceh;
  src: url(/fonts/yellowline/aceh-light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Aceh;
  src: url(/fonts/yellowline/aceh-medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Aceh;
  src: url(/fonts/yellowline/aceh-bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: TCCM;
  src: url(/fonts/tccm.ttf);
}

body {
	font-family: TCCM,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.DHSEquipos {
    font-family: Rustica,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.YellowLine {
    font-family: Aceh,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.MirandaConsulting {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-fixed-top + section{
	padding-top: 70px;
}
.appear{
	visibility: hidden;
}
.animated{
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.h1{font-size: 30px}
h3{font-size: 30px;font-weight: 300}

.navbar{
	padding: 10px 0;
	border: none;
	-webkit-transition: padding ease-in-out 0.2s;
    transition: padding ease-in-out 0.2s;
}
.navbar-brand img{
	max-height: 70px;
}
.navbar.affix{
	padding: 0;
}
.navbar-nav > li > a{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-nav .dropdown-submenu .dropdown-menu{
	left: 0;
	top: 100%;
	border: none;
	background-color: #f5f5f5;
	min-width: 220px;
}

.intro{
	background: url(../images/intro.jpg) #126da7 center top no-repeat;
	background-size: cover;	
}
.intro > div{
	padding: 7% 0px;
	background-color: #126da7;
	background-color: rgba(18, 109, 167, 0.75);
}

.phone-img{
	margin: 40px auto;
	max-width: 420px;
}

.m-b-xl {
    margin-bottom: 0px;
}
.m-t-xl {
    margin-top: 0px;
}
.text-u-l {
    text-decoration: none;
    color: #fff;
}
.m-b {
    margin-bottom: 5px;
}
.m-t {
    margin-top: 5px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 10px;
}
.wrapper {
    padding: 3px;
}
.alert {
    padding: 1px;
    margin-bottom: 1px;
}
.alert-error{
    color: #1aad87;
}

.navbar-fixed-top + section {
    padding-top: 50px !important;
}
.navbar {
    padding: 0px 0 !important;
    border-bottom:1px solid #eee;
}
.checkbox label label {
    padding: 10px 0;
}
/*phone*/
@media (max-width: 767px) {
	.navbar-fixed-top + section{
		padding-top: 50px;
	}
	.navbar.affix-top{
		padding: 0;
	}
	.navbar-brand{
		float: left !important;
	}
	.h1{font-size: 20px}
}

