* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

html {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    width: 100%;
    display: table-cell;
    max-width: 1vw;
}

form {
    width: 100%;
    height: 100%;
}

html,
body,
form {
    vertical-align: middle;
    font-family: 'Hammersmith One', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* ---- Headings ---- */

.txt-title {
    font-size: 3em;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: left;
}

h1 {
    font-size: 26px;
    margin-top: 0.67em;
    margin-bottom: 1.67em;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

h3 {
    font-size: 16px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 14px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 12px;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

h6 {
    font-size: 10px;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}

.text-justify {
    text-align: justify;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.transparent {
    background-color: transparent !important;
    color: white;
}

.text-right {
    text-align: right !important;
}

.form {
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-left: 1.5em solid #1e3b46 !important;
}

    .form .text-error {
        color: red;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        padding-top: 9px;
        padding-left: 5px;
    }

.rounded-button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 2em;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    height: 55px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .rounded-button:hover {
        background-color: black;
        color: white;
    }

.nav-link {
    color: #000000 !important;
}

    .nav-link.active {
        color: #fff !important;
        background-color: #1e3b46 !important;
    }



/* ---------------------------------------------- */
/* Section TOP */
/* ---------------------------------------------- */
section#top {
    background-image: url('../images/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    section#top .container .row:first-child {
        background-color: #ffffff70;
    }

    section#top .container .row:nth-child(2) {
        background-color: #ffffff70;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section#top .container .row:last-child {
        background-color: #1e3b4670;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section#top #imgMercator {
        height: 55px;
        vertical-align: baseline;
        padding-right: 10px;
    }

    section#top #imgHegro {
        height: auto;
        width: 175px;
    }

    section#top #imgDebiscom {
        height: auto;
        width: 300px;
    }

    section#top .txt1 {
        font-size: 5em;
        padding: 0;
        margin: 0;
        line-height: 0.75;
    }

    section#top .txt2 {
        font-size: 1.5em;
        padding: 0;
        margin: 0;
        line-height: .5;
    }


/* ---------------------------------------------- */
/* Section Collegas */
/* ---------------------------------------------- */
section#collegas {
    text-align: center;
}

    section#collegas img {
        max-height: 100px;
        max-width: 200px;
    }


/* ---------------------------------------------- */
/* Section Features */
/* ---------------------------------------------- */
section#features {
    background-color: #f1f1f1;
    text-align: center;
}

.card-feature {
    background-color: white;
    margin: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

    .card-feature .card--image {
        height: 175px;
        position: relative;
        flex: 0 0 auto;
        overflow: hidden;
    }

        .card-feature .card--image img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

    .card-feature .card--body {
        padding: 1rem 1rem;
        flex: 1 1 auto;
    }

        .card-feature .card--body .card-title {
            font-size: 2rem;
        }

        .card-feature .card--body ul {
            text-align: left;
            padding-left: 1rem !important;
        }

    .card-feature .card--footer {
        padding: 1rem;
        background-color: rgba(0,0,0,.02);
        font-size: 1.5em;
        line-height: 1;
    }

/* ---------------------------------------------- */
/* Section AboutUs */
/* ---------------------------------------------- */
section#aboutus {
    background-color: white;
    text-align: center;
}

.card-aboutus {
    background-color: #f1f1f1;
    margin: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

    .card-aboutus .card--image {
        height: 200px;
        margin: 25px;
        position: relative;
        flex: 0 0 auto;
        overflow: hidden;
    }

        .card-aboutus .card--image img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
            border-radius: 50%;
        }

    .card-aboutus .card--body {
        padding: 1rem 1rem;
        flex: 1 1 auto;
        padding-bottom: 25px;
        font-size: 1.25rem !important;
    }

        .card-aboutus .card--body .card-title {
            font-size: 2rem;
        }


/* ---------------------------------------------- */
/* Section More */
/* ---------------------------------------------- */
section#more {
    background-color: #f1f1f1;
    text-align: center;
}

.card-simple {
    margin: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .card-simple .card--image {
        height: 100px;
        position: relative;
        flex: 0 0 auto;
        overflow: hidden;
    }

        .card-simple .card--image img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            height: 100%;
        }

    .card-simple .card--body {
        padding: 1rem 1rem;
        flex: 1 1 auto;
        padding-bottom: 25px;
        font-size: 1.25rem !important;
    }

        .card-simple .card--body .card-title {
            font-size: 2rem;
        }


/* ---------------------------------------------- */
/* Section Contact */
/* ---------------------------------------------- */
section#contact {
    background-color: white;
    position: relative;
}

    section#contact .banner-image {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

        section#contact .banner-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
        }

.card-horizontal {
    margin: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

    .card-horizontal .card--image {
        position: relative;
        width: 50px;
    }

        .card-horizontal .card--image img {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            width: 100%;
        }

    .card-horizontal .card--body {
        padding: 1rem 1rem;
        font-size: 1.25rem !important;
    }

        .card-horizontal .card--body .txt-1 {
            font-size: 1rem;
        }

        .card-horizontal .card--body .txt-2 {
            font-size: 1.5rem;
        }

        .card-horizontal .card--body a {
            text-decoration: none;
            color: black;
        }
