/*  Header Styles */

body
{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.builder-wrapper
{
	min-width: 0px !important;
}

.header {
	background-color: #d8d8d8;;
	height: 75px;
}

.logo 
{
	padding-left: 70px;
}



.logocontainer {
	display: flex;
	height: 100%;
	align-items: center;
	/*width: 100%;	
	min-width: 100vw;*/
}

.logocontainer h1
{
	width: 100%;
	height: 25px;
	color: #dc0028;
	font-family: "Catalana - Bold";
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.07px;
	line-height: 19.64px;
	    margin-top: 0;
}



/*  Overrides scs auto height formatting that causes content to push off screen in edit mode */
.logocontainer.scs-slot-empty {
    height: 80px;
    min-height: 80px;
	margin:0;
}


.logocontainer .scs-watermark-image {
    margin: 5px auto;
}

.header {
	margin: 0;
}

.navMenu{
	height: 100%;

}


.menucontainer .scs-row {
	position: relative;
	top: -70px;
}

.button-navbar{
	float: right;
    width: 161px;
    text-align: center;
/*    vertical-align: bottom;
*/    height: 100%;
    line-height: 75px;
    background: #dc0329;
    color: white;
    cursor: pointer;
   	font-size: 16px;
	font-weight: 500;
	font-family: "Catalana";
	transition: 1s background-color;
}

.button-crono.button-navbar{
	background-color: #858585;
	margin-left: 1px;
}
.vertical-middle
{
	 display:flex; 
	 align-items: center;
	 height: 100%;
}
.idiomas_header 
{
	color: #838383;
	font-family: "Catalana - Bold";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
}

.idiomas_header img
{
	width: 50%;
	height: 8px;
	transform: rotate(180deg);
}

#menu_navbar_menu
{

	font-family: "Catalana";

	font-weight: bold;

	display: none;

	background: #dc0329;

	width: 85%;

	position: absolute;

	z-index: 999;

	top: 68px;

	bottom: 0;

	left: -850px;

	min-height: 100%;

	/*min-height: 100vh;
*/
}

@media (max-width: 767px)
{
	#menu_navbar_menu
	{
		min-height: 1000px;
	}
}

.icono
{
	float: left;
	padding-right: 25px;
	color: #F2F2F2;
	font-family: Catalana;
	font-size: 14px;
	font-weight: bold;
	/*line-height: 18px;*/

}


.icono img
{
	width: 25px;
}

#idioma_lang_mobile img
{
	padding-left: 10px;
}

.iconos_navbar_menu
{
	padding-left: 50px;
	padding-top: 30px;
}

.hito_mobile,.cronologia_mobile
{
	float: right;
	padding-bottom: 10px;
	width: 85%;

	color: #FFFFFF;
	font-family: Catalana;
	font-size: 16px;
	font-weight: 500;

	text-decoration: none;
}

.cronologia_mobile
{
	padding: 15px 0px;
	border-top: 1px solid rgb(255,255,255,0.5);
	border-bottom:  1px solid rgb(255,255,255,0.5);
	
}
.categoria_pagina_mobile
{
	padding-right: 50px;
}

#menu_buscar_mobile
{
	background-color: #d8d8d8;

	color: #f2f2f2;

	display: none;

	margin-top: 15px;
}

.subcategoria_pagina_mobile
{
	padding-right: 50px;
}

.sub_categoria_mobile
{
	border-top: 1px solid rgb(255,255,255,0.5);
	padding: 10px 0px 8px 0px; 
	width: 75%;
	float: right;
	text-align: left;
	color: #FFFFFF;

	font-family: Catalana;

	font-size: 14px;

	font-weight: 500;
}

.sub_categoria_mobile:first-child
{
	color: white;
	border-top: initial !important;
}

@media (max-width: 1060px)
{
	.button-navbar
	{
		width: 150px;
	}
}
@media (max-width: 991px) {		
    .header a:link,
    .header a:visited {
        color: #ffffff;
    }
}

@media (max-width: 767px) {
	.header,
	.logocontainer,
	.logo {
		height:68px;
	}

	.logo { 
		padding-left: 1px;
	}

	.logocontainer {
	    margin-left: 20px;
	}

	.logocontainer.scs-slot-empty {
	    height: 43px;
	    min-height: 43px;
		margin:0;
	}
}

@media (max-width: 414px) {
	#welcomeMessage {
		display: none;
	}	
}

/* Customization of StarterNavMenu component */
.dropdown-menu {
	background: #262626;
	color: #ffffff;
}

.nav > li > a {
	color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active,
.nav > li.curfocus {
	background: #262626;
	color: #d3c36e;
}

.dropdown-menu > li.current > a,
.dropdown-menu > li.currParent > a,
.nav > li.currParent > a,
.nav > li.currTop > a,
.nav > li.current > a {
	color: #d3c36e;
}

.dropdown-menu > li.current > a,
.dropdown-menu > li.currParent > a {
	color: #d3c36e;
	background: #38362d;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active  {
	background: #38362d;
	color: #d3c36e;
}

.navbar-nav > li > a {
	color: #ffffff;
}

.navbar-toggle {
	color: #ffffff;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
	background: inherit;
	color: #d3c36e;
}

@media (max-width: 991px) {
	.nav > li.currTop > a {
		color: #ffffff;      /*menuDefaultColor instead of primaryHighlightColor to match with original LearnTheme*/
	}

	.nav > li.current > a,
	.nav > li.currParent > a {
		color: #d3c36e;
		background: #38362d;
	}

	.navbar-nav {
		background: #262626;
	}

	.navbar-nav > li > a:hover {
		color: #d3c36e;
		background: #38362d;
	}

	.dropdown-menu > li > a { 
		color: #ffffff;
	}

	.dropped {
		color: #d3c36e;
	}
	
	/*Keep same hamburger mode background behavior as in the original LearnTheme*/
	.dropdown-menu > li.currParent > a {
		color: #ffffff;      /*menuDefaultColor instead of primaryHighlightColor*/
		background: #262626; /*primaryBackgroundColor instead of secondaryBackgroundColor*/
	}
}

@media (min-width: 992px) {
	.dropdown-menu > li > a {
		color: #ffffff;
	}

	.navbar-nav > .open > a,
	.navbar-nav > .open > a:hover,
	.navbar-nav > .open > a:focus {
		color: #ffffff;
	}

	.nav > li.curfocus > a {
		color: #d3c36e !important;
	}

	.dropdown-menu li.dropdown-submenu:hover > a {
		color: #d3c36e;      /*secondaryHighlightColor*/
		background: #38362d; /*secondaryBackgroundColor*/
	}
}

/*

		////////////////
        ////////////////
         MENU LATERAL QUE APARECE CON SANDWITCH
        ///////////////
        /////////////// 
*/

#menu_lateral_navbar
{
	display: none;
	z-index: 999;

	background: #DC0028;

	position: absolute;

	top: 75px;

	right: -750px;

	bottom: 0px;

	width: 17.5%;

	height: calc(100vh - 75px);
}

.main-menu
{
	list-style: none;

	color: white !important;

	width: 100%;

	height: 100%;

	padding: 0px;
}

.main-menu li 
{
	color: white !important;
	border-bottom: 1px solid rgb(255,255,255,0.5);
	padding: 2px 0px 15px 0px;
}

.main-menu li:first-child 
{
	border-top: 1px solid rgb(255,255,255,0.5);
	padding-top: 10px;
}

.main-menu li a
{
	color: white !important;
}

.menu_navbar
{
	padding-left: 30px;
	padding-right: 100px;
	color: white;
	font-family: "Catalana";

}

.cross_navbar
{
	display: none;
}

.active_navbar
{
	display: block;
}
/*

		////////////////
        ////////////////
         FIN MENU LATERAL QUE APARECE CON SANDWITCH
        ///////////////
        /////////////// 
*/

/*

		////////////////
        ////////////////
         MENU BUSCAR
        ///////////////
        /////////////// 
*/

#buscar_navbar
{
	background-color: #d8d8d8;
	display: none;
	width: 100% !important;
	height: 151px;
	transition: initial;
	position: relative;
	z-index: 100;
	opacity: 1 !important;

}

.buscador_input input[type=text]
{
    margin-left: 45px;
	border: 0px;
	border-bottom: 1px solid #828282;
	background-color: #d8d8d8;
	color: #f2f2f2;
	font-family: Catalana;
	font-size: 25px;
	line-height: 27px;
	width: 95%;
	bottom: 0;
	padding-bottom: 10px;

}
::-webkit-input-placeholder {
    color: #f2f2f2;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    color: #f2f2f2;
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #f2f2f2;
    opacity: 1 !important;
}

:-ms-input-placeholder {  
   color: #f2f2f2;
}


#idioma_seleccion
{
	background-color: #d8d8d8;


	transition: initial;

	position: absolute;

	right: 0;

	width: 17.5%;

	text-align: center;

	line-height: 45px;

	color: #838383;

	font-family: "Catalana - Bold";
	font-size: 14px;

	font-weight: 700;

	display: none;
	z-index: 18;
}

/*#idioma_seleccion div.idioma_div:first-child
{
	border-top: 1px solid white;
}*/

#idioma_seleccion div.idioma_div,#menu_idioma_mobile div.idioma_div
{
	border-bottom: 1px solid white;
	cursor: pointer;
}
#idioma_lang_mobile
{
	text-transform: uppercase;
}
#menu_idioma_mobile
{
	display: none;
	background-color: #d8d8d8;

	text-align: center;

	line-height: 45px;

	color: #838383;

	font-family: "Catalana - Bold";

	font-size: 14px;

	font-weight: 700;

	margin-top: 15px;

}

/*

		////////////////
        ////////////////
         TABLET / MOBIL
        ///////////////
        /////////////// 
*/

@media (max-width: 1000px)
{
	.logo
	{
		padding: initial;
	}
}

/*
*
*	EXTRAS (Correccion)
*
*/

@media (max-width: 767px)
{
	.logocontainer
	{
		margin-left: 10px;
	}
	.logocontainer h1
	{
		line-height: 19px;
		letter-spacing: -0.05px;
		font-weight: bold;
		font-size: 20px;
	}
}