/*--------------------------
	COLORES
----------------------------*/

/*	#ff6f05;		/* Naranja logo */
/*	#222;			/* Negro logo */

body {
	font-size: 16px;
}

.btn-primary {
	background-color: #ff6f05;		/* Naranja logo */
}

.btn-primary.off-canvas-toggle {
	background-color: #fff;
}

.article-content p {
	text-align: justify;
}

/*--------------------------
	LOGO
----------------------------*/

.logo {
	padding: 10px;
}

/*--------------------------
	MAIN MENU
----------------------------*/

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
	padding: 45px 10px;
}


/*--------------------------
	ESLOGAN
----------------------------*/
/*
.cd-words-wrapper {
	width: 220px !important;
}
*/

/*--------------------------
	ARTICULOS
----------------------------*/

.breadcrumb {
	display: none;
}

.article-content img {
	width: auto;
}

.bajo-foto {
	font-size: 14px;
	font-weight: bold;
}

.contact {
	margin-bottom: 0px;
}

.customcalendario {
	margin: 10px 0 50px 0;
}

.customcalendario img {
	width: 100%;
	height: auto;
}

.uk-dotnav > * > * {
	width: 14px !important;
	height: 14px !important;
}

/*--------------------------
	CONTACTO
----------------------------*/

.contact .plain-style .inner h3 {
	padding: 10px 0 0 0;
}

.jb-contact-box .subtitle {
	font-weight: bold;
	color: #777;
	line-height: 22px;
}

.jb-contact-box p {
	line-height: 22px;
	margin: 0 0 20px;
}

.square-service {
	padding: 0;
}

.square-service a {
	color: #000;
}


/*--------------------------
	PIE
----------------------------*/

.menu-pie.nav > li > a {
	padding: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.t3-footnav .t3-module ul.menu-pie > li > a {
	color: #F6F6F6;
	font-weight: 400;
}

.menu-pie.nav-pills > li > a {
	border-radius: 0px;
}

.menu-pie.nav-pills > li.active > a {
	background: none;
	color: #ff6f05 !important;		/* Naranja logo */
}

.menu-pie.nav > li > a:hover, .menu-pie.nav > li > a:focus {
	background: none;
	color: #999 !important;
}

/*--------------------------
	LOADER
----------------------------*/

/*

#loader {
    background-color: #fff;
    display: table;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}
.loader-container {
    display: table-cell;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 12;
}
#preloader_1 {
    margin: auto;
    position: relative;
    width: 100px;
}
#preloader_1 span {
    animation: 1.5s ease-in-out 0s normal none infinite running preloader_1;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 5px;
    position: absolute;
    width: 9px;
}
#preloader_1 span:nth-child(2) {
    animation-delay: 0.2s;
    left: 11px;
}
#preloader_1 span:nth-child(3) {
    animation-delay: 0.4s;
    left: 22px;
}
#preloader_1 span:nth-child(4) {
    animation-delay: 0.6s;
    left: 33px;
}
#preloader_1 span:nth-child(5) {
    animation-delay: 0.8s;
    left: 44px;
}
@keyframes preloader_1 {
0% {
    background: rgba(23, 223, 190, 1) none repeat scroll 0 0;
    height: 5px;
    transform: translateY(0px);
}
25% {
    background: rgba(21, 218, 192, 1) none repeat scroll 0 0;
    height: 30px;
    transform: translateY(15px);
}
50% {
    background: rgba(13, 200, 203, 1) none repeat scroll 0 0;
    height: 5px;
    transform: translateY(0px);
}
100% {
    background: rgba(6, 180, 215, 1) none repeat scroll 0 0;
    height: 5px;
    transform: translateY(0px);
}

*/