header,
img {
    width: 100%
}

.button,
a {
    text-decoration: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1.5;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    overflow-y: hidden
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    height: auto
}

header {
    top: 0;
    height: 50px;
    padding-top: 40px;
}

.grve-spinner:not(.custom):before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    border-radius: 50%;
    border: 2px solid rgba(127, 127, 127, .3);
    border-top-color: #333;
    -webkit-animation: spinnerAnim 1.1s infinite linear;
    animation: spinnerAnim 1.1s infinite linear
}

#grve-loader-overflow {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 99999
}

@-webkit-keyframes spinnerAnim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinnerAnim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

header .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container {
    padding: 0 30px;
    width: 90%;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-right: 30px;
    margin-top: -10px;
    color: black
}

img.iso {
    fill: #fff;
    width: 40px;
    float: left
}

h1 {
    font-size: 42px
}

.logo a h1 {
    color: black;
    font-weight: 500;
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-family: 'Maven Pro'!important;
    font-size: 27px;
    margin-top: -1px
}

main {
    margin-top: -51px;
}

.hero {
    background: url(/img/hero.jpg) center center fixed;
    background-size: cover;
    height: 100vh
}

.call-to-action {
    padding-top: 230px;
    float: left;
    color: white;
    width: 60%
}

.login-container{
    position: fixed;
    z-index: 1;
    align:center;
}

.hero-img,
nav,
ul {
    float: right;
}

.call-to-action h1 {
    color:black;
    padding-bottom: 30px;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700
}

.call-to-action p {
    padding-bottom: 30px;
    color: black
}

.call-to-action a.button {
    background-color: transparent;
    color: #fff;
    margin: 0;
    border: 1px solid
}

.call-to-action a.button:hover {
    background: #00D7DF;
    border: 1px solid #00D7DF
}

.hero-img {
    width: 45%;
    display: block;
    position: absolute;
    right: 40px;
    top: 0
}

.button,
nav,
ul {
    position: relative
}

.button {
    display: inline-block!important;
    padding: 1.636em 2.545em;
    line-height: 1.4;
    z-index: 2;
    vertical-align: top;
    outline: 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-appearance: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-style: normal;
    font-size: 11px!important;
    text-transform: uppercase;
    letter-spacing: 0
}

section {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex
}

.logo img {
    height: 80px;
    width: auto;
}

nav ul li a {
    color: black
}

nav ul li a:hover {
    color: #0ff
}

ul li {
    display: inline-block;
    padding-left: 20px
}

nav {
    /* right:0; */
    /* padding:0!important; */
    /* margin:0!important; */
}

ul {
    top: 16px
}

@media only screen and (max-width: 768px) {
    .call-to-action {
        width: 90%;
        padding-top: 20% !important;
    }
    nav {
        display: none;
    }
    .logo img {
        height: 30px;
    }
    header .container {
        grid-template-columns: 1fr 1fr !important;
    }
    .call-to-action h1 {
        padding-bottom: 30px;
        font-size: 30px;
        line-height: 46px;
        font-weight: 700;
    }
    .container {
        width: 100%;
    }
    .btn-container {
        display: block;
    }
    .btn {
        padding: 10px 20px;
        border-radius: 4px;
    }
    .btn-clientes {
        background: #51b9c3;
        color: white;
        margin-right: 30px;
    }
    .btn-admin {
        background: orange;
        color: white;
    }
}

@media only screen and (min-width: 769px) {
    .btn-container {
        display: none;
    }
}

.btn-info {
    color: yellow !important;
    background-color: #33267a !important;
    border-color: #33267a !important;
    border-radius: 30px !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-top: -15px !important;
}