

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #1c1c1c
}

input[type=number] {
    -moz-appearance: textfield
}

form {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

ol,ul {
    margin: 0 0 0 40px
}

.limpia {
    clear: both
}

.espacio {
    clear: both;
    height: 20px
}

.uppercase {
    text-transform: uppercase
}

.contenedor {
    max-width: 1370px;
    margin: 0 auto;
    width: 95%
}

*[role="button"] {
    cursor: pointer
}

html.loaded .transicion {
    transition: all 250ms linear
}
