#templateContainer {
    background-color: #00338d;
}

.rounded6 {
    border-radius: 6px;
}
.wrapper {
    width: 600px;
    margin: 0 auto 10px auto;
    text-align: left;
}

h1 {
    font-size: 9px;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

user agent stylesheet h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}


#templateBody {
    background-color: #00338d;
    box-shadow: 0 6px 12px 0 #0d12161f;
}

.bodyContent {
    line-height: 150%;
    font-family: Helvetica;
    font-size: 14px;
    color: #ffffff;
    padding: 20px;
}

.rounded6 {
    border-radius: 6px;
}

.indicates-required {
    display: none;
}
.indicates-required {
    text-align: right;
}

.indicates-required span {
    font-size: 150%;
    font-weight: bold;
    display: inline !important;
}
.asterisk {
    color: #cc6600;
    font-size: 20px;
}

.borderbox, .field-help, input, textarea, select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-shift {
    left: -9999px;
    position: absolute;
}

label {
    line-height: 100%;
    font-family: Helvetica;
    font-size: 16px;
    color: #f1fafa;
}

label {
    display: block;
    width: auto;
    margin-top: 8px;
    font-weight: bold;
}

#templateBody input,
#templateBody textarea,
#templateBody select {
    display: block;
    margin: 0;
    padding: 10px;
    background: #fff;
    width: 100%;
    border: 2px solid #d0d0d0 !important;
    border-radius: 3px;
    -webkit-appearance: none;
}

#templateBody input:focus,
#templateBody textarea:focus,
#templateBody select:focus,
#templateBody .focused-field .subfields {
    border-color: #5d5d5d !important;
    outline: none;
}

.field-group input, select, textarea, .dijitInputField {
    font-family: Helvetica;
    color: #5d5d5d !important;
}

textarea {
    font: 14px / 18px 'Helvetica', Arial, sans-serif;
    width: 100%;
    height: 150px;
    overflow: auto;
}

.field-group input, select, textarea, .dijitInputField {
    font-size: 14px;
}

.mergeRow {
    padding: 0 0 6px 0 !important;
    clear: both;
}

.field-group {
    position: relative;
    margin: 3px 0 12px 0;
    overflow: hidden;
    background: transparent !important;
}

.mergeRow-radio .field-group, .mergeRow-interests-checkboxes .field-group {
    margin: 0 -6px 11px -6px;
}

.mergeRow-radio .field-group, .mergeRow-interests-checkboxes .field-group {
    margin-bottom: 6px;
}

ul.interestgroup_field, ul.interestgroup_field li, ul.unsub-options, ul.unsub-options li, .interestgroup_row {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

label.checkbox, label.radio {
    font-weight: normal;
    position: relative;
    line-height: 24px;
}

.checkbox, .radio {
    margin: 9px 0 0 0;
    padding: 0;
}

.checkbox input, .radio input {
    position: absolute;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: 0;
    opacity: 0;
}

.checkbox input, .radio input {
    width: auto !important;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.checkbox input + span, .radio input + span {
    display: block;
    border-radius: 3px;
    padding: 6px 6px 6px 38px;
}



.checkbox input + span:before, .radio input + span:before {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
    background: url(https://cdn-images.mailchimp.com/product/icons/signup-sprite.png) no-repeat;
    content: " ";
}

.checkbox input + span:before {
    background-position: 0 -120px;
}

.checkbox input:checked + span:before {
    background-position: 0 -180px;
}

.gdpr-mergeRow {
    margin: 10px 10px;
    color: #4a4a4a;
    font-family: Helvetica;
}

.content-permiso {
    margin: 0 -20px 0 -20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    display: block !important;
}

#gdpr-label {
    margin-top: 0;
}

#gdpr-description {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 11px;
}
.content-permiso p {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.5;
}

#templateBody p {
    padding: 0 0 10px 0;
}

#gdpr-legal {
    padding-top: 20px;
    margin: 0;
}

.footer-permiso {
    margin: 0 -20px 0 -20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    color: #6d6d6d;
}

.footer-permiso a {
    color: #206578;
}

a:link, a:active, a:visited, a {
    color: #336699;
}

.footer-permiso img {
    width: 65px;
    float: left;
    margin-right: 15px;
}

.footer-permiso p {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 0;
}

.clear {
    clear: both;
}

input.formEmailButton {
    border: none !important;
}

.formEmailButton:link, .formEmailButton:active, .formEmailButton:visited, .formEmailButton, .formEmailButton span {
    background-color: #fed100 !important;
    color: #002997 !important;
}

#templateBody .formEmailButton {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    font-family: 'Helvetica', Arial, sans-serif;
    width: auto;
    white-space: nowrap;
    height: 42px;
    margin: 12px 5px 12px 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    vertical-align: top;
}

.bodyContent {
    line-height: 150%;
    font-family: Helvetica;
    font-size: 14px;
    color: #ffffff;
    padding: 20px;
}

@media (max-width: 620px) {
    #templateContainer, #templateBody, #templateContainer table {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 620px) {
    .wrapper, .poweredWrapper {
        width: auto !important;
        max-width: 600px !important;
        padding: 0 10px;
    }
}

@media (max-width: 620px) {
    #templateContainer, #templateBody, #templateContainer table {
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
