{"id":1330,"date":"2024-06-05T15:52:45","date_gmt":"2024-06-05T18:52:45","guid":{"rendered":"https:\/\/kosmosti.com.br\/?page_id=1330"},"modified":"2024-06-05T16:02:55","modified_gmt":"2024-06-05T19:02:55","slug":"senha-treinamentos","status":"publish","type":"page","link":"https:\/\/kosmosti.com.br\/index.php\/senha-treinamentos\/","title":{"rendered":"Senha Treinamentos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1330\" class=\"elementor elementor-1330\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0d43ea2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0d43ea2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8475a45\" data-id=\"8475a45\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-af9028e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"af9028e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-52b8b82\" data-id=\"52b8b82\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1cd746f elementor-widget elementor-widget-html\" data-id=\"1cd746f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"pt-br\">\r\n  <head>\r\n    <meta charset=\"UTF-8\" \/>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n    <link rel=\"stylesheet\" href=\"style-formulario.css\" \/>\r\n    <style>\r\n      @import url(\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\");\r\n\r\n      *{\r\n    margin: 0;\r\n    padding: 0;\r\n    box-sizing: border-box;\r\n}\r\n\r\n\/* celular *\/\r\n\r\n@media (max-width: 600px){\r\n\r\nmain{\r\n    width: 100%;\r\n    height: 100vh;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n}\r\n\r\n.container-form{\r\n    display: flex;\r\n    justify-content: center;\r\n    width: 700px;\r\n}\r\n\r\n\r\n.my-form{\r\n    display: flex;\r\n    align-items: center;\r\n    flex-direction: column;\r\n    border: 3px solid #0039aa;\r\n    margin: 2rem;\r\n    border-radius: .8rem;\r\n}\r\n\r\n.my-form h1{\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    padding: 2rem;\r\n    font-family: \"Roboto\", sans-serif;\r\n    color: #0039aa;\r\n    font-size: 2em;\r\n    width: 100%;\r\n}\r\n\r\n.password-input-attributes{\r\n    display: flex;\r\n    align-items: flex-start;\r\n    flex-direction: column;\r\n    margin-bottom: 2rem;\r\n    width: 100%;\r\n    margin-left: 60px;\r\n}\r\n\r\n.password-input-attributes label{\r\n    margin-bottom: .6rem;\r\n    color: #0039aa;\r\n    font-weight: bold;\r\n    font-size: 12px;\r\n    font-family: \"Roboto\", sans-serif;\r\n    width: 50%;\r\n    margin-left: 0;\r\n}\r\n\r\n#passwordInput{\r\n    width: 13rem;\r\n    height: 2em;\r\n    border-radius: 5px;\r\n    color: #0039aa;\r\n}\r\n\r\n::-webkit-input-placeholder {\r\n    color: #0039aa;\r\n    font-size: 0.9rem;\r\n    font-family: \"Roboto\", sans-serif;\r\n }\r\n \r\n :-moz-placeholder { \/* Firefox 18- *\/\r\n    color: #0039aa; \r\n    font-size: .9rem;\r\n    font-family: \"Roboto\", sans-serif; \r\n }\r\n \r\n ::-moz-placeholder {  \/* Firefox 19+ *\/\r\n    color: #0039aa;  \r\n    font-size: .9rem;\r\n    font-family: \"Roboto\", sans-serif;\r\n }\r\n.email-input-attributes input{\r\n    height: 2rem;\r\n    width: 200px;\r\n    border: 1px solid #0039aa;\r\n    border-radius: .2rem;\r\n}\r\n\r\n\r\ninput#submit-button{\r\n    margin-bottom: 2rem;\r\n    width: 200px;\r\n    height: 2rem;\r\n    background-color: #0039aa;\r\n    color: #fff;\r\n    padding-bottom: 20px; \r\n    border-radius: .5rem;\r\n    font-family: \"Roboto\", sans-serif;\r\n    font-size: 16px;\r\n    font-weight: bold;\r\n    transition: .3s;\r\n    border: none;\r\n}\r\ninput#submit-button:hover{\r\n    margin-left: .7rem;\r\n}\r\n\r\n}\r\n\r\n\r\n\/* Computador *\/\r\n\r\n@media all and (min-width: 601px) and (max-width: 3000px) {\r\n\r\n    main{\r\n        width: 100%;\r\n        height: 100vh;\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n    }\r\n    .container-form{\r\n        display: flex;\r\n        justify-content: center;\r\n        width: 700px;\r\n        height: 500px;\r\n    }\r\n    .my-form{\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        \/* gap: 20px; *\/\r\n        flex-direction: column;\r\n        border: 3px solid #0039aa;\r\n        margin: 5rem;\r\n        border-radius: .8rem;\r\n        width: 100%;\r\n    }\r\n    \r\n    .my-form h1{\r\n        display: flex;\r\n        padding: 2rem;\r\n        font-family: \"Roboto\", sans-serif;\r\n        color: #0039aa;\r\n        font-size: 2.1em;\r\n    }\r\n    \r\n    .password-input-attributes{\r\n        display: flex;\r\n        align-items: flex-start;\r\n        flex-direction: column;\r\n        margin-bottom: 2rem;\r\n    }\r\n    \r\n    .password-input-attributes label{\r\n        margin-bottom: .6rem;\r\n        color: #0039aa;\r\n        font-weight: bold;\r\n        font-size: 17px;\r\n        font-family: \"Roboto\", sans-serif;\r\n    }\r\n\r\n    #passwordInput{\r\n        width: 13rem;\r\n        height: 2.5em;\r\n        border-radius: 5px;\r\n        color: #0039aa;\r\n    }\r\n    \r\n    ::-webkit-input-placeholder {\r\n        color: #0039aa;\r\n        font-size: 0.9rem;\r\n        font-family: \"Roboto\", sans-serif;\r\n     }\r\n     \r\n     :-moz-placeholder { \/* Firefox 18- *\/\r\n        color: #0039aa; \r\n        font-size: .9rem;\r\n        font-family: \"Roboto\", sans-serif; \r\n     }\r\n     \r\n     ::-moz-placeholder {  \/* Firefox 19+ *\/\r\n        color: #0039aa;  \r\n        font-size: .9rem;\r\n        font-family: \"Roboto\", sans-serif;\r\n     }\r\n    .email-input-attributes input{\r\n        height: 2rem;\r\n        width: 15rem;\r\n        border: 1px solid #0039aa;\r\n        border-radius: .2rem;\r\n    }\r\n    \r\n    \r\n    input#submit-button{\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        \/*margin-bottom: 2rem;*\/\r\n        padding-bottom: 30px;\r\n        width: 15rem;\r\n        height: 1rem;\r\n        background-color: #0039aa;\r\n        color: #fff;\r\n        border-radius: .5rem;\r\n        font-family: \"Roboto\", sans-serif;\r\n        font-size: 16px;\r\n        font-weight: bold;\r\n        transition: .3s;\r\n        border: none;\r\n    }\r\n    input#submit-button:hover{\r\n        cursor: pointer;\r\n        margin-left: .7rem;\r\n    }\r\n    \r\n}\r\n    <\/style>\r\n    <link rel=\"stylesheet\" href=\"style-formulario_senha.css\">\r\n    <title>Senha para os Certificados<\/title>\r\n  <\/head>\r\n  <body>                \r\n    <main>\r\n      <section class=\"container-form\">\r\n        <form onsubmit=\"enviarFormulario(); return false;\" class=\"my-form\">\r\n          <h1>Acesso Restrito<\/h1>\r\n          <div class=\"msg\"><\/div>\r\n          <div class=\"password-input-attributes\">\r\n            <label for=\"passwordInput\"><b>Senha recebida no e-mail<\/label>\r\n            <input type=\"password\" id=\"passwordInput\" placeholder=\"   senha aqui\" required\/>\r\n          <\/div>\r\n          <input id=\"submit-button\" type=\"submit\" value=\"Validar\" \/>\r\n        <\/form>\r\n      <\/section>\r\n    <\/main>\r\n    <script>\r\n    function enviarFormulario() {\r\n      let senhaDigitada = document.getElementById(\"passwordInput\").value;\r\n      if (senhaDigitada === \"KosmosCertifica2024\") {\r\n        window.location.href = \"https:\/\/kosmosti.com.br\/index.php\/treinamentos\/\"; \r\n      } else {\r\n        alert(\"Ol\u00e1! Que pena, a senha n\u00e3o corresponde, certifique-se de que sua senha est\u00e1 correta ou entre em contato conosco atrav\u00e9s do e-mail tecnologia@kosmosti.com.br.\");\r\n      }\r\n    }\r\n    <\/script>\r\n  <\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Senha para os Certificados Acesso Restrito Senha recebida no e-mail<\/p>\n","protected":false},"author":1,"featured_media":1080,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"disabled","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1330","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/pages\/1330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=1330"}],"version-history":[{"count":16,"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/pages\/1330\/revisions"}],"predecessor-version":[{"id":1347,"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/pages\/1330\/revisions\/1347"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/media\/1080"}],"wp:attachment":[{"href":"https:\/\/kosmosti.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=1330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}