:root {
    --primary-color: #19d3c5;
    --secondary-color: #0075c9;
    --terciary-color: #002f87;
    --quaternary-color: #df9cdf;
    --transition-delay: all 0.35s ease-in-out;
    --sections-height: 85vh;
    --padding-sections: 5rem;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

* {
    margin: 0;
    padding: 0;
}

.user-info {
    min-width: 90px;
}

body {
    font-family: "Roboto", sans-serif;
}

strong {
    color: var(--primary-color);
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

h1 {
    color: var(--terciary-color);
    font-size: 3rem;
    font-weight: 700;
    font-family: "IBM Plex Sans", sans-serif;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 300;
}

h3 {
    color: var(--terciary-color);
    font-size: 1.5rem;
    font-weight: 600;
}

h4 {
    color: var(--terciary-color);
    font-size: 1.1rem;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--terciary-color);
}

label {
    color: var(--terciary-color);
    font-size: 0.7rem;
    font-weight: 700;
}

.title-underline {
    margin-top: 4rem;
    margin-bottom: 7rem;
    position: relative;
}

.title-underline::after {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.btn-wikia-p {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 300;
}

.btn-wikia-p:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: #fff;
}

.btn-wikia-s {
    background-color: var(--terciary-color);
    color: #fff;
    padding: 0.6rem 2.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
}

.btn-wikia-s:hover {
    background-color: transparent;
    border: 1px solid var(--terciary-color);
    color: var(--terciary-color);
}

.btn-success,
.btn-success:not(:disabled):not(.disabled):focus,
.btn-success:not(:disabled):not(.disabled).focus,
.btn-success:hover {
    background-color: #002f87;
    border-color: #002f87;
}

.btn-danger,
.btn-danger:not(:disabled):not(.disabled):focus,
.btn-danger:not(:disabled):not(.disabled).focus,
.btn-danger:hover {
    background-color: #df9cdf;
    border-color: #df9cdf;
}

.swal2-styled.swal2-confirm {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 5px !important;
    font-size: 0.8rem !important;
    font-weight: 300 !important;
}

.btn-wikia-t {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 300;
}

.btn-wikia-t:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.atras-menu {
    padding: 0;
    color: var(--terciary-color);
    margin-top: 2rem;
    z-index: 2;
    display: none;
}

.breadcrumb li a {
    color: var(--primary-color);
    font-size: 0.7rem;
}

.breadcrumb-item.active {
    font-size: 0.7rem;
    line-height: 25px;
}

.form-control,
.form-select {
    padding: 0.7rem 0.8rem;
    border: 2px solid #eee;
    position: relative;
}

.form-control.contact {
    padding: 0.7rem 0.8rem;
    border: 0;
    position: relative;
    background-color: #e8ecf4;
}

.policy {
    color: var(--terciary-color);
    font-weight: 300;
}

.form-control:hover {
    box-shadow: rgba(149, 157, 165, 0.116) 0px 8px 24px;
}

.form-control:focus {
    border: 2px solid var(--secondary-color);
    box-shadow: rgba(141, 148, 155, 0.233) 0px 8px 24px;
}

.error {
    border: 2px solid #f5b945;
}

.form-select:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

.form-control,
.form-select {
    color: var(--terciary-color);
    font-size: 0.85rem;
    font-weight: 500;
}

.form-control::placeholder {
    color: var(--terciary-color);
    opacity: 0.5;
    font-size: 0.85rem;
    font-weight: 400;
}

/* top-bar */

.top-bar {
    /* display: block; */
    width: 100%;
    background: var(--quaternary-color);
    padding: 0.7rem;
}

.top-bar p {
    color: #fff;
}

.star {
    color: #fff;
}

.star-m {
    color: var(--primary-color);
}

.star-m:hover {
    transform: scale(1.6);
    transition: var(--transition-delay);
    cursor: pointer;
}

/* top-bar */

/* Navbar */

.sm-logo {
    display: none;
}



.navbar {
    padding: 1rem 0 !important;
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-brand img {
    height: 3.3rem;
}

.user {
    line-height: 15px;
}

.user-info h4 {
    padding-left: 0.5rem;
    font-size: 1rem;
}

.user-info .dropdown-toggle {
    padding: 0;
    padding-left: 0.5rem;
    font-size: 0.78rem;
}

.avatar {
    width: 3rem;
    border-radius: 50%;
    clip-path: circle(34% at 50% 50%);
}

.rounded-circle {
    width: 7em;
    border-radius: 50%;
    clip-path: circle(34% at 50% 50%);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

.sign-out {
    margin-top: -10px;
    display: inline;
    padding: 0;
    font-size: 0.7rem;
    margin-left: 0.46rem;
}

li.nav-item {
    margin-right: 25px;
}

.nav-link {
    /*text-transform: uppercase;*/
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--terciary-color);
    border-bottom: 2px solid transparent;
}

.nav-link:focus {
    color: var(--primary-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-color);
}

.nav-link:hover {
    color: var(--secondary-color);
    border-bottom: 2px solid var(--primary-color);
    transition: var(--transition-delay);
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: var(--secondary-color);
}

.search {
    color: var(--terciary-color);
    padding: 0.2rem;
    border: 0;
}

.form-control.searchproducto {
    padding: 0.4rem !important;
    border-radius: 0 !important;
    margin-right: 0.5rem;
}

.input-group-text {
    background-color: transparent;
    border: 0 !important;
    color: var(--terciary-color);
}

.navbar-margin {
    margin-top: -95px;
}

.scrolled {
    padding: 0.8rem 0 !important;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.116) 0px 8px 24px;
    transition: 0.35s all ease-in-out;
}

/* Navbar */

/* offcanvas  */

.offcanvas-backdrop {
    background-color: #001b4cef;
}

.offcanvas {
    --offcanvas-width: 300px;
    --bs-offcanvas-width: auto;
}

.menu-options {
    width: 500px;
}

.sub-menu {
    width: 500px;
}

.offcanvas-title {
    color: var(--terciary-color);
}

.icons-product {
    /* min-height: 45px; */
    position: relative;
    border-bottom: 2px solid transparent;
}

.icons-product:hover {
    position: relative;
    border-bottom: 2px solid var(--primary-color);
    transition: var(--transition-delay);
}

.icons-product img {
    width: 2.2rem;
    height: 2.2rem;
    border-bottom: 0;
}

.icons-product img:hover {
    border-bottom: 0;
}

.icons-product h4 {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--terciary-color);
    text-decoration: none;
}

.icons-product i {
    position: absolute;
    right: 0;
}

.tab-pane a div {
    min-height: 45px;
}

.iso-offc {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    /* height: 5rem; */
    opacity: 0.08;
    z-index: -1;
}

/* offcanvas  */

/* Banner */

.waves-end {
    position: relative;
}

.waves-end svg {
    position: absolute;
    bottom: 0;
    height: 135px;
    width: 100%;
}

.waves-end svg path {
    fill: #18d4c5;
}

.banner {
    height: var(--sections-height);
    /* background: #0075C9; */
    background: url("../img/lines-p2.png"), #fff;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.text-box {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5em;
    font-size: 1.5rem;
    border-radius: 5px;
    height: 82px;
    width: 390px;
}

.text-box-2 {
    background-color: var(--primary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1.4rem;
    font-size: 1.2rem !important;
    border-radius: 5px;
}

.l-ht {
    line-height: 41px;
}

.buttons button {
    padding: 0.6rem 2.5rem;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--terciary-color);
    font-size: 1rem;
    font-weight: 600;
}

.buttons button:hover {
    background-color: var(--terciary-color);
    color: #fff;
}

.banner small {
    color: var(--terciary-color);
    font-size: 0.8rem;
    display: block;
    font-weight: 300;
}

.banner img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

/* Banner */

.s-gradient {
    background: rgb(0, 47, 135);
    background: url("../img/lines-p2.png"),
        linear-gradient(0deg, rgba(0, 47, 135, 1) 0%, rgba(25, 211, 197, 1) 95%);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.s-gradient-sm {
    background: rgb(0, 47, 135);
    background: url("../img/lines-p2.png"),
        linear-gradient(
            0deg,
            rgba(0, 47, 135, 1) 20%,
            rgba(25, 211, 197, 1) 90%
        );
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--primary-color);
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: white;
}

.owl-dots{
    margin-right: 60px;
}

/* section & test details  */

.details {
    padding: var(--padding-sections);
    min-height: var(--sections-height);
    /* background-image: ; */
}

.details .phone {
    height: 90% !important;
    display: none;
}

.details p {
    color: #fff;
}

.icons-details img {
    width: 5rem;
}

.icons-details p {
    font-size: 0.7rem;
}

.imgslider.owl-carousel img {
    display: initial !important;
    width: initial !important;
}

.img-pointer {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 20%;
}

.img-pointer2 {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    right: 32%;
    height: 35%;
}

/* section & test details  */

.text-justify {
    text-align: justify;
}

.text-medium {
    font-weight: 500;
}

.enciclopedia p.text-sm-c.text-justify {
    font-weight: 300;
}

.enciclopedia-title {
    margin-bottom: 0 !important;
}

.enciclopedia strong {
    color: var(--primary-color);
    font-weight: bold;
}

.blank-space {
    padding: 5px 0px 5px 0px;
}

/* prim */

.prim {
    padding: var(--padding-sections);
    height: var(--sections-height);
    background-image: url("../img/inicio/foto_prime.jpg");
    background-size: cover;
}

.prim p {
    color: var(--terciary-color);
}

.prim h1 {
    font-weight: 600;
    line-height: 1;
}

.de {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
}

.gratuita {
    line-height: 0.5;
}
/* prim */

/* test */

.test {
    padding: var(--padding-sections);
    height: var(--sections-height);
}

.test h3 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
}

.highlight {
    color: var(--primary-color);
    font-size: 4.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.register span {
    font-size: 2rem;
}

.test h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: -20px;
}
.btn-wikia-p {
    font-weight: 300;
}

/* test */

/* features */

.features {
    padding: var(--padding-sections);
    min-height: var(--sections-height);
    background-image: url("../img/inicio/banner.jpg");
    background-size: cover;
    background-position: center -63px;
    position: relative;
    background-repeat: no-repeat;
}

.features .overlay {
    background-color: #ffffff87;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.features h2 {
    color: var(--terciary-color);
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    line-height: 0.8;
}

.features h1 {
    font-family: "IBM Plex Sans", sans-serif;
}

.features img {
    width: 80%;
}

/* features */

/* testimonials */

.testimonials {
    padding: var(--padding-sections);
    /* min-height: var(--sections-height); */
    position: relative;
}

.testimonials .test-container {
    background-color: #f2f5f9;
    border-radius: 10px;
    padding: 6rem 3rem;
}

.img-user {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 50%;
}

/* testimonials */

/* footer */

footer {
    padding: 1rem;
    position: relative;
}

.footer-links {
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 75%;
    transform: translateY(-50%);
}

.footer-rrss {
    display: inline-block;
    position: absolute;
    /*right: 3rem;*/
    top: 65%;
    /*text-align: right;*/
    transform: translateY(-50%);
}

.footer-links a {
    color: var(--primary-color);
    font-weight: 400;
}

.footer-links a:hover {
    color: var(--primary-color);
    font-weight: 500;
}

.bottom-bar {
    background: var(--terciary-color);
    padding: 0.5rem;
}

.bottom-bar p {
    color: #eee;
}

/* footer */

/* product grid */

.product-thumb {
    width: 60%;
    max-width: 250px;
    max-height: 250px;
    min-height: 250px;
    min-width: 250px;
    object-fit: scale-down;
}

.product-description-g {
    font-size: 0.9rem;
    font-weight: 800;
    text-align: justify;
}

.pres {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
}

.prev {
    color: var(--primary-color);
    text-align: left;
}

.current {
    color: var(--terciary-color);
}

/* product grid */

/* product details */

.accordion-item,
.accordion-button:not(.collapsed) {
    border: 0;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
    background-color: transparent;
}

.accordion-button:focus,
button:focus {
    z-index: 3;
    border-color: var(--primary-color);
    outline: 0 !important;
    box-shadow: none !important;
}

/* .accordion-button {
    color: var(--terciary-color);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem;
} */

.accordion-button {
    color: var(--terciary-color);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem 0.8rem 0.8rem 0 !important;
  }

.accordion-body {
    padding: 0.5rem;
}

.product-img {
    width: 80%;
}

/* product details */

/* about */

.about {
    color: var(--primary-color);
}

.about-logos.gif {
    width: 55%;
}

.about-logos {
    width: 40%;
}

.register {
    padding: 3rem 0;
}

.pointer-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
}

.list-icon {
    width: 16rem;
    height: auto;
}

.register-h {
    font-weight: 700;
    font-size: 3rem;
}

/* about */

/* contact */

/* contact */

.nav-login {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.7rem 1.5rem;
    text-transform: none;
}

.login {
    width: 100%;
    min-height: 100vh;
    padding: 120px 5px;
}

.login .card {
    width: 30rem;
    transition: var(--transition-delay);
    padding: 2rem 1.5rem 4rem 1.5rem;
}

.login-eye {
    transform: translateY(4px);
    right: 8px;
    color: var(--terciary-color);
}

.iso {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 5rem;
    opacity: 0.3;
}


.strong2{
    color: var(--terciary-color) !important;
}
@media (max-width: 460px) {
    :root {
        --padding-sections: 2rem;
    }
    .banner {
        padding-top: 130px !important;
        height: initial;
        padding-bottom: 130px;
        /* padding-top: 3rem; */
    }
    .text-box {
        height: intial;
        width: initial;
        height: auto;
    }

    .prim p {
        color: var(--terciary-color);
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0.7em;
    }

    .img-fluid{
        height: auto !important;
    }


    .imgslider.owl-carousel img {
        display: block !important;
      }
      
      .details .phone {
        height: 323px !important;;
      }

    .prim {
        height: 500px;
    }
    .waves-md {
        height: 60px !important;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .highlight {
        font-size: 3rem;
    }
    .list-icon {
        display: none;
    }

    .text-sm-c {
        text-align: left;
    }

    .l-ht {
        line-height: 30px;
    }

    .owl-dots{
        margin-left: 70px;
    }

    .banner2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .icons-details .col {
        min-height: 125px;
    }

    .prim{
        background-position: center;
    }

    .prim h1 {
        font-size: 30px;
    }
    .test h3{
        font-size: 1.5rem;
        text-align: left;
    }

    .bannerregistro h1 {
        font-size: 2.3rem;
        text-align: left;
    }

    .bannerproductos h1 {
        font-size: 2.5rem;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 3rem;
    }

    .bannerproductos h2 {
        font-size: 3rem;
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 3rem;
    }

    .bannerproductos p {
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
    }

    li.nav-item {
        margin-right: 3px;
    }

    .testimonial p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .icons-details img {
        max-width: 4rem;
    }

    .seccionnosotros {
        margin-bottom: 3rem !important;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .seccioncontacto {
        margin-bottom: 3rem !important;
    }

    .formcontacto{
        padding-left: 10px;
        padding-right: 15px;
    }

    .footer-rrss {
        right: 1rem;
        top: 90%;
        text-align: center;
    }

    .imgmail {
        width: 20%;
    }

    .botonenviar {
        margin-top: 0rem !important;
    }

    .d-sm-n {
        display: none;
    }
    .img-pointer {
        width: 5rem;
        right: -5%;
        top: 67%;
    }
    .testimonials .test-container {
        padding: 2rem 0rem;
    }
    .testimonials .test-container p {
        font-size: 0.83rem;
    }
    .footer-links {
        text-align: center;
        margin: 1rem;
        display: block;
        position: initial;
        transform: translateY(0);
    }

    .nosotros-bn {
        margin-top: 1px;
    }

    .pres {
        text-align: start !important;
    }

    .bottom-bar p {
        font-size: 0.7rem;
    }
    .register {
        padding: 5rem var(--padding-sections);
    }
    .product-thumb {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sm-logo {
        display: block;
    }
    .md-logo {
        display: none;
    }
    .user {
        margin-top: 1.5rem;
    }
    .login .card {
        width: 90%;
        padding: 5rem 1rem;
    }
    /* .testimonials {
        margin-top: 15rem;
    } */
    .test {
        height: auto;
        margin-bottom: 3rem;
    }
    .order-last-movil {
        order: 2 !important;
    }
    .offcanvas-body {
        width: 100vw;
    }
    .sub-menu {
        width: 90vw;
    }

    .icons-product {
        width: 90vw !important;
    }
    .atras-menu {
        display: inline-block;
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loading.gif) center no-repeat #fff;
}

.favorite {
    color: #DF9CDF;
}

.newsletter-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-align: center;
    z-index: 1000;
}