/* Custom CSS for Folha C-Level Landing Page */

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: rgb(13 110 253 / 0%);
    text-decoration: underline;
}

body {
    font-family: 'Lato', sans-serif;
    background: #5a6268;
    color: #ffffff;
    background-image: url('images/bg.png'); /* ajuste o caminho conforme seu projeto */
    background-repeat: repeat;
    background-size: auto;
}

iframe {
    border: 2px solid #bde3dcb8;
    border-radius: 8px;
    
}


.header-content iframe {
    margin-left: -8px;
}

.bg-decorativa {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 590px;
    background: url('images/bg2.png');
    background-size: contain;
    z-index: 0;
    pointer-events: none; 
  } 


/* Títulos com PT Serif */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
}

.header-section {
    position: relative;
    padding: 0;
}

.header-content {
    position: relative;
    z-index: 2;
}

.header-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 2px;
    padding: 40px 0 10px;
}

.header-subtitle {
    font-size: 0.9rem;
    color: #ecf0f1;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 400;
}

.no-break {
  white-space: nowrap;
}

.header-main-text h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    color: #bde3dc;
    text-transform: uppercase;
}

.header-main-text p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #bde3dc;
    max-width: 600px;
    line-height: 25px;
}

.titulo{text-transform: uppercase;}

.upgrade-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* centraliza span em relação ao botão */
  }

.subscription-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }  

  .subscription-info .btn {
    align-self: flex-start;
  }
  

.subscription-info h3 {
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fffbcc;
    margin: 0;
    line-height: 21px;
    font-weight: 700;
}


  .subscription-info p {
    width: 75%;
  }





  .subscription-info span {
    font-size: 14px;
    letter-spacing: 3px; /* leve espaçamento entre letras */
    color: #bde3dc;
    letter-spacing: 6px;
    margin-top: 10px;
  }
  

.header-image {
    position: relative;
    text-align: center;
}

/* .header-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-height: 400px;
    object-fit: cover;
} */

.image-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}

/* Buttons */
.btn-upgrade {
    border: none;
    padding: 16px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 23px;
    width: 310px;
    line-height: 25px;
}

.btn-upgrade.primary {
    background: #fffbcc;
    color: #51595e;
    font-weight: 600;
}

.btn-upgrade.primary:hover {
    background: #e4e39e;
}

.btn-upgrade.secondary {
    background: #51595e;
    color: #fffbcc;
    font-weight: 600;
}

.btn-upgrade.secondary:hover {
    background: #5a6064; 
}

.text-separator {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #bde3dc;
    margin: 20px 0 30px;
    opacity: 0.6;
}
  


/* Description Section */
.description-section {
    position: relative;
}

.description-content {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.description-content p {
    font-size: 23px;
    color: #ecf0f1;
    color: #bde3dc;
}

.description-content strong, span {
    color: #fffbcc;
}


.sem-destaque {
    color: #bde3dc;
}


.paragrafo-menor {
    font-size: 17px !important;
    line-height: 21px !important;
}

/* Services Section */
.custom-box-container {
    margin: 0 30px;
}


.custom-box-container img{
    max-width: 110px;
}

.custom-box-space{
    margin-top: 80px;
}
.custom-box {
    position: relative;
    border: 1px solid #bde3dc;
    border-top: none;
    color: #bde3dc;
    padding: 40px 20px 50px;
    text-align: center;
    font-family: 'PT Serif', serif;
    min-height: 280px;
  }
  
  /* Top border com ícone */
  .box-top-border {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  
  .line-left,
  .line-right {
    flex: 1;
    height: 1px;
    background-color: #bde3dc;
  }
  
  .icon-center {
    padding: 0 12px;
    background-color: transparent;
  }
  
  .icon-center i {
    font-size: 24px;
    color: #bde3dc;
  }
  
  /* Conteúdo do box */
  .box-content {
    margin-top: 30px;
  }
  
  .box-content h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .box-content p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 21px;
    margin: 0;
  }
  
  /* Losango inferior */
  .diamond {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #bde3dc;
  }
  
.services-section {
    padding: 40px 0;
    position: relative;
}

/* Premium Section */
.premium-section {
    position: relative;
}

.premium-header {
    text-align: center;
}

.premium-header h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fffbcc;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.premium-card {
    background: linear-gradient(135deg, #a8e6cf, #7fcdcd);
}




#beneficios h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    margin-top: 17px;
}


#beneficios p {
    font-size: 18px;
    line-height: 22px;
}

#beneficios img {
    max-width: 100%;
    margin: 0 auto;
}


#legal p {
    font-size: 12px;
    line-height: 17px;
}

/* CTA Section */
.cta-section {
    position: relative;
}

.cta-section .container {
    padding: 50px 0;
    background: #fffbcc;
    border-radius: 5px;
}

.cta-section h1 {
    font-size: 60px;
    color: #51595e;
    text-transform: uppercase;
}

.cta-section .btn-upgrade {
    font-size: 1.1rem;
    padding: 15px 40px;
}




/* Responsive Design */
@media (max-width: 992px) {
    .header-title {
        font-size: 2.5rem;
    }
    
    .header-main-text h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .custom-box {
        min-height: 356px;
    }

    .subscription-info {
        display: flex;
        flex-direction: column;
        align-items: center;
      }  

    .header-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .header-main-text h2 {
        font-size: 1.3rem;
        text-align: center;
    }
    
    .header-content {
        justify-content: center;
        display: flex;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .premium-header h2 {
        font-size: 2rem;
    }
    
    .service-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    
    
.header-content iframe {
    width:95%;
    margin: 0 auto;
}    
    
.bg-decorativa {
    top: -360px;
}
    
#beneficios img {
    max-width: 100%;
    margin: 0 auto;
}    
    
.subscription-info span {
    font-size: 14px;
    letter-spacing: 3px;
    color: #bde3dc;
    letter-spacing: 6px;
    margin-top: 3px;
}   
    
    
.subscription-info p {
    width: 90%;
}    
    
.logo-clevel {
    margin-top: -12px;
}    
    
.header-main-text p {
    margin-bottom: 20px;
    color: #bde3dc;
    max-width: 600px;
    line-height: 21px;
    font-size: 18px;
}  
    
.subscription-info p {
    margin-bottom: 4px;
}    
    
    .custom-box {
        min-height: auto;
    }
    .icon-center img{
        width: 60px;
    }
    
.estrelas {
    display: none;
}
    
.header-title {
    font-size: 1.8rem;
    margin-bottom: -12px;
    padding: 40px 13px 20px;
} 
.header-content {
    justify-content: center;
    display: flex;
    text-align: center;
    margin-bottom: 20px;
}    
    
.header-main-text h2 {
    font-size: 23px;
    line-height: 28px;
}
    
.btn-upgrade.primary {
    margin-top: 5px;
}    
    
    .premium-header h2 {
        font-size: 1.8rem;
    }
    
.description-content {
    padding: 0 10px;
}    

.description-content p {
    font-size: 20px;
    color: #bde3dc;
    line-height: 26px;
}    
    
    .service-card {
        padding: 30px 20px;
    }
    
.cta-section .container {
    padding: 50px 0;
    background: #fffbcc;
    border-radius: 5px;
    width: 88%;
}
    
.services-section {
    padding: 10px 0 40px;
    position: relative;
}    
    
.cta-section h1 {
    font-size: 37px;
    padding: 0 10px;
}    


    .custom-box-container{
        margin: 0;
    }
}

/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #1b1b1b;
    border: none !important;
}

div#copyrights {
    background: #1b1b1b;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}