/*Theme Name: 
Theme URI: www.pixandlab.com
Author: PIX & LAB 
Description: Tema para 
*/

@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, html a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
	line-height:1.5em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight:bold;
}
em{
	font-style: italic;
}
/* Hasta aquí reseteo */
html body{
	font-family: "Lato", sans-serif;
}

header{
	margin-top: 10px;
	margin-bottom: 5px;
}
header ul{
	padding-left: 0;
}
.imagen-full img {
    object-fit: cover;
}

.contenido-superpuesto {
    background: rgba(0, 0, 0, 0.5);
}
.menu_lcqa ul, .secondary-navigation ul{
	text-align: right;
}
.menu_lcqa ul li, .secondary-navigation ul li{
	display: inline-block;
}
.menu_lcqa ul li .menu-description{
	display: block;
}
.menu_lcqa ul li{
	border-left: 1px solid #a2a2a2;
	padding-left: 5px;
	margin-left: 30px;
	text-align: left;
}
.menu_lcqa ul li a{
	font-size: 18px;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
.menu_lcqa ul li a .menu-description{
	font-size: 14px;
	font-weight: 400;
	color: #a2a2a2;
}
.secondary-navigation ul li a{
	font-size: 15px;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	margin-left: 25px;
}
.lcqa-logo img{
	max-width: 80px;
	height: auto;
}
.btn.btn-lcqa{
	background-color: #5ABEED;
	color: #fff;
	padding: 15px;
	border-radius: 30px;
}
#documentacion h2{
	text-transform: uppercase;
	margin-bottom: 30px;
}
/* Tabs */
.tab-group {
	margin-bottom: 1rem;
}

.cabecera-group {
	background-color: #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 1rem;
	cursor: pointer;
	font-weight: 600;
	margin: 0;
	transition: all 0.3s ease;
}
h3.tab-group-header{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.cabecera-group:hover {
    background-color: #5ABEED;
}

.cabecera-group.active {
    background-color: #5ABEED;
    color: white;
}

.tab-group-description {
    margin: 0;
    font-size: 13px;
    color: #495057;
    font-style: italic;
    line-height: 15px;
}
.cabecera-group.active .tab-group-description{
	color: #fff;
}
/* Transiciones para el contenido desplegable */
.tab-group-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    display: block !important; /* Forzar display block para la transición */
}

.tab-group-content.active {
    max-height: 2000px; /* Valor suficientemente alto */
    opacity: 1;
}

.nav-tabs-vertical {
    border-bottom: none;
    border-right: 1px solid #dee2e6;
}

.nav-tabs-vertical .nav-link {
    border: none;
    border-radius: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    border-right: 3px solid transparent;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
}

.nav-tabs-vertical .nav-link:hover {
    background-color: #f8f9fa;
    border-right-color: #5ABEED;
    color: #5ABEED;
}

.nav-tabs-vertical .nav-link.active {
    background-color: #f8f9fa;
    border-right-color: #5ABEED;
    color: #5ABEED;
    font-weight: 500;
}

.tab-content-vertical {
    padding: 1.5rem;
    min-height: 400px;

    background-color: #f8f9fa;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.slider-minimal{
	margin-left: 150px;
	margin-right: 150px;
}
.cabeceras-lcqa{
	background-color: #5ABEED;
}
.cabeceras-lcqa h1{
	color: #fff;
}
ol li{
	list-style-type:decimal-leading-zero; 
}
ul li{
	list-style-type: disc;
}
.page-enlaces-de-interes .contenido-pagina a, .page-entidades-amigas .contenido-pagina a{
	color: #5ABEED;
	text-decoration: none;
	font-size: 20px;
}
/* Botón hamburguesa personalizado */
.btn-outline-dark.border-0 {
    background: transparent;
    padding: 8px 12px;
}


.btn-outline-dark.border-0 svg {
    color: black;
}
.btn-close{
	margin-left: auto;
}
header .offcanvas{
	background-color: #5ABEED;
}
header .offcanvas ul li{
	list-style-type: none;
}
header .offcanvas ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	margin-bottom: 30px;
	display: block;
}
header .offcanvas ul li a .menu-description{
	display: block;
	font-style: italic;
	font-size: 22px;
}
@media (max-width: 1250px){

}

/* Solo afecta al tercer bloque en mobile */
@media (max-width: 1200px) {
    .position-relative.imagen-full {
        height: auto;
    }
    
    .position-relative.imagen-full .contenido-superpuesto {
        position: relative !important;
        background: url('img/fondo-home-03.jpg');
        min-height: 400px;
        padding: 2rem 1rem !important;
    }
    
    .position-relative.imagen-full img {
        display: none;
    }
}
