body {
  max-width: 968px;
  margin: auto;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.header-img{
  margin: 0 auto; 
  display: block;
}

p.bold-txt-privacy{
    font-weight: bold;
    color: #3d3d3d;
    font-size: 24px!important;
    text-align: center !important;
}
.privacy-policy span{
font-size: 15px;
text-align: left;
color: #3d3d3d;
}

.privacy-policy p{
font-size: 13px;
text-align: justify;
margin: 10px 0;
color: #3d3d3d;
}

#principal{
 margin:0 auto;
}

#subtitle{
 text-align: center;
 width: 500px;
 margin-left: 50px;
 color: #3d3d3d;
}

li {
    margin-bottom: 1rem;
    list-style: disc;
    margin: 10px 40px;
    font-size: 13px;
}
li.lista-privacy {
    margin-bottom: 1rem;
    list-style: none;
    margin: 10px 40px;
    font-size: 13px;
}

pre, blockquote, dl, figure, table, p, ul, ol, form{
  margin:0 0 0;
}
.eleven.columns.center-block {
  margin: 10px 20%;
  width: 60%;
}
.twelve.columns.center-block {
  margin: 20px 20%;
  width: 60%;
}
.container {
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-subtittle{
  color: #000000;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

.legales-kh{
  color: #000000;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}
.bold-txt{
  color: #000000;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  line-height: 40px;
}
.bold-txt-exitoso{
  color: #000000;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  letter-spacing: 1px;
}

.bold-txt-error{
   font-weight: bold;
  color: #000000;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 1px;
}

.text-sub{
          color: #000000;
    font-size: 16px;
    line-height: 18px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    }

.text-bold{
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 25px;
  letter-spacing: 2.5px;
}

.text-bold-exitoso{
  font-weight: bold;
  color: #000000;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 1px;
}

.text-term{
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 25pxs;
}

.text-cond{
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: underline;
  color: #ffffff;
}

img {
  max-width: 100%;
}

.header-img-mobile {
  display: none;
}
.footer-img {
  display: block;
}

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

form {
  width: 85%;
  margin: 0 auto;
  
}
input.txt-input{
width: 100%;

}

input#birthday{
width: 100%;
padding: 6px 10px;
border-radius: 0;
border: 1px solid #000000;
color: #000000;
text-transform: uppercase;
display:block;
  
  
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
    /* Solution 2 */
    min-width: 96%;
}
select{
  width: 100%;
}
legend{
  color: #000000;
  font-family: Arial, sans-serif;
  line-height: 15px;
  font-weight: bold;
}

legend.camp-obligatorios{
  color: #000000;
  font-family: Arial, sans-serif;
  line-height: 15px;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}
label{

font-family: Arial, sans-serif;
font-weight: normal;
line-height: 20px;
color: #000000;
margin: 0 0 8px 0;
font-size: 14px;

}
.margin-top-1em {
  margin-top: 1em;
}

.margin-top-2em {
  margin-top: 2em;
}

.margin-top-3em {
  margin-top: 3em;
}

p.tittle-campo{
  font-size: 12px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #000000;
}

h3 {
  color: #000000;
  font-family: Arial, sans-serif;
}
span{
  font-family: Arial, sans-serif;
  color: #000000;
}
h5 {
  font-size: 22px;
  margin: 15px 0;
  color: #000000;
  font-family: Arial, sans-serif;
}
.twelve.columns {
  width: 100%;
  margin: 1px 0;
}
.nine.columns{
  margin-left: 12%;

}

.eleven.columns{
  margin-left: 20px;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"]
{
  border: none;
  padding: 0;
  
  
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: Arial, sans-serif;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  height: 38px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000; 
}
input#birthday{
background: #ffffff;
}
input#birthday::placeholder {
color: #000000;
background: #ffffff;
text-transform: uppercase;
}

input#birthday:focus::-webkit-input-placeholder{
color: #000000;
background: #ffffff;
text-transform: uppercase;
}
input#birthday::-webkit-input-placeholder{
color: #000000;
background: #ffffff;
text-transform: uppercase;
}
input#birthday::-ms-input-placeholder{
color: #000000;
background: #ffffff;
text-transform: uppercase;
}
input::placeholder {
  color: #000000;
}
button, input, optgroup, select, textarea{
  color: #000000;
}


input#birthday:placeholder-shown {
  border-color: #000000;
  color: #000000;
  font-style: normal;
}

hr {
  margin: 1em;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #000000;
  border-color: none;
  outline: 0;
  
}
.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
  background: #F9007B;
  color: #ffffff;
  padding: 0 30px;
  border: 1px #000000 solid;
  margin: 30px auto;
  width: 500px;
  
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0;
   font-family: Arial, sans-serif; 
   
}
.button:hover, button:hover, input[ype="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus
{
  color: #ffffff;
  border-color: none;
  outline: 0;
  
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #000000;
    outline: 0;
}
.concern{
  line-height: .5em;
}

.alert {
  color: #941c12;
}

.error {
  color: red;
  font-size: .9em;
}

.concernError{
  display: none;
  margin-bottom: 1em;
  text-align: left;
}

.optinError{
  display: none;
  margin-bottom: 1em;
  text-align: left;
}
input[type="radio"] {
  display: block;
  width: 20%;
  float: left;
}

.terminos{
  color: #ffffff; 
  line-height: 0px;
  margin-left:  53px; 
  font-family: Arial, sans-serif;
}

.checkbox{
  display: flex;
  flex-direction: row;
  padding-top: 0;
}

.span-checkbox{
  margin-left: 10px;
  line-height: 9px;
}

.hr-img{
  margin-top: -26px;
}

.button.button-primary-exitoso, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
  background: #000000;
  color: #ffffff;
  padding: 0 30px;
  border: 1px #000000 solid;
  margin: 20px auto;
  display: block;
  width: 50%;
  font-weight: bold;
}

@media screen and ( max-width : 700px ) {
  input#birthday{
width: 100%;
padding: 6px 10px;
border-radius: 0;
border: 1px solid #000000;
color: #000000;
text-transform: uppercase;
display:block;
  
  
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
    /* Solution 2 */
    min-width: 96%;
}
  .bold-txt{
    font-size: 34px;
   }
 
   .text-sub{
     font-size: 16px;
   }
   
   .text-bold{
     font-size: 22px;
     letter-spacing: 2px;
   }

 .text-term{
     font-size: 14px;
   }
 
   .text-cond{
     font-size: 14px;
    
   }
   .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
    width: 400px; 
  }

  .button.button-primary-exitoso, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
    width: 420px;
  }

  .bold-txt-error{
   font-size: 31px;
   }

 
}
 
/* Larger than phablet (also point when grid becomes active) */
@media screen and ( max-width : 600px ) {
  .header-img {
    /*   display: none;
     */  }
       .header-img-mobile {
      display: inline;
      }
          .preocupaciones{
             margin-top:0;
    }

    .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
      width: 350px; 
    }
    
    form{
      width: 100%;
      margin: 0 auto;
    }
    .twelve.columns{
      width: 95%;
      margin: 0 0px 0 11px;
    }
    .nine.columns{
      margin-left: 2%;
    }
    .eleven.columns.center-block {
      margin: 0 5%;
      width: 90%;
    }
    .bold-txt{
      font-size: 28px;
    }
    
    .text-bold{
      font-size: 18px ;
    }
    .text-term{
      font-size: 12px;
    }
    .text-cond{
    font-size: 12px;
    }

    .text-bold-exitoso{
      font-weight: bold;
      color: #ffffff;
      font-size: 25px;
      line-height: 13px;
      letter-spacing: 1px;
    }
  
    .bold-txt-exitoso{
      color: #000000;
      font-weight: bold;
      font-size: 26px;
      text-align: center;
      letter-spacing: 1px;
    }

    .button.button-primary-exitoso, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
    width: 360px;
    margin: 40px auto;
    }

    .bold-txt-error{
      font-size: 24px;
      }

}

@media screen and ( max-width : 455px ){
  .bold-txt{
    font-size: 22px;
  }
  .text-sub{
    font-size:14px ;
  }
  .text-bold{
    font-size:15px ;
  }
  .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
    width: 320px; 
  }
  .button.button-primary-exitoso, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary{
    width: 270px;
    margin: 50px auto;
  }
  .bold-txt-error{
    font-size: 20px;
    }
}
