body {
    background-color: black;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    font-family: "Helvetica Neue";
    font-weight: 200;
}

.center {
    text-align: center;
}
.letflow{
    margin-top: 50px;
    margin-bottom: 30px;
}
.letflow img {
    max-height: 200px;
}
.description{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.description-mobile{
    display: none;
    width: 80%;
    padding: 0 10%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    font-size: 25px;
}
.wrapper{
    width: 100%;
    max-width: 800;
    margin: auto;
}
.content {
    position: relative;
    float: left;
    width: 100%;
}
.button{
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    vertical-align: middle;
    padding: 20px;
}
.button:hover {
    background-color: #f66904;
}
.button:hover img {
    opacity: 0;
}

.desc {
    opacity: 0;
    position: absolute;
    width: 90%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 7px;
}
.button:hover .desc {
    opacity: 1;
}
.content img {
    position: relative;
    opacity: 1;
    max-height: 60px;
    vertical-align: middle;
}
.contactar {
    margin-top: 60px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}
.contactar:hover {
    color: #f66904;
}
#contact{
    display: none;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.input{
    line-height: 35px;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.error {
    border: 1px solid red;
    background-color: #ffd4d4;
}
.sending{
    opacity: 0.4;
}
.result{
    display: none;
    position: fixed;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #f66904;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 20px;
    font-width: 700;
    z-index: 10;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .letflow {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .description {
        display: none !important;
    }
    .description-mobile{
        display: block !important;
    }
    .button {
        margin: 10px;
        padding: 10px;
    }
    .link {
        pointer-events: none;
    }
    .activate_button{
        pointer-events: initial !important;
    }
    .activate_button .button {
        background-color: #f66904;
    }
    .activate_button .button img {
        opacity: 0;
    }
    .activate_button .button .desc {
        opacity: 1;
    }
    .content img {
        width: 50%;
    }
    .contactar {
        margin: 40px 0;
        font-size: 25px;
    }
}
