body .main_container {
    background-position: center 378px;
}

.main_container .main_content.wide {
    padding: 0em;
}

.main_content .principal_container {
    padding: 34px 28px 48px;
}

.principal_container .title {
    display: block;
    float: left;
    color: #3c67a5;
    font-family: 'Font1';
    font-size: 162.5%; /*26px*/
    line-height: 38px;
    width: 100%;
}


.principal_container .text {
    display: block;
    float: left;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 28px;
    width: 100%;
}

.text sup,
.field_container sup {
    color: #4EC1E0;
    font-family: inherit;
    font-size: inherit;
    vertical-align: text-top;
}

.principal_container .row {
    display: block;
    float: left;
    margin-top: 22px;
    width: 100%;
}

.row .field_container {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 20px;
    width: 29.8462%;
}
.row .field_container.wide {
    width: 64.4615%;
}
.row .field_container + .field_container {
    margin-left: 4.7693%;
}

.field_container input {
    display: block;
    float: left;
    border: 1px solid #D6D6C5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #706F6F;
    font-family: inherit;
    font-size: inherit; /*14px*/
    line-height: 20px;
    padding: 6px 12px;
    width: 100%;
    height: 34px;
    -webkit-transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    -moz-transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.field_container.error input {
    border-color: #C42B20;
    border-width: 2px;
    background-color: #FCF4F4;
    color: #C42B20;
    padding: 5px 11px;
}

.field_container .error_message {
    display: block;
    float: left;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 20px;
    padding-left: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field_container .detail {
    color: #706F6F;
    font-family: inherit;
    font-size: 85.7143%; /*12px*/
}

.row .check_container {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 20px;
}

.check_container input {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
}

.row .legal_link {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 20px;
}
@media( min-width: 960px ){
    .row .legal_link:hover {
        text-decoration: none;
    }
}

.principal_container .back_button {
    margin-top: 16px;
}

.principal_container .next_button {
    margin-top: 16px;
    width: 232px;
}

.tooltip_container {
    display: inline-block;
    margin-top: -4px;
    margin-left: 5px;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -23px -70px;
    width: 19px;
    height: 19px;
}

.tooltip_container .tooltip {
    display: none;
    position: absolute;
    margin-top: -18px;
    margin-left: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #EDF7F9;
    color: #706f6f;
    font-family: "Font2";
    font-size: 12px;
    line-height: 15px;
    padding: 11px 0px 11px 11px;
    width: 250px;
    z-index: 1;
}
@media( min-width: 960px ){
    .tooltip_container .tooltip {
        font-size: 75%; /*12px*/
    }
}
.tooltip_container:hover .tooltip {
    display: block;
}

.tooltip_container .tooltip::before {
    display: block;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #edf7f9;
    border-top: 6px solid transparent;
    height: 0em;
    content: "";
    margin-left: -20px;
    position: absolute;
    margin-top: 10px;
    width: 0em;
}
