@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    min-width: 390px;
    font-size: 62.5%;
}
a {
    text-decoration: none;
}
i > svg {
    width: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    line-height: 1;
    background: #000000 url("../images/background-mov.jpg") no-repeat center 0;
    background-attachment: fixed;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.page-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}
header {
    height: 75px;
    padding-top: 30px;
}
.brand > svg {
    width: 100%;
}
header .brand {
    display: block;
    width: 260px;
    margin: 0 auto;
    text-indent: -0.8rem;
}
header nav {
    display: none;
}
footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f161f+0,2f161f+60,2f161f+100&0+0,0.7+29,0.93+60,1+100 */
    background: -moz-linear-gradient(top,  rgba(47,22,31,0) 0%, rgba(47,22,31,0.7) 29%, rgba(47,22,31,0.93) 60%, rgba(47,22,31,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(47,22,31,0) 0%,rgba(47,22,31,0.7) 29%,rgba(47,22,31,0.93) 60%,rgba(47,22,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(47,22,31,0) 0%,rgba(47,22,31,0.7) 29%,rgba(47,22,31,0.93) 60%,rgba(47,22,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f161f', endColorstr='#2f161f',GradientType=0 ); /* IE6-9 */
}
footer .brand {
    display: block;
    width: 220px;
    margin: 0 auto 0.6rem;
    text-indent: -0.8rem;
}
footer .social {
    text-align: center;
    margin-bottom: 3.5rem;
}
footer .social li {
    display: inline-block;
}
footer .social li + li {
    margin-left: 2rem;
}
footer p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 1.8rem;
}
footer p strong {
    color: #DEC143;
}
footer p span {
    display: block;
}
footer .copy {
    padding-top: 5.8rem;
    padding-bottom: 3rem;
}
footer .copy p {
    font-size: 1.2rem;
}
main {
    padding-top: 3.6rem;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    line-height: 5.8rem;
    text-align: center;
    letter-spacing: -0.1rem;
    margin-bottom: 2.2rem;
}
h1 span {
    text-transform: uppercase;
}
h1 + p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
    max-width: 26rem;
    margin: 0 auto 3.3rem;
    text-align: center;
}
h1 + p + ul {
    text-align: center;
    margin-bottom: 8.5rem;
}
h1 + p + ul li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}
h1 + p + ul li i {
    width: 4.5rem;
}
h1 + p + ul li + li {
    margin-left: 4.2rem;
}
h1 + p + ul li + li i {
    width: 4.5rem;
}
h1 + p + ul li i,
h1 + p + ul li span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
h1 + p + ul li span {
    margin-left: 0.8rem;
}
form {
    background: #2f161f;
    padding: 3.8rem 2.2rem;
    border-radius: 1rem;
    margin: 0 1.4rem 8.6rem;
}
form h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 0.6rem;
    text-align: center;
}
form h2 span {
    text-transform: uppercase;
}
form h2 strong {
    color: #DEC143;
    font-weight: 700;
}
form h2 strong span {
    font-weight: 400;
    margin-right: 0.4rem;
}
form p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2.4rem;
}
form input[type="text"] {
    background: #ffffff;
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 1.7rem 1rem;
    border: none;
    border-radius: 0.5rem;
    margin-bottom: 0.9rem;
    box-sizing: border-box;
    width: 100%;
}
form input[type="text"].error {
    box-shadow: inset 0 0 0 2px #ff0000b3;
}
form button {
    background: #db2a53; /* Old browsers */
    background: -moz-linear-gradient(top,  #db2a53 0%, #b10000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #db2a53 0%,#b10000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #db2a53 0%,#b10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2a53', endColorstr='#b10000',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.95rem;
    line-height: 4.8rem;
    margin-bottom: 2.6rem;
    cursor: pointer;
    outline-color: #b10000;
}
@media (min-width: 980px) {
    body {
        background-image: url("../images/background-des.jpg");
        background-attachment: fixed;
        background-size: cover;
    }
    .container {
        padding: 0 5.4rem;
    }
    header .brand {
        float: left;
        margin: 0;
        width: 286px;
        transition: transform 0.2s;
    }
    header .brand:hover {
        transform: scale(1.02);
    }
    header nav {
        display: block;
        float: right;
        padding-top: 2rem;
    }
    header nav li,
    header nav li i {
        display: inline-block;
        vertical-align: middle;
    }
    header nav li i {
        margin-right: 1rem;
    }
    header nav li + li {
        margin-left: 4rem;
    }
    header nav li a {
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    header nav li a strong {
        font-weight: 700;
    }
    footer {
        clear: both;
    }
    footer .container {
        text-align: center;
    }
    footer .brand {
        display: inline-block;
        margin: 0 0 0.5rem -9rem;
        vertical-align: middle;
    }
    footer .social {
        display: inline-block;
        margin-left: 4rem;
    }
    footer .social li {
        display: inline-block;
    }
    footer p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    footer p span {
        display: inline;
    }
    footer .ubicacion {
        padding-top: 0.6rem;
    }
    main .container {
        padding-top: 12.8rem;
    }
    section.vender {
        float: left;
        padding-top: 3.9rem;
        padding-bottom: 14.5rem;
    }
    h1 {
        text-align: left;
        font-size: 11rem;
        line-height: 10rem;
        padding-left: 1rem;
        letter-spacing: -0.2rem;
        margin-bottom: 7rem;
    }
    h1 + p {
        text-align: left;
        font-size: 2rem;
        line-height: 2.3rem;
        border-left: solid 3px #DEC143;
        padding: 0.0rem 2.2rem;
        margin: 0 0 8rem 1.5rem;
        max-width: 40rem;
    }
    h1 + p + ul {
        text-align: left;
        padding-left: 1.2rem;
    }
    h1 + p + ul li {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    h1 + p + ul li + li {
        margin-left: 12.2rem;
    }
    h1 + p + ul li i {
        width: 5.5rem;
    }
    h1 + p + ul li span {
        margin-left: 2rem;
    }
    form {
        float: right;
        background: rgba(47,22,31,0.8);
        margin: 0;
        max-width: 40rem;
        box-sizing: border-box;
        padding: 5.5rem 3.2rem 3rem;
    }
    form button:hover {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db2a53+0,b10000+100 */
        background: #db2a53; /* Old browsers */
        background: -moz-linear-gradient(45deg,  #db2a53 0%, #b10000 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg,  #db2a53 0%,#b10000 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg,  #db2a53 0%,#b10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2a53', endColorstr='#b10000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    form button:active {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b10000+0,db2a53+100 */
        background: #b10000; /* Old browsers */
        background: -moz-linear-gradient(top,  #b10000 0%, #db2a53 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #b10000 0%,#db2a53 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #b10000 0%,#db2a53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10000', endColorstr='#db2a53',GradientType=0 ); /* IE6-9 */

    }
}
footer .container {
    position: relative;
}
.data-fiscal {
    position: absolute;
    bottom: 6.5rem;
    left: 80px;
    max-width: 100px;
}
.data-fiscal a {
    display: inline-block;
    width: 100%;
}
.data-fiscal a img {
    max-width: 100%;
    width: 100%;
}