/* ------------------------------------------------------------------
Project: JNACHER estudio de diseño Web & Gráfico
------------------------------------------------------------------ */
/*Cookies*/
#cookie {
    position: fixed;
    padding: 5px;
    bottom: 10px;
    left: 10%;
    width: 80%;
    min-height: 80px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0.6)));
    background: -webkit-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: -o-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: -ms-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#99ffffff',GradientType=1);
    z-index: 10002;
    overflow: hidden;
    color: #000;
    bottom: 10px;
    border-radius: 15px;
	padding-bottom: 12px;
}
.cookieMessage {
    padding: 18px;
    padding-left: 65px;
	font-size: 14px;
    line-height: 1;
}
.cookieMessage p {
	font-size: 14px;
    float: left;
    padding-left: 20px;
}
.cookies-center{
	width: 70%;
	float: left;
}
.cookies-right{
	width: 30%;
	float: left;
}
@media only screen and (max-width: 768px){
	.cookies-right {
		width: 100%;
		float: left;
	}
}
svg#cookie_svg {
    position: absolute;
    width: 50px;
    left: 15px;
    top: 10px;
}
a.linkpol {
	background: transparent none repeat scroll 0 0;
    transition: all .2s linear;
    color: #858F56;
    border-color: #858F56 !important;
    border: 2px solid;
    padding: 5px 15px 5px 15px;
    position: relative;
    margin-left: 20px;
    font-weight: bold;
	cursor: pointer;
	border-radius: 0px;
	font-size: 14px;
}
a.btn.btn_cookie {
    background: transparent none repeat scroll 0 0;
    transition: all .2s linear;
    color: #858F56;
    border-color: #858F56 !important;
    border: 2px solid;
    padding: 5px 15px 5px 15px;
    position: relative;
    margin-left: 20px;
    font-weight: bold;
	cursor: pointer;
	border-radius: 0px;
	font-size: 14px;
}
a:hover.linkpol {
	background: #858F56;
	color: #FFFFFF !important;
    border-color: #858F56 !important;
	text-decoration: none;
}
a:hover.btn.btn_cookie {
    background: #858F56;
    /*border-color: ;*/
    color: #FFFFFF;
	text-decoration: none;
}
/*Cookies*/
			
/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */
/*HEADER*/
.navbar-default {
    padding: 15px 0;
}
.page-tree-bg, .page-tree-bg2 {
    padding: 0px;
}
h1.page-tree-text {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #333;
    margin: 0px;
	background-position: center 0px;
    padding: 40px 0;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    margin-bottom: 0px;
}
.top-bar.bg-dark{
    background-color: #000;
}
.float-right{
	float: right;
}
.telefono{
	font-size: 18px;
    font-weight: 600;
    color: #1C1C1C;
    padding-right: 15px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
    padding-left: 15px;
	margin-top: 10px;
	margin-left: 20px;
}
/*HEADER*/
/*PIE*/
ul.social-icons{
	padding: 0px;
	margin: 0px;
}
ul.social-icons li{
	text-decoration: none;
	list-style: none;
}
ul.social-icons li a{
	font-size: 35px;
	color: #FFFFFF;
}
ul.social-icons li a:hover{
	color: #848484;
}
.font-aviso{
	font-size: 10px !important;
    line-height: 13px;
}
p.copyright svg#brisa_x5F_logo_pie{
	position:relative;
	top:10px;
	width:100px;
	height:auto;
}
p.copyright svg#brisa_x5F_logo_pie path#logo_svg{
	fill:#ABABAB;	
}
p.copyright svg#brisa_x5F_logo_pie path{
	fill:#000000;	
}
.footer-color{
	background-color:#e5e3df;
}
.footer-social-links h4 a {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.27s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.58, 1);
}
.footer-social-links h4 a:hover {
    color: #424242;
    font-size: 11px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: none;
}
.footer-social-links h4 small {
    color: #A4A4A4;
    font-size: 8px;
}
.footer-social-links h4 a {
    color: #A4A4A4;
    font-size: 9px;
}
.copyright{
	font-size:12px;
	letter-spacing: 1px;
}
.scroll-up a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color:#ADADAD;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #FFF;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    opacity: 0.6;
    text-align: center;
    width: 40px;
}
/*FIN PIE*/
.pt-100{
	padding-top: 100px;
}
.pl-20{
	padding-left: 20px;
}
.slider-overlay, .slider-overlay-nobg {
	background: rgba(0, 0, 0, 0) url("/temas/theme-generic-brisa/img/pattern.png") repeat scroll 0 0;
}
.color_empresa span{
	color:rgba(85,85,85,1.00);
	font-size:18px;
	font-weight:600;
}
.pt-20{
	padding-top: 20px;
}
.pt-40{
	padding-top: 40px;
}
.min-height{
	min-height: 40px;
	line-height: 1;
}
.min-height-150{
	min-height: 150px;
}
.font-s-35{
	font-size: 35px;
}
.color_corporativo {
	color: #005696;
}
.p-iconos{
	padding-bottom: 35px;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
}
.navbar-brand {
	padding: 0 15px 15px !important;
}

.telefono_v_movil a{
	display: none;
}
 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.navbar-brand img {
			width:270px;
		}
		li.telefono{
			display: block;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 768px) {
		.navbar-brand img {
			width:270px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.navbar-brand img {
			width:200px;
		}
		.navbar-brand {
			padding: 5px 15px 15px !important;
		}
		li.telefono{
			display: none;
		}
		.telefono_v_movil a{
			display: block;
			position: fixed !important;
			bottom: 0px;
			z-index: 9999;
			width: 100%;
			font-size: 18px;
			font-weight: 600;
			color: #1C1C1C;
			padding-right: 15px;
			padding-top: 5px !important;
			padding-bottom: 5px !important;
			border: solid 1px #DB9600;
			padding-left: 15px;
			background-color: #DB9600;
			text-align: center;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
	
	
/*COLORES*/
.cta-bg {
    background-color: #005696;
}
.footer-col h3::first-letter {
    border-bottom: 5px solid #005696;
}
#footer {
    border-bottom: 2px solid #005696;
}
li.colorActivo a {
    color:#005696 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#005696;
}
.navbar .dropdown-menu li a:hover {
    background: #005696 none repeat scroll 0 0;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #005696;
}
.navbar .dropdown-menu {
    border-top: 2px solid #005696 !important;
}
.portfolio-filters li.active {
    background-color: #005696;
    border-color: #005696;
    color: #fff;
}
.main-flex-slider .flex-control-paging li a.flex-active {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #FFFFF;
}

::selection {
background:#FFF;
color:#005696;
}
::-moz-selection {
background:#FFF;
color:#005696;
}
::-webkit-selection {
background:#FFF;
color:#005696;
} 
a:hover {
    color: #005696;
}
.portfolio-details .flex-control-paging li a.flex-active {
    border: 2px solid #005696;
}
p.iconos a:hover i {
    color: #005696;
}
.navbar-brand {
    height: 60px;
}
.sin-padding{
	padding:0px;
}
.portfolio-thumnail{
	overflow:hidden;
	min-height:250px;
	position:relative;
}
.portfolio-thumnail a span{
	background-position:center;
	background-size:cover;
	height:300px;
	width:100%;
	float:left;
}
/*CAMBIO DE COLOR FONDO*/

/*body {
    background: #000000 none repeat scroll 0 0;
    color: #FFF;
}
.navbar-default {
    background-color: #000000;
    border-color: #000000;
	border-bottom-color:#eee !important;
    box-shadow: 0 5px 6px -6px #ccc;
    padding: 5px 0;
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
.titulo_inicio{
	color:rgba(255,255,255,1.00);
}
.services-text h4 {
    color: rgba(255,255,255,1.00);
    margin-bottom: 15px;
}*/