*{
  box-sizing: border-box;
    margin: 0;
      padding: 0;
}
@font-face {
  font-family: redonda;
  src: url(../font/redonda/RedondaTest-Medium.woff2);
  font-weight: normal;
}
@font-face {
  font-family: redonda;
  src: url(../font/redonda/RedondaTest-Black.woff2);
  font-weight: bold;
}
@font-face {
  font-family: helvetica;
  src: url(../font/helvetica/HelveticaNeueLTStd-Lt.woff2);
  font-weight: normal;
}
html, body { 
    margin: 0;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%; 
    font-family: helvetica, sans-serif;
    scroll-behavior: smooth;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body{
    background: linear-gradient(135deg, #20466a, #000104);
}
a, p, h1, h2, h3, span, label {
    color: #ffffff;
    margin: 0;
}
h1{
    font-family: helvetica;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
}
h2{
    font-family: redonda;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    line-height: 15px;
}
.bold{
    font-weight: bold;
}
.bottom{
    margin-bottom: 30px;
}
.flex{
    display: flex;
}
.center{
    margin: auto;
    justify-content: center;
}
.fullw{
    width: 100%;
}
.fullh{
    height: 100vh;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.spacer{
    display: flex;
    width: 100%;
    height: 50px;
}
#main{
    padding: 100px 20px 100px 20px;
    max-width: 600px;
    align-items: center;
}
#optin{
    padding: 30px;
}
#mc_embed_signup{
    padding: 15px;
    border-radius: 12px;
    clear:left; 
    width: 100%;
}
mc_embed_signup_scroll{
    display: grid;
}
.mc-address-fields-group{
    display: flex;
}
.mc-field-group{
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-bottom: 5px;
}
input::placeholder{
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
}
#mce-EMAIL, #mce-MMERGE1, #mce-MMERGE2, #mce-MMERGE3, #mce-MMERGE4{
    width: 100%;
    background: none;
    border-radius: 50px;
    border: none;
    padding: 10px 10px 10px 15px;
    color: #ffffff;
}
#rgpd{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    opacity: 0.5;
}
#legals p{
    color: white;
    opacity: 0.5;
    font-size: 14px;
}
#mce-success-response{
    color: white;
    font-size: 14px;
    padding: 5px;
}
#button{
    font-size: 14px;
}
#visit{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 50px;
}
#return{
    padding: 50px;
}
#mc-embedded-subscribe, #button{
    margin: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000; 
    border:none;
    border-radius: 50px;
    text-decoration: none;
    font-family: redonda;
}
#mc-embedded-subscribe::value{
    font-weight: 900;
}
#mc-embedded-subscribe:hover, #button:hover{
    cursor: pointer;
    opacity: 0.9;
}
.container {
    max-width: 600px;
}
#logo{
    width: 500px;
}
.social-icons {
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 10px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.social-icons a:hover {
    background-color: #f0f0f0;
}
/*RESPONSIVE*/
@media only screen and (max-width: 880px) {
    #logo{
    width: 380px;
    }
    h2{
    font-size: 14px;
        line-height: 20px;
    }
    #mc-embedded-subscribe{
        max-width: 45%;
        font-size: 12px;
    }
    #visit{
    position: inherit;
    right: inherit;
    padding: 50px;
    }
}