body {
    overflow-x: hidden;
    background: rgb(41, 48, 109) !important;
    background: linear-gradient(90deg, rgba(41, 48, 109, 1) 0%, rgba(0, 149, 200, 1) 50%, rgba(41, 48, 109, 1) 100%) !important;
    color: white !important;
}

.bg {
    background-color: #73b3d4;
    color: white;
}

.company-info {
    margin-left: 15%;
    margin-right: 15%;
}

.btn-contact {
    color: white !important;
    background-color: #29306d !important;
}

.btn-form {
    color: white !important;
    background-color: #335b7e !important;
}

.custom-buttom {
    max-height: 87px;
    max-width: 479px;
    min-width: 300px;
}

.social {
    max-width: 50px;
    max-height: auto;
}

.seller {
    border-radius: 50%;
    max-width: 400px;
    max-height: 400px;
}

.logo-icon {
    max-height: 100px;
    max-width: auto;
}

.carousel {
    min-width: 300px;
    min-height: 300px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-icon {
    margin-top: 16px;
}