/*Interior-Contenido-IZQ*/

	/* -> Columna Izquierda-Acordeon <- */
	
@media all and (max-width:991px) and (min-width:768px){
.ac-label, .ac-text, .ac-sub-text, .ac-input {
	font-size: 0.9rem;
}
}
.ac-label {
	position: relative;
	display: block;
	cursor: pointer;
	background-color: #fff;
	color: rgb(66, 66, 65);
	font-size: 1.02rem;
	margin-top: -6px;
}
a:link {
}
.ac-input:checked + label, .ac-label:hover {
	background-color: #fff;
	color:#b30033;
}
.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  font-family: 'Open Sans', sans-serif;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  text-align: right;
  background-color: #fff;
  transition: background-color .15s ease-in-out;
}
.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #fff;
  color:#b30033;
}
.ac-input:checked + .ac-label:after {
  content: "-";
  font-family: 'Open Sans', sans-serif;
}
.ac-input {
  display: none;
}
.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}
.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}
.ac-sub .ac-label {
	background: none;
	padding: .5em 2em;
	margin-bottom: 0;
}
.ac-sub .ac-label:checked {
	background: none;
}
.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}
.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}
.ac-sub-text {
  padding: 0 1em 0 2em;
}
/****************************************
   MENU NIVEL 1
*****************************************/
.ac-menu{
 font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
}
.ac-menu-label a {
  color: rgb(66, 66, 65) !important;
  text-decoration: none;
  font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
  /*font-size: 1.3em;*/
  font-size: 22.5px; /*igualamos el tamaño de fuente en ac_menu-label y ac-menu-vacio*/
}
.ac-menu-label a:link { 
  text-decoration: none;
  font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
  font-size: 1.5em;
}
.ac-menu-label a:visited {
    color: rgb(66, 66, 65);
}
.ac-menu-label a {
  color: rgb(66, 66, 65);
}
.ac-menu-label a:hover {
  color: #b30033!important;
  text-decoration: none;
  font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
}
.ac-menu-label {
	/* [disabled]font-weight: 700; */
	position: relative;
	display: block;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(66, 66, 65);
	color: rgb(66, 66, 65);
	font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
	font-size: 1.5rem;
	/* Error linea menu margin-bottom:0.1em;*/
	font-weight: normal;
	margin-top: 1px; /* Para igualar el espacio de la clase borde-menu-pal */ /*reducir interlineado de 3 nivel*/
	margin-bottom: 0px; /*Para anular los 5px que mete debajo la clase en bootstrap */
}
.ac-menu-input:checked + label, .ac-menu-label:hover {
  background-color: #fff;
  color: #b30033;
}
.ac-menu-input:checked + label {
  border-bottom:none;
  color: #b30033;
}
.ac-menu-label:after, .ac-menu-input:checked + .ac-menu-label:after {
  content: "+";
  display: block;
  float: right;
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: 'Open Sans', sans-serif;
}
.ac-menu-input:checked + .ac-menu-label:after {
  content: "-";
  color: #b30033;
  padding-right:2px;
}
.ac-menu-sub > .ac-menu-label:after, .ac-menu-sub > .ac-menu-input:checked + .ac-menu-label:after {
  content: "+";
  display: block;
  float: right;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}
 .ac-menu-sub > .ac-menu-input:checked + .ac-menu-label:after {
  content: "-";
  color: #b30033;
  padding-right:2px;
}
.ac-menu-sub-sub > .ac-menu-label:after, .ac-menu-sub-sub > .ac-menu-input:checked + .ac-menu-label:after {
  content: "+";
  display: block;
  float: right;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}
 .ac-menu-sub-sub > .ac-menu-input:checked + .ac-menu-label:after {
  content: "-";
  color: #b30033;
  padding-right:2px;
}
.ac-menu-label:hover:after, .ac-menu-input:checked + .ac-menu-label:after {
  color: #b30033;
}
.ac-menu-input {
  display: none;
}
.ac-menu-input:checked + label, .ac-menu-label:hover {
    background: none;
    color: #b30033;
    font-family: 'Open Sans', sans-serif;
}
.ac-menu-text a:link, .ac-menu-sub-text a:link {
	color: rgb(66, 66, 65);
	font-family: 'Open Sans', sans-serif;
}
.ac-menu-text a:link {
	font-size: 1.5rem;}
.ac-menu-sub-text a:link {
	font-size: 1.3rem;}
.ac-menu-text a:hover, .ac-menu-sub-text a:hover {
	color: #b30033;
	text-decoration:none;
}
.ac-menu-text a:visited{
	color: rgb(66, 66, 65);
	font-size:1.5rem;
	font-family: 'Open Sans',  sans-serif;
}
.ac-menu-text, .ac-menu-sub-text {
	opacity: 0;
	height: 0;
	/* margin-bottom: 0.5em; */
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	color: rgb(66, 66, 65);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
}

/* Nivel 1 VACIO */

.borde-menu-pal{
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(66, 66, 65);
	margin-top: 4px;
	}
.ac-menu-vacio a{
    color: rgb(66, 66, 65)!important;
    font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
    /* font-size: 1.392em;*/ 
	font-size: 22.5px; /*igualamos el tamaño de fuente en ac_menu-label y ac-menu-vacio*/
    background-color: #fff;
    position: relative;    
    margin-bottom: 0.1em;
    text-decoration: none;
    width: 100%;
}
.ac-menu-vacio a:hover{
    color: #b30033!important;   
}
.ac-menu-vacio > .active{
	color:#b30033!important;
    /* font-size: 1.392em;*/
    font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
}
.ac-menu-vacio a > .active{
	color:#b30033!important;
	font-size: 1.392em;
    font-family: 'Archivo Narrow', 'Open Sans', sans-serif;
}
.ac-menu-label > .active{
	color:#b30033!important;
	font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
}



/****************************************
   MENU NIVEL 2
*****************************************/

.ac-menu-input:checked ~ .ac-menu-text, .ac-menu-sub .ac-menu-input:checked ~ .ac-menu-sub-text {
  opacity: 1;
  height: auto;
}
.ac-menu-sub .ac-menu-label {
  background: none;
  /* padding: 0.6em 2em; */
  margin-bottom: 0;
  color: rgb(66, 66, 65);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.94rem;
  border-bottom: none;
  /* padding-top: 0.3em; */
}
.ac-menu-sub .ac-menu-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}
.ac-menu-sub .ac-menu-label:after, .ac-menu-sub .ac-menu-input:checked + .ac-menu-label:after {
}
.ac-menu-sub-text{
  font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
  /* padding: 0.8em 0em 0em 1em; */
  padding-left: 1em;
  margin-top: 0px;   /* menor interlineado 4 nivel */
}
.ac-menu-sub-text a:hover {
	color: #b30033;}
.ac-menu-sub-text a:visited {
	color: rgb(66, 66, 65);}
.ac-menu-sub-text a:link{
	font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
	}
.ac-menu-sub .ac-menu-input:checked + label, .ac-menu-sub .ac-menu-label:hover {
  background: none;
  color: #b30033;
  font-size: 0.94rem;
  font-family: 'Open Sans', sans-serif;
}

input[type=checkbox]:checked + label {
	color: #b30033; }
.ac-menu-text-sub{
	/*font-size: 1.3rem !important;
	font-family: 'Open Sans', sans-serif;*/
}

/* Nivel 2 VACIO */

.ac-submenu-vacio{
	margin-bottom: 4px; /* menor interlineado 3 nivel */
}
.ac-submenu-vacio a{
    color: rgb(66, 66, 65);
    font-family: 'Open Sans', sans-serif;
    padding-top: 0.3em;
    position: relative;
    text-decoration:none;
    line-height: 17px;
}
.ac-submenu-vacio a:hover{
	color: #b30033; 
}
.ac-submenu-vacio > .active{
	color:#b30033;
	/*font-size: 1.5rem;*/
}
.ac-submenu-vacio a > .active{
	color:#b30033;
}
.ac-menu-text-sub > .active{
		color:#b30033;
		font-size: 1.3rem;
}


/****************************************
   MENU NIVEL 3
*****************************************/

.ac-menu-sub-sub-text{
  margin-left: 0.9em;
}
.ac-menu-sub-sub-text a:hover{
	color:#b30033;
}
.ac-menu-sub-sub .ac-menu-label > .active{
		font-size: 1.3rem;
}

input[id^="acordeon_pal"]{
 display: none;
}
input[id^="acordeon_pal"] + label {
  display: block;
  cursor: pointer;
  margin-bottom: 0px;
  border-bottom-color: rgb(66, 66, 65);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(66, 66, 65);
  font-family: 'Open Sans', sans-serif;
  font-size: 1.55rem;
}
input[id^="acordeon_pal"]:checked + label {
  color: #b30033;
  background: #fff;
  border-bottom:none;
}
input[id^="acordeon_pal"] ~ .acordeon_pal {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0; 
  background: #fff;
}
input[id^="acordeon_pal"]:checked + label + .acordeon_pal{
  height: auto;
  opacity: 1;
  padding: 10px 0px 10px 10px;
}
.red:hover{
	color:#b30033;
	}
.ucml_accordion {
	padding: 0px 15px;
	margin-top: 35px;
	margin-bottom: 10px;
	text-decoration: none;
	border-bottom-color: #b30033;
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 1px;
}
.ucml_accordion_title {
	/* [disabled]padding: 0px 15px; */
	color: rgb(179, 0, 51);
	font-family:  'Archivo Narrow', 'Open Sans', sans-serif;
	font-size: 2.4rem;
	margin-bottom: 22px;
	background-color: rgb(255, 255, 255);
	text-decoration: none;
	border-bottom-color: #b30033;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	font-weight: bold;

}
.ucml_accordion_title a{
	text-decoration: none;
	color: #b30033;
	font-family:  'Archivo Narrow', 'Open Sans', sans-serif;
	font-size: 2.4rem;
}
.ucml_accordion_panel {
	/* [disabled]padding: 0px 15px; */
	margin-bottom: 0px;
	border-bottom-color: rgb(66, 66, 65);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: rgb(255, 255, 255);
	text-decoration: none;
}
.ucml_accordion_panel_title a {
	color: rgb(66, 66, 65);
	font-family:  'Archivo Narrow', 'Open Sans', sans-serif;
	font-size: 1.55rem;
	text-decoration: none;
}
.ucml_accordion_panel_body {
	padding-left: 15px;
	border-top-color: rgb(0, 0, 0);
	border-top-width: 1px;
	border-top-style: solid;
	text-decoration: none;
}
.no_border_accordion{
	border-top-width: 0px;
	border-top-style: none;
}
.no_border_accordion_bottom{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.ucml_accordion_panel_body ul {
	margin-top: 10px;
}
.ucml_accordion_panel_body ul li a {
	color: rgb(66, 66, 65);
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	text-decoration: none;
}
.ucml_accordion_panel_body ul li a.active {
	color: rgb(179, 0, 51);
	text-decoration:none;
}
@media (min-width:992px) {
.col-acordeon{
	float: left;
}
.col-acordeon {
	width: 33.33333333%;
}
}
.col-acordeon{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (max-width:2560px) and (min-width:1200px){
.col-acordeon {
	width: 26.3%;
}
}
/*
@media only screen and (max-width:991px) and (min-width:768px){
.col-acordeon {
	margin-bottom:25px;
	margin-top:-62px;		
}
}
*/
.col-contenido {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width:1200px) {
.col-contenido {
	float: left
}
.col-contenido {
	width: 73%
}
}
@media (max-width: 991px){
.acordeon-movil {
    margin-top: -10px;
}
}
	/* -> Fin Columna Izquierda-Acordeon <- */

	
	/* Menu movil de columna izq */
	
@media (max-width:991px){
	
#menu__click {
    display: none;
    z-index: 1;
}
#menu  .menu__click {
  display: block;
  position: relative;
  top: 3px;
  /* theme */
  height: 25px;
  width: 100%;
  z-index: 1;
  font-weight: normal;
  color: #fff;
  text-align: right;
  padding-right: 31px;
  padding-left: 25px;
}
#menu {
  display: block;
  position: relative;
  top: 30px;
  height: 0px;
  width: 100%;
  z-index: 1;
  /* theme */
  background: #fff;
  visibility: collapse;
  float: left;
  margin-bottom:30px;
}
#menu__title{
	position: absolute;
	right: -15px;
	width: auto;
	background: #b30033;
	margin-left: -20px;
	visibility: visible;
	cursor: pointer;
	top: -30px;
  margin-right: auto;
  font-size: 1.5rem;
}
#menu__nav {
  position: absolute;
  height: 0px; /* 1 */
  z-index: 1; 
}
#menu__click:checked + #menu {
    height: 100%;
    visibility: visible;
	/*
	 -webkit-transition: left 0.3s;
    transition: left 0.3s;*/
}
#menu__click:checked + #menu .social {
  left: 270px; /* 1 */
  top: 100px; 
}
#menu__click:checked + #menu .social .social__link a i {
 -webkit-transform: rotate(360deg); transform:rotate(360deg); 
   transition: 0.5s;
}
.menu__click span.simple {
  border-radius: 1px;
  display: block;
  top: 34px;
  left: 22px;
  width: 50px;
  height: 8px;
  background-color: #fff;
  position: relative;
  /* animation */
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;  
}
.menu__click span.simple::after, .menu__click span.simple::before {
  display: block;
  content: '';
  position: absolute;
  width: 50px;
  height: 8px;
  background-color: #fff;
  /* animation */
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
  border-radius: 1px;
}
.menu__click span.simple::before {
  margin-top: -15px;
}
.menu__click span.simple::after {
  margin-top: 15px;
}
#menu__click:checked + #menu .menu__click span.simple {
   background: transparent;
}
#menu__click:checked + #menu .menu__click span.simple::before, 
#menu__click:checked + #menu .menu__click span.simple::after {
  margin-top: 0px;
  /* animation */
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
#menu__click:checked + #menu .menu__click span.simple::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu__click:checked + #menu .menu__click span.simple::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu__click:checked + #menu .menu__click .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; 
  top:1px;
  left:2px;
}
#menu__click:checked + #menu .menu__click .hamburger-inner::before {
    transition-delay: 0s;
  opacity: 0;
}
#menu__click:checked + #menu .menu__click .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    font-size:16px;
    border-bottom: 1px solid #303030;
}
#menu ul li a {
    display: block;
    line-height: 50px;
  padding: 0 0 0 10px;
    text-decoration: none;
    color:#fff;
}
#menu ul ul li {
    background-color: #202020;
}
#menu ul li a:hover,
#menu ul ul li a {
  background: rgba(255,255,255,.05);
}
#menu ul ul li a:hover {

}
#menu ul li a,
#menu ul li a:hover,
#menu ul ul li a,
#menu ul ul li a:hover {
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
input[id^="dropdown"],
ul[class^="dropdown"] {
    display: none;
}
input[id^="dropdown"]:checked + ul[class^="dropdown"] {
    height: auto;
    display: block;
}
.hamburger {
  /* padding: 35px 0 0 0; */
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
/*
.hamburger:hover {
    opacity: 0.6;
}
*/
.hamburger-box {
  width: 20px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  /* margin-top: -2px; */
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #b30033;
    border-radius: 4px;
    position: absolute;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	top:5px;
}
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px;
    border: 0px solid transparent;
    width: 15px;
    margin-top: -4px;
}
.hamburger-inner::after {
    bottom: -10px;
    margin-top: -8px;
}
.hamburger--elastic .hamburger-inner {
  top: 10px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; 
}
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.para {
  max-width: 600px;
  margin: 150px auto;
}

}

	/* -> Fin Menu movil de columna izq <- */