body{
    font-family: 'Aller-Light','Work Sans', sans-serif;
    color: #4d4d4d;
    font-size:13px;
}
body.bgval{
	background:#bebebe;
	background: -webkit-gradient(linear, top, bottom, color-stop(5%,#bebebe), color-stop(50%,#f3f3f3), color-stop(95%,#bebebe)); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(top, #bebebe 5%,#f3f3f3 50%,#bebebe 95%); /* FF3.6+ */
	background: -o-linear-gradient(top, #bebebe 5%,#f3f3f3 50%,#bebebe 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bebebe 5%,#f3f3f3 50%,#bebebe 95%); /* IE10+ */
	background: -webkit-linear-gradient(top, #bebebe 5%,#f3f3f3 50%,#bebebe 95%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(0deg, #bebebe 5%, #f3f3f3 50%, #bebebe 95%); /* W3C */
}
.container {
    max-width: 1260px;
    background:#fff;
}
.headertop{
	background-color:#c20a1d;
	color:#FFFFFF;
}
h1,h2,h3 {
    font-family: 'Aller-Regular','Work Sans', sans-serif;
}
h1{
	font-size:22px;
}
h2{
	font-size:17px;
}
h3{
	font-size:17px;
}
a{
    color: #000;
    cursor: pointer;
}

b, strong {
	font-weight: bold;
}

a:focus, input:focus, button:focus, select:focus{
    outline: none;
    box-shadow: none ;
    color:#000;
}
a:hover{
    color:#000;
    text-decoration:none;
}

.topmenu {
  background-color: #c9c9c9;
  font-family: 'Aller-Regular','Work Sans', sans-serif;
  font-size: 13px;
  font-weight:500;
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#4d4d4d;
    text-decoration:none;
    font-weight:600;
}

.blog-header {
    line-height: 1;
    border-bottom: 0
  }
  
  .blog-header-logo {
    font-size: 2.25rem;
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  
  .display-4 {
    font-size: 2.5rem;
  }
  @media (min-width: 768px) {
    .display-4 {
      font-size: 3rem;
    }
  }
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
  }
  
  .card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
  }
  
  .flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .h-250 { height: 250px; }
  @media (min-width: 768px) {
    .h-md-250 { height: 250px; }
  }
  
  /*
   * Blog name and description
   */
  .blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
  }
  .blog-description {
    font-size: 1.1rem;
    color: #999;
  }
  
  @media (min-width: 40em) {
    .blog-title {
      font-size: 3.5rem;
    }
  }
  
  /* Pagination */
  .blog-pagination {
    margin-bottom: 4rem;
  }
  .blog-pagination > .btn {
    border-radius: 2rem;
  }
  
  /*
   * Blog posts
   */
  .blog-post {
    margin-bottom: 4rem;
  }
  .blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
  }
  .blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
  }
  
  /*
   * Footer
   */
  .blog-footer {
    background: #c20a1d;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .blog-footer p:last-child {
    margin-bottom: 0;
  }
  

  @media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: 100%;
            left: 0;
            text-align: center;
        }
    }

    
.htabs nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.htabs nav > div a.nav-item.nav-link
{
  	border: none;
    padding: 18px 25px;
    color: black;
    background: lightgray;
    border-radius:0;
	font-weight: 800;
}

.htabs nav > div a.nav-item.nav-link.active {
	border: none;
    padding: 18px 25px;
    color: black;
    background: white;;
    border-radius:0;
	font-weight: 800;
}

.htabs nav > div a.nav-item.nav-link.active:after
 {
 	/*)
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #c20a1d ;
  */
}
.htabs .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #c20a1d;
    border-bottom:5px solid #c20a1d;
    padding:30px 25px;
}

.htabs nav > div a.nav-item.nav-link:hover,
.htabs nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #c20a1d;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
/* MESSAGES
*******************************************************************************/
.error,
a.error span,
.validation-advice	  { color:#D40707 !important; font-style:bold !important; }
.notice				 { color:#ea7601}
.flashmessages ul			{ border:0 !important; }
.flashmessages li {
	min-height:23px !important;
	margin-bottom:11px !important;
	padding:8px 8px 2px 32px !important;
	font-size:.95em !important;
	font-weight:bold !important;
	list-style:none;
	}
.flashmessages ul li {
	margin:0 0 3px 0 !important;
	border:0 !important;
	padding:0 !important;
	}
.flashmessages_content{
  padding: 10px 30px;
}
.flashmessages{
  padding: 0px 0px 0px 0px;
}
.error-msg {
	border:1px solid #f16048 !important;
	color:#df280a !important;
	background:#faebe7 url(../img/error_msg_icon.gif) no-repeat 10px 10px !important;
	}
.success-msg {
	border:1px solid #95a486 !important;
	color:#3d6611 !important;
	background:#eff5ea url(../img/success_msg_icon.gif) no-repeat 10px 10px !important;
	}

.error-msg li{
    padding-left: 30px
}
.error-msg ul{
   margin: 0; padding: 0; border: 0;list-style: none;
}
.notice-msg {
	border:1px solid #ffd967 !important;
	background:#fffbf0 url(../img/note_msg_icon.gif) no-repeat 10px 10px !important;
	color:#3d6611 !important;
	}
.warning-msg {
	border:1px solid #666e73 !important;
	background:#e6e6e6 url(../img/warning_msg_icon.gif) no-repeat 10px 10px !important;
	color:#000000 !important;
	}
#flashMessages{
    clear: left;
    clear:both;
    height: auto;
	}

 /*fin MESSAGES*/
 .post-content {
	position: relative;
}
.hf-post .post-content img.img-right{
	margin: 0 0 20px 20px;
	float: right;
}
.hf-post .post-content img.img-left{
	margin: 0 20px 20px 0;
	float: left;
}
.hf-post {
	background: white;
	border-bottom: 1px solid #ccc;
	padding: 35px 30px;
	position: relative;
}
.hf-post .tags {
	text-align: center;
	font-size: 11px;
	font-family: 'Europa-Bold';
}
.hf-post .tags ul {
	padding: 0
}
.hf-post .tags ul li {
	color: #b9a398;
	display: inline;
	letter-spacing: 1px;
	list-style: none;
	text-transform: uppercase;
}
.post-content .grey-button {
	letter-spacing: 1px;
}
.hf-post .title-post {
    text-align: center;
	min-height: 60px;
}
.hf-post .title-post h2{
	font-family: 'ChronicleTextG1-Roman';
}
.hf-post .title-post .data {
	font-size: 12px;
}
.hf-post .post-content img, .hf-post .post-content .more-content {
	display: block;
	margin: 0 auto;
}
.hf-post .post-content p {
    font-size: 14px;
    padding: 15px 0;
}
.hf-post .social-post {
	text-align: right;
	padding-top: 5px;
}

.social-post.inside {
	/* bottom: -59px !important;
	position: absolute !important;
	right: 0; */
}
 @media (min-width: 300px) and (max-width: 767px) {
.hf-post .social-post {
	float: none;
	margin: 0 auto;
	margin-left: 22%;
}
}
.hf-post .social-post a {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-left: 2px;
	border-radius: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.hf-post .social-post a:hover {
	background: #343434;
}
.hf-post .social-post ul li {
	display: inline;
	list-style: none;
}








.obligatorio { color: red; }
.text-white.mx-1:first-child {  padding-right: 10px !important; border-right: 1px solid white !important; }
.text-white.mx-1:nth-child(2n) {  padding-right: 10px !important; border-right: 1px solid white !important; }
.white-separator { color: white; vertical-align: -webkit-baseline-middle; }
.nav-item.active a { border-bottom: 3px solid #c20a1d; }

.home h1 { font-weight: 800; }
.home p { text-align: justify; }
#nav-tabContent .tab-pane { padding: 25px; }

.zona_header_contacto { padding: 20px; background: #eae9e9; }


.zona_title { padding-top: 30px; }
.zona_subtitulo { font-weight: bold; color: #C40213; }
.zona_paginacion { margin: 50px; }
.container_producto { margin-top: 50px; margin-bottom: 50px; width: 90%; }




.col-xs-12 { margin-bottom: 20px; }

.menu_language_mobile { display: none; }

.name_section_productos { margin-left: 10px; margin-bottom: 10px; }
.menu_productos_final { margin-bottom: 90px; }
.responsive_block_home img { width: 100%; }

@media only screen and (max-width: 700px) {

	.navbar-nav li.separator { display: none !important; }
	.img-responsive img { width: 100% !important; height: auto !important; }
	.responsive_block_home img { width: 100% !important; height: auto !important; }
	.col-xs-12 { width: 100% !important; }
	.col-xs-12 img { width: 100% !important; }
	.hf-contact .col-xs-12 { margin-top: 18px !important; margin-bottom: 0px !important; }
	
	.menu_productos_final .toggle:hover { background: #c9c9c9 !important; }
	.menu_productos_final nav ul li ul li .toggle, .menu_productos_final nav ul ul a { background: #c9c9c9 !important; }
	ul.submenu { border-bottom: 1px solid black;  border-top: 1px solid black;}
	
	.menu_language_mobile { display: block; }
	
	.name_section_productos { margin-left: 0px; margin-bottom: 0px; }
	.menu_productos_final { margin-bottom: 30px; }
	
}


























/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

.toggle,
[id^=drop] {
	display: none;
}

.menu_productos_final a { font-size: 90% !important; color: black !important; font-weight: bold; }


/* Giving a background-color to the nav container. */
.menu_productos_final nav { 
	margin:0;
	padding: 0;
	background-color: #c9c9c9;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

.menu_productos_final nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
.menu_productos_final nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
.menu_productos_final nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #c9c9c9;
}

.menu_productos_final nav ul li a.active {
	background-color: black !important;
	color: white !important;
	border-bottom: 3px solid #c20a1d;
}

/* Styling the links */
.menu_productos_final nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}

.menu_productos_final nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
.menu_productos_final nav a:hover { 
	background-color: #000000;
	color: white !important; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
.menu_productos_final nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 45px; 
}
	
/* Display Dropdowns on Hover */
.menu_productos_final nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.menu_productos_final nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
.menu_productos_final nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
.menu_productos_final li > a:after { content:  ' +'; }
.menu_productos_final li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	.menu_productos_final nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.menu_productos_final .toggle + a,
	.menu_productos_final .menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.menu_productos_final .toggle {
		display: block;
		background-color: #c9c9c9;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
		    color: black;
    font-size: 90%;
    font-weight: bold;
	}

	.menu_productos_final .toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	.menu_productos_final [id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	.menu_productos_final nav ul li {
		display: block;
		width: 100%;
		}

	.menu_productos_final nav ul ul .toggle,
	.menu_productos_final nav ul ul a {
		padding: 0 40px;
	}

	.menu_productos_final nav ul ul ul a {
		padding: 0 80px;
	}

	.menu_productos_final nav a:hover,
 	.menu_productos_final nav ul ul ul a {
		background-color: #000000;
	}
  
	.menu_productos_final nav ul li ul li .toggle,
	.menu_productos_final nav ul ul a,
  	.menu_productos_final nav ul ul ul a {
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
    
	.menu_productos_final nav ul li ul li .toggle,
	.menu_productos_final nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	.menu_productos_final nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	.menu_productos_final nav ul ul li:hover > ul,
	.menu_productos_final nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	.menu_productos_final nav ul ul li {
		display: block;
		width: 100%;
	}

	.menu_productos_final nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	.menu_productos_final nav ul li {
		display:block;
		width: 94%;
	}

}


/******************************COOKIES***************************************/


@media(min-width:481px){
    #idxrcookies #bottom{
        z-index: 8005;
        
        text-align: justify;
        font-size: 13px;
        position: fixed;
        
        padding: 5px 30px;
		max-width: 700px;
		bottom: 2em;
		right: 1em;
    }
   
}

@media(max-width:480px){
    #idxrcookies #bottom {
        z-index: 8005;
        width: 100%;
        text-align: justify;
        color: #fff;
        font-size: 13px;
        position: fixed;
        padding: 5px 10px;
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
        bottom: 0;
    }
}

#idxrcookies #cookies{
    border-bottom: 1px dotted #fff;
    color: #fff;
    clear: both!important;
    display: block;
}
#modal_cookies .nav-link:hover,#modal_cookies .nav-link:focus,#modal_cookies .nav-link {
	color: #333;
	border: 3px solid #fff;
	border-radius: 0;
	font-weight: bold;
	min-height: 50px;
}
#modal_cookies  .nav-pills .nav-link.active {
	color: #fff;
	background-color: #333!important;
  }

#idxrcookies #bottom{
	background: white; background-color: #f7f7f7; color: black;  box-shadow: 0 15px 16px 0 rgba(0,0,0,0.3);z-index: 1040;
}
#idxrcookies.hide{
	opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.dlxctab-content input[type="checkbox"]:disabled {
    cursor:not-allowed !important;
}
#cookieModalBody ul{
    padding: 0;
    margin: 0;
    list-style: none;

}
.cookie-content-title{
    font-size:17px;
    color:#4b4b4b;
    font-weight: 900;
    border-bottom:1px solid #e5e2e2;
}
.cookie-content-subtitle {
    font-size: 14px;
    color: #4b4b4b;
    font-weight: 900;
    border-bottom: 1px solid #e5e2e2;
}
#cookiesConf, #close_manage_cookie,#idxrcookiesKO{
  color: #c20a1d;
  border-color: #c20a1d;
  background-color: #FFFFFF;
  border-radius: 0;
}
#save_manage_cookie, #idxrcookiesOK{
  background-color: #c20a1d;
  border-color: #c20a1d;
  color: #FFFFFF;
  border-radius: 0;
}
.linkcookie{
  color: #c20a1d;
  font-weight: bold;
  text-decoration: underline;
}
  /***************************//*COOKIES**************************************/
