/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/*******************************/
/* Generales */
/*******************************/
body {
	font-family: "adelle-sans",sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #222;
}

h1, h2, h3 {
	margin-top: 0;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
}

a {
	color: #D24100;
}

a:hover, a:focus {
	text-decoration: none;
	color: #0099CF;
}

.no-margin {
	margin-bottom: 0;
}

a.btn-grande {
	display: block;
	width: 80%;
	padding: 15px 0;
	margin: 30px auto 0 auto;
	border-bottom: 4px solid #9F3000;
	text-align: center;
	color: #FFF;
	background: #D24100;
}

a.btn-chico {
	display: block;
	width: 120px;
	padding: 10px 0;
	margin: 14px auto;
	border-bottom: 4px solid #9F3000;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	background: #D24100;
}

a.btn-grande:hover,
a.btn-chico:hover {
	border-bottom-color: #0078A5;
	background: #0099CF;
}


/*******************************/
/* Header */
/*******************************/
#header {
	border-bottom: 5px solid #FC0;
	background: #000;	
}

/* Logo */
#header a.logo-deho {
	display: block;
	margin: 20px auto;
	width: 120px;
	height: 80px;
	text-indent: -9999px;
	background: url(../img/comunes/logo-deho-movil.png) no-repeat center center;
}

@media (min-width: 768px) {
	#header a.logo-deho {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#header .container {
		position: relative;
	}
	#header a.logo-deho {
		position: absolute;
		z-index: 200;
		top: 15px;
		left: 15px;
		width: 180px;
		height: 120px;
		margin: 0;
		text-indent: -9999px;
		background: url(../img/comunes/logo-deho.png) no-repeat center center;
	}
}

/* Menu */
.navbar-custom {
    border-color: rgba(255,255,255,0.3) !important;
    background-color: #111;
}

.navbar-collapse {
  border-top: 1px solid #FC0 !important;
}

@media (min-width: 768px) {
	.navbar-collapse {
	  border-top: 0 !important;
	}	
}

.navbar-toggle {
	border-color: rgba(255,255,255,0.3) !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: transparent !important;
}

.navbar-nav > li > a {
  color: #FFF !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #000 !important;
	background-color: rgba(255,204,0,0.3) !important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #000 !important;
	background-color: rgba(255,204,0,1) !important;
}

.navbar-nav .open .dropdown-menu > li > a {
 	color: #FFF !important;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
	color: #000 !important;
	background-color: rgba(255,204,0,0.2) !important;
}

.navbar-nav .open .dropdown-menu > .active > a,
.navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #000 !important;
	background-color: rgba(255,204,0,1) !important;
}

@media (min-width: 768px) {
	.navbar {
	    margin-bottom:0;
		border: none;
		border-radius: 0;
		background-color: transparent !important;
	}
	.navbar-nav {
		float: right;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 100px;	
		color: #FFF !important;
	}
	.navbar-nav > li:first-child > a {
		padding-left: 0 !important;
	}
	.navbar-nav > li:last-child > a {
		padding-right: 0 !important;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #FC0 !important;
		background: none !important;
	}
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:hover,
	.navbar-nav > .active > a:focus {
		color: #FC0 !important;
		background-color: transparent !important;
	}
	.navbar-nav > li.current_page_parent > a,
	.navbar-nav > li.current-page-ancestor > a {
		color: #FC0 !important;
	}
	/**/
	.navbar-nav .dropdown-menu {
		border: 1px solid #FC0;
		border-top: 5px solid #FC0;
		background: #000;
	}
	.dropdown-menu > li > a {
		line-height: 1.7;
		color: #FFF;
	}
	.dropdown-menu > li.active > a,
	.dropdown-menu > li > a:hover {
		color: #FC0 !important;
		background: none !important;
	}
	/**/
	.collapse.navbar-collapse {
		margin-left: -15px !important;
		margin-right: -15px;
		padding: 0;
	}
	/**/
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FC0 !important;
		background-color: transparent !important;
	}
	.navbar-nav .open .dropdown-menu > .active > a,
	.navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-nav .open .dropdown-menu > .current-page-ancestor > a,
	.navbar-nav .open .dropdown-menu > .current-page-ancestor > a:hover,
	.navbar-nav .open .dropdown-menu > .current-page-ancestor > a:focus {
		color: #FC0 !important;
		background-color: transparent !important;
	}
}


/*******************************/
/* Header bottom */
/*******************************/
#header-bottom {
	background: #FFF;
}

/* Siguenos */
#header-bottom ul.siguenos {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #EEE;
}

#header-bottom ul.siguenos li {
	display: inline-block;
	line-height: 50px;
	font-size: 12px;
}

#header-bottom ul.siguenos li.link-ico {
	margin-left: 4px;
}

#header-bottom ul.siguenos li.link-texto a {
	margin-left: 15px;
	padding-left: 15px;
	font-size: 14px;
	border-left: 1px solid #EEE;
}

#header-bottom ul.siguenos li.link-texto:first-child a {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}


/*******************************/
/* Middle */
/*******************************/
#middle {}

#middle-interior {
	padding-top: 30px;
	padding-bottom: 220px;
	background: url(../img/comunes/fondo-middle-interiores.jpg) no-repeat left bottom;
}	

@media (min-width: 992px) {
	#middle-interior {
		padding-top: 60px;
		padding-bottom: 250px;
	}
}

@media (min-width: 992px) {
	#middle-interior {
		background-position: center bottom;	
	}
}


/*******************************/
/* Sidebar */
/*******************************/
#sidebar {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEE;
}

@media (min-width: 992px) {
	#sidebar {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
}

#sidebar ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
			border-radius: 4px;
	border: 1px solid #DDD;
}

#sidebar ul.menu > li { border-top: 1px solid #DDD; }
#sidebar ul.menu > li:first-child { border-top: none; }
#sidebar ul.menu > li a { display: block; padding: 10px 8px; }
#sidebar ul.menu > li a:hover,
#sidebar ul.menu > li.active,
#sidebar ul.menu > li.current_page_item,
#sidebar ul.menu > li.current-menu-ancestor,
#sidebar ul.menu > li.current_page_ancestor { background: #F6F6F6; }
#sidebar ul.menu > li.active a,
#sidebar ul.menu > li.current_page_item a,
#sidebar ul.menu > li.current-menu-ancestor a,
#sidebar ul.menu > li.current_page_ancestor > a { color: #222; pointer-events: none; cursor: default; }

#sidebar ul.menu li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #DDD;
	background: #FFF;
}

#sidebar ul.menu li > ul li { border-top: 1px solid #DDD; }
#sidebar ul.menu li > ul li:first-child { border-top: none; }
#sidebar ul.menu li > ul li a { padding: 5px 15px; font-size: 13px; color: #D24100 !important; }
#sidebar ul.menu li > ul li a:hover { color: #0099CF !important; background: rgba(0,0,0,0.015); }
#sidebar ul.menu li > ul li.active,
#sidebar ul.menu li > ul li.current_page_item { background: rgba(0,0,0,0.015); }
#sidebar ul.menu li > ul li.active a,
#sidebar ul.menu li > ul li.current_page_item a { color: #222 !important; }
#sidebar ul.menu li > ul li.active a:hover,
#sidebar ul.menu li > ul li.current_page_item a:hover { background: none; }


/*******************************/
/* Descargas */
/*******************************/
#sidebar > #descargas,
#sidebar-contenedor > #descargas {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 2px solid #FC0;
}

#sidebar > #descargas ul,
#sidebar-contenedor > #descargas ul {
	margin: 0;
	padding: 0;
}

#sidebar > #descargas ul li,
#sidebar-contenedor > #descargas ul li {
	margin-bottom: 10px;
	line-height: 150%;
	border-bottom: 1px solid #DDD;
}

#sidebar > #descargas ul li:last-child,
#sidebar-contenedor > #descargas ul li:last-child {
	margin: 0;
	border: 0;
}


/*******************************/
/* Footer */
/*******************************/
#footer {
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 100;
	font-style: normal;
	color: #FFF;
	background-color: #26379D;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FC0;
}

/* Datos contacto */
#footer .datos-contacto dl {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 0;
	font-size: 12px;
}

@media (min-width: 768px) {
	#footer .datos-contacto dl {
		max-width: 100%;
	}	
}

#footer .datos-contacto dl dt {
	float: left;
	width: 60px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	background-color: #FC0;
}

#footer .datos-contacto dl dd {
	margin-bottom: 20px;
	padding-left: 70px;
}

/* Siguenos */
#footer ul.siguenos {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 992px) {
	#footer ul.siguenos {
		margin: 0;
	}	
}

#footer ul.siguenos li {
	display: inline-block;
	font-size: 12px;
}

#footer ul.siguenos li.link-ico {
	margin-left: 4px;
}

#footer ul.siguenos li.link-texto a {
	margin-left: 15px;
	padding-left: 15px;
	font-size: 12px;
	border-left: 1px solid rgba(255,255,255,0.12);
}

#footer ul.siguenos.links {
	margin-top: 20px;
}

/* Mapa sitio */
#footer .mapa-sitio {
	margin-top: 10px;
	padding-top: 35px;
	border-top: 1px solid rgba(255,255,255,0.12);
}

#footer .mapa-sitio ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer .mapa-sitio ul > li {
	margin-bottom: 10px;
}

#footer .mapa-sitio ul > li:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	#footer .mapa-sitio ul > li {
		margin-bottom: 0;
	}
}

#footer .mapa-sitio ul > li.current-page-ancestor a,
#footer .mapa-sitio ul > li.current-menu-item a {
	color: #FC0 !important;
}

#footer .mapa-sitio > ul > li > a {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	line-height: 100%;
}


/*******************************/
/* Footer bottom */
/*******************************/
#footer-bottom {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
}

#footer-bottom .copy,
#footer-bottom .aviso-privacidad,
#footer-bottom .creditos {
	text-align: center;
}

@media (min-width: 768px) {
	#footer-bottom .copy {
		text-align: left;
	}
	#footer-bottom .aviso-privacidad {
		text-align: center;
	}
	#footer-bottom .creditos {
		text-align: right;
	}
}


/*******************************/
/* Blog */
/*******************************/
#sidebar-blog {
	margin: 0;
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
			border-radius: 4px;
	border: 1px solid #DDD;
	background: rgba(0,0,0,0.015);
}

@media (min-width: 992px) {
	#sidebar-blog {
		margin-top: 0;
	}
}

#sidebar-blog #secondary {
	padding: 15px;
}

#sidebar-blog .screen-reader-text {
	display: none;
}

#sidebar-blog h4 {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
}

#sidebar-blog h4:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

#sidebar-blog ul {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
}

#sidebar-blog ul li {
	padding: 4px 15px;
	background: url(../img/comunes/vineta-roja.png) no-repeat left center;
}

#contenido-blog article {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#contenido-blog article img {
	display: block;
	margin: 30px auto;
	padding: 4px;
	max-width: 96%;
	height: auto;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
			border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #FFF;
}

#contenido-blog article .entry-meta {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666;
}

#contenido-blog article .entry-footer {
	margin-top: 30px;
	padding: 3px 7px;
	font-size: 12px;
	color: #666;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
			border-radius: 2px;
	background-color: rgba(0,0,0,0.03);
}

#comments {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 20px;
	list-style-type: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
			border-radius: 4px;
	border: 1px solid #DDD;
	background: rgba(0,0,0,0.015);
}

#comments .comment-notes {
	margin-bottom: 30px;
}

#comments .form-allowed-tags {
	margin-top: 30px;
	font-size: 12px;
	color: #666;
}

#comments #comment {
	width: 100%;
}

#comments #submit {
	display: block;
	width: 70%;
	padding: 15px 0;
	margin: 30px auto 0 auto;
	border: 0;
	border-bottom: 4px solid #9F3000;
	text-align: center;
	color: #FFF;
	background: #D24100;
}

#comments #submit:hover {
	border-bottom-color: #0078A5;
	background: #0099CF;
}


/*******************************/
/* Contacto */
/*******************************/

/* Forma */
.forma {
  margin-bottom: 0 !important;
}

.forma label {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}

.forma .form-group {
  margin-bottom: 10px;
}

.forma input.form-control {
  height: 42px;
  line-height: 30px;
  padding: 11px;
  border: 1px #DDD solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.forma textarea {
  border: 1px #DDD solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.forma .btn-enviar {
	display: block;
	width: 100%;
	padding: 15px 0;
	margin: 30px auto 20px auto;
	border: 0;
	border-bottom: 4px solid #9F3000;
	text-align: center;
	color: #FFF;
	background: #D24100;
}

.forma .btn-enviar:hover {
	border-bottom-color: #0078A5;
	background: #0099CF;
}

/* CF7 */
div.wpcf7-response-output {
  margin: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  background: #F00;
}

span.wpcf7-not-valid-tip {
  font-size: 11px;
  font-style: italic;
}

div.wpcf7-validation-errors {
    border: 2px solid #FAEBCC;
    background: #FCF8E3;
    color: #8A6D3B;
    font-size: 16px;
    line-height: 140%;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 10px !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #D6E9C6;
    color: #3C763D;
    background: #DFF0D8;
}

/* Direccion */
.contacto-direccion h4 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-weight: 600;
	background: #FC0;
}




/*************************************************************/
/* Small devices (tablets, 480px and up) */
/*************************************************************/
@media (min-width: 480px) {}


/*************************************************************/
/* Small devices (tablets, 768px and up) */
/*************************************************************/
@media (min-width: 768px) {}


/*************************************************************/
/* Medium devices (desktops, 992px and up) */
/*************************************************************/
@media (min-width: 992px) {}


/*************************************************************/
/* Large devices (large desktops, 1200px and up) */
/*************************************************************/
@media (min-width: 1200px) {}