body {
    overflow-x: hidden;
}
form
{
    float: left;
    width: calc(100% - 32px);
    margin-bottom: 50px;
    border: 1px solid #FFF;
    padding: 15px;
    font-family: "Anek Gurmukhi", serif;
}

form *
{
    font-family: "Anek Gurmukhi", serif;
}

form .item
{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

form .item .label
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
}
span.lower {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: left;
}
form .item .label.warning
{
    margin-top: 5px;
    color: #E60020;
    font-weight: 700;
}

form .item input
{
    float: left;
    width: calc(100% - 22px);
    height: 50px;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #BF9F5F;
}

form .item select
{
    float: left;
    width: calc(100% - 2px);
    height: 50px;
    padding: 10px;
    font-size: 17px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #BF9F5F;
}

form .item #birthdate
{
    width: calc(100% - 22px);
    min-width: calc(100% - 22px);
    max-width: calc(100% - 22px);
    text-align: left;
}

form .item .cuil_1
{
    width: 40px;
    margin-right: 10px;
}

form .item .cuil_2
{
    margin-right: 10px;
    width: calc(100% - 167px);
}

form .item .cuil_3
{
    width: 40px;
}

form .item .phone_area
{
    width: 40px;
    margin-right: 10px;
}

form .item .phone_number
{
    width: calc(100% - 96px);
}

form .item textarea
{
    float: left;
    width: calc(100% - 22px);
    padding: 10px;
    font-size: 17px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #FFF;
    border: 1px solid #FFF;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    min-width: calc(100% - 22px);
    max-width: calc(100% - 22px);
    background-color: #BF9F5F;
}

form .item .upload_image
{
    float: left;
    width: 100%;
}

form .item .upload_input
{
    padding-top: 0;
    padding-bottom: 0;
    border: 0 none;
}

#preview
{
    margin-top: 10px;
    max-width: 300px;
    max-height: 300px;
    display: none;
    border: 1px solid #ccc;
}


form .item .checkbox
{
    width: 30px;
    height: 30px;
    padding: 0;
}

form .item label
{
    line-height: 30px;
    margin-left: 10px;
    font-size: 13px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #FFF;
}

form .item label a
{
    color: #FFF;
}
form .item label a:hover
{
    color: #000;
}

form .button_red
{
    color: #BF9F5F;
    background-color: #000;
    border: 0;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 56px;
    cursor: pointer;
    margin-left: calc(50% - 100px);
    margin-right: calc(50% - 100px);
}
form .button_red:hover
{
    color: #000;
    background-color: #FFF;
}

form h4
{
    font-size: 24px;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.error_msg
{
    float: left;
    width: calc(100% - 30px);
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #FFF;
    background-color: #E60020;
}

.error_msg .error_title
{
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (orientation: landscape) {
    form
    {
        width: 660px;
        margin-left: calc(50% - 346px);
    }
}




input::placeholder {
    color: white;
    font-size: 13px;
    opacity: 1; /* En algunos navegadores el placeholder tiene opacidad baja por defecto */
}

::-webkit-input-placeholder { color: white; font-size: 13px; }
::-moz-placeholder { color: white; font-size: 13px; }
:-ms-input-placeholder { color: white; font-size: 13px; }

.section.faqs .pseudo-list {
    padding-left: 16px;
    font-family: "Playfair Display", serif !important;
}
.section.faqs .response,
.section.faqs .response p {
    font-family: "Playfair Display", serif !important;
}
.section.faqs .response, .section.faqs .response * {
    color: #434343;
}
.section.faqs .question {
    color: #7f6000;
}
.section.faqs .italic {
    font-style: italic;
}
.section.faqs .bold {
    font-weight: bold;
}
.section.faqs p:not(:first-child) {
    margin-top: 16px;
}
.section.faqs ul {
    list-style-position: inside;
}
.section.final-words {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: calc(100% - 30px);
}
.section.final-words .gold-title {
    color: #7f6000;
    text-transform: uppercase;
    margin: 64px auto;
    font-family: "Anek Gurmukhi", serif;
}
.section.final-words .gold-subtitle {
    color: #7f6000;
    margin-bottom: 40px;
    font-family: "Anek Gurmukhi", serif;
}
.section.final-words .black-text {
    color: #000000;
    margin-top: 32px;
}
.section.final-words .black-text a {
    color: #000000;
    font-family: "Anek Gurmukhi", serif;
}
.social-links {
    float: left;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}
.social-links .sh {
    float: left;
    width: 49%;
}
.social-links .ws {
    float: right;
    width: 49%;
}
.social-links a img {
    width: 100%;
}

@media only screen and (orientation: portrait) {
    form
    {
        width: calc(100% - 52px);
        padding: 25px;
    }

    .section.final-words .gold-title {
        color: #7f6000;
        text-transform: uppercase;
        margin: 20px auto;
        font-family: "Anek Gurmukhi", serif;
    }

    .social-links {
        float: left;
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;
    }
    .social-links .sh {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .social-links .ws {
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
}