@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap');

:root {
    --main-color: #27ae60;
    --bg-primary: #ffffff;
    --bg-secondary: #eee;
    --text-color: #000000;
    --text-color-two: #ffffff;
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    --shadow-hover: 0 0 5px var(--bg-primary), 0 0 25px var(--bg-primary), 0 0 50px var(--bg-primary), 0 0 100px var(--bg-primary);
    --border: .1rem solid rgba(0, 0, 0, .1);
    --bg-home: url("../image/index/Imagen-fondo.webp");
    --bg-home-movil: url("../image/jpg/Imagen-fondo-movile.jpg");
    --card-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
}

[data-theme="dark"] {
    --main-color: #27ae60;
    --bg-primary: #333333;
    --bg-secondary: #737373;
    --text-color: rgb(255, 255, 255);
    --text-color-two: #000;
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    --shadow-hover: 0 0 5px var(--main-color), 0 0 25px var(--main-color), 0 0 50px var(--main-color), 0 0 100px var(--main-color);
    --border: .1rem solid rgba(255, 255, 255, 0.1);
    --bg-home: url("../image/jpg/Imagen-fondo-dark-2.jpg");
    --bg-home-movil: url("../image/jpg/Imagen-fondo-movile-dark.jpg");
    --card-shadow: 0px 14px 80px rgba(205, 205, 205, 0.2);
}

* {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .3s linear;
    transition: width none;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 1.5rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5rem;
}

::-moz-selection {
    color: #fff;
    background: var(--main-color);
}

::selection {
    color: #fff;
    background: var(--main-color);
}

body {
    overflow-x: hidden;
    background: var(--bg-primary);
    padding: 0 !important;
}

.alto-contraste {
    filter: invert(1);
}

section {
    padding: 5rem 9%;
}

.swal2-popup {
    width: 42em !important;
}

#swal2-title {
    font-size: 2.5rem;
}

.swal2-styled.swal2-confirm {
    font-size: 2rem !important;
    padding: 1.5rem 4rem;
    border-radius: 1.5rem;
    background-color: var(--main-color) !important;
    font-weight: 600;
}

.swal2-html-container h2 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

.swal2-html-container h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.swal2-html-container span {
    color: var(--main-color);
}

.swal2-html-container .icon-confirm {
    color: #27ae60;
}

.swal2-html-container .icon-noConfirm {
    color: #ff0033;
}

.heading {
    text-align: center;
}

.heading span {
    font-size: 3rem;
    padding: .5rem 2rem;
    color: var(--text-color);
    border: var(--border);
    font-weight: 800;
}

.btn {
    margin: 1rem auto;
    display: inline-block;
    padding: 1.5rem 4rem;
    border-radius: 1.5rem;
    color: #fff;
    background: var(--main-color);
    font-size: 2rem;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.5s ease-out;
    text-align: center;
}

.btn:hover,
.swal2-styled.swal2-confirm:hover {
    color: var(--main-color) !important;
    background: #fff !important;
    outline: 1px solid var(--main-color) !important;
    box-shadow: -4px 0px 20px 0px #27ae6030;
}

.hiden {
    display: none !important;
}

.header {
    width: 100vw;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
}

.header .header-1 {
    background-color: var(--bg-primary);
    padding: 1.5rem 9%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-1 .header-1__icon {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header .header-1 .logo img {
    width: 20rem;
}

.container-search-movile {
    display: none;
}

.header .header-1 .container-search,
.header .header-1 .container-search-movile {
    text-align: -webkit-right;
}

.header .header-1 .container-search .searcher,
.header .header-1 .container-search-movile .searcher {
    width: 50%;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    justify-content: flex-end;
}

.header .header-1 .container-search .searcher:focus-within,
.header .header-1 .container-search-movile .searcher:focus-within {
    width: 100%;
}

.header .header-1 .container-search .searcher .searcher-form input,
.header .header-1 .container-search-movile .searcher .searcher-form input {
    width: 100%;
    font-size: 2.5rem;
    background-color: inherit;
    color: var(--text-color);
}

.header .header-1 .container-search .searcher .searcher-icon,
.header .header-1 .container-search-movile .searcher .searcher-icon {
    font-size: 2.5rem;
    color: var(--text-color);
}

.header .header-1 .flags {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.header .header-1 .flags .flags__item img {
    border-radius: 50%;
    outline: 1px solid var(--main-color);
    cursor: pointer;
    display: block;
    width: 3rem;
}

.header .header-1 .icons div,
.login-btn,
.logout-btn {
    font-size: 3rem;
    color: var(--text-color);
    cursor: pointer;
}


.header .header-1 .icons {
    display: flex;
    gap: 2rem;
}

.header .header-2 {
    background-color: var(--main-color);
    width: 100%;
}

.header .header-2 .navbar {
    text-align: center;
}

.header .header-2 .navbar a {
    color: #fff;
    display: inline-block;
    padding: 1.2rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.header .header-2 .navbar a:hover {
    background-color: rgba(0, 0, 0, 0.26);
}

.desplegable{

    list-style:none;  
    margin:auto; 
    width: 150px;
    padding:0; 
    position:absolute;  
    display: none;
    background-color:#007543; 
    /*background-color:#27ae60; */
}

.desplegable li{
    float:none; width:150px;
}

.btn_desplegable{
    /*text-align: center;
    color: var(--main-color);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    background-color: var(--main-color);*/
}

.btn_desplegable:hover > ul{
    position: relative;
    display:block;
}

.bottom-navbar {
    text-align: center;
    color: var(--main-color);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    background-color: var(--main-color);
}


.bottom-navbar a {
    font-size: 2.5rem;
    padding: 2rem;
    color: rgb(255, 255, 255);
}

.container-menu {
    position: absolute;
    top: 10%;
    left: .2%;
}

.menu-movile {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.hamburger {
    margin-bottom: 0.1rem;
    display: none;
}

.bar {
    display: block;
    width: 23px;
    height: 3px;
    margin: 4px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    background-color: var(--text-color);
}

#search-btn {
    display: none;
}

.menu-bubble {
    position: fixed;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color-two);
    margin-left: -70px;
    z-index: 100000;
    transition: all 1s;
}

.menu-bubble.active .bubble {
    transform: rotate(0deg);
    transition: 1.3s;
}

.menu-bubble li {
    position: absolute;
    list-style: none;
    left: 0;
    transform-origin: 100px;
    transition: .5s;
    transition-delay: calc(.1s * var(--i));
    transform: rotate(0deg) translateX(90px);
}

.menu-bubble.active li {
    transform: rotate(calc(180deg / 4 * var(--i)));
}

.menu-bubble li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--text-color);
    border-radius: 50%;
    transform: rotate(calc(180deg / -4 * var(--i)));
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    color: var(--text-color-two);
    transition: .5s;
    font-size: 1.5rem;
    margin-left: -5px;
}

.menu-bubble li i:hover {
    color: var(--text-color);
    border: 1px solid var(--text-color);
    background-color: var(--text-color-two);
}

.bubble {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2rem;
    z-index: 9;
    -webkit-animation: spin-logo 15s linear infinite;
    animation: spin-logo 15s linear infinite;
}

.bubble img {
    width: 100%;
}

.home {
    padding-top: 10rem;
    background-image: var(--bg-home);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.home .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.home .row .content {
    flex: 1 1 42rem;
}

.home .row .books-slider {
    flex: 1 1 45rem;
    text-align: center;
    margin-top: 5rem;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
}

.home .row .books-slider a {
    padding-top: 3rem;
    padding-bottom: 1.3rem;
    height: 100%;
}

.home .row .books-slider a img {
    width: 80%;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
    cursor: -webkit-grab;
    cursor: grab;
}

.home .row .books-slider a img:hover {
    transform: translateY(-2rem);
    box-shadow: 0 .1rem 5rem var(--main-color);
}

.home .row .books-slider .stand {
    width: 100%;
    margin-top: -2rem;
}

.home .row .content img {
    width: 65%;
}

.home .row .content h1 {
    color: var(--text-color);
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 1rem 0;
    text-align: justify;
}

.home .row .content .btn {
    font-size: 1.8rem;
    font-weight: 600;
}

.info-servicio {
    margin: 3rem auto;
}

.info-servicio h2 {
    background-color: var(--main-color);
    font-size: 4rem;
    padding: 1rem;
    margin: 0 9%;
    text-align: center;
    border-radius: 1rem;
    color: #fff;
}

.fondo-filter {
    position: fixed;
    background: var(--bg-primary);
    top: 0;
    left: 0;
    z-index: 99998;
    height: 100%;
    width: 100%;
}

.cards-filter {
    width: 90%;
    height: 100%;
    overflow-y: auto;
    padding: 12% 5%;
    margin: auto;
}

.cards {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
}

.card {
    background-color: var(--bg-secondary);
    color: var(--main-color);
    border-radius: .5rem;
    box-shadow: 0px 2px 20px 5px rgba(2, 2, 2, 0.25);
}

.card img {
    width: 100%;
    height: auto;
}

.card figcaption {
    padding: 1rem;
    font-size: 1.9rem;
    color: var(--text-color);
    text-align: center;
    font-weight: 800;
}

.filter {
    visibility: hidden;
    opacity: 0;
    order: 1;
}

.icons-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 3rem;
}

.icons-container .icons {
    position: relative;
    box-shadow: var(--card-shadow);
    border-radius: 1.5rem;
    transition: all .3s;
    padding: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-primary);
    transition: all .5s linear;
    cursor: pointer;
}


.icons-container .icons:hover {
    animation: attract-atention ease-in-out .7s infinite alternate;
}

.icons-container .icons .content {
    margin-top: 2rem;
}

.icons-container .icons i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: var(--main-color);
}

.icons-container .icons h3 {
    font-size: 2.6rem;
    color: var(--text-color);
    padding-bottom: .5rem;
}

.icons-container .icons p {
    font-size: 1.8rem;
    color: var(--text-color);
    opacity: .8;
}

.novedades-container {
    margin-top: 2rem;
}

.novedades-container .swiper {
    width: 100%;
    height: 100%;
    margin: 4rem 0;
}

.novedades-container .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-slider {
    position: relative;
    width: 95%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    background-image: url('../image/svg/layered-waves-haikei.svg');
    box-shadow: var(--card-shadow);
    padding: 25px;
    border-radius: 1.5rem;
    height: 400px;
    transition: all .3s;
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

.blog-slider__img {
    width: 300px;
    height: 300px;
    transform: translateX(-80px);
    border-radius: 1.5rem;
}

.blog-slider__img img {
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1.5rem;
    transition: all .3s;
    box-shadow: -4px 0px 20px 0px #27ae6030;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__code {
    color: var(--text-color);
    margin-bottom: 1rem;
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 1rem;
}

.blog-slider__text {
    font-size: 2rem;
}

.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: .3s;
    object-fit: cover;
}

.blog-slider__content {
    width: 80%;
}

.blog-slider__content>* {
    opacity: 0;
}

.blog-slider__item .blog-slider__img .like {
    position: absolute;
    bottom: 0;
    background: #fff;
    color: #000;
    padding: 1.5rem;
    font-size: 2rem;
    border-radius: 2rem;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer;
    border: 0.1rem solid #000;
}

.swiper-slide-active .delay {
    opacity: 1;
    transition-timing-function: linear;
    transition-delay: .5s;
    transform: none;
}

.swiper-slide-active .blog-slider__button {
    opacity: 1;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 9;
    right: 1.5rem;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);

}

.swiper-pagination-bullet {
    margin: 1rem 0 !important;
}

.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    border-radius: 1rem;
    background: #333;
    opacity: 0.2;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-color);
    height: 2.5rem;
}

.btn-next-featured,
.btn-prev-featured {
    top: 65% !important;
    color: var(--main-color) !important;
}

.btn-prev-featured {
    left: auto !important;
    right: 20% !important;
}

.btn-next-featured {
    left: auto !important;
    right: 10% !important;
}

.btn-next-featured,
.btn-prev-featured {
    height: 4rem;
    width: 4rem;
    border: 1px solid var(--main-color);
    background: #fff;
    border-radius: 50%;
}

.btn-next-featured::after,
.btn-prev-featured::after {
    font-size: 2rem;
    font-weight: 600;
    color: var(--main-color);
}

.btn-next-featured:hover,
.btn-prev-featured:hover {
    transform: scale(1.1);
    box-shadow: -4px 0px 20px 0px #27ae6030;
}

.newsletter {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-around;
}

model-viewer {
    width: 400px;
    height: 400px;
    padding: 3rem;
}

.newsletter form {
    position: relative;
    max-width: 45rem;
    text-align: center;
    box-shadow: var(--card-shadow);
    background: var(--bg-primary);
    border-radius: 1rem;
    padding: 3rem 2rem;
}

.newsletter form h3 {
    font-size: 2.5rem;
    color: var(--text-color);
    padding-bottom: .7rem;
    font-weight: 400;
}

.newsletter form .box {
    width: 100%;
    margin: .7rem 0;
    padding: 1rem 1.2rem;
    font-size: 1.8rem;
    color: #000;
    border: 1px solid var(--text-color);
    border-radius: .5rem;
    text-transform: none;
}

.newsletter form .plant-newsletter,
.newsletter form .plant2-newsletter {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
}

.newsletter form .plant2-newsletter {
    left: 0;
    transform: translateX(-50%);
}

.deal {
    background-color: var(--bg-primary);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.deal .content {
    flex: 1 1 42rem;
}

.deal .image {
    flex: 1 1 42rem;
}

.deal .image img {
    display: block;
    margin: auto;
}

.deal .content h2 {
    color: var(--text-color);
    font-size: 6rem;
    padding: 1rem 0;
    font-weight: 400;
}

.deal .content h3 {
    color: var(--main-color);
    font-size: 3.5rem;
    padding-bottom: .7rem;
}

.deal .content p {
    padding: 1rem 0;
    color: var(--text-color);
    opacity: .8;
    font-size: 2.5rem;
    line-height: 2;
}

.reviews-emojins {
    display: flex;
    flex-direction: column;
    margin: 3rem auto;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    background: var(--bg-primary);
    width: 100%;
    overflow: hidden;
    max-width: 60rem;
}


.reviews-emojins .reviews-emojins__title {
    text-align: center;
    font-size: 4rem;
    color: var(--text-color);
    margin: 2rem;
}


.reviews-emojins .reviews-emojins__content {
    display: flex;
    gap: 1.5rem;
    padding: 3rem;
    font-size: 5rem;
    margin: 2rem auto;
    border-radius: 1rem;
    width: fit-content;
    box-shadow: 0px 14px 20px rgb(132 132 132 / 20%);
    background: var(--bg-primary);
    cursor: pointer;
}

.reviews-emojins .reviews-emojins__content span:hover {
    transform: translateY(-1.5rem);
}

.info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    box-shadow: 0px 14px 20px rgb(39 174 96 / 43%);
    background: var(--bg-primary);
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: 1.5rem;
    text-align: center;
    font-size: 0rem;
    font-weight: 800;
    transition: all .3s linear;
    color: var(--text-color);
}

.reviews-emojins .reviews-emojins__content span:hover .info {
    font-size: 2.3rem;
}

.container-questions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container-questions .container-questions__title h3 {
    padding: 4rem 3rem;
    font-size: 3rem;
}

.container-questions__slider {
    width: 50%;
    color: var(--text-color);
}

.container-questions__slider h3 {
    text-align: center;
    font-size: 4rem;
}

.container-questions__slider .questions-slider {
    padding: 4rem;
}

.card-questions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    width: fit-content;
    max-width: 30rem;
    border-radius: 1.5rem;
    background: var(--bg-primary);
    box-shadow: 0px 0px 20px rgb(105 105 105 / 20%);
    filter: blur(2px);
}

.card-questions h3 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.card-questions p {
    font-size: 2rem;
    text-align: justify;
}

.swiper-slide-active {
    filter: blur(0px);
}

.about-gecins-modal {
    background-color: var(--bg-primary);
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 1rem;
    justify-content: space-around;
    position: relative;
    box-shadow: var(--card-shadow);
    color: var(--text-color);
}

.about-gecins .about-gecins-modal .about-gecins-sombrero {
    width: 15rem;
    position: absolute;
    top: -2rem;
    left: -6rem;
    transform: rotate(-29deg);
}

.about-gecins .about-gecins-modal .about-gecins-hormiga {
    width: 10rem;
    position: absolute;
    bottom: -2rem;
    right: -6rem;
}

.about-gecins .about-gecins-modal .content {
    width: 50%;
    margin: 2rem 0;
}

.about-gecins .about-gecins-modal .image h2 {
    font-size: 4rem;
}

.about-gecins .about-gecins-modal .content h3 {
    display: inline-block;
    color: var(--black);
    font-size: 4rem;
    font-weight: 400;
    padding: 1rem 0;
}

.about-gecins .about-gecins-modal .content span {
    color: var(--main-color);
    font-size: 4rem;
    font-weight: 600;
}

.about-gecins .about-gecins-modal .content p {
    padding: 1rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: justify;
}

.footer {
    background-color: #333;
    font-size: 15px;
    padding: 5rem 9%;
    display: flex;
    flex-direction: column;
}

.footer * a,
.footer * p {
    color: #fff;
    opacity: .8;
    font-size: 1.9rem;
    display: inline-block;
}

.footer .footer__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer hr {
    height: 1px;
    background: var(--bg-secondary);
    opacity: .8;
    margin: 2rem 0;
}

.footer .footer1 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer .footer1 .footer-about {
    width: fit-content;
    text-align: justify;
}

.footer .footer2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer .footer2 .copy {
    display: flex;
}

.footer .redes {
    padding: 1rem 0;
    text-align: center;
}

.footer .redes a {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color: var(--text-color);
    background: var(--bg-secondary);
    margin: 0 .3rem;
    border-radius: 50%;
}

.footer .redes a:hover {
    animation: spin-logo ease-in-out .7s;
    transition: all 1s;
    color: var(--text-color-two);
}

.footer .redes .share-facebook:hover {
    background-color: #3867d6;
}

.footer .redes .share-twitter:hover {
    background-color: #4695f0;
}

.footer .redes .share-instagram:hover {
    background-color: #e42555;
}

.footer .redes .share-youtube:hover {
    background-color: #ff0033;
}

.theme-toggler {
    position: fixed;
    top: 20rem;
    right: -20.5rem;
    background-color: var(--text-color);
    z-index: 1000;
    width: 20rem;
    text-align: center;
    border-radius: 0 0 0 10%;
}

.theme-toggler.active {
    right: 0;
}

.theme-toggler h3 {
    color: var(--text-color-two);
    padding: 1rem 0;
    font-size: 2rem;
}

.theme-toggler .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem;
}

.theme-toggler .buttons .theme-btn {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    cursor: pointer;
}

.theme-toggler .toggle-btn {
    position: absolute;
    top: 0;
    left: -5.9rem;
    padding: 1.3rem 1.5rem;
    background-color: var(--text-color);
    cursor: pointer;
    border-radius: 40% 0 0 40%;
}

.theme-toggler .toggle-btn i {
    color: var(--text-color-two);
    font-size: 3rem;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.tooltip-theme-toggler {
    width: 30rem;
    top: 25rem;
    right: 9rem;
    background-color: #fff;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    border-radius: 1rem;
}

.tooltip-theme-toggler h3 {
    text-align: center;
    font-size: 2rem;
    padding: 1.5rem;
    line-height: 1.5;
    color: #000;
}

.tooltip-theme-toggler .btn {
    margin-bottom: 1.5rem;
}

.tooltip-theme-toggler .tooltip-theme-toggler__flecha {
    width: 3rem;
    height: 3rem;
    top: 3rem;
    right: -1.5rem;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg)
}

.increase-letter {
    position: fixed;
    top: 18rem;
    right: -15.5rem;
    background-color: var(--black);
    z-index: 1000;
    width: 15rem;
    text-align: center;
    border-radius: 0 0 0 10%;
}

.increase-letter.active {
    right: 0;
}

.increase-letter h3 {
    color: #fff;
    padding: 1rem 0;
    font-size: 2rem;
}

.increase-letter .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem;
}

.increase-letter .buttons .theme-btn {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    padding: 0 1rem;
    cursor: pointer;
    background-color: #fff;
}

.increase-letter .buttons .theme-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.increase-letter .increase-letter-btn {
    position: absolute;
    top: 0;
    left: -5.9rem;
    padding: 1.3rem 1.5rem;
    background-color: var(--black);
    cursor: pointer;
    border-radius: 40% 0 0 40%;
}

.increase-letter .increase-letter-btn i {
    color: #fff;
    font-size: 3rem;
}

.f0 {
    font-size: 1.5rem !important;
}

.f1 {
    font-size: 1.8rem !important;
}

.f2 {
    font-size: 2.4rem !important;
}

.f3 {
    font-size: 2.7rem !important;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background-color: rgba(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-container.active {
    display: none;
}

.loader-container img {
    height: 7%;
}

#recent-posts {
    display: flex;
    flex-direction: column;
    margin-bottom: 7rem;
}

#recent-posts .btn {
    align-self: center;
    margin: 2rem 0;
}

.recent-posts-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.recent-posts-card {
    height: 100%;
    max-height: 30rem;
    background: var(--card-background);
    color: #ffffff;
    border-radius: 1rem;
    cursor: pointer;
    border-radius: 1rem;
}

.recent-posts-card:focus-within {
    position: relative;
    scale: 1.5;
}

.recent-posts-card input {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.visualizeImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    z-index: 999;
}

.dark-background {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #000000db;
}

.dark-background i {
    color: #fff;
    font-size: 5rem;
    position: absolute;
    top: 6%;
    right: 5%;
    cursor: pointer;
}

.activo{
    background-color: #087F5F;
}

@keyframes alert {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.7);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes spin-logo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes attract-atention {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes animateEarth {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1024px 0;
    }
}

@media (max-width:1440px) {
    .home {
        background-size: 100% 100%;
        height: 100vh;
    }

}

@media (max-width:1199px) {

    html {
        font-size: 55%;
    }

    .header .header-1 {
        padding: 2rem;
    }

    .search-input input {
        height: 48px;
    }

    .home {
        padding-top: 15rem;
    }

    .home .row {
        margin-top: -7rem;
    }

    .home .row .content,
    .home .row .content h1 {
        text-align: center;
    }

    .home .row .books-slider a img {
        width: 30%;
    }

}

@media (max-width:768px) {

    html {
        scroll-padding-top: 0;
    }

    .home {
        padding-top: 15rem;
        background-image: var(--bg-home-movil);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }

    .home .row {
        margin-top: 0;
    }

    .home .row .books-slider {
        margin-top: 0rem;
    }

    .header .header-2 {
        display: none;
    }

    .container-search-movile {
        display: block;
    }

    .bottom-navbar {
        display: block;
    }

    .header .header-1 {
        box-shadow: var(--box-shadow);
        position: relative;
    }

    .menu-movile {
        position: absolute;
        width: fit-content;
        top: 0;
        right: 1rem;
        transform: translate(150%, 70%);
        background-color: var(--bg-primary);
        box-shadow: var(--card-shadow);
        border-radius: 1rem;
        flex-direction: column-reverse;
        gap: 2rem;
        padding: 2rem;
        transition: all .7s cubic-bezier(0.44, 1.32, 1, 1);
    }

    .menu-movile.active {
        transform: translate(0%, 70%);
    }

    .container-search {
        display: none;
    }

    #search-btn {
        display: block;
        font-size: 3rem;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        padding: 0.2rem 0.4rem;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .cards-filter {
        padding-top: 10rem;
    }

    .home .row .content h1 {
        text-align: center;
    }

    .info-servicio {
        margin-top: 20rem;
    }

    .modal-lectura {
        width: 60%;
        height: 60%;
        top: 20%;
        left: 20%;
    }

    .novedades,
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .novedades-movile {
        display: block;
    }

    .home .info-servicio {
        bottom: -21%;
    }

    .deal {
        text-align: center;
    }

    .deal .image img {
        width: 40%;
    }

}

@media (max-width:450px) {

    .cards {
        width: 60%;
        margin: auto;
    }

    .header .header-1 .logo img {
        width: 20vh;
    }

    .home .row .books-slider a img {
        width: 50%;
    }

    .info-servicio {
        margin-top: 7rem;
    }

    .info-servicio h2 {
        font-size: 3rem;
    }

    .bubble img {
        width: 90%;
    }

    .blog-slider {
        position: relative;
        width: 100%;
        height: 100%;
        margin: auto;
        background-image: url(../image/svg/layered-waves-haikei.svg);
        background-position: bottom;
        background-repeat: no-repeat;
        box-shadow: var(--card-shadow);
        padding: 25px;
        border-radius: 1.5rem;
        transition: all .3s;
    }

    .blog-slider__item {
        display: flex;
        gap: 2rem;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .blog-slider__img {
        width: 80%;
        height: 80%;
        transform: none;
    }

    .blog-slider__img img {
        width: 100%;
        height: 100%;
    }

    .blog-slider__content {
        width: 100%;
        text-align: center;
    }

    .blog-slider__text {
        height: 100px;
        overflow: auto;
    }

    .newsletter {
        flex-direction: column;
    }

    model-viewer {
        width: 250px;
        height: 250px;
        padding: 0;
    }

    .reviews-emojins .reviews-emojins__title {
        font-size: 3rem;
    }

    .reviews-emojins .reviews-emojins__content {
        padding: 1rem 0;
    }

    .reviews-emojins .reviews-emojins__content .reviews-emojins__btn {
        font-size: 3rem;
    }

    .container-questions {
        flex-direction: column;
        gap: 3rem;
    }

    .container-questions__title img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .container-questions__slider {
        width: 100%;
    }

    .about-gecins-modal {
        flex-direction: column;
    }

    .about-gecins .about-gecins-modal .content {
        width: 100%;
        padding: 2rem;
    }

    .about-gecins .image h2 {
        margin-top: 6rem;
        font-size: 3rem;
        text-align: center;
    }

    .about-gecins .about-gecins-sombrero {
        width: 12rem;
    }

    .about-gecins .content {
        text-align: center;
    }

    .footer .footer1,
    .footer2 {
        flex-direction: column;
    }

}

.blog-slider__item .blog-slider__img .red {
    color: rgb(255, 0, 0) ;
}


/*estilos tablas*/

    
    
    table.width200,table.rwd_auto {border:1px solid #ccc;width:100%;margin:0 0 50px 0}
        .width200 th,.rwd_auto th {background:#ccc;padding:5px;text-align:center;}
        .width200 td,.rwd_auto td {border-bottom:1px solid #ccc;padding:5px;text-align:center}
        .width200 tr:last-child td, .rwd_auto tr:last-child td{border:0}
        
    .rwd {width:100%;overflow:auto;}
        .rwd table.rwd_auto {width:auto;min-width:100%; font-size: 14px;}
            .rwd_auto th,.rwd_auto td {white-space: nowrap;}
            
    @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px)  
    {
    
        table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; }
        
        .width200 thead tr { position: absolute;top: -9999px;left: -9999px; }
        
        .width200 tr { border: 1px solid #ccc; }
        
        .width200 td { border: none;border-bottom: 1px solid #ccc; position: relative;padding-left: 50%;text-align:left }
        
        .width200 td:before {  position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}
        
        .width200 td:nth-of-type(1):before { content: "Nombre"; }
        .width200 td:nth-of-type(2):before { content: "Apellidos"; }
        .width200 td:nth-of-type(3):before { content: "Cargo"; }
        .width200 td:nth-of-type(4):before { content: "Twitter"; }
        .width200 td:nth-of-type(5):before { content: "ID"; }
        
        .descarto {display:none;}
        .fontsize {font-size:10px}
    }
    
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-width : 320px) and (max-width : 480px) 
    {
        body { width: 100%; }
        .descarto {display:none;}
    }
    
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-width: 768px) and (max-width: 1024px) 
    {
        body { /*width: 495px;*/ }
        .descarto {display:none;}
        .fontsize {font-size:10px}
    }


    .pagination {
    height: 36px;
    margin: 18px 0;
    font-size: 18px;
    font-weight: 600;
}
.pagination ul {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination li {
    display: inline;
}
.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
}
.pagination a:hover, .pagination .active a {
    background-color: #F5F5F5;
}
.pagination .active a {
    color: #999999;
    cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}



.box{
  margin: 50px auto;
  margin-bottom: 10px;
  width: 300px;
  border: 1px black solid;
  font-size: 20px;
  padding: 10px;


}
