body{
    background-color: #ffffff;
}

a { color: #8B0E0E;}

a:hover {
    color: #000000;
    opacity: 0.9;
}

/* header */


#locales_list {
	background: #8B0E0E none repeat scroll 0 0;
	border-radius: 0px;
	padding: 2px 10px;
	position: absolute;
	top: -2px;
	width: 60px;
	z-index: 99;
}
header {
    background-color: #fff;
}
.header-middle {
    background-color: #fff;
}
.header-middle li a {
    color: #333;
}
.header-middle .slogan h2 { color: #CCC; margin-top: 20px;
}
.header-top {
    background-color: #8B0E0E;
}
.header-top-nav li a:hover{
	color: #bfbfbf;
}
.header-top-nav > li a i {
    color: #FFFFFF;
}
.header-bottom {
	background-color: #f2f2f2;
	border-top: 1px solid #e8e8e8;
}
.slogan {
    font-weight: 100;
    color: #9f9f9f;
}
/* menu */
.nav > ul > li {
    margin: 0 4px 0 32px;
    font-size: 0.9em;
    list-style-type: square;
    color: #ccc;
}
.nav-list > li > a {
    color: #8B0E0E;
  	background-color: #f2f2f2;
}
.nav-list > li > a:hover {
    color: #000000!important;
  	background-color: #ffffff;
}

.secondary-nav h3::after {
    border-color: #8B0E0E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    content: " ";
    left: 11px;
    position: absolute;
    border-width: 5px;
    bottom: -10px;
}

.main-menu .nav > li > a{
  	border-bottom: 3px solid #f2f2f2;
}
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus, .main-menu .nav > li > a.selected {
    border-bottom: 3px solid #8B0E0E;
}

.nav-pills > li > a {
    color: #000000;
}

.nav-pills > li > a:hover {
    color: #740b0b!important;
}

.price {
    color: #343434;
}
.box-price .btn-primary {
    border: 1px solid linear-gradient(to bottom,#b43737 0%,#a02323 100%) !important;;
    border-radius: 26px;
    margin-top: 14px;
    padding: 5px 20px;
    width: 78%;
}
.box-price .btn-primary:hover {
    border: 1px solid #D43636;
    background-color: #D43636;
}
.box{
	padding: 20px 40px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
}
.btn{
  	color: #8B0E0E;
}
.btn:hover{
  	color: #000000;
}
.btn-primary {
    background-color: #8B0E0E;
    background-image: none;
    border: 1px solid #8B0E0E;
    color: #fff;
    text-shadow: none;
}
.btn-primary:hover {
    background-color: #ba1212;
    background-image: none;
    border: 1px solid #ba1212;
    color: #fff;
    text-shadow: none;
}
.secondary-nav h3 {
    background-color: #8B0E0E;
    border-bottom: 1px solid #efefef;
    border-radius: 2px 2px 0 0;
    color: #ffffff;
    font-family: "proxima_nova" !important;
    font-size: 12.5px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-top: 20px;
    padding: 8px 9px 8px 13px;
    position: relative;
    text-transform: uppercase;
}
.book-section h2, .dynamicbooks-section h2, .text-section h2, .author-section h2 {
	border-bottom: 2px solid #eee;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 29px;
	padding-bottom: 14px;
	position: relative;
}

.book-section h2::before {
	background: #8B0E0E none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	width: 45px;
}

.services-menu li a {
    color: #000;
    font-size: 12.5px;
    font-weight: normal;
}

.services-menu li a:hover {
    color: #8B0E0E;
}

.book img:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgb(139,14,14);
    -moz-box-shadow: 0px 0px 4px 0px rgb(139,14,14);
    box-shadow: 0px 1px 4px 0px rgb(139,14,14);
}
.address-areas .box {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 28px;
    margin-right: 18px;
    padding: 16px 19px 8px;
    vertical-align: top;
    width: calc(49% - 18px);
}
.address-areas .four-cols li {
    width: 100%;
}
.address-areas .box h2 {
    margin-bottom: 0;
    margin-left: 6px;
    margin-top: 4px;
}
.addresses{
    margin-top: 16px;
}
.authors-menu li a{
  	color: #000000;
  	background-color: #f2f2f2;
}
.authors-menu li a:hover{
  	color: #8B0E0E;
  	background-color: #fff;
  	border: 1px solid #d9d9d9;
}
.event-date span {
	font-size: 10px;
	line-height: 1em;
	padding-top: 1px;
	text-transform: uppercase;
	border: none;
}
.event-date {
	background-color: #8B0E0E;
  	z-index:1;
}
.single-meta li{
  	border-right: 2px solid #eee;
    display: inline-block;
    margin-left: 5px;
    margin-right: 9px;
    padding-right: 14px;
    font-size: 12px;
  	color: #8B0E0E;
}
.single-meta li span{
  	color: #000000;
}
.nav-pills.nav-stacked.search-pills > li > a.active {
	background-color: #f9f9f9;
	color: #000000;
}
.box-price .btn-primary {
	border: 1px solid #740b0b;
}
.box-price .btn-primary:hover {
	background-color: #BA1212!important;
  	opacity: 1;
}
.nav-pills.nav-stacked.search-pills > li > a:hover {
	background-color: #ffffff;
}
@media (max-width: 980px) {
  .nav-pills > li > a {
      font-size: 14px;
  }
  .slogan{
      display: none;
  }
}
@media (max-width: 768px) {
  .logo {
      width: 100%;
  }
  .logo img {
      width: 90px;
  }
  .address-areas .box {
      margin: 0 0 34px;
      width: 100%;
  }
  .address-areas .four-cols li {
    margin-left: 0 !important;
    }

}

/* Carrusel home*/
.carousel-control {
  left: 25px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  background: #8B0E0E;
  border: none;
}
.carousel-inner a{
 	color: #000000!important; 
}
.carousel-inner a:hover{
 	color: #8B0E0E!important; 
}

/* Logo responsive */
.image-logo {
	max-height: 75px;
    height: auto;
    position: absolute;
    margin: auto auto !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  	object-fit: contain;
}
.logo {
	min-height: 79px;
    position: relative;
  	width: 50%;
}


#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
#mergeRow-gdpr {margin-top: 20px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}

/* Footer suscripciones */
#boton-sub button {
	background-color: rgb(139, 14, 14); 
    color: rgb(255, 255, 255); 
    border-width: 0px; 
    padding: 10px; 
    border-radius: 5px; 
    text-align: center; 
    font-size: 18px; 
    font-weight: 600; 
    line-height: 28px;
}
#boton-sub button i {
  	color: #fff;
}