/*
Theme Name: Tecnologia Para Todos
Author: Núcleo de Tecnologia do MTST
Author URI: https://www.nucleodetecnologia.com.br/
Description: Feito com base em Blank Slate. Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tecnologia-para-todos

Based on: Blank Slate – https://wordpress.org/themes/blank-slate/
*/

@font-face {
  font-family: 'PublicSans';
  src: url('assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('assets/fonts/OpenSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

/*
 * Reset styles
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/*
 * General
 */
body,
body * {
  font-family: 'OpenSans', sans-serif;
  transition: all 0.8s ease;
}



.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.reveal-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PublicSans', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important;
}

img {
    max-width: 100%;
}

*:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}


 /*
 * Typography
 */
.hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 600;
    color: #FFFFFF;
}

.hero__subtitle {
    font-size: clamp(1rem, 1.75vw, 2rem);
    color: #FFFFFF;    
}

.title--1 {
    position: relative;
    padding: 2rem 0 1rem;
    color: #4175B7;
    font-size: 1.5rem;
    font-weight: 600;
}
.title--1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12rem;
    height: 3px;
    background-color: #6AB657;
    border-radius: 1.5px;    
}
.subtitle--1 {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'PublicSans', sans-serif;
}

.text__description--1 {
    padding: 3rem 0;
    font-size: 1.2rem;
    line-height: 2rem;
}
.title--2 {
    text-align: center;
    font-size: clamp(0.8rem, 2vw, 1rem);
    color: #48474A;
    max-width: 109px;
}






/*
 * Hero
 */
.hero-section {
    position: relative;
    height: 93vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hero-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-section .container,
.hero__content {
    position: relative;
    z-index: 1;
}

.hero__buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 180px;
    text-align: center;
}

.hero__button--primary {
    background: #ffffff;
    color: #4EABE9;
    border-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero__button--primary:hover {
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hero__button--secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.hero__button--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.hero__button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.hero__button:active::before {
    width: 300px;
    height: 300px;
}

.navbar-brand:focus,
.hero__button:focus,
.navbar-nav .nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.hero__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.hero__shape {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    background: transparent;
    border: 2px solid #FFFFFF;
    animation: float 8s ease-in-out infinite; /* Animação base */
}

.hero__shape--1 {
    width: 27px;
    height: 27px;
    top: 20%;
    left: 19%;
    animation-delay: 0s;
}

.hero__shape--2 {
    background: #FFFFFF;
    width: 47px;
    height: 47px;
    top: 20%;
    right: 23%;
    animation-delay: 1.5s;
}

.hero__shape--3 {
    background: #FFFFFF;
    width: 27px;
    height: 27px;
    top: 37%;
    left: 8%;
    animation-delay: 3s;
}

.hero__shape--4 {
    width: 27px;
    height: 27px;
    top: 37%;
    right: 8%;
    animation-delay: 4.5s;
}

.hero__shape--5 {
    width: 15px;
    height: 15px;
    bottom: 20%;
    left: 31%;
    animation-delay: 2s;
}

.hero__shape--6 {
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    bottom: 36%;
    right: 16%;
    animation-delay: 6s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) translateX(8px) rotate(0deg);
    }
    50% {
        transform: translateY(-25px) translateX(-5px) rotate(0deg);
    }
    75% {
        transform: translateY(-10px) translateX(-12px) rotate(0deg);
    }
}

 

/*
 * Contato
 */

.contato__container {
    padding: 4rem 7rem;
    border-radius: 20px;
    overflow: hidden;
}
.contato__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 2;
}
.contato__left {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contato__title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.5;
}
.contato__description {
    font-size: 1.1rem;
    line-height: 1.6;
}
.contato__description strong {
    font-weight: 600;
}

.contato__right {
    display: flex;
    justify-content: center;
}
.contato__form-container {
    background: #ffffff;
    border-radius: 6px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.contato__politica,
.contato__seguranca {
    text-align: center;
    color: #353232;
}
button#wpforms-submit-214 {
    width: 100% !important;
}
.contato__seguranca {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.contato__seguranca p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.contato__seguranca img {
    max-height: 24px;
    width: auto;
}
 






/*
 * MEDIA QUERIES
 */
@media (max-width: 968px) {
    .contato__content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .contato__form-container {
        max-width: 500px;
    }
}
@media (max-width: 802px) {
    .hero__shapes {
        display: none;
    }

}
@media (max-width: 768px) {
    .termos-uso__accordion-header {
        padding: 1.2rem 1rem;
    }
    
    .termos-uso__accordion-text {
        padding: 0 1rem 1.2rem 3.5rem;
        font-size: 0.9rem;
    }
    
    .termos-uso__accordion-number {
        margin-right: 0.8rem;
        min-width: 25px;
        font-size: 1rem;
    }
    
    .termos-uso__accordion-title {
        font-size: 1rem;
    }
    .contato__container {
        padding: 3rem 1rem;
        border-radius: 12px;
    }
    
    .contato__form-container {
        padding: 2rem;
        border-radius: 12px;
    }
    
    .contato__content {
        gap: 2.5rem;
    }
    .footer-parceria__parceiros {
        flex-direction: column;
    }
}
/*
 * Contact Form 7 - Estilo personalizado
 */
 .wpcf7 form .wpcf7-response-output {
 margin: 0em 0.5em 1em !important;
 }
 
.wpcf7 {
    width: 100%;
}

.wpcf7 label {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    color: #374151;
    background-color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #4175B7;
    box-shadow: 0 0 0 3px rgba(65, 117, 183, 0.1);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #9ca3af;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 1rem;
    background-color: #4175B7;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 0.5rem;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #365d94;
    transform: translateY(-2px);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

.wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.95rem;
}

.wpcf7-validation-errors {
    border: 1px solid #fca5a5;
    background-color: #fef2f2;
    color: #991b1b;
}

.wpcf7-mail-sent-ok {
    border: 1px solid #86efac;
    background-color: #f0fdf4;
    color: #166534;
}

.wpcf7-spam-blocked {
    border: 1px solid #fcd34d;
    background-color: #fefce8;
    color: #854d0e;
}