@charset 'utf-8';
/*
	Theme Name:  RECS (Norebro Child)
	Theme URI:   https://www.osborn.cl/
	Author:      Pablo Masquiarán
	Author URI:  https://pmasquiaran.dev/
	License:     LGPLv3 (Licencia Pública General Reducida de GNU)
	License URI: https://www.gnu.org/licenses/lgpl-3.0-standalone.html
	Description: Tema hijo basado en Norebro de <a href="https://clbthemes.com/">Colabrio</a>
	Version:     1.5.9.1
	Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready
	Template:    elernyma-base
	Text Domain: norebro
	Domain Path: /languages/
	Paleta:      #b92c01 #3594fc #151515 #f0f0f0
	========================================================================== */



/*
	Definición de estilos CSS para la maquetación HTML
	========================================================================== */

html {
	scroll-behavior: smooth;
}
body {
	line-height: 1.5;
	text-rendering: optimizeLegibility !important;
}
p {}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea, select {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {}
thead td {
	font-weight: 900;
}


/*
	Sobreescritura de estilos CSS de la plantilla base
	========================================================================== */

#mega-menu-wrap > ul > li > a {
	text-transform: uppercase;
}
.site-title .logo {
	padding-right: 15px;
}
.site-title .mobile-logo {
	padding-right: 10px;
}
.page-template-page_for-projects .page-sidebar {
	margin-top: 0;
}
.site-footer {
	position: relative;
	z-index: 9;
}
.site-footer .widgets {
	padding: 40px 0;
}
.site-footer .widget {
	line-height: 1.2 !important;
	max-width: inherit;
	padding-top: 0 !important;
}
.site-footer .widget .widget-title {
	margin-bottom: 0 !important;
	text-transform: uppercase;
}
.site-footer .site-info .wrap {
	border-top: none !important;
	padding: 10px 0;
}
.site-footer .logo {
	padding-right: 15px;
}
.site-footer .mobile-logo {
	padding-right: 10px;
}
.site-footer .site-info .wrap .right img {
	display: block;
}
.author {
	display: none;
}
.norebro-button-sc .btn:hover {
	background-color: #003918 !important;
}
.norebro-splitscreen .splitscreen-nav .move-up {
	bottom: 60px;
	right: 5px;
}
.norebro-splitscreen .splitscreen-nav .move-down {
	bottom: 5px;
	right: 5px;
}



/*
	Sobreescritura de media queries para el CSS de la plantilla base
	========================================================================== */

@media(max-width:768px) {
	#masthead .header-wrap {
		padding: 0 15px !important;
	}
	#masthead .site-title .logo,
	#masthead .site-title .fixed-logo {
		display: none;
	}
	#masthead .site-title .mobile-logo img {
		height: 39px;
		width: auto;
	}
	#masthead .site-title .fixed-mobile-logo img {
		height: 30px;
		width: auto;
	}
	/*#masthead #site-navigation.main-nav .logo-wrap {
		display: block;
	}*/
	.site-footer .logo img {
		height: 60px;
	}
	.number,
	.box-time {
		font-size: 36px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#masthead .site-title .logo img {
		height: 50px;
		width: auto;
	}
	#masthead .site-title .fixed-logo img {
		height: 40px;
		width: auto;
	}
	#masthead .site-title .mobile-logo,
	#masthead .site-title .fixed-mobile-logo {
		display: none;
	}
	/*#masthead #site-navigation.main-nav .logo-wrap {
		display: none;
	}*/
}

@media(min-width:1025px) {
	#masthead .site-title .logo img {
		height: 50px;
		width: auto;
	}
	#masthead .site-title .fixed-logo img {
		height: 40px;
		width: auto;
	}
	#masthead .site-title .mobile-logo,
	#masthead .site-title .fixed-mobile-logo {
		display: none;
	}
	/*#masthead #site-navigation.main-nav .logo-wrap {
		display: none;
	}*/
}



/*
	Definición de estilos CSS de la plantilla child
	========================================================================== */

.oculto {
	display: none;
}
.presentacion {}
.presentacion img {}
.contador {}
.contador .title {
	margin: 15px 0 !important;
}


/*
	Media queries para CSS de la plantilla child
	========================================================================== */

@media(max-width:768px) {}
@media screen and (min-width: 769px) and (max-width: 1024px) {}
@media(min-width:1025px) {}

