.encuwp-encuesta {
max-width: 600px;
margin: 0 auto;
font-family: Arial, sans-serif;
background-color: #f9f9f9;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.encuwp-encuesta h2 {
font-size: 24px;
margin-bottom: 20px;
text-align: center;
color: #333;
}
.encuwp-encuesta p {
font-size: 14px;
line-height: 1.6;
color: #666;
}
.encuwp-field {
margin-bottom: 15px;
}
.encuwp-field label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: #444;
}
.encuwp-field input[type="text"],
.encuwp-field input[type="email"] {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
box-sizing: border-box;
font-size: 14px;
}
.encuwp-button,
.encuwp-button-secondary {
display: block;
width: 100%;
padding: 15px;
background-color: #28a745;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
text-align: center;
transition: background-color 0.3s ease;
}
.encuwp-button-secondary {
background-color: #555;
width: auto;
margin-bottom: 7px;
margin-top: 7px;
}
.encuwp-button:hover,
.encuwp-button-secondary:hover {
background-color: #226b33;
}
.encuwp-option {
margin-bottom: 10px;
font-size: 14px;
color: #555;
}
.encuwp-mensaje {
margin-top: 15px;
}
.encuwp-success {
color: #28a745;
background-color: #d4edda;
padding: 10px;
border-left: 5px solid #28a745;
border-radius: 5px;
font-size: 14px;
}
.encuwp-error {
color: #dc3545;
background-color: #f8d7da;
padding: 10px;
border-left: 5px solid #dc3545;
border-radius: 5px;
font-size: 14px;
} #encuwp-cuenta-atras {
border-radius: 12px; padding: 5px;
margin: 0 auto;
}
#encuwp-cuenta-atras h3 {
font-size: 16px;
color: #555;
margin-bottom: 12px;
font-weight: 600;
letter-spacing: 0.5px;
}
#encuwp-timer {
display: inline-flex;
justify-content: space-between;
gap: 5px;
}
.encuwp-timer-item {
text-align: center;
}
.encuwp-timer-item span {
display: block;
}
#encuwp-timer span {
font-size: 15px; font-weight: 700;
color: #333;
}
.encuwp-label {
color: #888; margin-top: 4px;
}
.encuwp-hr {
border: none;
height: 1px;
background-image: linear-gradient(to right, #ddd, #ff9800, #ddd);
margin: 20px 0;
} @media (max-width: 768px) {
.encuwp-encuesta {
padding: 15px;
}
.encuwp-encuesta h2 {
font-size: 22px;
}
.encuwp-field input[type="text"],
.encuwp-field input[type="email"] {
font-size: 13px;
padding: 8px;
}
#encuwp-cuenta-atras {
padding: 5px;
max-width: 100%;
}
#encuwp-timer {
gap: 5px;
}
#encuwp-timer span {
font-size: 15px;
}
.encuwp-label {
font-size: 10px;
}
} .encuwp-resultados {
margin-top: 20px;
}
.encuwp-resultado {
margin-bottom: 15px;
}
.encuwp-opcion {
font-weight: bold;
margin-bottom: 5px;
}
.encuwp-barra {
background-color: #e0e0e0;
width: 100%;
height: 20px;
position: relative;
}
.encuwp-barra-progreso {
background-color: #e64537;
height: 100%;
width: 0;
transition: width 1s ease-in-out;
} .encuwp-compartir {
margin-top: 30px;
text-align: center;
}
.encuwp-compartir p {
font-weight: bold;
margin-bottom: 10px;
}
.encuwp-compartir a {
display: inline-block;
margin: 0 10px;
color: #0073aa;
text-decoration: none;
font-size: 24px;
}
.encuwp-compartir a:hover {
color: #005177;
}
#encuwp-timer {
font-size: 1.5em;
font-weight: bold;
color: #333;
}
#encuwp-timer span {
display: inline-block;
min-width: 10px;
padding: 3px;
background-color: #f2f2f2;
border-radius: 5px;
margin-right: 1px;
text-align: center;
}
.encuwp-barra {
width: 100%;
background-color: #ddd;
border-radius: 5px;
overflow: hidden;
margin-top: 5px;
}
.encuwp-barra-progreso {
height: 20px;
background-color: #4caf50;
width: 0%;
transition: width 0.5s ease-in-out;
} .encuwp-resultados-container {
max-width: 700px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ddd;
background-color: #fff;
border-radius: 8px;
}
.encuwp-resultados-container h3 {
font-size: 24px;
text-align: center;
}
.encuwp-total-votos {
font-size: 16px;
text-align: center;
margin-bottom: 20px;
}
.encuwp-resultados-lista {
list-style: none;
padding: 0;
}
.encuwp-resultado-item {
margin-bottom: 15px;
}
.encuwp-barra-progreso {
background-color: #e64537;
height: 20px;
width: 0;
transition: width 1s ease-in-out;
}
.encuwp-barra-progreso-fill {
background-color: #4CAF50; height: 100%;
transition: width 0.4s ease;
} @media (max-width: 768px) {
.encuwp-resultados-container {
padding: 10px;
}
.encuwp-resultados-container h3 {
font-size: 22px;
}
.encuwp-total-votos {
font-size: 14px;
}
} .encuwp-radio {
display: flex;
align-items: center;
margin-bottom: 10px;
font-size: 18px;
cursor: pointer;
} .encuwp-radio input[type="radio"] {
display: none;
} .encuwp-custom-radio {
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid #226b33;
margin-right: 10px;
transition: background-color 0.3s, border-color 0.3s;
position: relative;
background: #fff;
} .encuwp-radio input[type="radio"]:checked + .encuwp-custom-radio {
background-color: #226b33;
border-color: #226b33;
}
.encuwp-radio input[type="radio"]:checked + .encuwp-custom-radio::after {
content: '';
display: block;
width: 12px;
height: 12px;
background: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .encuwp-radio:hover .encuwp-custom-radio {
border-color: #226b33;
}