: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;
}

/* PÁGINA 2: PRODUTOS E SERVIÇOS */

/* BANNER */
.banner-02{
    position: relative;
    overflow: hidden;
    background-image: url('../images/sections/telehelp-banner-page-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
   
    padding: 4rem 0;

    z-index: 2;
}

.banner-02__circle{
    position: absolute;
    background-image: var(--gradient);
    width: 65%;
    height: auto;
    border-radius: 50%;
    left: -12rem;
    top: -15rem;
    bottom: -10rem;
    
    z-index: -2;
}

.banner-02__content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 2;
    padding: 2rem;
}

.banner-02__content h1{
    color: white;

    font-weight: 800;
    font-size: 2.3rem;
    line-height: 125%;

    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
}

.banner-02__content h2{
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.banner-02__content p{
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}


.banner-02__content .btn,
.banner-02__content .btn-primary{
    background-color: var(--primary-color) !important;
    border: none;
    font-weight: 700;
    font-size: 1rem;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    
    border-radius: 25px;

    padding: 0px 40px;

    max-width: max-content;
    height: 56px;   
}

.banner-02__content .btn:hover,
.banner-02__content .btn-primary:hover{
    background-image: var(--hover-gradient) !important;  
}

.banner-02 span{
    color: white;
    font-size: 2.7rem;
    font-weight: 300;
}



/* TEST SECTION */
.test{
    position: relative;
    padding: 5rem 0 0 0;
    overflow: hidden;
}

.test__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.test__circle{
    position: absolute;
    background-image: var(--gradient);
    width: 70%;
    border-radius: 50%;
    left: -18rem;
    top: 1rem;
    bottom: -20rem;
    
    z-index: -2;
}

.test__content h2{
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;

    color: #FFFFFF;
    padding-bottom: 2rem;
}

.test__content p{
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;

    color: #FFFFFF;
}

.test__content span{
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;

    color: #FFFFFF;
}

.test__cta h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;

    color: #723074;
    padding-bottom: 1.7rem;
}

.test__cta a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;

    max-width: max-content;
    height: 56px;

    background: #E14D81;
    border-radius: 1000px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.test__cta a:hover{
    color: white;
    background-image: var(--hover-gradient); 
}

/* ------------------------------------------------------ */

/* 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
    }
}

/* ----- */



