:focus-visible { outline: 1px red dashed!important; }
/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
ul.listado, ol.listado { padding-left: 30px; }

#aviso_cookies { position: fixed; left: 0; bottom: 0; background-color: var(--theme-deafult); color: #111110; padding: 20px 90px 10px; z-index: 10;}
#aviso_cookies.dark {background-color: #333333;}
#aviso_cookies h5 {margin-bottom: 10px;}
#aviso_cookies a {font-size: 20px !important; color: #000;}

.btn_cookies { background-color: #111110; color: #fff; text-shadow: 0px 0px 0px rgba(0,0,0,1.0); }

.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%;
}

/* ----------------------------------------------------------------
    EXISTENTES
-----------------------------------------------------------------*/
body,
.dropdown-menu { font-size: 1.0rem; /* Cambió */ }

body {
    line-height: 1.5;
    color: #111110;
    font-family: 'Lato', sans-serif; /* Cambió */
}

body.stretched .container-fullwidth {
        width: 100% !important;
}

a {
    text-decoration: none !important;
    color: #a45f6c;
}

.tit1,
.tit2,
.tit3,
.tit4,
.tit5,
.tit6 {
    color: #111110; /* Cambió */
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px 0; /* Cambió */
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #111110; /* Cambió */
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; /* Cambió */
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.button:hover {
    background-color: #a45f6c; /* Cambió */
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover { background-color: #a45f6c; /* Cambió */ }

.button.button-small {
    padding: 2px 17px; /* Cambió */
    font-size: 18px; /* Cambió */
    height: 34px;
    line-height: 34px;
}

.button.button-xlarge {
    padding: 0 32px;
    font-size: 24px; /* Cambió */
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
}

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: var(--theme-deafult); /* Cambió */
    overflow: hidden;
}

/* ----------------------------------------------------------------
    CABECERA
-----------------------------------------------------------------*/
#header.full-header { border-bottom: 3px solid #f5da7e; /* Cambió */ }

#header.full-header #logo {
    padding-right: 4px; /* Cambió */
    margin-right: 4px; /* Cambió */
    border-right: 0; /* Cambió */
}

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 2px; /* Cambió */
    margin-right: 2px; /* Cambió */
    border-right: 0; /* Cambió */
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 10px; /* Cambió */
    color: #111110; /* Cambió */
    font-weight: 400; /* Cambió */
    font-size: 26px; /* Cambió */
    letter-spacing: -0.75px; /* Cambió */
    text-transform: none; /* Cambió */
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #A45F6C; /* Cambió */ }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid var(--theme-deafult); /* Cambió */
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
}

#primary-menu ul ul li > a {
    font-size: 22px; /* Cambió */
    font-weight: 400; /* Cambió */
    color: #000; /* Cambió */
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

#primary-menu ul ul li:hover > a {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #A45F6C; /* Cambió */
}

#primary-menu-trigger,
#page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 22px; /* Cambió */
    color: #A45F6C; /* Cambió */
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#top-search a,
#top-cart > a,
#side-panel-trigger a {
    display: block;
    position: relative;
    width: 26px; /* Cambió */
    height: 20px; /* Cambió */
    font-size: 26px; /* Cambió */
    line-height: 20px;
    text-align: center;
    color: #111110; /* Cambió */
}
#top-cart > a:hover { color: #A45F6C; /* Cambió */ }

#top-cart > a > span {
    display: block;
    position: absolute;
    top: -18px; /* Cambió */
    left: auto;
    right: -4px; /* Cambió */
    font-size: 14px; /* Cambió */
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 18px; /* Cambió */
    height: 18px; /* Cambió */
    line-height: 18px; /* Cambió */
    text-align: center;
    background-color: #A45F6C; /* Cambió */
    border-radius: 50%;
    font-family: 'Lato', sans-serif; /* Cambió */
}

/* Cesta de la compra */
#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 280px;
    background-color: var(--theme-deafult); /* Cambió */
    box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #111110; /* Cambió */
    border-top: 2px solid #111110; /* Cambió */
    top: 60px;
    right: -15px;
    left: auto;
    margin: -10000px 0 0;
}

.top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #111110; /* Cambió */
}

.top-cart-title .tit4 {
    margin-bottom: 0;
    font-size: 24px; /* Cambió */
    font-weight: 600; /* Cambió */
    text-transform: uppercase;
    letter-spacing: 2px; /* Cambió */
}

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #111110; /* Cambió */
}

.top-cart-action span.top-checkout-price {
    font-size: 30px; /* Cambió */
    color: #111110; /* Cambió */
    font-weight: 400; /* Cambió */
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.top-cart-items { 
    padding: 12px; /* Cambió */
    border-top: 1px solid #111110; /* Cambió */
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #111110; /* Cambió */
}

.top-cart-item-image {
    float: left;
    margin-right: 12px; /* Cambió */
    width: 46px !important; /* Cambió */
    height: 46px !important; /* Cambió */
    border: 1px solid #111110; /* Cambió */
}
.top-cart-item-image:hover {border-color: #a45f6c; /* Cambió */ }

.top-cart-item-desc a {
    max-width: 85%;
    display: block;
    text-align: left !important;
    font-size: 18px !important; /* Cambió */
    width: auto !important;
    height: auto !important;
    color: #111110; /* Cambió */
    font-weight: 400; /* Cambió */
    letter-spacing: 0; /* Cambió */
}
.top-cart-item-desc a:hover { color: #000000 !important; /* Cambió */ }

.top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 22px !important; /* Cambió */
    color: #111110; /* Cambió */
}

.top-cart-item-desc span.top-cart-item-quantity {
    display: block;
    position: absolute;
    font-size: 20px !important; /* Cambió */
    right: 0;
    top: 2px;
    color: #111110; /* Cambió */
}
/* ----------------------------------------------------------------
    SLIDER
-----------------------------------------------------------------*/
.swiper_wrapper {
    width: 100%;
    height: 650px; /* Cambió */
    overflow: hidden;
}

.swiper_wrapper .swiper-container {
    position: relative;
    width:100%;
    height:100%;
    margin: 0;
    border-bottom: 3px solid #f5da7e; /* Cambió */
    background-color: #111110; /* Cambió */
}

.slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255,255,255,1.0); /* Cambió */
    text-shadow: 1px 1px 1px rgba(0,0,0,1.0); /* Cambió */
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 8px; /* Cambió */
    margin-top: -26px;
    background-color: rgba(0,0,0,0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50px; /* Cambió */
}

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
    left: auto;
    right: 8px; /* Cambió */
    border-radius: 50px; /* Cambió */
}

.slider-caption h1 { font-size: 70px; color: #111110; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-family: 'Annie Use Your Telescope', cursive; }
.slider-caption h2 { font-size: 70px; color: #111110; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-family: 'Annie Use Your Telescope', cursive; }

.slider-caption p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24px; /* Cambió */
    color: #111110;
    font-family: 'Annie Use Your Telescope', cursive;
}

.button-blanco { background-color: #fff !important; color: #555 !important; border: 1px solid #fff !important;}
.button-blanco:hover { background-color: var(--theme-deafult) !important; color: #555 !important; border: 1px solid #555 !important;}

.button-gris { background-color: #555 !important; color: #fff !important; border: 1px solid #555 !important;}
.button-gris:hover { background-color: var(--theme-deafult) !important; color: #555 !important; border: 1px solid #555 !important;}

.sliderfblanco {background-color: rgba(255,255,255,0.50); padding: 8px 40px 8px 40px; }
.sliderfnegro {background-color: rgba(0,0,0,0.50); padding: 8px 40px 8px 40px; }


@media (max-width: 575.98px) {
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { min-height: 400px; }

    .slider-caption h1, h2 {
        font-size: 2rem; }

    .slider-caption,
    .flex-caption { left: 65px; }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { min-height: 500px; }

    .slider-caption h1, h2 {
        font-size: 3rem; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { min-height: 600px; }
}

@media (min-width: 1600px) {
    .slider-caption,
    .flex-caption { left: -130px; }
}

/* ----------------------------------------------------------------
    BANNER PROMOCIONAL
-----------------------------------------------------------------*/
.promo.promo-light {
    background-color: var(--theme-deafult); /* Cambió */
    border-radius: 3px;
    padding-left: 30px;
}

.promo .tit3 {
    font-weight: 400;
    margin-bottom: 0;
}

.promo > span,
.promo > .container > span {
    display: block;
    color: #000; /* Cambió */
    font-weight: 300;
    font-size: 18px; /* Cambió */
    margin-top: 6px;
}

/* ----------------------------------------------------------------
    FAMILIAS PRODUCTOS
-----------------------------------------------------------------*/
.portfolio-desc {
    z-index: 3;
    padding: 5px 5px 10px; /* Cambió */
}

.portfolio-desc .tit3 {
    margin: 0;
    padding: 0;
    font-size: 30px; /* Cambió */
    text-transform: uppercase; /* Cambió */
    font-weight: 400; /* Cambió */
}

.portfolio-desc .tit3 a { color: #111110; /* Cambió */ }
.portfolio-desc .tit3 a:hover { color: #a45f6c; /* Cambió */ }

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #111110; /* Cambió */
    border-radius: 50%;
}

.portfolio-overlay a:hover {
    color: #fff; /* Cambió */
    background-color: #a45f6c; /* Cambió */
}

/* ----------------------------------------------------------------
    Nuestros productos
-----------------------------------------------------------------*/
.heading-block .tit1,
.heading-block .tit2,
.heading-block .tit3,
.heading-block .tit4,
.emphasis-title .tit1,
.emphasis-title .tit2 {
    margin-bottom: 0;
    font-weight: 400; /* Cambió */
    text-transform: none; /* Cambió */
    letter-spacing: 1px;
    color: #111110; /* Cambió */
    font-size: 50px; /* Cambió */
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #6b7a75; /* Cambió */
}

.heading-block ~ p:not(.lead) { font-size: 16px; /* Cambió */ }

.product-desc {
    padding: 4px 0 15px 0; /* Cambió */
    font-size: 14px;
}

.product-title { margin-bottom: 0; /* Cambió */ }

.product-title .tit3 {
    margin: 0;
    font-size: 24px; /* Cambió */
    font-weight: 400; /* Cambió */
}

.product-title .tit3 a,
.single-product .product-title .tit2 a { color: #000001; /* Cambió */ }

.product-title .tit3 a:hover,
.single-product .product-title .tit2 a:hover { color: #a45f6c; }

.product-price {
    font-size: 30px; /* Cambió */
    font-weight: 600; /* Cambió */
    color: #111110; /* Cambió */
    margin-bottom: 4px;
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.product-price del {
    font-weight: 400;
    font-size: 90%;
    color: #6b7a75; /* Cambió */
    padding-right: 8px; /* Cambió */
}

.single-product .product-price {
    float: left;
    font-size: 40px; /* Cambió */
    color: #000; /* Cambió */
    margin-bottom: 0;
}

.product-price ins {
    text-decoration: none;
    color: #000; /* Cambió */
}

.product-overlay a {
    display: block;
    float: left;
    width: 50%;
    font-size: 13px;
    color: #111110; /* Cambió */
    background-color: #b7e0d3; /* Cambió */
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.product-overlay a:hover {
    background-color: #111110; /* Cambió */
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.sale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    background-color: #b7e0d3; /* Cambió */
    color: #111110; /* Cambió */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 5;
}

.cardprod {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--theme-deafult); /* Cambió */
  color: #111110; /* Cambió */
  font-size: 16px; /* Cambió */
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 1); /* Cambió */
  border-radius: 3px; /* Cambió */
}

.modal-header .fa, .modal-header .fas { font-size: 30px; /* Cambió */ }

.cart .remove {
    font-size: 20px;
    color: #a45f6c; /* Cambió */
}
.cart .remove:hover { color: #111110; /* Cambió */ }

/* ----------------------------------------------------------------
    Opciones tienda
-----------------------------------------------------------------*/
.feature-box.fbox-plain.fbox-small .tit3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #111110; /* Cambió */
    font-weight: 700; /* Cambió */
}

.feature-box p {
    margin: 8px 0 0 0;
    color: #000; /* Cambió */
}

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 30px; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #111110; /* Cambió */ }

/* ----------------------------------------------------------------
    Miga de pan
-----------------------------------------------------------------*/
#page-title {
    position: relative;
    padding: 50px 0;
    background-color: var(--theme-deafult); /* Cambió */
    border-bottom: 3px solid #f5da7e; /* Cambió */
}

#page-title .tit1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 400; /* Cambió */
    letter-spacing: 1px;
    color: #111110; /* Cambió */
    font-size: 40px; /* Cambió */
    text-transform: none; /* Cambió */
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #111110; /* Cambió */
  content: "/";
}

.breadcrumb-item.active { color: #000; /* Cambió */ }

.breadcrumb a { color: #111110; /* Cambió */ }
.breadcrumb a:hover { color: #000; /* Cambió */ }


/* ----------------------------------------------------------------
    Formularios
-----------------------------------------------------------------*/
label {
    display: inline-block;
    font-size: 14px; /* Cambió */
    font-weight: 600; /* Cambió */
    font-family: 'Lato', sans-serif; /* Cambió */
    text-transform: uppercase;
    letter-spacing: 0; /* Cambió */
    color: #111110; /* Cambió */
    margin-bottom: 4px; /* Cambió */
    cursor: pointer;
}

/* ----------------------------------------------------------------
    PEDIDO:  Accordions
-----------------------------------------------------------------*/
.accordion { margin-bottom: 20px; }

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px dotted #111110; /* Cambió */
    padding: 10px 0 10px 20px;
    color: #111110; /* Cambió */
}

.acctitlec { cursor: auto; }

.acctitle:first-child { border-top: none; }

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 16px;
    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: 24px; padding-left: 10px;}
.formapago .acctitle, .formapago .acc_content  {padding-left: 45px;}
.formapago .acctitlec {background-color: var(--theme-deafult); }

.cart-product-thumbnail img {
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid #111110; /* Cambió */
}
.cart-product-thumbnail img:hover { border-color: #a45f6c; /* Cambió */ }

.cart-product-name a,
.product-name a {
    font-weight: 400; /* Cambió */
    font-size: 1.50rem; /* Cambió */
    color: #111110; /* Cambió */
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.cart-product-name a:hover,
.product-name a:hover { color: #a45f6c; /* Cambió */ }

.cart-product-price span, .cart-product-subtotal span {
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
    font-size: 1.50rem;
}

.cart-product-name span {
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
    font-weight: 600;
    font-size: 1.50rem;
}
.cart-product-name span.lead {font-size: 2.50rem;}

/* ----------------------------------------------------------------
    FAQs
-----------------------------------------------------------------*/
.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 40px; /* Cambió */
    margin: 0;
    font-size: 16px;
    font-weight: 400; /* Cambió */
    color: #111110; /* Cambió */
    cursor: pointer;
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta { 
    font-size: 1.50rem;
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

.faqs .toggle {
    border-bottom: 1px solid var(--theme-deafult); /* Cambió */
    padding-bottom: 20px; /* Cambió */
    margin-bottom: 20px; /* Cambió */
}

.faqs .toggle .togglet i {
    top: 1px;
    font-size: 24px; /* Cambió */
}

/* ----------------------------------------------------------------
    Contacto
-----------------------------------------------------------------*/
.feature-box .tit3 {
    font-size: 24px; /* Cambió */
    font-weight: 400; /* Cambió */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #111110; /* Cambió */
}

.feature-box.fbox-center p {
    font-size: 16px; /* Cambió */
    margin-top: 15px;
}

/* ----------------------------------------------------------------
    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: 12px !important;
    }
}

/* ----------------------------------------------------------------
    PIE
-----------------------------------------------------------------*/
.kitdigital {display: flex; flex-wrap:wrap; flex-direction: row; justify-content:space-around;}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0 40px 0; /* Cambió */
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
    background: none; /* Cambió */
    border: none !important;
    color: #fff; /* Cambió */
    font-size: 20px; /* Cambió */
}

.footer-big-contacts span {
    display: block;
    font-size: 1.25rem; /* Cambió */
    font-weight: 400;
    text-transform: none;
    color: var(--theme-deafult); /* Cambió */
    letter-spacing: 3px; /* Cambió */
    margin: 50px 0 12px 0; /* Cambió */
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

#copyrights {
    padding: 20px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}

#copyrights a {
    text-decoration: none !important;
    color: var(--theme-deafult) !important; /* Cambió */
}
#copyrights a:hover {
    color: #fff !important; /* Cambió */
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: var(--theme-deafult); /* Cambió */
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #111110; /* Cambió */
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 50%; /* Cambió */
}
#gotoTop:hover { 
    background-color: #a45f6c; /* Cambió */
    color: #fff; /* Cambió */ 
}

/* ----------------------------------------------------------------
    Error 404
-----------------------------------------------------------------*/
.error404 {
    display: block;
    font-size: 216px;
    font-weight: 700;
    color: #555; /* Cambió */
    line-height: 1.35;
    letter-spacing: 4px;
    font-family: 'Annie Use Your Telescope', cursive; /* Cambió */
}

/* ----------------------------------------------------------------
    NUEVOS
-----------------------------------------------------------------*/
/*Para fontawesome 6*/
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    line-height: inherit;
}

.tit1 {
    font-size: 70px;
}
.tit2 {
    font-size: 56px;
}
.tit3 {
    font-size: 40px;
}
.tit4 {
    font-size: 30px;
}
.tit5 {
    font-size: 24px;
}

.minh300 { min-height: 300px; }
.minh500 { min-height: 500px; }
.minh600 { min-height: 600px; }

.fblanco {background-color: #FFF !important; }

.verde { color: var(--theme-deafult) !important; }
.amarillo { color: #f5dd7a !important; }
.rosa { color: #dca0a8 !important; }
.negro { color: #111110 !important; }

.bverde { border: 3px solid var(--theme-deafult); }
.bamarillo { border: 3px solid #f5dd7a; }
.brosa { border: 3px solid #dca0a8; }

.sombra {text-shadow: 1px 1px 1px rgba(0,0,0,0.9) !important;}

.vuelta {transform: rotateX(360deg) rotateY(180deg); display: inline-block;}

.mt5 { margin-top: 5px !important; }
.mt20 { margin-top: 20px !important; }
.my10 { margin-top: 10px !important; margin-bottom: 10px !important;  }
.pr8 { padding-right: 8px; }
.pl8 { padding-left: 8px;}