.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

body {
    /*      background-image: url('/src/images/fondo3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.card {
    border: 0;
}

.btn-custom {
    background-color: rgb(113, 191, 68);
    color: white;
    padding: 5px
}

.btn-primary {
   /* border-color: rgb(113, 191, 68);*/
   box-shadow: inset 0 0 0 0 #47ac7d;
   background: #ffff;
}

.navbar-logo {
    width: 130px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .height-header {
        max-height: 199px
    }
}

@media (min-width: 1000px) {
    .height-header {
        max-height: 70px
    }
}

.gray-class {
    /*color: black !important;*/
    font-weight: 600 !important;
}

.font-family-poppins {
    font-family: 'poppins', sans-serif !important;
}

.font-family-poppins2 {
    font-family: 'poppins', sans-serif !important;
    font-size: small;
}

a {
    font-weight: 400 !important;
    /*color: black !important;*/
}

.btn-primary.focus, .btn-primary:focus {
    border-color: white !important;
}

/*WHATSAP*/
.whatsapp-button {
    position: fixed;
    z-index: 999;
    bottom: 40px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: #4a9a2d;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

    .whatsapp-button svg {
        width: 42px;
        height: 42px;
    }

@media (max-width: 640px) {
    .whatsapp-button svg {
        width: 21px;
        height: 21px;
    }
}

.tooltip-text {
    font-size: 12px;
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: -170%;
    opacity: 0;
    transition: opacity 0.3s;
}

@media (max-width: 640px) {
    .tooltip-text {
        font-size: 8px;
        left: -250%;
    }
}

.whatsapp-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
}

.text-primary {
    color: #4b9d2e !important;
}

.mb-4 {
    font-family: 'Poppins';
}

.mb-0 {
    font-family: 'Poppins'
}

.sub-title {
    font-family: 'Poppins';
    color: #141918;
}

.mb-3 {
    font-family: 'Poppins';
}