@charset "UTF-8";
/*
Theme Name: Theme Diferidos - Wienner
Author: Maryory Thalia Chavez Arosquipa
Description: tema personalizado.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.0
Text Domain: tema personalizado
*/

* {
  /* outline: 1px solid rgba(255, 0, 0, 0.219); */
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h2 {
  font-size: 18px;
  color: #068284;
  margin-top: 40px;
}

form#form {
  border-radius: 20px;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  text-transform: uppercase;
  box-shadow: 9px 10px 19px 0px rgba(0, 0, 0, 0.3);
}
#cabecera {
  background-color: #068284;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 16px;
}

#form div#body {
  padding: 0 30px 20px 30px;
}

#form input[type="text"],
#form select {
  border-radius: 10px;
  background-color: #f3f3f3;
  text-transform: uppercase;
  padding: 15px 10px;
  box-shadow: inset 2px 0 9px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: none;
}
#form label {
  width: 100%;
}
#form input[type="checkbox"] {
  width: auto;
}

.col-1,
.col-2 {
  margin: 20px 0;
}

.col-1 {
  width: 100%;
}
.col-2 {
  display: flex;
  justify-content: space-between;
}

.col-2 .col {
  width: 48%;
}

.envioBtn {
  margin-top: 20px;
  background-color: #000;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 15px 10px;
  box-shadow: inset 2px 0 9px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

button[type="submit"] {
  cursor: pointer;
}

.input-error {
  border: 2px solid red !important;
}

.input-error-e {
  border: 2px solid red !important;
}

span.letrero {
  background: rgb(255 0 0 / 20%);
  padding: 5px;
  margin-top: 4px;
  display: inline-block;
  border-radius: 5px;
}

span.text {
  display: inline-block;
  width: 90%;
}

span.text a {
  color: #000;
  font-weight: 700;
}

.validation-submit-disabled {
  display: none;
}

@media screen and (max-width: 900px) {
  form#form {
    width: 95%;
    position: inherit;
    transform: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#page-gracias {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
}
#page-gracias #box{
  background: #068284;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 40px;
  border-radius: 20px;
  width: 80%;
  box-shadow: inset 2px 0 9px rgba(0, 0, 0, 0.1);
}
#page-gracias h1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  margin-top: 30px;
}
#page-gracias img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/* form#form {
  border-radius: 20px;
}

#cabecera {
  background-color: #068284;
}

#cabecera h2 {
  color: #fff;
}

#cabecera .zf-frmTitle {
  font-weight: bold;
}

form#form input,
form#form select {
  border-radius: 10px;
  background-color: #f3f3f3;
  text-transform: uppercase;
  padding: 10px 10px;
  box-shadow: inset 2px 0 9px rgba(0, 0, 0, 0.1);
}

.col-2 {
  display: flex;
  justify-content: space-between;
}

.col-2 .col {
  width: 48%;
}

.col-2 .col input,
.col-2 .col select {
  width: 100% !important;
}

#form button[type="submit"] {
  background-color: #000;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 10px;
  box-shadow: inset 2px 0 9px rgba(0, 0, 0, 0.1);
  font-weight: bold;
} */


/*ROQOTO*/
.doble_radio{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 0;
}
.div_radio{
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto !important;
}
.div_radio input[type="radio"]{
  margin: 0;
}
.div_radio p{
  text-transform: initial !important;
  font-size: 14px;
}
.list_presencial,
.list_virtual{
  display: none;
}
@media screen and (max-width: 400px){
  #form div#body{
    padding: 0 20px 20px 20px;
  }  
}
