:root{
    --gradient: linear-gradient(150deg, #f5adad 0%, #f97878 50%, #F15E5E 100%);
    --accent-color: #F15E5E;
    --color-green: #2D876E;
    --color-yellow: #F8B76A;
    --color-blue: #1F1F4D;
    --color-light-yellow: #F0C5AB;
    --hover: #1F1F4D;

    --primary-color: #e14d81;
    --hover-gradient: linear-gradient(337deg, #c63562 0%, #8b3975 50%, #44317f 100%);
}

body{
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
}

video{
    width: 100%;
    height: 100%;
}

.accent{
    color: var(--accent-color) !important;
}

.divider{
    color: white;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px); /* mover o elemento para cima */
    transition: opacity 2s ease-out, transform 0.5s ease-out; 
}

.fade-in.fade-in-visible {
    opacity: 1;
    transform: translateY(0); /* mover o elemento para baixo */
}


.modal-body iframe{
    width: 100%;
    height: 420px;
}

.upper-title{
    color: #17171C !important;
    font-size: 13px;
    font-weight: 500;
}

.btn-close{
    background-color: white !important;
}

.modal-header,
.modal-body,
.modal-content{
    background-color: transparent !important;
    border: none !important;
}

.carousel-control-next,
.carousel-control-prev{
    opacity: 1 !important;
}

.gradient{
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    color: white;
}

/* ------------------------------------------------------ */

/* Cookies */
#modalPriv{
    z-index:999;
    width:600px;
    min-height:20px;
    box-sizing:border-box;
    padding:30px 30px 30px 30px;
    background:#fff;
    overflow:hidden;
    position:fixed;
    bottom:0px;
    right:30px;
    display:none;
    border-radius:20px 20px 0px 0px
}

#modalPriv h2{
    font-family:'Montserrat',sans-serif;
    color:var(--accent-color);
    font-size:25px;
    line-height:1.2;
    display:block;
    font-weight: bold;
}

#modalPriv p{
    margin:0;
    padding:0;
    font-family:'Montserrat',sans-serif;
    color:#252525;
    font-size:13px;
    line-height:20px;
    display:block;
    margin-top:10px
}

#modalPriv p a{
    font-family:'Montserrat',sans-serif;
    color:#0096ff;
    text-decoration:underline
}

#modalPriv .btn{
    display:inline-block;
    font-family:'Montserrat',sans-serif;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-top:14px;
    background:var(--accent-color);
    box-sizing:border-box;
    padding:15px 24px;
    text-align:center;
    border-radius:10px;
    transition:background .3s
}

#modalPriv .btn:hover{
    cursor:pointer;
    color:#fff;
    background:#db5555;
}

.banner .form{
    gap: 12.5px !important;
  }
  
.last-section-form .bottom-message-form,
.form .bottom-message-form,
.modal .bottom-message-form,
.bottom-message-form{
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

@media (max-width:980px){
    #modalPriv{
        bottom:0!important;
        left:0!important;
        width:100%!important
    }
}

/* ----- */



