/*
Theme Name: Navarra Emprende
Author: Room116
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ==========================================================================
   Bolsa de Negocios — limitar el ancho del contenido al mismo que Elementor
   (la plantilla PHP plantilla-bolsadenogcios.php envuelve el contenido en
   .page > .centro; en el tema antiguo RNthemeV41 eso ya estaba acotado).
   ========================================================================== */
.page-template-plantilla-bolsadenogcios .page > .centro {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* La cabecera con la imagen destacada sí debe ocupar todo el ancho,
   pero su contenido interno (título) se centra al mismo ancho. */
.page-template-plantilla-bolsadenogcios .cabecera .centro {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* ==========================================================================
   Evitar scroll horizontal en la página de la bolsa de negocios
   ========================================================================== */
.page-template-plantilla-bolsadenogcios {
    overflow-x: hidden;
}

/* ==========================================================================
   Contenedores de tablas con scroll interno (admin bolsa)
   — replicando el comportamiento del tema antiguo RNthemeV41
   ========================================================================== */
.my-table-wrapper {
    height: 700px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.my-table-2-wrapper {
    height: 700px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

/* Estilos base de tablas admin (selectores neutros, sin depender de Avada) */
.my-table-wrapper table,
.my-table-2-wrapper table {
    margin: 0 auto;
}

.my-table-wrapper table a,
.my-table-2-wrapper table a {
    color: #000;
}

.my-table-wrapper table a:hover,
.my-table-2-wrapper table a:hover {
    color: #000;
    text-decoration: underline;
}

.my-table-wrapper table tr,
.my-table-2-wrapper table tr {
    line-height: 1.2 !important;
}

.my-table-wrapper table td,
.my-table-2-wrapper table td {
    color: #000;
    padding: 4px 5px;
    margin: 0;
    border: 1px solid;
}

.my-table-wrapper table tr.damarillo {
    background: yellow;
}

.my-table-wrapper table tr.nopublicado,
.my-table-2-wrapper table tr.nopublicado {
    background: red;
}

.my-table-wrapper table tr.head,
.my-table-2-wrapper table tr.head {
    font-weight: bold;
}

.my-table-wrapper .tc2bis input[type="submit"] {
    background-color: #5d84a0;
    transition: 0.3s;
	color: black;
	border: black;
}

.my-table-wrapper .tc2bis input[type="submit"]:hover {
    background-color: #5DA1D1;
    cursor: pointer;
    transition: 0.3s;
}

div.centro {width: 1200px;margin: 0 auto;max-width: 100%;}


/* Grid de actividades */
.flex{display: flex;flex-wrap: wrap;align-items: flex-start;}
.flex .iflex{justify-content: flex-end;}
.flex4 .iflex{ width: 23%; padding: 8px 1%;}

/* Submit dentro de div.page */
div.page input[type="submit" i], div.single input[type="submit" i] {
	background: #b24243;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	display: table;
	clear: left;
	padding: 8px 6px;
	border-radius: 5px;
	width: 100%;
	margin-top: 0px;
}

/* Tarjetas de la bolsa */
.page_bolsa .flex4 .iflex a span.ima{ width: 100%; height: 150px; background-size: cover; display: block; background-position: center;}
.page_bolsa .flex4 .iflex a span.minfo{background: #b24243; color: #fff; clear: both; display: table; margin: 15px auto 25px; padding: 5px 20px; text-decoration: none; font-weight: 500;}
span.loca{color:#b24243;display: block; text-transform: uppercase; font-weight: 500;}
span.tipo{display: block; text-transform: uppercase; font-weight: 500;}

/* Formulario de filtros */
form.seleccion{display: table; margin: 40px auto;}
form.seleccion select,
form.seleccion input{ display: block!important; float: left; width: 150px!important; clear: none!important; padding: 5px!important; margin: 0 15px!important;}

.iflex h2 {
	font-size: 24px !important;
    color: black !important;
}

.iflex .tipo {
    color: black !important;
}

 /* Layout flex2 (imagen + datos) */
.flex{display: flex;flex-wrap: wrap;align-items: flex-start;}
.flex .iflex{justify-content: flex-end;}
.flex2 .iflex{ width: 42%; padding: 8px 4% 30px 4%;}

/* loca / tipo */
span.loca{color:#b24243;display: block; text-transform: uppercase; font-weight: 500;}
span.tipo{display: block; text-transform: uppercase; font-weight: 500;}

/* single-actividades específico */
.single-actividades .iflex img{display: block; width: 100%;}
.single-actividades .iflex p b,
.single-actividades .iflex p strong {color:#000;}

/* Mensajes del formulario */
.mensaje-exitoso { color: #1c2; background-color: #fafafa; width: auto; padding: 15px;}
.mensaje-fallo { color: #c21; background-color: #fafafa; width: auto; padding: 15px;}

/* Título "Estoy interesado" / "Formulario no disponible" */
h3.intrr{color: #b24243; font-style: italic; font-size: 20px;}

/* Formulario .interes */
.interes input[type="text" i]{width: 46%; padding: 5px 1%; margin-bottom: 15px;float: left;}
.interes input[type="submit" i]{ background: #b24243; border: 0; color: #fff; text-transform: uppercase; display: table; clear: left; padding: 8px 0px; width: 50%; margin-top: 15px;}
.interes input.margi { margin-left: 1%;}
/* Submit dentro de div.single (por si aplica al input[type=submit]) */
div.page input[type="submit" i], div.single input[type="submit" i] {
	background: #b24243;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	display: table;
	clear: left;
	padding: 8px 6px;
	border-radius: 5px;
	width: 100%;
	margin-top: 0px;
}


/* Layout flexe2 (contenido 60 + sidebar 30) */
.flex{display: flex;flex-wrap: wrap;align-items: flex-start;}
.flex .iflex{justify-content: flex-end;}
.flexe2 .iflex60{ width: 69%; padding-left: 3%; padding-right: 7%; }
.flexe2 .iflex30{ width: 21%; margin-top: 10px;}

/* Artículo */
article.post {margin-top: 35px;}
article.post h1{line-height: 1.2; font-size: 27px; font-weight: 600;}
img.imagdes{ display: block; width: 100%;}

/* Fecha + categorías */
div.fecha{font-size: 14px;}
div.fecha a{color: #b24243; text-decoration: none;}

/* Tags */
.tags-panel a {
	padding:5px;
	color: white;
	line-height: 31px;
	background-color: #B24243;
	text-decoration: none;
	text-transform: capitalize;
}

/* Sidebar noticias */
.bnoticias h2.titulosidebar{
	margin-top: 20px;
	display: block;
	margin-bottom: 15px;
}
.bnoticias a{clear: both; display: block; margin-bottom: 15px;}
.bnoticias a .ima{display: inline-block; width: 18%; height: 50px; background-size: cover; background-position: center; margin-right: 2%;}
.bnoticias a H3{margin: 0; display: inline-block; width: 78%; font-size: 15px; font-weight: 500;float: right;}
.bnoticias a.boton{color: #b24243; background: transparent; margin: 0 auto; font-weight: 600; }

/* Botón VER MÁS */
a.boton{background: #000; color:#fff; clear: both;display: table; margin: 50px auto 0; padding: 5px 20px; text-decoration: none; font-weight: 500;}

/* Bloque suscripciones (oculto) */
.nesdd{margin: 20px 0; display:none; visibility: hidden;}
.nesdd img { width: 100%; max-width: 600px;}

/* Buscador (get_search_form) */
#searchform input[type=text] {
    background-color: #f0f0f0;
    border: none;
    height: 36px;
	padding-left: 18px;
	margin-bottom: 20px;
}
#searchsubmit {
    border: none;
    background-color: #B24243;
    color: white;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
    padding-left: 10px;
    padding-right: 12px;
    font-weight: 500;
	cursor: pointer;
	transition: 0.3s;
}
#searchsubmit:hover {
	background-color: #D56869;
	transition: 0.3s;
}

/* Sección autor */
.about-author {
	padding: 10px;
	padding-left: 25px;
    background-color: #f5f5f5;
	margin-top: 20px;
}
.about-author-container > div {
	display: inline-block;
}
.avatar {
	width: auto;
    margin-right: 10px;
}
.avatar img {
	border-radius: 5px;
}
.description {
    width: 78%;
    vertical-align: top;
}

.entry-meta a {
color: white !important;
}


.descargarpdf {
color: white !important;
}