body {
	color:#666;
	background-color:#fff;
	font-family:'Roboto','Open Sans', Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:15px; 
	line-height:1.5;
	margin:0; padding:0;
}

.text-center-md {
    text-align: center !important;
    float: left !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
}

/** Colores
 **************************************************************** **/

.blanco {
	color:#FFF;
}

.naranja {
	color:#e65423;
}

/** ficha ladrillos  **/

.ficha { 
    font-size: 21px;
	font-weight:500;
	padding-top: 11px;
    padding-bottom: 11px;
	padding-right: 8px;
	padding-left: 8px;
	border-top: 1px solid rgba(86,61,124,.2);
}

.ficha-gris { 
	font-size: 13px;
	font-family: "Roboto Condensed";
    padding-top: 18px;
    padding-bottom: 16px;
	padding-right: 8px;
	padding-left: 8px;
	border-top: 1px solid rgba(86,61,124,.2);
	background-color:#EFEFEF;
}

.ficha-naranja {
    font-size: 32px;
	font-family: "Roboto Condensed";
    font-weight: 300;
	line-height: 0.7;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 38px;
    background-color: #e65423;
	min-height:136px;
}

.ficha-verde {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #4CAF50;
    /* padding-top: 11px; */
    /* padding-bottom: 11px; */
    padding-right: 8px;
    padding-left: 8px;
    border-top: 1px solid rgba(86,61,124,.2);
}

.ficha-azul {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #304695;
    /* padding-top: 11px; */
    /* padding-bottom: 11px; */
    padding-right: 8px;
    padding-left: 8px;
    border-top: 1px solid rgba(86,61,124,.2);
}

.ficha-blanca {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #FFFFFF;
    /* padding-top: 11px; */
    /* padding-bottom: 11px; */
    padding-right: 8px;
    padding-left: 8px;
    border-top: 1px solid rgba(86,61,124,.2);
}

.borde { 
	border: 1px solid rgba(86,61,124,.2);
}



/** Textos
 **************************************************************** **/
 
.texto12 {
	font-size:12px; 
	font-weight:300;
	line-height:1.5;
}

.texto16 {
	font-size:16px; 
	font-weight:300;
	line-height:1.5;
}

.texto18 {
	font-size:18px; 
	font-weight:300;
	line-height:1.5;
}

.texto20 {
	font-size:20px; 
	font-weight:400;
	line-height:1.5;
}

.texto24 {
    font-size: 24px;
	font-weight:300;
}

.texto24invertido {
    font-size: 24px;
	font-weight:300;
	background-color:#333;
	padding:6px 8px 6px 8px;
}

.texto30 {
    font-size: 30px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
}

.texto32 {
    font-size: 32px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
}

.texto36 {
    font-size: 36px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
}

.texto42 {
    font-size: 42px;
	font-weight:600;
}

.texto48 {
    font-size: 48px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
}

.texto60 {
    font-size: 60px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
	letter-spacing: -1.1px;
}
.texto90 {
    font-size: 90px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.5;
}
.texto110 {
    font-size: 110px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.5;
}


/** Headings
 **************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Roboto','Open Sans',Arial,Helvetica,sans-serif;
	font-weight:300;
	color:#414141;

	margin: 0 0 30px 0;
	line-height:1.2;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 48px;
	margin: 0 0 44px 0;
}

h2 {
	font-size: 36px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 24px;
	letter-spacing: normal;
	margin: 0 0 32px 0;
}

h4 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #e65423;
}
@media (max-width: 480px) {
	h2 {
	font-size: 22px;
	margin: 0 0 44px 0;
}

}


/** height
 **************************************************************** **/

@media (max-width: 1200px) {
    .height-450			{ height:550px !important; background-attachment:inherit }
    .height-650			{ height:550px !important; background-attachment:inherit }

}
@media (max-width: 768px) {
    .height-450			{ height:400px !important; background-attachment:inherit }
    .height-650			{ height:400px !important; background-attachment:inherit }

}
@media (max-width: 480px) {
    .height-450			{ height:250px !important; background-attachment:inherit }
    .height-650			{ height:250px !important; background-attachment:inherit }

}



/** Footer
 **************************************************************** **/
#footer {
	color: rgba(255,255,255,0.6);
	background: #313131;
	font-size:14px;
	font-weight:300;
}

/** **/

section .nav-pills>li>a, section .nav-pills>li.active>a:hover, section .nav-pills>li.active>a {
    color: #fff;
    background-color: lightgray;
}

section .nav-pills>li>a:hover, section .nav-pills>li>a:focus, section .nav-pills>li.active>a, section .nav-pills>li.active>a:hover, section .nav-pills>li.active>a:focus {
    background-color: #f07057 !important;
}

.nav-pills>li {
    margin-right: 10px;
}

/** **/

#header.transparent #topMain.nav-pills>li>a {
    color: #666666;
}

#header.transparent {
    background-color: rgba(255, 255, 255, 0.3);
}

section#slider {
    background-color: #ffffff;
}

.overgray {
  filter: gray; /* IE6-9 */
  opacity:0.5;
  -moz-filter:grayscale(100%);
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter:grayscale(100%); 
}

.overgray:hover {
  filter: none; /* IE6-9 */
  opacity:5;
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: -webkit-flex; /* For Safari */
  -webkit-justify-content: center; /* For Safari */
  -webkit-align-items: center; /* For Safari */
}

.heading-title.heading-arrow-top, .heading-title.heading-arrow-bottom {
    color: #fff;
    background-color: #ed4a21;
}

.heading-title.heading-arrow-bottom:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ed4a21;
    left: 30%;
    margin-left: -20px;
    bottom: -20px;
}


	
/* video background */
section.section-video h1 {
    font-size: 60px;
}


/* owl carousel */
.owl-theme .owl-controls .owl-buttons div {
		color:#121212;
		background: rgba(255, 255, 255, 0.50);
		border: rgba(255, 255, 255, 0.52) 1px solid;
		opacity:1;
		filter: Alpha(Opacity=100);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

/*
 * Igual altura columnas
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (min-width: 768px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}