* {
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: 'Changa', sans-serif;
}

a {
    text-decoration: none !important;
    color: black;
    font-weight: 600;
    display: inline-block
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.navbar-nav .nav-item {
    margin: 0 .5rem
}

.navbar-nav .nav-item a {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px
}

a.login {
    border: 2px solid #0053BD;
    border-radius: 9px;
    color: #0053BD;
    padding: 7px 16px
}

a.start {
    background-color: #42b72a;
    border-color: unset;
    padding: 0.5rem 1.2rem;
    color: white;
    border-radius: 5px;
}

a.start.second {
    padding: 14px 33px;
    border-radius: 6px;
    margin-left: 10px
}

.btn:focus {
    outline: none;
}

.hero {
    margin-top: 3.5rem
}

.hero h3 {
    font-size: 44px;
    margin-bottom: 20px
}

.hero p {
    font-size: 15px;
    font-weight: bold;
    color: #6b6b6e;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.7;
}

.hero img {
    width: 65%
}

.for-small {
    margin-bottom: 0;
    align-items: center
}

.for-small .nav-item:nth-of-type(2) {
    margin: 0 13px
}

.actions a {
    padding: 10px 21px;
    border-radius: 3px;
    background-color: #42b72a;
    border-color: unset;
    color: white
}

@media (max-width: 376px) {
    a.start {
        border-radius: 3px;
        font-size: 12px;
        padding: 0.5rem 0.8rem;
    }

    .navbar-toggler {
        padding: 0.1rem 0.6rem
    }
}

@media (max-width: 478px) {
    .hero h3 {
        font-size: 28px !important
    }

    .hero p {
        font-size: 14px
    }
}

/*575.98px*/

@media (max-width: 585px) {
    a.start.second {
        padding: 10px 21px;
        border-radius: 3px;
        margin-left: 0;
    }

    .navbar >.container-fluid {
        justify-content: center;
    }

    .navbar-light .navbar-brand {
        margin: 0 auto;
        flex-basis: 100%;
    }

    .for-small {
        margin-top: 1rem !important;
    }

    .dropdown-menu.langs {
        left: auto;
    }
}

@media (max-width: 767.98px) {
    .hero > div:nth-of-type(1) {
        padding: 0 2rem
    }

    .hero h3 {
        font-size: 33px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav.mobile li {
        width: 100%;
        text-align: center;
    }

    .navbar-nav.mobile li a {
        display: inline-block;
        width: 100%;
        padding: 7px 16px;
        border: 1px solid #0d6efd;
        border-radius: unset;
        margin-bottom: 7px;
        transition: background-color .2s ease-in-out;
    }

    .navbar-nav.mobile li a:hover {
        background-color: #000;
        color: #fff;
        border-color: #000;
    }

    .dropdown-menu {
        left: 0;
        right: auto !important;
    }

    .dropdown-menu a {
        font-weight: bold
    }

    .hero img {
        width: 55%
    }
}

.floating-whatsapp {
    display: flex;
    position: fixed;
    left: 10px;
    bottom: 75px;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floating-whatsapp .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floating-whatsapp svg {
    cursor: pointer;
}

.floating-whatsapp .show-icon {
    display: none;
}

.floating-whatsapp .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floating-whatsapp .icon a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    border: 0px;
    background: rgb(77, 194, 71) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 30px;
}

.floating-whatsapp .icon span {
    color: #000;
}

@media(max-width: 530px) {
    .floating-whatsapp {
        right: 0;
        left: unset;
        bottom: 0;
    }

    .floating-whatsapp .icon a {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}