.container {background-color: transparent !important;}
.landing {
    width: 100%;
    color: #222;
    font-family: 'Lato';
    display: inline-block;
    width: 100%;
  }
    
  .tab-form-footer {
    background-color: #fff;
    padding: 26px 0;
  }
  .tabs-content {
    background-color:#fff;
  }
  .form-group {
    padding: 20px 60px;
  }
  @media(max-width:768px){
    .form-group {
        padding: 20px 20px;
      }

  }
  .form-subtitle {
        color: #555;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 32px;
    border-bottom: 1px solid;
    letter-spacing: 2px;
  }
    
  .form-subtitle2 {
    color: #555;
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 32px;
  }
  @media(max-width:768px){
    #landing-footer .form-subtitle2 {
      padding-top: 10px;
      padding-bottom: 5px;
      font-size: 1.2em !important;
    }
  }
  .form-field {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 10px;
  }
  .form-label {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 0.8em;
  }
  .form-input {
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding-left: 10px;
  }
  .form-submit {
    background-color: #8EC700;
    border: none;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    max-width: 260px;
    padding: 18px 0;
    text-transform: uppercase;
    width: 96%;
    border-radius: 3px;
    margin-top: 30px;
  }
  #check {
    left: -9999px;
    position: absolute;
  }
  .check {
    display: block;
    cursor: pointer;
    padding-left: 38px;
    font-size: 14px !important;
    color: #999 !important;
    padding-top: 4px;
    width: 100%;
    position: relative;
    margin-left: 0px;
  }
  .check {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .check a {
    color: #888 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }
  .check:before,
  .check:after {
    border: 2px solid rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 24px;
    line-height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    font-size: 20px;
    text-align: center;
    transition: border .2s;
  }
  #check:checked + .check:after {
    content: 'X';
    border: 2px solid #000;
  }
  #check-error {
    display: block;
  }
  .indicator {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .error {
    margin-top: 0px;
    color: red;
    font-size: 10px;
  }
  #landing-footer .thanks {
    display: none;
  }
  #landing-footer.submit .thanks {
    display: block;
  }
  #landing-footer.submit .card-form {
    display: none;
  }
   
/*
  .card {
    background-color: #fff;
    display: none;
}
*/
    .card-intro {
    border-bottom: 8px solid rgb(246, 246, 246);
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
}
    .card-intro h2 {
    color: #444;
    font-size: 4em;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 90px;
}
    .card-intro p {
    color: #777;
    font-size: 2.3em;
    font-weight: 300;
}

  .tooltip {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    display: none;
    border-radius: 4px;
    position: absolute;
    bottom: 46px;
    max-width: 320px;
    background-color:#fff;
    padding: 4px;
    width: 97%;
  }
  .tooltip:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    top: 100%;
    right: 56px;
  }
  .tooltip img {
    display: block;
    width: 100%;
  }
  .tip {
    cursor: pointer;
    font-weight: 700;
  }
  .tip:active .tooltip,
  .tip:hover .tooltip {
    display: block;
  }









.ss-header{
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.ss-header img{
    padding: 30px;  
}

.ss-hero{
    margin-bottom: 30px;
}
.ss-hero img{
    width: 100%;
}



@media only screen and (max-width: 667px) {
    .form-submit {
        margin: auto;
    }
}















.container2 {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
background-color: #8EC700;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.picture img{
width:109%
}
@media(max-width:768px){
.picture img{
    width:100%
}
}











.container-form {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-form input { position: absolute;  opacity: 0; cursor: pointer;}
.container-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.container-form:hover input ~ .checkmark {  background-color: #ccc; }
.container-form input:checked ~ .checkmark { background-color: #8EC700; }
.container-form .checkmark:after {  content: ""; position: absolute;display: none;}
.container-form input:checked ~ .checkmark:after {  display: block;}
.container-form .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-preferencias{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.form-preferencias p{
    text-align: center;
    margin: 30px 10px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    color:#777;
}

.field .container-form{
    font-size: 13px;
    color: #777;
}

.txt-legal{
    max-width: 1280px;
    font-size: 12px;
    padding: 40px;
    line-height: 19px;
    text-align: justify;
    color: #555;
}


@media (max-width: 600px) {
    .container-form {
        font-size: 14px;
        }
}


.textos-preevento{
  background: #fff;
  padding: 60px 0px;
}
.textos-preevento .content-txt{
  max-width: 860px;
  margin: auto;
}

.textos-preevento .content-txt p{
  
}