/* ========== RESET BÁSICO ========== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}

body #mc_embed_signup div.mce_inline_error {
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0 10px;
    background-color: transparent;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    color: red;
}
/* ========== FUENTES ========== */
@font-face {
  font-family: 'Telegraf Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Telegraf Regular'),
       url('assets/fonts/Telegraf_Regular_400.woff2') format('woff2'),
       url('assets/fonts/Telegraf_Regular_400.woff') format('woff');
}

@font-face {
  font-family: 'Telegraf UltraBold';
  font-style: normal;
  font-weight: 800;
  src: local('Telegraf UltraBold'),
       url('assets/fonts/Telegraf_UltraBold_800.woff2') format('woff2'),
       url('assets/fonts/Telegraf_UltraBold_800.woff') format('woff');
}

/* ========== TIPOGRAFÍA BASE ========== */
body,
p,
label,
input[type="text"],
input[type="email"],
textarea,
select {
  font-family: 'Telegraf Regular', sans-serif;
  font-weight: 400;
}


/* ========== TIPOGRAFÍA DESTACADA ========== */
h1, h2, h3, h4, h5, h6,strong,
button[type="submit"],
input[type="submit"],
.btn {
  font-family: 'Telegraf UltraBold', sans-serif;
  font-weight: 800;
}

/* ========== ELEMENTOS ADICIONALES (opcional) ========== */
button {
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
button,
select {
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

body{
    background-color: #10110D;
}
body,
p,
h1, h2, h3, h4, h5, h6{
    color: #fff;
}

main{
    background-image: url(assets/images/BG.png);
    background-size: 100% auto;
    padding: 80px 30px;
    background-position: top center;
    background-repeat: no-repeat;
}
.header{
    text-align: center;
}
h1{
    font-size: 80px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 9px;
}
.logo{
    max-width: 145px;
}
.header p{
    font-size: 30px;
    line-height: 1.5;
    max-width: 780px;
    margin: 0 auto 44px;
}

.btn,
input[type="submit"]{
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    background-color: #FF2F60;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s;
    padding: 9px 23px;
}
.btn:hover,
input[type="submit"]:hover{
    background-color: #ca264c;
}
input[type="submit"]{
    margin-top: 39px;
    margin-bottom: 36px;
}
.clear {
  content: "";
  clear: both;
}
.body{
    max-width: 946px;
    margin: 100px auto 0;
}
.body .col-left{
    float: left;
    width: 60%;
}
.body .col-right{
    float: right;
    width: 38%;
}
h2{
    font-size: 49px;
    line-height: 1;
    margin-bottom: 38px;
}
.element{
    margin-bottom: 30px;
}
.element h3{
    font-size: 22px;
    line-height: 1.3;
}
.element h3 span{
    color: #FF2F60;
}
.element p{
    font-size: 22px;
    line-height: 1.3;
}

#mc_embed_shell{
    padding: 13px 20px;
    text-align: center;
    box-shadow: 3px 3px 0px 3px #DAF05C;
}
#mc_embed_shell h3{
    padding-top: 3px;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 26px;
}
#mc_embed_shell h3 small{
    font-size: 15px;
}
#mc_embed_shell h3 span{
    font-family: 'Telegraf Regular', sans-serif;
    font-weight: 400;
}
.mc-field-group input{
    background-color: #fff;
    box-shadow: 2px 2px 0px 1px #DAF05C;
    font-size: 20px;
    height: 46px;
    margin-bottom: 14px;
    width: 100%;
    padding: 0 20px;
    color: #10110d;
}
.bottom{
    margin-top: 44px;
}
.bottom .col{
    float: left;
    width: 31%;
    margin-right: 3%;
}
.bottom .col.last-child{
    margin-right: 0;
}
.bottom .col img{
    height: 30px;
}
.bottom .col h4{
    color: #DAF05C;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 7px;
}
.bottom .col p{
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 50px;
    }
    .header p {
        font-size: 20px;
    }
    h2 {
        font-size: 30px;
    }
    .body .col-left{
        width: 50%;
    }
    .element h3 {
        font-size: 18px;
    }
    .element p {
        font-size: 18px;
    }
    .body .col-right {
        float: right;
        width: 48%;
    }
}
@media screen and (max-width: 700px) {
    main{
        padding: 20px 20px;
    }
    h1 {
        font-size: 38px;
        margin-top: 10px;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .header p {
        font-size: 17px;
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .body {
        margin: 40px auto 0;
    }
    .body .col-left {
        float: none;
        width: 100%;
    }
    .body .col-right {
        float: none;
        width: 100%;
    }
    .bottom .col {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #mc_embed_shell {
        box-shadow: 0px 0px 0px 4px #DAF05C;
    }
}