/*body{
    background-image: linear-gradient(180deg, #f5b931,#f9b109); 
}*/

:root{
    --gradient: linear-gradient(to bottom, #86bc26, #5e9918, #4a7a0e, #3d6610, #2d4d08);
    
    --gradient-h: linear-gradient(to right, #ffffff, #e8f7c3, #c5e87a, #a8d44a, #86bc26);
    --wh-white: #ffffff;
    --wh-accent: #86bc26;
    --wh-primary: #86bc26;

    --verde-oscuro:  #1b3a20;
    --verde-medio:   #2d6a35;
    --verde-claro:   #4a9455;
    --verde-bg:      #f0f7f1;
    --acento:        #e8f5e9;
    --texto:         #1c2b1e;
    --borde:         #d8e8da;
}

*{
    box-sizing: border-box;
}

.bg-wh-1{
    background-image: linear-gradient(to bottom right, #005f70, #002a31);        
    
}

.bb::before, .bb::after, .bb, .bb-m::before, .bb-m::after, .bb-m {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
.bb {
    width:  480px;
    height: 50px;
    padding: 3px;
    margin-top: 0px;
    margin-left: 67.25%;
    color: #01004a;
    z-index: 1000;
    float: right;
}

.bb-m {
    width: 200px;
    height: 50px;
    padding: 3px;
    margin-top: 12px;
    margin-left: 30%;
    color: #01004a;
    z-index: 1000;
}
  
  
.bb::before, .bb::after, .bb-m::before, .bb-m::after {
    content: "";
    z-index: -1;
    margin: 0%;
    /*box-shadow: inset 0 0 0 2px;*/
    /*animation: clipMe2 8s linear infinite;*/
}
.bb::before {
    animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before, .bb-m:hover::after, .bb-m:hover::before {
    /*background-color: rgba(25, 31, 184, 0.3);*/
    font-size: 14px;
}

li {
    line-height: 2.4rem;
}
  
@keyframes clipMe2 {
    0%, 100%{
        clip: rect(0px, 120px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 60px, 0px);
    }
    50% {
        clip: rect(58px, 120px, 60px, 0px);
    }
    75% {
        clip: rect(0px, 120px, 60px, 120px);
    }
}

@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 120px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 120px, 0px);
    }
    50% {
        clip: rect(118px, 120px, 120px, 0px);
    }
    75% {
        clip: rect(0px, 120px, 120px, 118px);
    }
}

@keyframes clipMe3 {
    0%, 100%{
        clip: rect(0px, 120px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 60px, 0px);
    }
    50% {
        clip: rect(58px, 120px, 60px, 0px);
    }
    75% {
        clip: rect(0px, 120px, 60px, 120px);
    }    
}

body{
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.1rem;
    color: #606463;
    background-image: var(--gradient);
    min-height: 500vh; 
    background-repeat: repeat-y;
    background-size: cover;   
    
}

@keyframes fondo-anim{
    0%{background-position: left;} /*por defecto*/
    100%{background-position: right;}
}



.banner-bottom {
    color: white; 
    position: relative;
    animation-name: banner-from-bottom;
    animation-duration: 2s;
    animation-delay: -1s;
}

.banner-bottom img{
    width: 100%;
    height: auto;
}
  
  
@keyframes banner-from-bottom {
    0%   {left:0px; top:0px;}
    25%  {left:0px; top:500px;}
    50%  {left:0px; top:400px;}
    75%  {left:0px; top:300px;}
    100% {left:0px; top:0px;}
}

.banner-left {
    position: relative;
    animation-name: banner-from-left;
    animation-duration: 3s;
    animation-delay: -2s;
}

.banner-left img{
    width: auto;
    height: 100%;
}
  
@keyframes banner-from-left {
    0%   {left:0px; top:0px;}
    25%  {left:-500px; top:0px;}
    50%  {left:-400px; top:0px;}
    75%  {left:-300px; top:0px;}
    100% {left:0px; top:0px;}
}

.banner-right {
    position: relative;
    animation-name: banner-from-right;
    animation-duration: 3s;
    animation-delay: -2s;

    box-shadow: 0px 0px 14px 1px #cecece;  
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff); 
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    margin: 20px 5px 20px 5px;    
    color: black;
    height: 100%;  
}

@keyframes banner-from-right {
    0%   {right:0px; top:0px;}
    25%  {right:-500px; top:0px;}
    50%  {right:-400px; top:0px;}
    75%  {right:-300px; top:0px;}
    100% {right:0px; top:0px;}
}

.banner-right img{
    width: auto;
    height: 100%;
}

.banner-top-wh {
    margin-top: 70px;
}

.box-wh-1 img{
    width: 200px !important;
    height: auto;
}


.button-wh-container{
    display: block;
    float: right;      
    margin-top: 14px; 
    margin-right: 10px;
    
}

.button-wh-btn-container  {
    background-image: linear-gradient(to right, #01004a,#195933, #000, #195933, #000, #000, #000, #000); 
    background-size: 700%;    
    color: #fff;
    cursor: pointer;    
    font-weight: 500;
    font-size:14px;
    padding: 14px 14px 14px 14px;
    text-decoration: none;
    transition: background-position 1s;
    margin: auto;    
    border-radius: 3px;
    box-shadow: 1px 3px 10px 1px #9d9d9d; 
}

.button-wh-btn-container:hover{
    background-image: linear-gradient(to left, #000,#000, #000, #000, #195933, #000, #195933, #01004a); 
    background-position: 50%;
    color: #FFFFFF;
    
}

.button-wh-btn-container  a:hover{
    background-image: linear-gradient(to left, #000,#01004a, #01004a, #01004a, #01004a, #000, #000, #000, #000) !important; 
    
    
}

.card-title{
    display: block;
    /* text-decoration: underline; */
}

.container {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.fade-in{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.fade-in-slow{
    animation: fadein 4s;    
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */    
    -o-animation: fadein 4s; /* Opera */
}

.cr-container-wh{        
    
    padding-top: 10px;
    padding-bottom: 20px;

    height: 50px;
    width: 100%;    
    
}

.footer-img-wh{
    max-height: 200px;
}

.footer-item-wh{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-navigate-wh a{
    text-decoration: none;
    color: #001f24;
}

.footer-navigate-wh a:hover{
    text-decoration: underline;
    color: #005868;
}

.fade-in-wh{
    position: absolute;
    left: -600px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.cr-text-wh{
    font-family: "Red Hat Display", sans-serif !important;
    color: #ccd4e2 !important;
    font-size: 1rem;
}

h1{
    color: #007f4e;
    /*display:inline;*/
    font-family: "Red Hat Display", sans-serif !important;
    /*font-size: 2.7rem;     */
    /*font-size: calc(1.525rem + 3.3vw);*/
    font-weight: bold;
    height: auto;
    padding-top: 0px; 
    padding-bottom: 10px;   
    margin-bottom: 10px;
    /*text-shadow: 2px 2px 2px #e1e1e1;*/
}


h2{
    color: #01004a;
    display:inline;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 2rem;    
    font-weight: bold;
    height: 5rem;
    padding-top: 0px;
    margin-bottom: 50px;    
    /*text-shadow: 3px 4px 15px #a5a5a5;*/    
    line-height: 5.4rem;    
}

h3{
    color: #002462;
    display:inline;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 1.2rem;    
    /* font-weight: bold; */
    height: 5rem;
    padding-top: 0px;    
    margin-bottom: 50px;    
}


.wh-light-title {
    color: var(--wh-white);
}

.header-container-wh {    
    bottom: 1px;     
    height: 70px;
    /*position: -webkit-sticky; 
    position: sticky;
    top: 0;*/

    position: -webkit-fixed;
    position: fixed;
    top: 0;
    
    width: 100%;      
    z-index: 9999;
}

.header-section-wh-1{
    width: auto; 
    height: 70px; 
    margin-left: 61px;
}

.header-section-wh-1-m{
    width: auto; 
    height: 70px; 
    margin-left: 20px;
}

.header-section-wh-2{
    width: auto; 
    height: 70px; 
    padding-left: 31px; 
    padding-right: 31px; 
    /* padding-top: 15px; */
}

.header-section-wh-3{
    width: 480px; 
    height: 70px; 
    margin-right: 31px;
}

.header-section-wh-3-m{
    width: auto; 
    height: 70px; 
    margin: auto; 
    padding-top: 11px;
}
p.hbspt-form{
    color: white !important;
}

.hs-form-required {
    color: #ffffff;
}

.icons-wh-1{
    text-align: center;
    padding-top: 2rem;
    font-size: 4rem;
    color: #ccd4e2;
}

.img-avatars-wh-1{
    border-radius: 20% 20% 50% 50% ;
    box-shadow: 1px 2px 2px 1px #02d5fa; 
    text-align: justify;    
    max-height: 130px;
    height: 50%;
}
.img-wh-1{
    float: left;
    border-radius: 10%;
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    text-align: justify;
    margin: 0rem 1rem 1rem 0rem;

}

label.hs_firstname {
    color: #ffffff !important;
}
#label-firstname-ad2da4ea-39e8-4334-9d85-6ddd496f0285 {
    color: white;
}
.link_wh{
    color: #01004a;
    display:inline;
    font-family: "Red Hat Display", sans-serif !important;
    /*font-size: 2.2rem;*/    
    font-weight: bold;
    height: 5rem;
    margin-bottom: 50px;
    padding-top: 0px;
    text-decoration: none;
    word-break: break-word;
}

.wh-title-container {
    /* display: flex; */
    align-items: center;    
    justify-content: center; 
    margin-top: 10px;
    padding: 0px;
}

.logo-container{
    float: left;
    width: 100px;
}

.logo-container img{
    max-width: 94%;
}

.main-wh-container{
    /* background-color: #ffffff;    */
    background-color: #86bc26;   
    padding-left: 10px; 
    padding-right: 10px;     
    /* height: 70px; */
}
.wh-header-container{    
    background-image: var(--gradient-h);   
    padding-left: 10px; 
    padding-right: 10px;     
    height: 70px;
    animation: fondo-anim 20s infinite alternate;
}

#mega-menu-menu-principal ul {
    position: relative;
    animation-name: banner-from-right;
    animation-duration: 3s;
    animation-delay: -2s;
}

#menu-list {
    font-family: "Red Hat Display", sans-serif;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 50px;
}

#menu-list li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    /*text-shadow: 1px 1px 4px #76797b;*/
}

#menu-list a {
    color: #010275;
    text-decoration:none;
}

.next{
    box-shadow: 0px 0px 14px 1px #4c4c4c;     
    margin: 4px;    
    font-size: 14px;
    padding: 10px;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

a.next:hover{
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

p {
    text-align: justify;    
}

.prev{
    box-shadow: 0px 0px 14px 1px #4c4c4c;     
    margin: 4px;    
    font-size: 14px;
    padding: 10px;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

a.prev:hover{
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

#menu-list a:hover {
    color:#b4b3b3;    
    
}

/** PAGINATION **/

.page-numbers {
    box-shadow: 0px 0px 7px 0px #9b9b9b; 
    background-image: linear-gradient(to bottom, #bbbcbc, #99999a);             
    padding: 8px;
    border-radius: 4px;
    margin: 0px;   
    color: #000;
    text-decoration: none;
}

a.page-numbers:hover {
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

.current {
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

.pagination {
    display: block !important;
}
.pagination-wh {
    height: 80px;
    text-align: center;
}
.paragraph-wh-1 {
    text-align: center;
    color: #ccd4e2;
}

.paragraph-wh-2 {
    text-align: left;
    color: #ccd4e2;
}

.paragraph-wh-3 {
    text-align: center;
    color: #ccd4e2;
    font-size: 1.3rem;
    font-style: italic;
    font-family: "Red Hat Display", sans-serif !important;
    padding-left: 5px;
}

/** **/
.content-shadowbox-wh-1{
    box-shadow: 0px 0px 14px 1px #cecece;  
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff); 
    padding: 20px;    
    border-radius: 0px 0px 0px 0px;
    margin: 20px 5px 20px 5px;    
    color: #606463;
    /* color: rgb(3, 122, 61); */
    height: 100%;    
}

.shadowbox-wh-1{
    box-shadow: 0px 0px 14px 0px #4c4c4c; 
    background-image: linear-gradient(to bottom right, #005f70, #002a31);     
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 10px 20px 0px;   
    color: white; 
}

.shadowbox-wh-2{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-image: linear-gradient(to bottom, #00276c, #001c4b); 
    /*background-color: #00276c; */
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 10px 20px 0px;    
    
}

.shadowbox-wh-3{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-color: #6c005d;
    background-image: linear-gradient(to bottom right, #6c005d, #11000f); 
    padding: 10px;
    border-radius: 7px 7px 7px 7px;
    margin: 20px 10px 20px 0px;    
    
}

.shadowbox-wh-4{
    box-shadow: 0px 0px 14px 1px #4c4c4c;  
    background-image: linear-gradient(to bottom right, #f1f3f4, #dbdde1); 
    padding: 20px;
    border-radius: 7px 7px 7px 7px;
    margin: 20px 10px 20px 0px;    
    color: black;
    height: 100%;    
}

.shadowbox-wh-5{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-image: linear-gradient(to bottom, #00163d, #000611);     
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 10px 20px 0px;  
    
}

.shadowbox-wh-6{
    /* box-shadow: 0px 0px 14px 1px #4c4c4c;  */
    /* background-image: linear-gradient(to bottom, #00163d, #000611);      */
    /*padding: 0px 10px 0px 10px;    */
    
    margin: 20px 10px 20px 0px;
    height: 95%;    
    font-size: 14px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.shadowbox-wh-6 a{
    text-decoration: none;
    color: #e2e5e6;
    line-height: 2.4rem;
}

.shadowbox-wh-6 a:hover{
    text-decoration: underline;
    color: #02d5fa;
}

.shadowbox-wh-7{
    /* box-shadow: 0px 0px 14px 1px #4c4c4c;  */
    /* background-image: linear-gradient(to bottom, #00163d, #000611);      */
    /*padding: 0px 10px 0px 10px;    */
    
    margin: 20px 10px 20px 0px;
    height: 95%;    
    font-size: 14px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}


.shadowbox-wh-7 a{
    text-decoration: none;
    color: #e2e5e6;
    line-height: 2.4rem;
}

.shadowbox-wh-7 a:hover{
    text-decoration: underline;
    color: #02d5fa;
}

.shadowbox-wh-7 h3{
    color: #FFFFFF;    
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: left !important;
    font-weight: normal !important;    
}
.shadowbox-wh-6 b {
    font-weight: normal !important;
}

.shadowbox-wh-6 strong {
    font-weight: normal !important;
}

.shadowbox-wh-7 b {
    font-weight: normal !important;
}

.shadowbox-wh-7 strong {
    font-weight: normal !important;
}


.social-bar{
    background-image: linear-gradient(180deg, #b4b3b3 0 10%, #01004a 10% 90%, #b4b3b3 90% 100%); 
    height: 46px;    
    padding: 3px;
    padding-top: 3px;
    padding-right: 20px;
}

.socialmedia-icons{
    font-size: 1.5em; 
    float: left;
    margin: auto;
    color: #ffffff;    
    padding-right: 44px;
    
}



.title-wh-1 {
    color: #fff;    
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    height: 3rem;
    margin-bottom: 0px;
    padding: 0.3rem 1rem 0.3rem 1rem;
    text-shadow: none;
    width: 100%;
}

.title-wh-2{
    color: #01004a;    
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
}

.title-wh-3{
    color: #FFFFFF;
    /*background-color: #e1261d;*/
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: center;
    font-weight: normal !important;
}

.title-wh-4{
    color: #FFFFFF;    
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.title-wh-5{
    color: #FFFFFF;    
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: left !important;
    font-weight: normal !important;
}


.title-wh-2-m {
    color: #fff;    
    display:block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    height: 2.5rem;
    margin-bottom: 0px;
    padding: 0.3rem 1rem 0.3rem 1rem;
    text-shadow: none;
    width: 100%;
}

.title-wh-6 {
    color: white;
    font-family: "Red Hat Display", sans-serif;
    font-size: 2rem; 
    font-weight: normal;     
    text-align: center;      
}

.title-wh-7 {    
    font-size: 3.1rem;     
}

.title-wh-8 {    
    font-size: 2.6rem;     
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos-home{
    background-color: #000;
    height: 165px;
    padding-top: 10px;
}

.wh-avatar{    
    position: -webkit-fixed;
    position: fixed;
    bottom: 1px;
    right: 0;
    height: auto;
    width: 7vw;    
    /*animation: wh-rotate 3s ease-in infinite;*/
}

.wh-avatar-m{    
    position: -webkit-fixed;
    position: fixed;
    bottom: 1px;
    right: 0;
    height: auto;
    width: 20vw;    
    /*animation: wh-rotate 3s ease-in infinite;*/
}


#waToggle {
    position: fixed;
    bottom: 1px;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    width: 7vw;
    height: auto;
}


#waToggle img {
    width: 6.5vw;
}

@media (max-width: 576px) {
    #waToggle {
        width: 20vw;
    }

    #waToggle img {
        width: 20vw;
    }
}

@keyframes wh-rotate {
    50% {transform: rotate(10deg);}
}

.wh-avatar img{    
    width: 120px;
    height: auto;
}

.wp-video-shortcode{
    height: 60vh !important;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


.wh-bg-footer {
    /* background: #195933; */
    position: relative;
    background-image: var(--gradient);
    z-index: 1;
}

.wh-bg-footer::before {
    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url('../images/logo-v3.png');
    background-repeat: repeat;
    background-size: 150px auto;
    opacity: 0.05; 
    z-index: -1;  
    /* transform: rotate(-10deg); */
    /* transform: rotate(15deg) scale(1.2); */
    /* transform-origin: center; */

    pointer-events: none;

}

.bg-primary-wh  {
    background-color: #038f47 !important;
    color: #FFFFFF;    
}

.bg-main-menu-wh {
    /* background-color: rgb(255,254,254); */
    background-color: rgb(134, 188, 38);
}

.wh-white {
    color: var(--wh-white);
}
.wh-spacer {
    color: white;
    height: 2px;
}

.bg-main-menu-wh a:hover {
    /* background-color: rgb(243,243,243); */
    background-color: rgb(243,243,243);
    color: #ffec01;
}

/* * DIRECTORIO  */ 

* ── container ── */
.dir {
  padding: 2rem;
  max-width: 660px;
  margin: 0 auto;
}
 
/* ── header ── */
.dir-header {
  margin-bottom: 2rem;
}
 
.dir-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 6px;
}
 
.dir-title {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.4px;
}
 
/* ── Lista ── */
.dir-list {
  display: flex;
  flex-direction: column;
}
 
/* ── Fila ── */
.dir-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: stretch;
  min-height: 68px;
  border-bottom: 0.5px solid #e5e5e5;
  position: relative;
  transition: background 0.15s ease;
}
 
.dir-row:first-child {
  border-top: 0.5px solid #e5e5e5;
}
 
.dir-row:hover {
  background: #fafafa;
}
 
/* Acento izquierdo al hover */
.dir-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.15s ease;
  border-radius: 0 2px 2px 0;
}
 
.dir-row:hover::before {
  background: var(--wh-accent);
}
 
/* ── Celda cargo ── */
.dir-cargo-cell {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-right: 0.5px solid #e5e5e5;
}
 
.dir-cargo {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #888;
  line-height: 1.4;
}
 
/* ── Celda nombre ── */
.dir-nombre-cell {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  gap: 14px;
}
 
.dir-index {
  font-size: 11px;
  color: #bbb;
  font-variant-numeric: tabular-nums;
  min-width: 18px;
  flex-shrink: 0;
}
 
.dir-nombre {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.2px;
}
 
/* ── Responsive ── */
@media (max-width: 480px) {
  .dir-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
 
  .dir-cargo-cell {
    border-right: none;
    border-bottom: 0.5px solid #f0f0f0;
    padding: 12px 16px 8px;
  }
 
  .dir-nombre-cell {
    padding: 8px 16px 14px;
  }
 
  .dir-index {
    display: none;
  }
}


/* ── SIDEBAR ── */
#sidebar {
    width: 228px;
    min-height: 100vh;
    background: var(--verde-oscuro);
    position: fixed;
    top: 0; left: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.sidebar-logo {
    padding: 22px 24px 16px;
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.sidebar-nav { padding: 10px 0; flex: 1; }

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.78);
    font-size: .95rem;
    font-weight: 600;
    padding: 11px 24px;
    transition: background .18s, color .18s;
    text-decoration: none;
}

.sidebar-nav .nav-link i { font-size: 1.1rem; }

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link.active {
    background: var(--verde-medio);
    color: #fff;
}

.sidebar-footer {
    padding: 16px 24px;
    font-size: .78rem;
    color: rgba(255,255,255,.45);
    border-top: 1px solid rgba(255,255,255,.1);
}

/* ── MAIN ── */
#main { margin-left: 228px; min-height: 100vh; display: flex; flex-direction: column; }

/* ── TOPBAR ── */
#topbar {
    background: #fff;
    border-bottom: 1px solid var(--borde);
    padding: 0 28px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky; top: 0; z-index: 50;
}

.topbar-left { display: flex; align-items: center; gap: 14px; }
.topbar-left .bi-list { font-size: 1.4rem; cursor: pointer; color: #555; }
.topbar-title { font-family: 'Merriweather', serif; font-size: 1.1rem; color: var(--verde-oscuro); }

.user-badge { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.user-avatar {
    width: 38px; height: 38px;
    background: var(--verde-oscuro);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.15rem;
}

/* ── BREADCRUMB ── */
.breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid var(--borde);
    padding: 10px 32px;
    font-size: .82rem;
}

.breadcrumb-bar a { color: var(--verde-medio); text-decoration: none; }
.breadcrumb-bar a:hover { text-decoration: underline; }

/* ── CONTENT ── */
.content-area { padding: 28px 32px; flex: 1; }

/* ── PROGRAMA CARDS ── */
.programa-card {
    background: #fff;
    border: 1px solid var(--borde);
    border-radius: 8px;
    padding: 22px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.programa-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }

.prog-num {
    background: var(--verde-oscuro);
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    padding: 4px 10px;
    border-radius: 4px;
    flex-shrink: 0;
}

.prog-titulo { font-family: 'Merriweather', serif; font-size: .95rem; color: var(--texto); }

.prog-icon-wrap {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--acento);
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    margin: 0 auto 14px;
}

.prog-desc { font-size: .87rem; color: #4a5e4d; flex: 1; }

.btn-ver-mas {
    border: 1px solid var(--verde-oscuro);
    color: var(--verde-oscuro);
    background: #fff;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: .85rem;
    font-weight: 600;
    margin-top: 14px;
    display: inline-block;
    text-decoration: none;
    transition: background .18s, color .18s;
}

.btn-ver-mas:hover { background: var(--verde-oscuro); color: #fff; }

/* ── SECTION PANELS ── */
.panel {
    background: #fff;
    border: 1px solid var(--borde);
    border-radius: 8px;
    overflow: hidden;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 10px;
}

.panel-header h6 { font-family: 'Merriweather', serif; font-size: 1rem; margin: 0; }
.panel-header a { font-size: .82rem; color: var(--verde-medio); text-decoration: none; font-weight: 600; }
.panel-header a:hover { text-decoration: underline; }

/* capacitaciones */
.cap-item {
    display: flex;
    gap: 12px;
    padding: 10px 18px;
    border-top: 1px solid var(--borde);
    align-items: flex-start;
}

.cap-thumb {
    width: 72px; height: 54px;
    border-radius: 4px;
    object-fit: cover;
    background: var(--verde-bg);
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    color: var(--verde-medio);
}

.cap-titulo { font-size: .88rem; font-weight: 600; margin-bottom: 4px; }
.cap-meta { font-size: .78rem; color: #6b7a6d; }
.cap-meta i { font-size: .8rem; }
.cap-modo-badge {
    font-size: .72rem;
    padding: 1px 8px;
    border-radius: 20px;
    background: var(--acento);
    color: var(--verde-medio);
    font-weight: 600;
}

.cap-virtual-badge {
    background: #e3f2fd; color: #1565c0;
}

.ver-todas {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: .85rem;
    color: var(--verde-medio);
    border-top: 1px solid var(--borde);
    text-decoration: none;
    font-weight: 600;
}

.ver-todas:hover { background: var(--verde-bg); }

/* afiches */
.afiche-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 0 14px 14px; }

.afiche-item {
    border-radius: 4px;
    overflow: hidden;
    background: var(--verde-bg);
    aspect-ratio: 3/4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding: 8px;
}

.afiche-bg {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem;
}

.afiche-txt {
    position: relative;
    font-size: .6rem;
    font-weight: 700;
    color: var(--verde-oscuro);
    background: rgba(255,255,255,.85);
    border-radius: 3px;
    padding: 3px 5px;
    line-height: 1.3;
    text-align: center;
}

/* descargas */
.tab-pills { padding: 0 14px 12px; display: flex; gap: 6px; flex-wrap: wrap; }

.tab-pill {
    background: var(--verde-oscuro);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: .78rem;
    font-weight: 600;
    cursor: pointer;
}

.tab-pill.inactive { background: #e8e8e8; color: #555; }
.tab-pill:hover { opacity: .85; }

.res-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 18px;
    border-top: 1px solid var(--borde);
}

.res-pdf-icon {
    width: 38px; height: 38px;
    background: #fdecea;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #c62828;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.res-titulo { font-size: .85rem; font-weight: 600; margin-bottom: 2px; }
.res-titulo small { display: block; font-weight: 400; color: var(--verde-oscuro); margin-bottom: 1px; }
.res-fecha { font-size: .75rem; color: #888; }

.btn-dl {
    background: var(--verde-oscuro);
    color: #fff;
    border: none;
    width: 34px; height: 34px;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    margin-left: auto;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s;
}

.btn-dl:hover { background: var(--verde-claro); color: #fff; }

/* ── FOOTER ── */
footer {
    background: var(--verde-oscuro);
    color: rgba(255,255,255,.6);
    font-size: .8rem;
    padding: 14px 32px;
}

.afiche-color-0 { background: #c8e6c9; }
.afiche-color-1 { background: #b2dfdb; }
.afiche-color-2 { background: #dcedc8; }
.afiche-color-3 { background: #c8e6c9; }
.afiche-color-4 { background: #b2dfdb; }
.afiche-color-5 { background: #e0f2f1; }

.afiche-emoji { font-size: 2.8rem; }


.companies-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(380px,1fr));
    gap:20px;
}

.company-card{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.company-logo{
    width:150px;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#f8f9fa;
}

.company-logo img{
    max-width:140px;
    max-height:140px;
    object-fit:contain;
}

.company-info h3{
    margin:0 0 8px;
    font-size:15px;
    line-height:1.4;
}

.company-info a{
    color:#198754;
    font-weight:600;
    text-decoration:none;
}

.no-website{
    color:#6c757d;
}

.wh-mt-menu-fixed {
    margin-top: 70px;
}