/*
*  html5resetcss
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.models li:hover {
    background: black;
}

.feature-icon:hover {
    background: #414141;
}

.targets-cards li:hover {
    background: #e2e2e2;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

:root {
    --red-color: #db0032;
    --dark-grey: #414042;
    --black: #000;
    --white: #fff;
    --content-font: "gothambook", sans-serif;
}

@font-face {
    font-family: "gothambook";
    src: url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff"), url("../fonts/gothambook-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothamlight";
    src: url("../fonts/gothamlight-webfont.woff2") format("woff2"), url("../fonts/gothamlight-webfont.woff") format("woff"), url("../fonts/gothamlight-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothambold";
    src: url("../fonts/gothambold-webfont.woff2") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff"), url("../fonts/gothambold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* common styles */
html {
    font-size: 62.5%;
    letter-spacing: 0.1rem;
}

body {
    font-family: var(--content-font);
    font-size: 1.4rem;
    letter-spacing: 0;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

img {
    display: inline-block;
    max-width: 100%;
}

li {
    display: inline-block;
    list-style: none;
    margin: 1rem;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section {
    height: 100vh;
    padding: 1rem;
    width: 100%;
}

h1 {
    font-family: "gothamlight";
    font-size: 7rem;
    font-weight: 300;
    letter-spacing: -0.4rem;
    line-height: 5.6rem;
}

    h1 b {
        font-family: "gothambold";
        font-size: 7.4rem;
        letter-spacing: -0.6rem;
        margin-left: 0.5rem;
    }

h2 {
    align-items: center;
    display: flex;
    font-size: 3.4rem;
    font-weight: 300;
    margin: 1rem 0;
}

    h2 b {
        font-family: "gothambold";
        margin-left: 0.5rem;
    }

    h2 span {
        background: var(--white);
        border-radius: 50%;
        color: var(--red-color);
        display: inline-block;
        font-size: 1.6rem;
        height: 4.8rem;
        line-height: 4.8rem;
        margin-right: 0.5rem;
        text-align: center;
        width: 4.8rem;
    }

        h2 span b {
            margin: 0;
        }

.hero {
    align-items: center;
    background: url("../img/HMonitore-GPSMano.jpg") no-repeat center;
    color: var(--dark-grey);
    display: flex;
    flex-direction: column;
}

.header {
    align-items: center;
    display: flex;
    height: 7rem;
    margin-top: 2rem;
    max-width: 155rem;
    width: 100%;
}

.top-logo {
    width: 19.8rem;
}

.socials-icons {
    margin-left: auto;
}

    .socials-icons li {
        display: inline-block;
        height: 2rem;
        margin: 0;
        width: 2rem;
    }

.info-hero {
    display: flex;
    margin-top: 25vh;
    max-width: 140rem;
    transform: translateY(-25%);
    width: 100%;
}

.text-hero {
    max-width: 60rem;
    width: 90%;
}

    .text-hero p {
        line-height: 2rem;
        margin-top: 1.4rem;
        max-width: 47rem;
        width: 95%;
    }

.login-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    max-width: 35rem;
    position: relative;
    width: 95%;
}

    .login-container form {
        align-items: center;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 2.8rem;
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
        /*height: 30rem;*/
        padding: 1.5rem;
        width: 100%;
    }

        .login-container form::after {            
            content: "";
            left: 0;
            position: absolute;
            top: 30rem;
            width: 100%;
        }

    .login-container h3 {
        font-size: 1.6rem;
        font-weight: 300;
        margin: 1rem auto;
        text-align: center;
        text-transform: uppercase;
    }

.form-group {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    width: 100%;
}

    .form-group input {
        background-color: white;
        border: none;
        border-bottom: 1px solid #666565;
        letter-spacing: 0.1rem;
        line-height: 2rem;
        margin-bottom: 0.8rem;
        padding: 0.5rem;
    }

    .form-group a {
        font-size: 1rem;
        margin-bottom: 1rem;
        text-align: right;
    }

.form-btn {
    border: none;
    border-radius: 0.6rem;
    font-family: "gothambook";
    font-size: 1.2rem;
    line-height: 3rem;
    margin: 0.5rem 0;
    text-transform: uppercase;
    width: 90%;
}

    .form-btn.login {
        background: var(--red-color);
        color: var(--white);
    }

    .form-btn.register {
        background: none;
        color: var(--red-color);
        border: 0.1rem solid var(--red-color);
    }

.stores {
    color: var(--white) !important;
    padding-top: 2rem;
    width: 90%;
}

.stores-links {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

    .stores-links a {
        width: 40%;
    }

.soluciones-individuales {
    align-items: center;
    background: radial-gradient(32.23% 63.15% at 25.69% 61.05%, #fe3b1f 0%, #fd3920 14.09%, #db0032 99.93%);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.targets-cards {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -5rem;
}

    .targets-cards li {
        align-items: center;
        background: var(--white);
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
        color: var(--dark-grey);
        height: 17rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 2rem;
        width: 26rem;
    }

        .targets-cards li img {
            height: 7.8rem;
        }

        .targets-cards li p {
            font-size: 2.1rem;
            letter-spacing: 0.1rem;
        }

.info-soluciones {
    height: 56.5rem;
    max-width: 147rem;
    position: relative;
    width: 95%;
}

    .info-soluciones img {
        height: 85%;
    }

.text-soluciones {
    left: 42%;
    position: absolute;
    top: 25%;
}

    .text-soluciones h1 {
        font-size: 6.5rem !important;
    }

.features {
    align-items: start;
    bottom: 10%;
    display: flex;
    position: absolute;
    right: 0;
}

    .features li {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0.5rem;
        text-align: center;
    }

    .features p {
        font-size: 0.9rem;
        line-height: 1rem;
        margin-top: 1rem;
    }

.feature-icon {
    border: 0.15rem solid var(--white);
    border-radius: 0.8rem;
    display: grid;
    padding: 1rem;
    place-content: center;
    height: 5.7rem;
    width: 5.7rem;
}

    .feature-icon img {
        height: 3.4rem;
        width: 3.4rem;
    }

.eficiencia {
    background: url("../img/Camiones-puente.jpg") no-repeat 10% bottom;
    color: var(--white);
    display: flex;
}

.text-eficiencia {
    font-weight: 400;
    margin-top: 10%;
    margin-left: 5%;
    max-width: 58rem;
    position: relative;
    width: 95%;
}

    .text-eficiencia p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

.models {
    position: absolute;
    right: 15%;
    top: 0.5rem;
}

    .models li {
        background: var(--red-color);
        border-radius: 50%;
        display: inline-block;
        line-height: 4.8rem;
        margin: 0;
        text-align: center;
        width: 4.8rem;
    }

@media screen and (max-width: 835px) {
    .header {
        margin-top: 0.5rem;
    }

    .top-logo {
        width: 16rem;
    }

    .info-hero {
        align-items: center;
        flex-direction: column;
        margin-top: 22rem;
    }

    .text-hero {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: none;
        width: 100%;
    }

        .text-hero h1 {
            font-size: 4.2rem;
            line-height: 4rem;
            text-align: center;
        }

            .text-hero h1 b {
                font-size: 4.5rem;
                letter-spacing: -0.4rem;
                margin: 0;
            }

        .text-hero p {
            max-width: none;
            text-align: justify;
            width: 95%;
        }

    .login-container {
        margin: 3rem 0;
        width: 100%;
    }

        .login-container form {
            background: rgba(255, 255, 255, 0.6);
        }

    .targets-cards {
        flex-wrap: wrap;
        position: static;
        top: 0;
    }

        .targets-cards li {
            height: 14rem;
            width: 15rem;
        }

            .targets-cards li img {
                height: 5rem;
            }

            .targets-cards li p {
                font-size: 1.6rem;
            }

    .soluciones-individuales {
        height: auto;
    }

    .info-soluciones {
        height: auto;
    }

        .info-soluciones img {
            height: auto;
        }

    .text-soluciones {
        position: static;
    }

        .text-soluciones h1 {
            font-size: 4rem !important;
            line-height: 3.5rem;
            text-align: center;
        }

            .text-soluciones h1 b {
                font-size: 5rem;
                letter-spacing: -0.4rem;
                margin: 0;
            }

        .text-soluciones h2 {
            font-size: 2.4rem;
            margin-top: 3rem;
            margin-bottom: 0;
        }

    .features {
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin: 2rem;
        position: static;
    }

    .text-eficiencia {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        width: 100%;
    }

        .text-eficiencia h1 {
            font-size: 4.4rem;
            text-align: center;
        }

            .text-eficiencia h1 b {
                letter-spacing: -0.4rem;
                margin: 0;
            }

        .text-eficiencia h2 {
            font-size: 2rem;
        }

    .models {
        margin: 2rem auto;
        position: static;
        text-align: center;
    }
}

/*# sourceMappingURL=main.css.map */