﻿html {
    scroll-behavior: smooth;
}

.landing-es {
    font-size: 16px;
}

.icon-box.small > h4 {
    font-size: 14px;
    margin: 0 12px 4px 50px;
    line-height: 20px;
}

.px-12 {
    padding: 0 12px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

a {
    color: #c90d0d;
    display: inline-block;
    margin: 0;
}

.avatar {
    vertical-align: middle;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.rounded {
    border-radius: 10px;
    margin-top: 10px;
}

.btn {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: none;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #c90d0d;
    border-color: #c90d0d;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}

#mainMenu nav {
    font-size: 10px;
}

.htlg-list ul {
    font-size: 16px;
    padding: 0.5rem;
    margin-left: 30px;
}

.htlg-list ul {
    list-style: none;
}

    .htlg-list ul > li {
        clear: left;
        padding: .5rem 0;
    }

        .htlg-list ul > li:before {
            content: "";
            height: 2.2rem;
            width: 3rem;
            display: block;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .htlg-list ul > li:before {
            background: url("images/checkmark-round-orange.svg");
            background-size: cover;
            background-position: center;
            padding: .35rem;
            margin-left: -30px;
        }