/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

ul.listado, ol.listado {padding-left: 30px;}

#aviso_cookies {position: fixed; left:0; bottom: 0;  background-color:#FFFFFF; padding: 20px 90px 10px}
#aviso_cookies.dark {background-color: #333333}
#aviso_cookies h5 {margin-bottom: 10px}
.ghost {display: none}



.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
    PEDIDO:  Accordions
-----------------------------------------------------------------*/
.accordion { margin-bottom: 20px; }

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px dotted #777;
    padding: 10px 0 10px 20px;
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }

.acctitlec i.acc-open { display: block; }

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}

.formapago .acctitle i {font-size: 20px; padding-left: 10px;}
.formapago .acctitle, .formapago .acc_content  {padding-left: 35px;}
.formapago .acctitlec {background-color: var(--theme-deafult) }

/*Para fontawesome 6*/
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    line-height: inherit;
}


/* ----------------------------------------------------------------
    CARRITO VISIBLE MOVIL
-----------------------------------------------------------------*/

@media (max-width: 575.98px){
    #top-cart {
        display: block !important;
    }
}

@media (max-width: 1099.98px) {
    #top-search a, #top-cart, #side-panel-trigger, #top-account {
        margin-right: 30px !important;
    }
}



/* --------------------------------------------------------------------------------------------------------------
    NUEVOS
---------------------------------------------------------------------------------------------------------------*/

#content {
    background-color: #fff;
    font-family: "Albert Sans", serif !important;
}

body, .dropdown-menu {
    font-size: 1rem;
    font-family: "Albert Sans", serif;
}

#primary-menu ul li > a {
    font-size: 16px;
    font-family: 'Albert Sans', serif;
}

#primary-menu ul ul li > a {
    font-size: 16px;
    font-family: 'Albert Sans', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Albert Sans', serif;
}

#page-title.page-title-mini h1 {
    color: #000;
}

#page-title {
    background-color: #979d42;
    border-bottom: 0px solid #EEE;
}

label {
    font-size: 16px !important;
    font-family: 'Albert Sans', serif !important;
    text-transform: none;
    letter-spacing: 0px;
}

.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: var(--theme-deafult) !important;
    color: #FFF;
}
@media (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, 
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, 
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, 
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: var(--theme-deafult) !important;
    }
}

.breadcrumb {
    font-size: 14px;
}

/*---------------------------------------CARD----------------------------------------*/

.card {
    border: 0px solid rgba(0, 0, 0, 0.125);
    box-shadow: 6px 6px 0px rgb(0 0 0 / 20%);
    border-radius: 16px;
}

.feature-box.media-box.fbox-bg .fbox-media {
    border: 3px solid #989D34;
    border-radius: 17px 17px 0px 0px;
    border-bottom: 0px;
}

.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 13px 13px 0 0;
}

.feature-box.media-box.fbox-bg .fbox-desc {
   padding: 25px;
   background-color: #fff;
   border: 4px solid #989D34 !important;
   border-top: 0;
   border-radius: 0px 0px 16px 16px;
}

.feature-box p {
    color: #111;
}

.feature-box a {
    color: #111;
}

.feature-box a:hover {
    color: var(--theme-deafult) !important;
    font-weight: 700;
}

a:hover {
    color: var(--theme-deafult) !important;
    font-weight: 700;
}

.dark .copyright-links a:hover {
    color: #DDD !important;
    font-weight: 700;
}


/*---------------------------------------COOKIES-------------------------------------*/

#aviso_cookies a{
    color: #fff;
}

/* --------------------------------FOOTER--------------------------------------------*/

.dark .copyright-links  {
    color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, 0);
}

.dark #copyrights {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.copyrights-menu a {
    font-size: 16px;
    margin: 0 10px;
    border-bottom: 0 !important;
}

.dark .copyright-links a {
    color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, 0);
}

 .social-icon {
    float: right !important;
}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: #ddd !important;
}

/* -------------------------------CONTENT-------------------------------------------*/

.line, .double-line {
   clear: both;
   position: relative;
   width: 100%;
   margin: 20px 0;
   border-top: 1px solid #808080;
}

.feature-box.fbox-border .fbox-icon {
    border: 3px solid #989D34;
    border-radius: 50%;
}

.feature-box.fbox-bg.fbox-center{
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
    border-radius: 16px;
    border: 3px solid #989D34;
    background-color: #FFF;
    padding: 68px 10px 30px;
}

