* {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.btn-wsp {
    position: fixed;
    width: 77px;
    height: 77px;
    padding: .2em .45em 0 0;
    line-height: 66px;
    bottom: 30px;
    right: 30px;
    background-color: #0df053;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1 px 10px rgba(0, 0, 0, 0);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background-color: #FFFFFF;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.info-title {
    color: #F16032;
    font-size: 1.9rem;
    margin-top: 1.5em;
}

.info-subtitle {
    font-size: 1.3rem;
    line-height: 2em;
}

.text-grey {
    color: #787C9B;
}

.navbar {
    background-color: #F16032;
    margin-bottom: 5rem;
}

.navbar,
.drop-btn {
    font-size: 20px;
}

.drop-btn {
    background-color: #F16032;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown-menu {
    background-color: #F16032 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.header-content_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-item:not(:last-child) .nav-link,
.dropdown {
    border-right: 2px solid #FFFFFF;
}

.nav-item:hover,
.drop-btn:hover,
.droper:hover {
    background-color: #FFEB00 !important;
    color: #F16032 !important;
    border-radius: 0px;
}

.nav-item a:hover {
    color: #F16032 !important;
}

.droper {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: bold;
    color: #FFFFFF;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-item,
.nav-link,
.dropdown,
.drop-btn {
    height: 2.2em;
}

.carousel-inner {
    margin-bottom: 2em;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text-container,
.footer-social-container {
    display: flex;
    align-items: center;
    width: 50%;
    height: 50px;
}

.footer-text-container {
    font-size: 1.2em;
    color: #787C9B;
}

.footer-social-container {
    font-size: 2em;
    justify-content: end;
}

p {
    margin: 0 !important;
}

.fa-facebook-square,
.fa-tiktok,
.fa-spotify,
.fa-youtube,
.fa-twitter,
.fa-whatsapp {
    margin-left: 15px;
}

.card-img-top {
    object-fit: contain;
}

.card {
    cursor: pointer;
    padding: 0 !important;
    max-width: 23em !important;
    background-color: transparent !important;
    border: none !important;
}

.card-img-top:hover {
    outline: #F16032 solid 4px;
}

.card-body {
    background-color: #787C9B;
    margin-top: 1em;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}

.card-text {
    font-size: 15pt;
}

footer a {
    color: #787C9B !important;
}

.fa-brands,
.fa-solid {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-brands:hover,
.fa-solid:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.contact-section-paragraph {
    font-size: 1.6em;
}

.fa-3xl {
    font-size: 3em;
}

@media (max-width: 1245px) and (min-width: 376px) {
    body {
        min-height: 100vh;
    }
}

@media screen and (max-width: 420px) {
    .footer-text-container {
        font-size: .8em;
    }
    .footer-social-container {
        font-size: 1em;
    }
    footer {
        flex-direction: column;
    }
    .footer-text-container,
    .footer-social-container {
        justify-content: center;
    }
    .fa-bigger {
        font-size: 2em;
    }
}