:focus-visible { outline: 1px red dashed!important; }
/* ----------------------------------------------------------------
	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;
    }
}

/* --------------------------------------------------------------------------------------------------------
    NUEVO
---------------------------------------------------------------------------------------------------------*/


::selection {
    background: #DF0024 !important;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #DF0024 !important;; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #DF0024 !important; /* Safari */
    color: #FFF;
    text-shadow: none;
}

/*---------------------------------------------------BODY-------------------------------------------------*/

#content {
    background-color: #fff;
    font-family: "Poppins", serif !important;
}

body, .dropdown-menu {
    font-size: 1rem;
    font-family: "Poppins", serif;
}

h1, h2, h3, h4, h5, h6, .tit1, .tit2, .tit3, .tit4, .tit5, .tit6  {
    font-family: 'Poppins', serif;
}

label {
    font-size: 16px !important;
    font-family: 'Poppins', serif !important;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;

}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
    color: #DF0024;
}


.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #DF0024 !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: #DF0024 !important;
    }
}

.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
    border: 0px solid #E5E5E5;
    background-color: #DF0024;
    color: #fff;
}

.button {
    font-size: 14px;
    background-color: #DF0024;
    color: #FFF;
    border: none;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.tit1 > span:not(.nocolor):not(.badge), .tit2 > span:not(.nocolor):not(.badge), 
.tit3 > span:not(.nocolor):not(.badge), .tit4 > span:not(.nocolor):not(.badge), 
.tit5 > span:not(.nocolor):not(.badge), 
.tit6 > span:not(.nocolor):not(.badge) {
    color: #DF0024;
}

.ipost .entry-title .tit3 a:hover, .ipost .entry-title .tit4 a:hover {
    color: #DF0024;
}

.more-link {
    border-bottom: 1px solid #DF0024;
}

.portfolio-single-content {
    font-size: 16px;
}

.team-title span {
    display: block;
    color: #DF0024;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top: 2px solid #DF0024;
}

/*---------------------------------------------------NEW-------------------------------------------------*/

.nocolor{
    color: #444;
}


.wrap2{
    padding: 50px 0px 0px;
}

.wrap3{
    background-color: #EDEDED;
}
.wrap4{
    background-color: #EDEDED;
    padding: 20px 20px 20px;
    border-radius: 24px;
}

.box1{
    background-color: #EDEDED;
}

.box2{
    background-color: #4B464C;
}

.box3{
    background-color: #342F35;
}

.box4{
    background-color: #1D181E;
}

/*---------------------------------------------------HEADER-------------------------------------------------*/

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #DF0024 !important;
}

#primary-menu ul li > a {
    font-size: 16px;
    font-family: 'Poppins', serif;
}

#primary-menu ul ul li > a {
    font-size: 16px;
    font-family: 'Poppins', serif;
}

a {
    text-decoration: none !important;
    color: #DF0024;
}

.header-extras li .he-text span {
    display: block;
    font-weight: 400;
    color: #DF0024;
}
#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #1B1B20;
    border-bottom: 1px solid #EEE;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/*---------------------------------------------------FOOTER-------------------------------------------------*/

.dark .copyright-links a {
    color: rgba(255, 255, 255, 1);
}

.dark #copyrights {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

#aviso_cookies a {
    color: #fff;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0 0;
}

#footer.dark, .dark #footer {
    background-color: #1B1B20;
}

.dark .si-dark {
    background-color: #383838;
}