.banner-with-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: hidden !important;
    min-height: 80vh;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    background-position: center bottom;
    background-size: cover;
}
.banner-with-cta__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    width: max-content;
    text-align: center;
    font-family: "Insaniburger" !important;
}
.banner-with-cta__content-title {
    font-size: 4rem;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-shadow: 0px 4px 0px #2b87ff, 0px 4px 10px #174887;
}
.banner-with-cta__content-info {
    font-size: 2rem;
    letter-spacing: 1.5px;
    margin: 10px 0;
    color: #ffffff;
    text-shadow: 0px 4px 0px #2b87ff, 0px 4px 10px #174887;
}
.banner-with-cta__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}
.banner-with-cta__link {
    display: inline-flex;
    width: max-content;
    padding: 5px 30px;
    border-radius: 300px;
    font-size: 1.5rem;
    background-color: orange;
    -webkit-box-shadow: 0px 8px 15px -3px rgba(16, 14, 46, 0.75);
    box-shadow: 0px 8px 15px -3px rgba(16, 14, 46, 0.75);
    color: #ffffff;
    text-decoration: none;
    transition: all ease 0.15s;
}
.banner-with-cta__link:hover {
    background-color: #7d287a !important;
    transition: all ease 0.15s;
}
.msg-flotante {
    display: inline-flex;
    width: 120px;
    position: absolute;
    z-index: 1;
    right: -25%;
    top: -36%;
}
.msg-flotante__img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.link-whats {
    padding-left: 50px !important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 20px 50%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3C!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M13.6,2.3C12.1.8,10.1,0,8,0,3.6,0,0,3.6,0,7.9c0,1.4.4,2.8,1.1,4l-1.1,4.1,4.2-1.1c1.2.6,2.5,1,3.8,1h0c4.4,0,7.9-3.6,7.9-7.9,0-2.1-.8-4.1-2.3-5.6h0ZM8,14.5c-1.2,0-2.3-.3-3.4-.9h-.2c0-.1-2.5.5-2.5.5l.7-2.4-.2-.3c-.7-1-1-2.3-1-3.5C1.4,4.3,4.4,1.3,8,1.3c1.7,0,3.4.7,4.7,1.9,1.2,1.2,1.9,2.9,1.9,4.7,0,3.6-3,6.6-6.6,6.6M11.6,9.6c-.2,0-1.2-.6-1.4-.6-.2,0-.3,0-.4,0-.1.2-.5.6-.6.8-.1.1-.2.1-.4,0-.2-.1-.8-.3-1.6-1-.6-.5-1-1.2-1.1-1.4-.1-.2,0-.3,0-.4,0,0,.2-.2.3-.3,0-.1.1-.2.2-.3,0-.1,0-.2,0-.3,0,0-.4-1.1-.6-1.5-.2-.4-.3-.3-.4-.3-.1,0-.2,0-.4,0-.2,0-.4,0-.5.2-.2.2-.7.7-.7,1.7s.7,1.9.8,2c0,.1,1.4,2.1,3.4,3,.5.2.8.3,1.1.4.5.2.9.1,1.2,0,.4,0,1.2-.5,1.3-.9.2-.5.2-.9.1-.9,0,0-.2-.1-.4-.2'/%3E%3C/svg%3E");
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media screen and (max-width: 960px) {
    .banner-with-cta__content-title {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 768px) {
    .banner-with-cta__content-title {
        font-size: 3.2rem;
    }
    .msg-flotante {
        width: 90px;
        right: -15%;
        top: -30%;
    }
}
@media screen and (max-width: 680px) {
    .banner-with-cta__content-title {
        font-size: 8.8vw;
    }
    .banner-with-cta__content-info {
        font-size: 5.5vw;
    }
    .msg-flotante {
        right: 0;
        top: -100px;
    }

    .banner-with-cta__link {
        padding: 10px 30px;
        font-size: 3.4vw;
    }
    .banner-with-cta {
        min-height: 55vh;
    }
}
