/*
Theme Name: Pesquisa Ativa
Theme URI: https://pesquisaativa.com.br
Author: IU360 & Cative Comunicação
Author URI: https://iu360.com.br
Description: Theme wordpress pesquisa ativa
Version: 1.0
Text Domain: pativa
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
*{
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    outline:0;
    border:0;
    padding:0;
    margin:0;
    }
    body, html{
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    }
    h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    }
    p, span{
    font-family: 'Open Sans', sans-serif;
    }
    ul{
    margin:0;
    padding:0;
    }
    ul li{
    padding:0;
    margin:0;
    list-style: none;
    }
    img{
    max-width: 100%;
    height:auto;
    border:0;
    outline: 0;
    }
    button, input, a, select{
    outline: 0 !important;
    border:0;
    text-decoration: none;
    }
body{
  background: url(https://depoimentos.pesquisaativa.com.br/wp-content/uploads/2025/02/bg_principal.jpg);
background-size: cover;
background-position: fixed;
background-repeat: no-repeat;
min-height: 100vh;
display: flex;
align-items: center;
background-color:rgb(13,13,13,.26);
background-blend-mode:multiply;
}
header{
position: absolute;
top: 0;
left: 0;
z-index: 999;
height: 100px;
width: 100%;
}
.logo{
text-align:center;
}
.logo img{
width:auto;
height:70px;
margin-top:20px;
}
.main{
width:100%;
}
.content-form{
min-height:100vh;
position:relative;
display:flex;
align-items:center;
justify-content:center;
padding-top:100px;
width:100%;
}
.form-depoimentos {
max-width: 780px;
width: 100%;
margin: auto;
padding: 20px 25px;
}
input[type="text"], input[type="email"]{
width: 100%;
height: 45px;
font-size: 16px;
color: #fff;
margin-bottom: 15px;
padding: 5px 15px;
font-weight: 500;
border-radius: 5px;
border:2px solid #fff;
background: rgb(0, 0, 0,.25);
}
input[type="text"]:focus, input[type="email"]:focus{
border-color:#E56E9D;
}
::-webkit-input-placeholder {
opacity:1;
color:#fff;
}
::-moz-placeholder {
opacity:1;
color:#fff;
}
:-ms-input-placeholder {
opacity:1;
color:#fff;
}
:-moz-placeholder {
opacity:1;
color:#fff;
}
.codedropz-upload-handler {
  border: 2px dashed #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  background: rgb(0, 0, 0,.25);
  margin: 10px 0 15px;
}
.codedropz-upload-inner h3{
font-weight: 700;
letter-spacing: -1px;
color: #fff;
font-size: 27px;
}
.codedropz-upload-inner span, .dnd-upload-counter{
display:none;
}
.codedropz-btn-wrap a.cd-upload-btn{
display: flex;
align-items: center;
justify-content: center;
width: 220px;
height: 40px;
background: transparent;
color: #fff;
text-transform: uppercase;
font-weight: 700;
letter-spacing: -1px;
font-size: 16px;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
border: 2px solid;
outline: none !important;
}
.wpcf7-acceptance{
display: block;
width: 100%;
text-align: center;
margin-bottom: 0;
}
input[type="checkbox"]{
position:absolute;
opacity:0;
cursor:pointer;
width:0;
height:0;
}
.wpcf7-list-item-label{
position:relative;
padding-left:38px;
display:block;
font-size:16px;
color:#fff;
line-height:1.3;
margin:15px 0;
cursor:pointer;
letter-spacing: -.6px;
}
.wpcf7-list-item-label a{
color: #fff;
font-weight: 700;
text-transform:uppercase;
}
.wpcf7-list-item-label:before{
content:"";
position:absolute;
top:50%;
transform:translatey(-50%);
left:0;
height:32px;
width:32px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
background-size:100%;
background-position:center;
background-repeat:no-repeat;
}
.wpcf7-list-item-label:after{
content:"";
position:absolute;
top:50%;
transform:translatey(-50%);
left:0;
height:32px;
width:32px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
background-size:100%;
background-position:center;
background-repeat:no-repeat;
opacity:0;
visibility:hidden;
}
input:checked ~ .wpcf7-list-item-label:after{
opacity:1;
visibility:visible;
}
input:checked ~ .wpcf7-list-item-label:before{
opacity:0;
visibility:hidden;
}
.aceite .wpcf7-list-item{
margin:0;
}
input[type="submit"]:disabled{
opacity:0.4;
}
input[type="submit"]{
background: transparent linear-gradient(253deg, #FF6090 0%, #FFC156 100%) 0% 0% no-repeat padding-box;
border: 2px solid #FF6090;
border-radius: 31px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font: normal normal bold 20px/25px Open Sans;
letter-spacing: -0.75px;
color: #FFFFFF;
text-transform: uppercase;
width: 100%;
height: 50px;
margin: 0px auto 30px;
box-shadow: 0 0 20px rgba(253, 89, 140, 0.7);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
 border-color: #FD598C;
}
.wpcf7 form .wpcf7-response-output{
max-width: 100%;
width: 620px;
margin: auto;
color: #fff;
padding: 10px 15px;
text-align: center;
border-radius: 4px;
}
.dnd-upload-status .dnd-upload-image {
width: 45px;
height: 45px;
border: 2px solid #fff;
text-align: center;
border-radius: 100%;
position: relative;
}
.dnd-upload-status .dnd-upload-image span.file {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 28px;
  width: 28px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zM9 8l-4 4h3v4h2v-4h3L9 8z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-position: center left 2px;
}
.dnd-upload-status .dnd-upload-details {
padding-left: 15px;
width: calc(100% - 45px);
margin-top: -3px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 2px;
overflow: hidden;
background: #fff;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #E56E9D;
display: block;
font-size: 12px;
text-align: right;
color: #fff;
height: 100%;
width: 0;
line-height: 12px;
padding-right: 5px;
font-weight: 500;
}
.dnd-upload-status .dnd-upload-details .name {
color: #fff;
padding: 4px 0;
padding-right: 10px;
}
.dnd-upload-status .dnd-upload-details .name em {
color: #E56E9D;
font-weight: 700;
}
.dnd-upload-status {
padding: 20px 0;
}
.form-depoimentos h2{
color: #fff;
text-align: center;
font-weight: 500;
letter-spacing: -1px;
font-size: 45px;
}
.form-depoimentos h3{
text-align: center;
color: #fff;
font-weight: 500;
margin-bottom: 40px;
font-size: 28px;
letter-spacing: -1px;
}
.modal-open{
display:flex;
align-items:center;
justify-content:center;
}
.content-modal{
position:relative;
background:#fff;
width:900px;
max-width:100%;
border-radius:20px;
padding:75px 30px 35px 10px;
}
.content-modal .conteudo{
overflow:auto;
max-height:600px;
padding:0px 40px 45px 30px
}
.content-modal .conteudo h3{
color:#E56E9D;
text-align:center;
margin-bottom:20px;
font-weight:600;
}
.content-modal .conteudo p{
color:#666;
font-size:15px;
}
.close-modal{
position:absolute;
width:35px;
height:35px;
top:-10px;
right:-10px;
border-radius:50%;
border:2px solid #E56E9D;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
cursor:pointer;
}
.close-modal svg{
fill:#E56E9D;
width:100%;
height:100%;
transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out;
}
.close-modal:hover svg{
transform:rotate(90deg);
}
.dnd-upload-status .dnd-upload-details .remove-file span::after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}

@media(max-width:992px){
.logo {
position: relative;
top: 25px;
left: 50%;
width: 270px;
transform: translateX(-50%);
margin-bottom:35px;
}
.topo-site{
padding-top:0;
}
.logo img{
margin-left:-10px;
}
.form-depoimentos {
padding: 20px 10px;
}
.form-depoimentos h2{
font-size:35px;
}
.form-depoimentos h3{
font-size:23px;
}	
.form-depoimentos h3 {
margin-bottom: 20px;
font-size: 21px;
}	
.content-modal{
max-width:95%;
border-radius:10px;
padding-right:10px;
}	
.close-modal{
width:26px;
height:26px;
}
.content-modal .conteudo {
padding: 0px 20px 35px 20px;
}	
	
	
	
	
}