*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

:root{
    --rosado: #FF63B9;
    --amarillo: #FFF909;
    --gris: #454545;
    --gris_fondo: #F5F5F3;
    --negro: #000000;
    --blanco: #FFFFFF;
}

.error_login{
    color: var(--rosado);
    font-size: 100%;
    margin-top:5px;
}

.contenedor{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.linea_horizontal{
    border-top: 1px solid var(--gris_fondo);
}

.linea_horizontal_interlineado{
    border-top: 1px dashed var(--gris);
}

.linea_horizontal2{
    margin: 50px auto auto;
    width: 1000px;
    border-top: 5px solid var(--gris);
}

.menu{
    text-align: center;
    margin: auto;
}

.menu a {
    color: var(--blanco);
    padding: 5px 20px;
    font-size: 100%;
    letter-spacing: 0;
    text-decoration: none;
}
.menu ul {
    padding: 0;
    margin: 0;
}
.menu li {
    display: inline;
    padding: 0;
}

.menu li .active {
    color: var(--amarillo);
}

.menu a:hover {
    color: var(--amarillo);
}

.div_mil{
    width: 1000px;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
}

.div_inicio_left{
    width: 45%;
    text-align: center;
    margin: auto;
}

.div_inicio_right{
    width: 55%;
    text-align: center;
    margin: auto;
}

.texto_inicio{
    color: var(--rosado);
    font-size: 140%;
    text-align: center;
    font-weight: bold;
}

.texto_login{
    color: var(--negro);
    font-size: 80%;
    text-align: center;
}

.imagen_inicio{
    width: 80%;
}

.titulo_inicio{
    color: var(--rosado);
    font-size: 400%;
    margin: 0;
    line-height : 50px;
}

.titulo_inicio2{
    font-size: 200%;
}

.subtitulo_inicio{
    color:var(--negro);
    font-size: 100%;
    margin: 10px 0 0;
}

.div_categorias{
    width: 1000px;
    margin: auto;
    text-align: center;
}

.titulo_categorias{
    color: var(--gris);
    font-size: 100%;
}

.fila_categorias{
    width: 100%;
    display: flex;
}

.elemento_categorias{
    display: flex;
    width: 32%;
    margin: 0 auto;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gris);
    border-radius: 20px;
}

.imagen_categorias{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.texto_categorias{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}

.imagen_categoria{
    width: 80px;
    height: 80px;
}

.estrellas_categorias{
    display: flex;
    height: 20px;
}

.estrella_categoria{
    width: auto;
    height: 100%;
    margin-right: 5px;
}

.texto_nombre_recomendacion{
    font-size: 70%;
    font-weight: bold;
    color: var(--negro);
    text-align: left;
    margin: 10px 0 0;
}

.texto_establecimiento_recomendacion{
    font-size: 70%;
    font-weight: bold;
    color: var(--negro);
    text-align: left;
    margin: 0;
}

.texto_descripcion_recomendacion{
    font-size: 70%;
    padding-right: 3px;
    color: var(--negro);
    text-align: left;
    margin: 0;
}

.footer{
    width: 100%;
    background-color: var(--gris_fondo);
    display: flex;
    padding-bottom: 30px;
    padding-top: 30px;
}

.columna1{
    width: 30%;
    margin-left: 10%;
}

.columna2{
    width: 20%;
    margin-left: 40%;
}

.texto_footer{
    font-size: 80%;
    color: var(--negro);
}

.logo_recomendadisimo{
    padding-top: 20px;
    padding-bottom: 10px;
    width: 180px;
    height: auto;
}

a{
    color: var(--negro);
    background-color: transparent;
    text-decoration: none;
    font-size: 80%;
}

.header{
    width: 100%;
    background-image: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/header_2.png);
    height: 12%;

    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.header .logo {
    float: left;
    height: 100px;
}

.header_center {
    left: 50%; /* left-align your element to center */
    top: 7%;
    transform: translateX(-50%); /* offset left by half the width of your element */
    position: absolute;
}

.header_center .a_cerrar_sesion{
    display: none;
}

.header_center .icon{
    display: none;
}

.header_center ul a{
    color: var(--negro);
}

.header a {
    color: var(--blanco);
    font-size: 100%;
    padding: 5px 20px;
    letter-spacing: 0;
    text-decoration: none;
}
.header ul {
    padding: 0;
    margin: 0;
}
.header li {
    display: inline;
    padding: 0;
}

.header li .active {
    color: var(--amarillo);
}

.header a:hover {
    color: var(--amarillo);
}

.header_right {
    float: right;
}

.header_right2{
    float: right;
    display: none;
    top: 7%;
}

.bnt_menu{
    border-radius: 10px;
    height: 50px;
    width: 50px;
    background-color: var(--blanco);
    color: var(--negro);
    border: none;
    margin-top: 20px;
    font-size: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.header_menu{
    display: none;
    width: 100%;
    float: right;
    padding-bottom: 10px;
    background-color: #FF71BB;
}

.header_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    animation: header_menu_active 2s;
}

@keyframes header_menu_active {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

.header_menu a {
    font-size: 100%;
    letter-spacing: 0;
    color: var(--negro);
    text-decoration: none;
}

.header_menu li .active {
    color: var(--amarillo);
}

.header_menu a:hover {
    color: var(--amarillo);
}

.bnt_cerrar_sesion{
    width: 130px;
    margin-top: 20px;
    margin-right: 30px;
    height: 50px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_cerrarsesion.svg) no-repeat center;
    outline: 0;
    border: none;
    cursor: pointer;
}

.seleccionado{
    width: 100%;
    color: var(--negro);
    outline: 0;
    font-size: 80%;
    resize: none;
    background-color:transparent;
    border: none;
    margin-top: 1px;
    height: 31px;
    margin-bottom: 3px;
}



/* css cuentaComercio.jsp*/
.div_form_login{
    width: 90%;
    max-width: 1100px;
    height: auto;
    background-color: var(--gris_fondo);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
    margin: auto;
}

.input_login{
    height: 30px;
    padding: 5px 15px;
    border: 1px solid var(--gris);
    margin: 10px auto;
    border-radius: 30px;
    outline: 0;
}

.btn_ingresar_login{
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_ingresar.svg) no-repeat center;
    margin: 10px auto;
    border: none;
    width:110px;
    height:30px;
    outline: 0;
    cursor: pointer;
}

a.underline {
    text-decoration: none;
    margin: 10px auto;
}
a.underline span {
    display: inline-block;
    border-bottom: 1px solid var(--rosado);
    font-size: 15px;
    line-height: 12px;
}

.div_700{
    width: 700px;
    margin: auto;
    text-align: center;
}

.linea_horizontal_registro{
    margin: 20px auto auto;
    width: 100%;
    border-top: 5px solid var(--rosado);
}

.titulo_registro{
    color: var(--negro);
    font-size: 100%;
    max-width: 520px;
    margin: auto;
}

.titulo_formulario_registro{
    color: var(--amarillo);
    font-size: 250%;
    margin: 10px 0 0;
    text-align: center;
    line-height: 40px;
}

.div_registro_left{
    width: 45%;
    text-align: center;
    margin: auto;
}

.div_registro_right{
    width: 45%;
    text-align: center;
    margin: auto;
}

.texto_formulario_registro{
    font-size: 90%;
    color: var(--negro);
    text-align: left;
    padding-left: 15px;
}

.input_formulario_registro{
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border: 1px solid var(--gris);
    margin: 5px auto 15px;
    border-radius: 30px;
    outline: 0;
    font-size: 90%;
}

.div_flex_clave{
    width: 100%;
    display: flex;
}

.div_clave{
    width: 47%;
    margin: auto;
}

.div_guia_clave{
    width: 90%;
    margin: auto;
    text-align: center;
}

.texto_clave{
    color: var(--negro);
    font-size: 80%;
    text-align: left;
}

.div_flex_terminos{
    width: 100%;
    display: flex;
    height: 120px;
}

.div_terminos{
    width: 60%;
    height: 100%;
    text-align: left;
    border-right: 1px solid var(--rosado);
}

.texto-rosa {
    color: var(--rosado);
}

.checkbox_registro{
    font-size: 80%;
    color: var(--negro);
}

.checkbox_registro > input {
    visibility: hidden;
    position: absolute;
}
.checkbox_registro > i {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    width: 25px;
    height: 25px;
    border-radius: 40%;
    transition: 0.5s;
    box-shadow: inset 0 0 0 8px var(--blanco);
    border: 2px solid var(--rosado);
}
.checkbox_registro > input:checked + i {
    box-shadow: inset 0 0 0 2px var(--blanco);
    background: var(--rosado);
}

.div_boton_registrar{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
}

.div_boton_registrar img {
    width: 80%;
    cursor: pointer;
}

input[name="btnRegistrarse"] {
    display: none;
}

.info_correo{
    width: 150px;
    height: 50px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/mail_reportes.svg) no-repeat center;
    border: none;
    outline:0;
    position:absolute;
    right: 2%;
}

.btn_atras{
    width: 50px;
    height: 40px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_atras.svg) no-repeat center;
    border: none;
    outline:0;
    position:absolute;
    margin-top: 10px;
    left: 5%;
    cursor: pointer;
}

/* css planes.jsp*/
.div_planes{
    width: 80%;
    max-width: 990px;
    display: flex;
    overflow-x: auto;
    margin: auto;
}

.div_plan{
    position: relative;
    width: 330px;
}

.div_plan .contenido{
    width: 270px;
    text-align: center;
    background-color: var(--gris_fondo);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px 30px 20px;
    z-index: 10;
}

.div_plan .nombre_plan{
    color: var(--rosado);
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 15px;
}

.div_plan .incluye{
    color: var(--negro);
    font-size: 120%;
    font-weight: bold;
}

.div_plan .div_info{
    text-align: left;
    height: 400px;
    padding: 20px;
}

.div_plan .info{
    color: var(--gris);
    font-size: 100%;
    margin: 5px;
}

.div_plan .periodo{
    color: var(--negro);
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 10px;
}

.div_radio_planes{
    width: 95%;
    margin: auto;
    background-color: var(--amarillo);
    display: flex;
    align-items: center;
}

.radio_plan{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
}

[type=radio] {
    display: none;
}

[type=radio]+img {
    cursor: pointer;
    background-color: var(--blanco);
    border-radius: 50%;
    outline: 0;
}
[type=radio]:checked + img {
    background-image: url("https://storage.googleapis.com/recomendadisimo.appspot.com/Web/check_ok.svg");
}


.div_radio_planes .texto1{
    font-size: 100%;
    margin-left: 5px;
}

.div_radio_planes .texto2{
    font-size: 140%;
    font-weight: bold;
    margin-left: 5px;
}

.btn_seleccionar{
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_seleccionar.svg) no-repeat center;
    margin: 10px auto;
    border: none;
    width:150px;
    height:50px;
    outline: 0;
    cursor: pointer;
}

.radio_plan label{
    display: flex;
    align-items: center;
    width: 100%;
}

.texto_guia_planes{
    font-size: 100%;
    color: var(--rosado);
    text-align: left;
}

.div_imagen_promo{
    position: absolute;
    right: 0;
    z-index: 1;
}

.imagen_promo{
    width: 120px;
    height: 120px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/splash_planes.svg) no-repeat center;
    border: none;
}

.tabla_negocios{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.tabla_negocios td, th {
    text-align: left;
    padding: 8px;
}

.tabla_pedidos{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.tabla_pedidos th {
    text-align: center;
    padding: 8px;
    font-size: 100%;
    font-weight: normal;
}

.tabla_pedidos td {
    text-align: center;
    padding: 8px;
    font-size: 140%;
    font-weight: bold;
}

.tabla_pedidos td:nth-child(4),
.tabla_pedidos th:nth-child(4){
    text-align: center;
    width: 100px;
}

.div_precios_pedido{
    width: 110px;
    float: right;
    text-align: left;
    font-size: 100%;
    margin-right: 10px;
}

.texto_precio_pedido{
    font-size: 140%;
    line-height: 25px;
}

.btn_finalizar_compra{
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_finalizarcompra.svg) no-repeat center;
    margin: 10px auto;
    border: none;
    width:370px;
    height:40px;
    outline: 0;
    cursor: pointer;
}

.div_precios{
    width: 600px;
    margin: auto;
}

.boton_eliminar_plan{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/check_off.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.texto_estado_usuario{
    font-size: 100%;
    color: #F40000;
    text-align: center;
}













/* css home.jsp*/
.titulo_saludo_home{
    font-size: 200%;
    color: var(--rosado);
    margin-bottom: 10px;
    text-align: center;
}
.subtitulo_saludo_home{
    font-size: 120%;
    color: var(--gris);
    margin-bottom: 10px;
    text-align: center;
}
.texto_info_home{
    font-size: 110%;
    color: var(--negro);
    margin-bottom: 20px;
    text-align: center;
}
.div_900{
    width: 900px;
    margin: auto;
    text-align: center;
}
.div_home_left{
    width: 40%;
    text-align: center;
    margin: auto 5% auto auto;
}

.div_home_right{
    width: 45%;
    text-align: center;
    margin: auto;
}

.div_boton_activar_cuenta{
    width: 80%;
    margin: auto;
}

.div_boton_activar_cuenta img {
    width: 70%;
    cursor: pointer;
}

.div_titulo_formulario_home{
    width: 90%;
    margin: auto;
    text-align: center;
}
.titulo_formulario_home{
    font-size: 90%;
    color: var(--negro);
    margin-bottom: 20px;
}

.div_titulo_mis_negocios{
    width: 90%;
    margin: auto;
    text-align: center;
    background-color: var(--gris_fondo);
    height: 40px;
    line-height: 40px;
}

.div_boton_agregar_negocio{
    width: 100%;
}

.div_boton_agregar_negocio img {
    width: 60%;
    cursor: pointer;
}

.div_tabla_archivos{
    width: 90%;
    margin: auto;
    text-align: center;
    max-height: 200px;
    overflow: auto;
    min-width: 280px;
}

.tabla_archivos{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.tabla_archivos th {
    text-align: center;
    padding: 8px;

}

.tabla_archivos td, th {
    color: var(--negro);
    text-align: center;
    padding: 8px;
}

.tabla_archivos td:nth-child(1),
.tabla_archivos th:nth-child(1){
    width: 10%;
}

.tabla_archivos td:nth-child(2),
.tabla_archivos th:nth-child(2){
    width: 70%;
    text-align: left;
}

.tabla_archivos td:nth-child(3),
.tabla_archivos th:nth-child(3){
    width: 20%;
}

.tabla_archivos tr:nth-child(even) {
    background-color: var(--amarillo);
}

.tabla_negocios{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.tabla_negocios td, th {
    text-align: left;
    padding: 8px;
}

.tabla_negocios tr:nth-child(even) {
    background-color: var(--gris_fondo);
}

.boton_tabla_negocios{
    width: 70px;
    height: 20px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_verpdv.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.boton_tabla_eliminar{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_borrar.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.boton_tabla_ver_pdf{
    width: 85px;
    height: 40px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_verpdfok.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.boton_tabla_ver_imagen{
    width: 120px;
    height: 40px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_verimagenok.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

input[name="btnActivarCuenta"],
input[name="btnAgregarNegocio"]{
    display: none;
}

.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}







/* css info/imagenes/eventos.jsp*/
.div_botones_contenedor{
    width: 700px;
    display:flex;
    margin: auto;
}

.div_botones_registro{
    width: 33.33%;
}

.div_formulario_contenedor{
    width: 700px;
    margin: auto;
    text-align: center;
    background-color: var(--gris_fondo);
}

.div_info_left{
    width: 40%;
    margin: auto;
}

.div_info_left2{
    width: 50%;
    margin: auto;
}

.div_info_right{
    width: 60%;
    margin: 10px auto auto;
}

.div_info_right2{
    width: 40%;
    margin: 10px auto auto;
}

.div_ubicacion{
    width: 80%;
    margin: auto;
    display:flex;
}

.text_area_descripcion{
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gris);
    border-radius: 30px;
    outline: 0;
    padding: 15px;
    resize: none;
}

.div_precios_contenedor{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.btn_guardar_info{
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_guardar.svg) no-repeat center;
    margin: 10px auto;
    border: none;
    width:150px;
    height:50px;
    outline: 0;
    cursor: pointer;
}

.btn_agregar{
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_agregar.svg) no-repeat center;
    margin: 10px auto;
    border: none;
    width:150px;
    height:50px;
    outline: 0;
    cursor: pointer;
}

.btn_ver_planes{
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_verplanes.svg) no-repeat center;
    border: none;
    width:120px;
    height:30px;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}


.orden_pdf{
    width: 600px;
    margin: auto;
    display:flex;
}

.cargar_pdf_left{
    width: 45%;
    margin-left: 10%;
}

.cargar_pdf_left img{
    width: 90%;
    cursor: pointer;
}

.cargar_pdf_right{
    width: 20%;
    margin-left: 10%;
}

.div_agregar_imagen_contenedor{
    width: 100%;
    margin: auto;
    display:flex;
}

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

.div_agregar_imagen_right{
    width: 30%;
    margin: auto;
}

.div_agregar_imagen_right img{
    cursor: pointer;
}

.div_input_imagen{
    width: 90%;
    margin: auto;
}

.div_tabla_promociones{
    text-align: center;
    width: 90%;
    margin: auto;
    height: 200px;
    overflow: auto;
}

.tabla_promociones{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.tabla_promociones th {
    text-align: center;
    padding: 8px;

}

.tabla_promociones td, th {
    color: var(--negro);
    text-align: center;
    padding: 8px;
}

.tabla_promociones td:nth-child(1),
.tabla_promociones th:nth-child(1){
    width: 10%;
}

.tabla_promociones td:nth-child(2),
.tabla_promociones th:nth-child(2){
    width: 30%;
}

.tabla_promociones td:nth-child(3),
.tabla_promociones th:nth-child(3){
    width: 20%;
}

.tabla_promociones td:nth-child(4),
.tabla_promociones th:nth-child(4){
    width: 20%;
}

.tabla_promociones td:nth-child(5),
.tabla_promociones th:nth-child(5){
    width: 20%;
}

.titulo_tabla_promociones{
    font-size: 60%;
    color: var(--negro);
}

.div_cargar_promocion{
    width: 500px;
    margin: auto;
    text-align: center;
}

.div_carga_promocion{
    width: 95%;
    margin: auto;
}

.contenedor_fechas{
    width: 95%;
    margin: auto;
    display: flex;
}

.seccion_imagenes{
    width: 700px;
    margin: auto;
    text-align: center;
    background-color: var(--gris_fondo);
    line-height: 50px;
}

input[name="btnInformacion"],
input[name="btnProductos"],
input[name="btnPromocion"],
input[name="btnUbicacion"],
input[name="btnCargarPdf"],
input[name="btnCargarImagen"] {
    display: none;
}





/* css editar perfil*/
.div_500{
    width: 500px;
    margin: auto;
    text-align: center;
}

/* css recuperar clave*/
.texto_recuperar_clave{
    font-size: 90%;
    color: var(--negro);
    text-align: center;
}
.input_recuperar_clave{
    width: 100%;
    text-align: center;
    height: 40px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: var(--rosado);
    margin-bottom: 5px;
    outline: 0;
    font-size: 90%;
}



/* css estadistica*/
.div_filtros{
    width: 400px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    border-radius: 30px;
    background-color: var(--gris_fondo);
}

.div_datos_estadisticas{
    display: flex;
    width: 420px;
    padding: 10px 30px;
    margin: auto;
    border-radius: 30px;
    background-color: var(--gris_fondo);
    align-items: center;
}

.texto_datos{
    color: var(--negro);
    font-size: 120%;
}

.texto_valor{
    color: var(--negro);
    font-size: 180%;
}

.titulo_estadistica{
    width: 100%;
    text-align: left;
    border-radius: 30px;
    background-color: var(--gris_fondo);
    padding: 10px 30px;
}

.div_grafico{
    width: 100%;
}

.select_formulario_registro{
    width: 90%;
    height: 40px;
    padding: 5px 15px;
    border: 1px solid var(--gris);
    margin: 5px auto 15px;
    border-radius: 30px;
    outline: 0;
    font-size: 90%;
    background-image: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/flecha_select.svg); /*aquÃƒÂ­ deberÃƒÂ¡s escribir la ruta de la imagen que utilizarÃƒÂ¡s como flecha del desplegable*/
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 12px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
}

.btn_filtrar{
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/recomendadisimo.appspot.com/Web/btn_filtrar.svg) no-repeat center;
    margin: 10px auto;
    border: none;
    width:120px;
    height:40px;
    outline: 0;
    cursor: pointer;
}





/* auto complete*/
.autocomplete {
    width: 100%;
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid var(--gris);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: var(--blanco);
    border-bottom: 1px solid var(--amarillo);
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: var(--amarillo) !important;
    color: var(--blanco);
}

.div_palabras_clave{
    width: 700px;
    padding: 0 40px;
}



/* cambios en la pantalla*/
@media screen and (max-width: 1100px){
    .div_mil,
    .div_categorias{
        width: 100%;
    }

    .div_700{
        width: 80%;
    }

    .div_900{
        width: 90%;
    }

    .info_correo, .btn_atras{
        display: none;
    }
}

@media screen and (max-width: 800px){
    .div_mil{
        display: inline;
    }

    .div_ubicacion{
        width: 90%;
        display: inline;
    }

    .div_inicio_right,
    .div_inicio_left{
        width: 90%;
    }

    div[name="columna1"]{
        width: 48%;
    }
    div[name="columna2"]{
        width: 48%;
        display: flex;
    }
    div[name="columna3"]{
        display: none;
    }

    .div_registro_left,
    .div_home_left{
        width: 100%;
    }

    .div_registro_right,
    .div_home_right{
        width: 90%;
    }

    .div_info_left{
        width: 50%;
    }

    .div_info_right{
        width: 80%;
    }

    .div_info_right2{
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 780px){
    .div_botones_contenedor,
    .div_formulario_contenedor,
    .seccion_imagenes{
        width: 100%;
    }

    .div_cargar_promocion{
        width: 70%;
    }

    .header_right{
        display: none;
    }

    .header_right2{
        display: inline;
    }

    .header_center{
        display: none;
    }

    .header_center .a_cerrar_sesion{
        display: block;
    }

    .header_center{
        top: 3%;
    }

    .header_center {
        position: relative;
        left: 100%;
        transform: translateX(-100%); /* offset left by half the width of your element */
        width: 50%;
        top: 16%;
    }

    .header a {
        color: var(--blanco);
        font-size: 100%;
        padding: 5px 5px;
        letter-spacing: 0;
        text-decoration: none;
    }

    .div_palabras_clave{
        width: 100%;
    }
}

@media screen and (max-width: 650px){
    .orden_pdf{
        width: 100%;
    }

    .div_precios{
        width: 95%;
    }
}

@media screen and (max-width: 555px){
    .div_500{
        width: 100%;
    }
}

@media screen and (max-width: 550px){
    .div_agregar_imagen_contenedor{
        display: inline;
    }
    .div_agregar_imagen_left{
        width: 80%;
    }

    .div_agregar_imagen_right{
        width: 50%;
    }


    .div_inicio_right,
    .div_inicio_left{
        width: 90%;
    }

    div[name="columna1"]{
        width: 98%;
    }
    div[name="columna2"]{
        display: none;
    }

    .columna1{
        margin-left: 5%;
    }

    .columna2{
        margin-left: 25%;
    }

    .logo_recomendadisimo{
        width: 140px;
    }

    .cargar_pdf_left{
        width: 30%;
        margin-left: 10%;
    }

    .cargar_pdf_right{
        width: 40%;
        margin-left: 10%;
    }

    .contenedor_fechas{
        display: inline;
    }

    .div_clave{
        width: 80%;
    }

    .btn_finalizar_compra{
        width: 90%;
    }
}

@media screen and (max-width: 480px){
    .div_datos_estadisticas{
        width: 100%;
    }
}

@media screen and (max-width: 450px){
    .div_filtros{
        width: 100%;
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: var(--amarillo);
    border-color: var(--amarillo);
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.btn_eliminar_imagen{
    background: none;
    border: none;
    color: var(--rosado);
    margin: auto auto 5px;
    cursor: pointer;
}

.btn_imagen_pdf{
    width: 80%;
}



/* Loader */
.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--negro);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: none;
    z-index: 100;
}

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

.loader_icono{
    position: absolute;
    border: 12px solid var(--gris_fondo);
    border-radius: 50%;
    border-top: 12px solid var(--rosado);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    animation: spin 1s linear infinite;
}

.header-banner {
    text-align: center;
    background-image: linear-gradient(to bottom, transparent 10%, var(--rosado) 10%, var(--rosado) 90%, transparent 90%);
    margin-top: 5px;
}

.enlaces-tienda-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto 30px auto;
}

.enlaces-tienda-title {
    text-align: center;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
    margin: 20px 20px auto 20px;
}

.enlaces-tienda-copyrights {
    margin-top: 10vh;
    font-size: 0.7rem;
    text-align: center;
}

.enlaces-tienda-invitacion {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin: auto 20px auto 20px;
}

.enlaces-tienda-invitacion span {
    color: var(--rosado);
}

.contenedor_videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}

.video {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 10px;
    max-width: 33%;
    min-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video_texto{
    margin-top: 10px;
}