@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

:root {
    --main-color:#0435b0;
    --main-light: #300287;
    --accent-light: #F4E3B3;
}
.iconos{
    color: #1eb2e0;
    font-size: 24px;
}
.inicio{
    background-image: url('../img/fondo-inicio.png'); /* Ruta a la imagen */
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen en la pantalla */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija cuando se hace scroll */
    margin: 0;
    padding: 0;
  
}
.login{
    background-image: url('../img/fondo-login.png'); /* Ruta a la imagen */
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen en la pantalla */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija cuando se hace scroll */
    margin: 0;
    padding: 0;
  
}

.registro{
    background-image: url('../img/fondo-registro.png'); /* Ruta a la imagen */
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen en la pantalla */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija cuando se hace scroll */
    margin: 0;
    padding: 0;
  
}
.toolkit{
    background-image: url('../img/fondo-toolkit.png'); /* Ruta a la imagen */
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen en la pantalla */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija cuando se hace scroll */
    margin: 0;
    padding: 0;
  
}
a {
    color: #333;
}

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

header {
   
    padding: 4rem 1.5rem 1rem 1.5rem;
   
}

header nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

nav p {
    font-weight: 500;
    color: #fff;
}

.search {
    margin: 1.3rem 0rem 0rem 0rem;
    display: flex;
    border:2px solid #fff;
    align-items: center;
    padding: 1px 15px;
    border-radius: 50px;
}

.search span {
    font-size: 1.3rem;
    margin-right: .6rem;
    color: #fff;
    font-weight: 900;
}

.search input {
    display: block;
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
}

nav .img {
    height: 45px;
    width: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
#logo{
  
    margin: 0px 20%;
    width: 60%;
   
}

.action-bar {
    width: 100%;
}

.action-bar .info {
    width: 100%;
    color: #fff;
    flex: 1 !important;
    text-align: center;
}

.action-bar a {
    color: #fff;
}

.action-bar span {
    font-size: 1.4rem;
    color: #fff;
}

main {
    padding: 1rem 0px 1rem 0px;
    padding-bottom: 4rem;
    /*background: #efefef;*/
    background: transparent;
    position: relative;
    top:0rem;
}

.section-wrapper {
    background:#060b3d82;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
    padding: 1rem;
    border-radius: 30px;
    width: 90%;
    margin: auto;
    
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    padding: 1rem;
}

.section-wrapper h2 {
    font-size: 1.2rem;
    color: #333;
}

.section-wrapper h2 + a {
    font-size: 1.1rem;
    color: var(--main-color);
    font-weight: bold;
}

.items {
    width: 100%;
    margin: auto;
    margin-top: 1rem;
    display: flex;
    overflow-x: auto;
}

.items::-webkit-scrollbar {
    width: 0rem !important;
}

.items::-webkit-scrollbar-track {
    width: 0;
}

.item {
    min-width: 100px;
    margin-right: 1.5rem;
}

.item h4 {
    font-size: .95rem;
    text-align: center;
    margin-top: .7rem;
}

.item-img {
    width: 100%;
    height: 100px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.promo {
    margin: 1.4rem 0rem .4rem 0rem;
   
}

.promo-item {
    border-radius: 10px;
    display: flex;
     min-width: 200px !important;
    align-items: center;
    margin-right: 1rem;
    
   
 
}

.promo-img {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .7rem;
    
}


.promo-item h3 {
    font-size: 1.4rem;
    color: var(--main-color);
}

.promo-item p {
    font-size: .85rem;
    margin: .5rem 0rem .8rem 0rem;
    font-weight: 500;
}

.promo-item a {
    color: var(--main-color);
    font-weight: 600;
}

.popular-img {
    height: 130px;
    width: 140px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .7rem;
}
/* NAV ABAJO */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0a0a0a;
  
}

.bottom-main {
    
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    padding-top: 12px;
    height: 65px;
   
}
.bottom-main span{
    
    width: auto;
}
.bottom-inner {
    position: relative;
    
}

.nav-item-main {
    
    background: #f1f1f1;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    padding: .3rem;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    
}

.nav-item-main:hover {
    
}

.nav-item-main div {
    border: 7px solid var(--main-color);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: grid;
    place-items: center;
    
   
   
}

.nav-item-main span {
    font-size: 1.9rem;
    color: var(--main-color);
   
}

.nav-items {
    display: flex;
}

.nav-item {
    margin-left:7%;
    margin-right: 10%;
    text-align: center;
    width: 35px;
}



.nav-item a img{
    width: 40px;
   
   display: inline;
  
}

.nav-item:hover span {
   
}

.nav-item p {
    font-size: .9rem;
    font-weight: 600;
    color: #070713;
}

.category-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    padding: 1.2rem 0rem;
    text-align: center;
}

.category-item .item-img {
    background: var(--main-light);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product {
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.product:nth-child(even) {
    border-right: none;
}

.product.last {
    border-bottom: none;
}

.prod-img {
    height: 150px;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .5rem;
}

.prod-title + small {
    font-weight: 600;
    color: #666;
    display: inline-block;
    margin: .5rem 0rem;
}

.prod-price {
    color: var(--main-color);
    font-weight: 700;
    font-size: 1.2rem;
}

.product button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 10px 0 0 0;
    background: var(--main-color);
}

.product-header {
    position: relative;
    height: 280px;
    background: #fff;
    padding: 1rem;
}

.product-header .flex {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 30;
}

.product-header .flex span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.product-img {
    height: 80%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.product-details {
    margin-bottom: 1rem !important;
    text-align: center;
}

.product-details h2 {
    font-size: 1.4rem;
}

.product-details h2 + small {
    font-size: .9rem;
    font-weight: 600;
    color: #777;
    display: inline-block;
    margin: .5rem 0rem;
}

.product-details .details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.product-details .details div {
    padding: 0rem 1rem;
    border-right: 1px solid #ccc;
    font-size: .9rem;
    font-weight: 600;
    color: #444;
}

.product-details .details div:last-child {
    border-right: none;
}

.product-details .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: .7rem;
}

.product-details input {
    width: 40px;
    height: 30px;
    margin: 0rem 1rem;
    border: none;
    outline: none;
    font-weight: 500;
    color: #333;
    font-size: 1.15rem;
}

.product-details button {
    height: 27px;
    width: 27px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    border-radius: 10px;
    font-size: 1.5rem;
    display: grid;
    place-items: center;
}

.product-desc.section-wrapper {
    padding: 0rem;
    overflow-x: hidden;
    margin-bottom: 1.2rem;
}

.product-desc .flex {
    padding: 1rem 2rem;
}

.description {
    background: var(--main-color);
    padding: 2rem;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.description:after {
    position: absolute;
    top: -15px;
    left: 2rem;
    content: '';
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
}

.description p, .description li {
    text-align: justify;
    color: #fff;
    font-weight: 500;
}

.description li {
    margin-bottom: .5rem;
}

.description ul {
    margin-top: .5rem;
}

.container {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 80%;
    margin: auto;
}

.page-description {
    margin-right: 10rem;
}

.page-description h1 {
    font-size: 2.9rem;
    margin-bottom: 1rem;
    color: #222;
}

.page-description h1 span {
    color: var(--main-color);
    font-size: 3.5rem;
}

.page-description p {
    color: #747794;
    font-weight: 500;
    line-height: 2rem;
    font-size: 1.1rem;
}

.frame {
    height: 700px;
    width: 414px;
    min-width: 414px;
    border: 4px solid #333;
    border-radius: 20px;
}

.features {
    margin-top: 1.2rem;
}

.features span {
    font-size: 2.5rem;
    margin-right: .5rem;
    color: orange;
}

/* Agregado  /*
/*-- form styling --*/
.signinform {
    padding: 10px 5px;
    justify-content: center;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    align-items: center;
    min-height: 100vh;
}

input[type="text"],
input[type="email"],
input[type="Password"] {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 14px 15px 12px 5px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    letter-spacing: 1px;
}

.input-group {
    margin-bottom: 25px;
    padding: 0px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.btn-block {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.btn:active {
    outline: none;
}

.btn-primary {
    color: #fff;
    
    margin-top: 30px;
    outline: none;
    width: 50%;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border: none;
    background-image: linear-gradient(to right, #043db1 0%, #0e78c6  51%, #169cd9  100%);
}


.btn-primary:hover {
    background-color:  var(--main-color);
    color: #fff;
}

.form-row.bottom {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.form-row .form-check input[type="checkbox"] {
    display: none;
}

.form-row .form-check input[type="checkbox"]+label:before {
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    color: transparent;
    content: "\2714";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    transition: 0.2s;
    vertical-align: inherit;
    width: 18px;
    text-align: center;
    line-height: 20px;
}

.form-row .form-check input[type="checkbox"]:checked+label:before {
    background-color: #16b2fb;
    border-color: #16b2fb;
    color: #fff;
}

.form-row .form-check input[type="checkbox"]+label {
    cursor: pointer;
    color: #888;
}

.w3_info h2 {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #1eb2e0;
}
.w3_info h4 {
    display: inline-block;
    font-size: 15px;
    padding: 8px 0px;
    color: #444;
    text-transform: capitalize;
}


a.btn.btn-block.btn-social.btn-facebook {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

h1 {
    text-align: center;
    font-size: 33px;
    font-weight: 500;
    
}

.w3_info {
    box-sizing: border-box;
    padding: 10px;
    width: auto;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
}


.w3l-form-info {
    margin: 0px 0;
}


.w3_info p {
    padding-bottom: 30px;
    text-align: center;
}

p.account,
p.account a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    
}
p.aclaracion,
p.aclaracion a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
p.account a {
    color: #19b5de;
    font-weight: 700;
}

p.account a:hover {
    text-decoration: underline;
}

a.forgot {
    font-size: 18px;
    color: #fff;
    margin: auto;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 20px;
    
    
}   

a.forgot:hover {
    text-decoration: underline;
}

h3.w3ls {
    margin: 10px 0px;
    padding-left: 60px;
}

h3.agileits {
    padding-left: 10px;
}

.container {
    max-width: 890px;
    margin: 0 auto;
}

.input-group i.fa,
.input-group i.fas {
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    float: left;
    width: 6%;
    margin-top: 13px;
    text-align: center;
    color: #999;
    opacity: .5;
    position: absolute;
    left: 0;
}

h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.footer p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #777;
}

.footer p a {
    color: var(--main-color);
}

.footer p a:hover {
    text-decoration: underline;
}

p.continue {
    margin-top: 25px;
    padding: 0;
    margin-bottom: 20px;
    color: #999;
    opacity: .8;
}

p.continue span {
    position: relative;
}

p.continue span:before {
    position: absolute;
    content: '';
    height: 1px;
    background: #999;
    width: 89%;
    left: -100%;
    top: 5px;
    opacity: .5;
}

p.continue span:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #999;
    width: 89%;
    right: -100%;
    top: 5px;
    opacity: .5;
}

.social-login {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    margin-bottom: 10px;
    justify-content: center;
}

.facebook {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #3b5998;
}
span.fab{
    line-height: 46px;
}
.facebook:hover {
    background: #3b5998;
    color: #fff;
}
.twitter {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #1da1f2;
}

.twitter:hover {
    background: #1da1f2;
    color: #fff;
}

.google {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #ea4335;
}

.google:hover {
    background: #ea4335;
    color: #fff;
}
.facebook:hover,.twitter:hover,.google:hover  {
    opacity: .8;
}
::-webkit-input-placeholder {
    /* Edge */
    color: #aaa;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
}

::placeholder {
    color: #aaa;
}
/*error validadores */
#error{
    position: relative;
    top: -8px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #f35720;
    padding-left: 4px;
  
}
#add_err, #add_err2{
    color: #f35720;
    
    margin: auto;
    text-align: center;
    padding-top: 10px;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
  }
/* Pantalla de Inicio */
.container-centro{
    height: 100vh; /* suponiendo que quieres centrar respecto a todo el alto de la pantalla */
  width: 100%;
  display: flex; /* propiedad flexbox */
  justify-content: center; /* centra el contenido horizontalmmente */
  align-items: center; /* centra el contenido verticalmente */
}
.centro{
  margin-top: 200px;
  }
.btn-ingresar{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
/* Login */
h1{
    color: #fff;
    text-align: left;
}

/* Home - Toolkit */
.hola{
     margin-top: 50px;
    color:#18B4DF;
    font-size: 20px;
    
}
.favoritos{
    width: 100%;
    background: #0204184d;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    padding-bottom: 40px;
    
   
}

.favoritos .fav{
    color: #fff;
   
}
.resultados{
    width: 100%;
   
}
.articulos{
    background-color: #0635ae;
    width: 100%;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    padding-bottom: 60px;
    margin-top: -25px;
}
.categorias{
    background-color: #171e35;
    float: left;
    width: 100%;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    margin-top: -25px;
    padding-bottom: 20px;
    

}

.categorias .fav{
    margin-bottom: 20px;
}
.logos-categorias{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.mainframe{
    text-align: center;
    width: 48%;
    float: left;
   
}
.mainframe p{
    font-size: 13px;
}
.mainframe img{
width: 80%;

}
.tags{
    background-color: transparent;
    float: left;
    width: 100%;
    color: #fff;
    border-radius:  0px;
    margin-top: 0px;
    padding-bottom: 100px;
    
}
.titulo-tags{
    padding-bottom: 20px;
}
.content-tags{
    text-align: center;
    width: auto;
    float: left;
}
.btn-tags{
    border: none;
    background: transparent;
    width: auto;
    float: left;
    margin-right:15px ;
    border: 1px solid #fff;
    font-size: 12px;
}
.mas{
    position: relative;
    margin-top: -39px;
    margin-left: 212px;
    font-size: 12px;
}
.pdf{
    padding-bottom: 10px;
    margin-top: 40px;
}

.articulos .promo-item{
    background-repeat: no-repeat;
    border: 5px solid #fff;
    min-width: 332px!important;
}

.articulos .promo-info a{
    color: #fff;
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 60%;
    margin-left: 20%;
}
.articulos .nota-img{
    width: 200px;  /* Establece el ancho */
    height: 200px; /* Establece la misma altura para hacerla cuadrada */
    object-fit: cover;  /* Ajusta la imagen para llenar el cuadro */
}
.articulos .btn-nota{
    font-size: 13px;
    font-weight: 300;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border:1px solid #fff;
    text-align: center;
    padding: 8px;
}
.favoritos .promo-item{
    border-radius: 10px;
}
.favoritos .promo-item img{
    width: 100%;
}
.favoritos .img-responsive{
    border-radius: 10px;
}
.favoritos .seccion-compartir{
    float: left;
    width: 100%;

}
.favoritos .promo-item p{
    
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    height: auto;
    max-height: 30px;
    text-align: center;
    padding: 0px 5px;

}
.favoritos .seccion-compartir {
 padding-left: 20px;
}
.favoritos .seccion-compartir .compartir{
    float: left;
    width: 25px;
    margin: 10px 15px ;

} 
.search .btn-buscar{
  background: none;
  border: none;
  cursor: pointer;
}
.search span{
font-size: 28px;
}
p.blanco a {
    color: #fff!important;
    font-weight: 300;
}
.like-btn{
background: none;
border: none;
padding:4px 10px;
}
.heart {
    font-size: 26px;
    color: #18B4DF;
    cursor: pointer;
    margin-top: 4px;
}

.liked {
    color: #fff;
}

/* Categoria */

.icono-categoria{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
}
/* Recaptach */
.grecaptcha-badge { 
    visibility: hidden; 
    opacity: 0; 
    position: absolute; 
}
/* POP UP */
.swal2-popup{
    background: #070713!important;
}
.swal2-title{
    font-size: 16px!important;
    color: #fff!important;
}
.swal2-content{
    font-size: 16px!important;
    color: #fff!important;
}
.swal2-styled.swal2-confirm{
    border: none!important;
}

iframe{
   
    
-moz-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.favoritos-real{
    border:1px solid #02215f;
    margin-top: 0px;
    padding-bottom: 50px;
    background-image: url('../img/App-08.png'); /* Ruta a la imagen */
    background-position: 25% 75%;
   
}
.favoritos-b{
    margin-top: -37px;
}
.espacio-abajo, .espacio{
padding-bottom: 20px;
margin-bottom: 50px;

}
.fav-categorias {
    
    padding-bottom: 140px;
}
.icono-blog{
    width: 30px;
    float: left;
}
@media(max-width:430px){

    .nav-item {
        margin-right: 1.4rem;
    }
}
@media(max-width:414px){

    .nav-item {
        margin-right: 1.3rem;
    }
}
@media(max-width:412px){

    .nav-item {
        margin-right: 1.3rem;
    }
}
@media(max-width:390px){

    .nav-item {
        margin-right: 1rem;
    }
}

@media(max-width:375px){

    .nav-item {
        margin-right: 0.9rem;
    }
}
@media(max-width:360px){

    .nav-item {
        margin-right: 0.8rem;
    }
}


/* ver archivos pdf */
#pdf-viewer {
    width: 100%;
    height: calc(70vh - 60px); /* Ajusta al espacio restante */
    overflow: auto; /* Habilita el scroll */
    padding: 15px;
    
    
}
canvas {
    display: block;
    margin: 0 auto;
   width: 100%!important;
}
/* Indicador de carga */
#loading {
    position: fixed;
    top: 37%;
    left: 10%;
    width: 80%;
    height: 50%;
    background-color: #070713;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    color: white;
    font-size: 18px;
}
#loading span {
    animation: blink 1s infinite;
}
@keyframes blink {
    50% {
        opacity: 0.6;
    }
}
.compartir-individual{
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
   text-align: center;
}
.compartir-individual .compartir{
    width: 28px;
    margin-right: 20px;
    margin-left: 10px;
   
}
.compartir-individual .heart{
    position: relative;
    top:-3px;
    font-size: 30px;
}
.exito{
    background: #07071382;
    color: #fff;
    padding:30px 10px;
    border-radius: 10px;
    margin-top: 40%;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}