/*--
	Theme Name: Rebranding Blog 2026
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.4.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */




:root {
    /* Variables de Color basadas en la imagen */
    --primary-purple: #9F0BFF;     /* Botón Contacto y destacado */
    --primary-purple-90: #a923ff;
    --primary-purple-80: #b23cff;
    --primary-purple-70: #bc54ff;
    --primary-purple-60: #c56dff;
    --primary-purple-50: #cf85ff;
    --primary-purple-40: #d99dff;
    --primary-purple-30: #e2b6ff;
    --primary-purple-20: #ecceff;
    --primary-purple-10: #f5e7ff;
    --aire-nude: #F5F3F0;
    --aire-dark-blue: #000a5a;         /* Barra Superior y color de texto de dropdown */
    --aire-dark-blue-90: #1a236b;
    --aire-dark-blue-80: #333b7b;
    --aire-dark-blue-70: #4d548b;
    --aire-dark-blue-60: #666c9c;
    --aire-dark-blue-50: #8084ac;
    --aire-dark-blue-40: #999dbd;
    --aire-dark-blue-30: #b2b5cd;
    --aire-dark-blue-20: #cccede;
    --aire-dark-blue-10: #e5e6ee;
    --aire-pink: #ff66ff;
    --aire-pink-90: #ff75ff;
    --aire-pink-80: #ff85ff;
    --aire-pink-70: #ff94ff;
    --aire-pink-60: #ffa3ff;
    --aire-pink-50: #ffb2ff;
    --aire-pink-40: #ffc2ff;
    --aire-pink-30: #ffd1ff;
    --aire-pink-20: #ffe0ff;
    --aire-pink-10: #fff0ff;
}

body {
	color: var(--aire-dark-blue);
	background-color: var(--aire-nude) !important;
	background-image: none !important;
	font-family: "Inter tight", sans-serif;
}

.breadcrumb__t li.active {
	color: var(--aire-nude);
}

.home .nav_wrapper {
border-bottom: 0 !important;
}
div[data-motopress-loop-file="loop/loop-single.php"] article a {
text-decoration:underline;
}
div[data-motopress-loop-file="loop/loop-single.php"] article.has-post-thumbnail figure.featured-thumbnail {
display: none !important; 
}
div[data-motopress-loop-file="loop/loop-blog.php"] article.has-post-thumbnail figure.featured-thumbnail {
max-height: 220px !important; 
}
section.title-section {
padding-left:20px;
	background-color: var(--aire-dark-blue);
}
section.title-section .title-header {
color:#fff
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: "Inter tight", sans-serif !important;
}

h3 {
	color: var(--primary-purple) !important;
}

section.title-section a:hover {
	color: var(--aire-pink) !important;
}

a {
	color: var(--aire-dark-blue);
}

.content-holder {
	background-color: var(--aire-nude);
	margin-top: 40px;
}

.post__holder .btn-primary {
	background: var(--primary-purple) !important;
	border: 3px solid var(--primary-purple) !important;
}

a:hover, a:focus {
	color: var(--aire-dark-blue) !important;
}

h2.post-title a:hover {
	color: var(--primary-purple) !important;
}

#sidebar .widget-title {
	color: var(--primary-purple);
}

#sidebar .widget ul li {
	font-family: "Inter tight", sans-serif;
}

#sidebar .widget ul li a {
	color: var(--aire-dark-blue);
	text-shadow: none;
}

#sidebar .widget ul li a::before, #sidebar .widget ul li a::after {
	background-image: none;
}

/* ----
 * forms
 */
input[type="submit"], input[type="reset"] {
	background: var(--primary-purple) !important;
	border: 3px solid var(--primary-purple) !important;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
	color: #fff !important;
}

.btn-primary, .btn-inverse {
	font-family: "Inter tight", sans-serif;
	text-shadow: 0 0 0 var(--aire-dark-blue);
	background: var(--primary-purple) !important;
	border: 3px solid var(--primary-purple) !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #7B3FEF !important;
	text-shadow: none !important;
  color: var(--aire-nude) !important;
  border: 3px solid #7B3FEF !important;
}

#back-top span {
	background-color: var(--aire-dark-blue-50);
}

.post-author_h a, .post-author_link a {
	color: var(--aire-dark-blue);
}

.post__holder .post-header .post-title {
	font-size: 2em;
}

h3.widget-title, h3.related-posts_h, div#respond h3 {
	text-transform: lowercase;
}

h3.widget-title::first-letter, h3.related-posts_h::first-letter, div#respond h3::first-letter {
	text-transform: uppercase;
}

.related-posts_item h3 {
	font-weight: bold !important;
	font-size: 1em;
	text-transform: lowercase;
}

.related-posts_item h3::first-letter {
	text-transform: uppercase;
}

/* --------------------------------
 * Header
 ----------------------------------*/
@media (min-width: 1200px) {
  .header .container {
    width: 100%;
  }
	
}

a.logo_h__img img {
	height: 50px !important;
}

.aire_header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 5%;
    min-height: 20px;
    background-color: var(--aire-dark-blue);
}

.top-nav {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-nav .nav-link {
    text-decoration: none;
    font-size: 20px;
    padding: 5px 0;
    white-space: nowrap;
    color: var(--aire-nude);
    font-family: "Inter Tight";
}

.top-nav .nav-link:hover {
    text-decoration: underline;
}

.separator {
    color: var(--aire-nude);
    font-family: "Inter Tight";
    font-size: 20px;
}

/* --- BARRA INFERIOR (HEADER-BOTTOM) --- */
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    background-color: var(--aire-nude);
    min-height: 80px;
    border-bottom: 1px solid #CCC;
}

.logo-placeholder {
    display: flex;
    align-items: center;
}

.logo-placeholder > a > img {
    height: 50px;
}

/* --- NAVEGACIÓN PRINCIPAL (MAIN-NAV) --- */
.main-nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-list {
    /* Anula estilos de Bootstrap si se aplican. */
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
	padding: 0;
  margin: 0;
}

.nav-list li.open {
    background-color: #FFF;
}

.main-nav .nav-list > li > a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* --- ESTILOS DE DROP DOWN (Corregidos) --- */
.nav-item {
    position: relative; 
}

.nav-item .nav-link {
    color: var(--aire-dark-blue);
    text-decoration: none;
    font-size: 20px;
    font-family: "Inter Tight";
    display: flex; 
    align-items: center;
    gap: 5px; 
    white-space: nowrap;
    padding: 10px;
	margin-left: 0;
	margin-right: 0;
	
}

.nav-item .nav-link:hover {
    color: var(--primary-purple);
}

/* Estilo de la flecha de Bootstrap (.caret) */
.nav-item .caret {
  border-top-color: var(--aire-dark-blue);
  border-bottom-color: var(--aire-dark-blue);
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: var(--aire-dark-blue);
}

/* Estilos MÍNIMOS para el dropdown-menu */
.dropdown-menu {
    position: absolute;
    top: 100%; 
    left: 0;
    z-index: 1000;
    display: none; 
    float: left;
    min-width: 160px;
    padding: 0; 
    list-style: none;
    /* CORRECCIÓN: Fondo blanco puro */
    background-color: #FFF;
    border: none; 
}

.dropdown.open .dropdown-menu {
    display: block;
}

/* Estilo para cada ÍTEM dentro del menú */
.dropdown-menu > li {
    margin: 6px 10px;
    border-bottom: 1px solid var(--aire-dark-blue);
    float: none;
    background-color: #fff;
}

/* Eliminamos la línea divisoria del ÚLTIMO ítem de la lista */
.dropdown-menu > li:last-child {
    border-bottom: none;
}

.dropdown-menu > li > a {
    color: var(--aire-dark-blue);
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    margin: 1px 0;
    font-size: 20px;
    font-family: "Inter Tight";
}

.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
    border-bottom: 1px solid var(--primary-purple);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: var(--primary-purple);
	background-image: none;
	background-color: #fff;
}

.dropdown-menu > li > a:hover::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path fill=\'%239F0BFF\' d=\'M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z\'/></svg>');
    margin-right: 5px;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    }

/* --- ESTILOS ESPECÍFICOS PARA EL ITEM DESTACADO (Aire Connect) --- */

.dropdown-menu > .highlighted-item {
    border-bottom: 1px solid var(--primary-purple); 
    padding-bottom: 5px; 
    margin-bottom: 5px;  
}

.dropdown-menu > .highlighted-item > a {
    color: var(--primary-purple); 
}

/* --- BOTÓN CONTACTO --- */
.contact-button, .boton-continuar {
    background-color: #5A1BB8;
    color: #FFF !important; 
    padding: 10px 20px !important;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-family: "Inter Tight";
    font-size: 20px;
}

.contact-button:hover, .boton-continuar:hover {
    background-color: #7B3FEF; 
	color: var(--aire-nude) !important;
  	text-shadow: none;
}

.pagination__posts ul .active a, .pagination__posts ul .active span {
	background: var(--aire-dark-blue) !important;
}

.pagination__posts ul li a:hover, .pagination__posts ul li span:hover {
	color: var(--aire-nude) !important;
	background: var(--primary-purple) !important;
}


/* --- RESPONSIVE DESIGN --- */

@media (max-width: 768px) {
    /* Barra Superior */
    .header-top {
        justify-content: center;
        padding: 8px 2%;
    }

    .top-nav {
        gap: 10px;
    }

    .top-nav .nav-link,
    .separator {
        font-size: 0.8em;
    }

    /* Barra Inferior */
    .header-bottom {
        flex-direction: column;
        align-items: center;
        padding: 10px 2%;
        min-height: unset;
    }

    .logo-placeholder {
        margin-bottom: 10px;
        width: 120px;
        height: 35px;
    }

    .main-nav {
        width: 100%;
        justify-content: center;
    }

    .nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .nav-item .nav-link {
        font-size: 0.9em;
        padding: 6px 0;
    }

    .contact-button {
        padding: 8px 15px;
        font-size: 0.9em;
    }
    
    /* Ajuste del Dropdown en Mobile */
    .dropdown.open .dropdown-menu {
        /* Para que se muestre debajo del enlace y ocupe el ancho si es necesario */
        position: static; 
        width: 100%;
        text-align: center;
        box-shadow: none;
        border: none;
    }
}

@media (max-width: 480px) {
    /* Barra Superior */
    .top-nav {
        flex-direction: column;
        gap: 5px;
    }

    .separator {
        display: none;
    }

    /* Barra Inferior */
    .nav-list {
        gap: 10px;
    }

    .contact-button {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/** FOOTer */
.footer {
    position: relative; /* Para posicionar los bordes absolutos */
    background-color: var(--aire-nude); /* Fondo del footer */
    padding: 60px 5%; /* Padding interno del contenido del footer */
    font-family: 'Inter Tight', sans-serif;
    color: var(--footer-text-color);
    width: auto;
    margin-top: 50px;
}

.footer-borders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Para que no interfieran con los clics */
}

.footer-borders .border-top {
    position: absolute;
    top: 0;
    left: 2%; /* Ajusta si el inicio del borde no es el 0 */
    right: 2%; /* Ajusta si el final del borde no es el 100% */
    height: 1px;
    background-color: var(--primary-purple);
}

.footer-content-wrapper {
    position: relative; /* Para que el contenido quede encima de los bordes decorativos */
    z-index: 2;
}


.footer-main-content {
    display: flex;
    justify-content: space-between;
}


/* Columna izquierda: "Que nadie te limite" */
.footer-col-left {
    max-width: 400px;
    min-width: 400px;
}

.footer-col-left img {
    height: 100px;
    margin-left: -20px;
}

.footer-heading-left {
    font-size: 70px;
    font-weight: 500;
    color: var(--aire-dark-blue);
    margin-bottom: 20px;
    line-height: 1.1em;
}

.footer-col-right {
    width: 600px;
}

.footer-col-links {
    display: flex;
    gap: 100px;
}

.footer-col-links > div {
    width: 50%;
}

/* Secciones de enlaces y contacto */
.footer-section {
    padding: 4px 0;
    border-bottom: 1px solid var(--aire-dark-blue);
    margin-bottom: 5px;
}

.footer-section:hover, .footer-section:focus {
    border-bottom: 1px solid var(--primary-purple);
}

.footer-link {
    color: var(--aire-dark-blue);
    text-decoration: none;
    font-size: 20px;
    display: block; /* Para que ocupe todo el ancho y se aplique el padding */
    padding: 5px 0; /* Padding para hacer clic más fácilmente */
}

.footer-link:hover {
    color: var(--primary-purple);
    text-decoration: none;
}

.footer-link:hover::after {
    content: "→";
    margin-right: 5px;
}


/* Información de contacto */
.footer-col-contact {
    margin-top: 40px;
}

.footer-col-contact div {
    border: none;
}

.footer-contact-info p,
.footer-address p {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--aire-dark-blue);
}

.footer-social-icons {
    display: flex;
}

.footer-social-icons img {
    height: 40px;
}

.footer-content-wrapper .copyright {
    text-align: center;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

footer * {
    color: var(--aire-dark-blue) !important;
}

/* --- RESPONSIVE FOOTER --- */
@media (max-width: 992px) {
    .footer-main-content {
        flex-direction: column; /* Apilar columnas en pantallas medianas */
        align-items: center;
        text-align: center;
    }

    .footer-col {
        max-width: 80%; /* Ocupar más ancho */
        min-width: unset; /* Eliminar min-width */
        width: 100%; /* Asegurar que ocupe el ancho disponible */
    }

    .footer-col-left,
    .footer-col-links,
    .footer-col-contact {
        margin-bottom: 30px; /* Espacio entre secciones apiladas */
        text-align: center; /* Centrar texto */
    }

    .footer-social-icons {
        justify-content: center; /* Centrar iconos */
    }
    
    .footer-borders .border-top,
    .footer-borders .border-left,
    .footer-borders .border-right {
        display: none; /* Ocultar bordes decorativos en mobile */
    }
}

@media (max-width: 768px) {
    .footer-heading-left {
        font-size: 1.8em;
    }

    .footer-col-left {
        max-width: 90%;
    }

    .footer-privacy-link-mobile {
        display: block; /* Mostrar el enlace de política para mobile */
        margin-top: 15px;
    }
    .footer-privacy-link-mobile a {
        color: var(--footer-text-color);
        text-decoration: none;
        font-size: 0.9em;
    }
    .footer-privacy-link-mobile a:hover {
        text-decoration: underline;
    }

    /* Ocultar Privacy Policy y Terms & Conditions en la columna 3 en mobile, 
       ya que se mueve a la columna 1*/
    .footer-col-links:nth-of-type(2) .footer-section:nth-of-type(2),
    .footer-col-links:nth-of-type(2) .footer-section:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 40px 5%;
    }
    .footer-main-content {
        gap: 20px;
    }
}