@charset "UTF-8";
/* CSS Document */
html { scroll-behavior: smooth;}
* {margin:0px;padding:0px; box-sizing: border-box;border: 0 none;outline: 0;font-family: "Raleway", sans-serif;}
img {max-width: 100%;height: auto;}
li {list-style: none;}
body {background:#000000;}
h1, h2, h3, h4, h5, h6, a {font-family:  "Inter", sans-serif;padding: 0px;margin:0px;color:#f6f6f6;font-weight: 700;}
h1, h2 {letter-spacing: -1.5px;}
p {line-height: 1.8em;letter-spacing: -0.2px; font-size: 1em;color:#f6f6f6;margin-bottom: 15px;text-align: left;}
.bt_align {margin:0px auto;text-align: center;max-width: 500px;}
.clear {clear: both;}
.space {display: block;height: 20px;}
.align-div {max-width: 1100px;margin:0px auto;padding:15px;}
.align-div-2 {max-width: 600px;margin:0px auto;padding:15px;}

#header {background:url("https://osformagios.com.br/newsletter-images/bg-desktop.webp") no-repeat top center;padding:500px 15px 75px 15px;;}
#header h1 {font-size: 2em;line-height: 1.1em;margin-bottom:15px;text-align: center;font-weight: 600;color:#e9e8db;}
#header h1 strong {font-weight: 900;}
#header h6 {font-size: 1.1em;line-height: 1.6em;font-weight: 700;margin-bottom: 15px;text-align: left;color:#ffffff;}
#header p {font-size: 1em;line-height: 1.8em;font-weight: 400;text-align: left;color:#ccc;}
#header small {font-size: 0.7em;line-height: 1.8em;font-weight: 400;text-align: center !important;color:#999;display: block;padding-top: 10px;}

.form-field-name, .form-field-email {border-radius: 15px;border: 2px solid #7b7b7b;line-height:3em;color:#ffffff;background: #131313;margin-bottom: 15px;text-indent: 10px;font-size:1em;width: 100%;margin-right: 1%;} 
.bt_buy {margin: 0px auto; line-height: 3em; border-radius: 15px;font-size:1.1em;color:#ffffff;text-decoration: none;display: block;font-weight: 700;letter-spacing: -0.7px;transition-duration: 0.3s;text-align: center;width: 75%;background:#ee5c64;cursor: pointer;}
.bt_buy:hover {background-color: #046EDD;transition-duration: 0.3s;}

hr {border:1px solid #222222;width: 70%;margin:0px auto;margin-bottom: 75px;}

footer {text-align: center;padding:75px 0px 75px 0px;}
address  {font-size: 0.9em;text-align: center;line-height: 1.8em;margin-bottom: 15px;font-style: normal;color:#999999;}
footer p {font-size: 0.7em;text-align: center;line-height: 2.2em;color:#999999;}
footer img {margin-bottom: 15px;}


@media only screen and (max-width: 600px) {
    #header {background:url("https://osformagios.com.br/newsletter-images/bg-cellphone.webp") no-repeat top center;padding:230px 15px 75px 15px;;}
    #header-left {max-width: 100%;text-align: center;}
    #header h1 {font-size: 1.7em;line-height: 1.2em;text-align: center;}
    .align-div {max-width: 100%;margin:0px auto;padding:15px;}
    .align-div-2 {max-width: 100%;margin:0px auto;padding:15px;}
    .align-title {max-width: 100%;margin:0px auto;padding:15px;}
    #form-field-name, #form-field-email {width: 100%;float: none;margin-left: 0%;margin-bottom: 10px;} 
    .bt_buy {width: 100%;float: none;}
}