@charset "UTF-8";


.send-button {
    text-decoration:none;
    display:inline-block;
    background:#25d366;
    padding:8px 12px;
    color:#fff;
    font-weight:bold;
    /* text-transform:uppercase; */
    letter-spacing:0.5px;
    border-radius:9999px;
}
.send-button span.phone {
    font-size: 20px;
}

.send-button i {
    font-size: 25px;
}

.cta-button {
    text-decoration:none;
    display:inline-block;
    background: darkblue;
    padding:8px 12px;
    color:#fff;
    font-weight:bold;
    /* text-transform:uppercase; */
    letter-spacing:0.5px;
    border-radius:9999px;
}
.cta-button span.phone {
    font-size: 20px;
}

.cta-button i {
    font-size: 25px;
}


/* btn shadow pulse */
.shadow-pulse {
    animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 112, 244, 0.4);
    }
    100% {
        box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
    }
}


.shadow-pulse-white {
    animation: shadow-pulse-white 1.5s infinite;
}

@keyframes shadow-pulse-white
{
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, .7);
    }
    100% {
        box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
    }
}


body, ul li, span {
    font-weight: normal;
}


.svg-inline--fa {
    vertical-align: -0.200em;
}

.rounded-social-buttons {
    text-align: center;
    display: flex;
    flex-direction: row;
}

.rounded-social-buttons .social-button {
    display: flex;
    flex-direction: rows;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
    /* -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg); */
}

.rounded-social-buttons .fa-x-twitter, 
.rounded-social-buttons .fa-facebook-f, 
.rounded-social-buttons .fa-linkedin, 
.rounded-social-buttons .fa-tiktok, 
.rounded-social-buttons .fa-youtube, 
.rounded-social-buttons .fa-instagram, 
.rounded-social-buttons .fa-whatsapp, 
.rounded-social-buttons {
    font-size: 20px;
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons .social-button.x-twitter {
    background: #000000;
}

.rounded-social-buttons .social-button.x-twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
    color: #333;
    background: #fefefe;
    border-color: #333;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
    background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {
    color: #000000;
    background: #fefefe;
    border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}
.rounded-social-buttons .social-button.instagram {
    background: #dc004c;
}
.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
    color: #dc004c;
    background: #fefefe;
    border-color: #dc004c;
}

.rounded-social-buttons .social-button.whatsapp {
    background: #25D366;
}
.rounded-social-buttons .social-button.whatsapp:hover, .rounded-social-buttons .social-button.whatsapp:focus {
    color: #25D366;
    background: #fefefe;
    border-color: #25D366;
}

.rounded-social-buttons .social-button.envelope {
    background: darkblue;
}

.rounded-social-buttons .social-button.envelope:hover, .rounded-social-buttons .social-button.envelope:focus {
    color: darkblue;
    background: #fefefe;
    border-color: darkblue;
}