:/*Fonts*/

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Bold.woff2') format('woff2'),
         url('../fonts/Oswald-Bold.woff') format('woff'),
         url('../fonts/Oswald-Bold.ttf') format('truetype'),
         url('../fonts/Oswald-Bold.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Light.woff2') format('woff2'),
         url('../fonts/Oswald-Light.woff') format('woff'),
         url('../fonts/Oswald-Light.ttf') format('truetype'),
         url('../fonts/Oswald-Light.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Regular.woff2') format('woff2'),
         url('../fonts/Oswald-Regular.woff') format('woff'),
         url('../fonts/Oswald-Regular.ttf') format('truetype'),
         url('../fonts/Oswald-Regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
	font-size: 31px;
}
h1, h2, h3, h4 {
	font-family: 'oswaldbold'!important;
    font-weight: normal;
    font-style: normal;
	margin-top: 25px;
    margin-bottom: 25px;
	}
h3, h4, .h3 {
    color: #666 !important;
}
h4 {
	font-size: 24px;
}

p {
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 1em;
    color: #666;
	text-align: justify;
}
a:hover {
	text-decoration: none;
}
a:focus {
    outline: transparent;
    outline-offset: 0;
}

/*main*/

#r-principal {
	padding: 20px 0;
}
.header {
    background-color: #fff;
}
.top-header-row {
	background: #262626;
}

.main-nav-row, .main-nav-row .item-inner-main-nav .dropdown-menu {
	background: #F7B100;
	background: -moz-linear-gradient(top, #FFE600 0%, #F7B100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE600), color-stop(100%,#F7B100));
	background: -webkit-linear-gradient(top, #FFE600 0%,#F7B100 100%);
	background: -o-linear-gradient(top, #FFE600 0%,#F7B100 100%);
	background: -ms-linear-gradient(top, #FFE600 0%,#F7B100 100%);
	background: linear-gradient(to bottom, #FFE600 0%,#F7B100 100%);
}
.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #262626;
}
.dropdown-menu li a {
	border-bottom: solid 1px #262626;
	border-right: none;
}
.main-nav-row a, .social-media-text-top-header {
	color: #fff;
} 

.main-nav-row .item-inner-main-nav a {
	color: #262626;
}
.main-nav-row .item-inner-main-nav a {
	font-size: 16px;
	border-right: solid 1px #262626;
}
.fa-google-plus {
	display: none;
}
.main-nav-row .item-inner-main-nav a:hover, .main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
	background-color: transparent;
	color: #fff;
} 

.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
	color: #FBD731;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}
.top-header-row a:hover, .top-header-row a:active {
	text-decoration: none;
	color: #FBD731;
}
.col-links-inner-top-header {
    font-size: 12px;
    margin-top: 4px;
}
.col-links-inner-top-header > .pull-right {
    float: left!important;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
/*Botones*/
.btn-default, .btn-primary {
	color: #262626;
	background: #FBD731;
	border-color: #ccc;
	    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover, .btn-default:focus, .btn-primary:hover, .btn-primary:focus {
	background: #F7B100;
	color: #262626;
	border-color: #ccc;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumbnail .caption {
    color: #262626;
    text-align: center;
}

.pasiones {
	margin-bottom: 35px;
	padding-top: 25px;
	border: #EAE9E8 thin solid;
    text-align: center;
}
.titulo_pasion {
	margin: 20px 0;
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #666;
}
a:hover .pasiones {
    background: #FBD731;
}
a:hover .titulo_pasion {
	color: #262626;
}
@media (min-width: 768px) {
	.container-item {
		height: 255px !important;
	}
}
@media (max-width: 768px) {
	#r-principal {
    	padding: 20px;
	}
	p {
		margin-top: 10px;
	}
	.container-item .item-segmentation-img {
		border: none !important;
	}
}