.banner {
    background-color: #ab0534;
}

button.avf-button {
    background-color: #abafb3;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin: 30px auto 0px;
    width: auto;
    padding: 5px 15px;
    display: flex;
    margin: 0 auto;
    border: none;
}

.text-content.container{
    padding: 0px;
}

.feature-abstract, .feature, .form-abstract {
    margin-top: 25px;
    margin-bottom: 25px;
}

.illustrate-picture {
    /*background-image: url(../images/fp/ilustrate-picture.png) ;*/
}

.text-content h1 {
    color: white;
    font-weight: normal;
    font-size: 50px;
    /*font-family: 'LegacySansItcSCTOT-Book';*/
    font-family: 'LegacySansItcTOT-Medium';
}

.fp-feature-what-is {
    /*background-image: url(../images/fp/what-is-fp-picture.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/

}

.fp-feature-service {
    /*background-image: url(../images/fp/service-fp-picture.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/
}

.form > .form-subtitle {
    color: white;
    font-weight: normal;
    font-size: 35px;
    font-family: 'LegacySansItcTOT-Bold';
}

.form > .form-title {
    color: white;
    font-weight: normal;
    font-size: 35px;
    font-family: 'LegacySansItcTOT-Medium';
    /*font-family: 'LegacySansItcSCTOT-Book';*/

}

.text-content span.bold {
    font-family: 'LegacySansItcTOT-Bold';
}

.fp-feature {
    /*color: white;*/
    /*!*padding: 0px 20px;*!*/
    /*background-color: white;*/
    /*height: 800px;*/
    border: 1px solid #ECECED; 
}

.fp-feature-header {
    padding: 20px 20px;
}

.fp-feature-text h6 {
    color: #333333;
    font-weight: bold;
    font-family: 'LegacySansItcTOT-Bold';
    font-size: 18px;
}

.fp-feature-ul {
    -webkit-padding-start: 20px;
    /*list-style: square;*/
}

.fp-feature-ul li {
    color: #ab0531;
    /*line-height: 2.5em;*/
    font-size: 24px;
}

.fp-feature-ul li span {
    color: #333;
    /*line-height: 2em;*/
    font-size: 16px;
}

.fp-feature-ul li:before{
    /*font-size: 16px;*/
    color: #ab0531;
    margin-right: 5px;
}

.fp-feature-create-ul {
    -webkit-padding-start: 20px;
    /*list-style: square;*/
}

.fp-feature-create-ul li {
    font-size: 24px;
    color: #ab0531;
}

.fp-feature-create-ul li:after{
    /*content: "■";*/
    color: #ab0531;
    margin-right: 5px;

}

.fp-feature-create-ul li p {
    color: #333;
    line-height: 1em;
    font-size: 16px;
}

.li-text {
    margin: 0px;
}

.fp-feature-header img {
    /*width: 50px;*/
    padding: 10px;
    position: absolute;
    left: 40px;
    top: 25px;
}

.fp-feature-header h3 {
    color: #333333;
    font-weight: bold;
    font-family: 'LegacySansItcTOT-Bold';
    font-size: 24px;
    margin-top: 15px;
    margin-left: 50px;
}

.fp-feature-padding {
    padding: 0px 25px;
    background-color: white;
    /*min-height: 750px;*/
}

.fp-feature-header-logo {
    width: 50px;
}

.fp-feature-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fo-contact-form-block {
    /*padding: 25px 0px;*/
    display: grid;

}

.fp-feature-text p {
    font-size: 15px;
    /*line-height: 2em;*/
    font-family: 'LegacySansItcTOT-Book';
}

.margin-30 {
    margin-bottom: 30px;
}

.form-center {
    display: grid;
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
}

input {
    /*background-color: grey;*/
    color: #921337;
    border-width: 0px;
    padding: 5px 5px;
    font-size: 20px;
    /* text-align: center; */
    margin: 0px 30px;
}

::-webkit-input-placeholder {
    /*font-size: 14px;*/
    color: white;
    /*text-transform: uppercase;*/
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-weight: bold;*/
}

:-moz-placeholder { /* older Firefox*/
    /*font-size:14px;*/
    color: white;
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-weight: bold;*/
}

::-moz-placeholder { /* Firefox 19+ */
    /*font-size: 14px;*/
    color: white;
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-weight: bold;*/
}

:-ms-input-placeholder {
    /*font-size: 14px;*/
    color: white;
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-weight: bold;*/
}

.btn-fo-margin {
     margin: 20px 0px;
}

.btn-fo {
    background-color: #ABAFB3;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'LegacySansItcTOT-Bold';
   
}

.btn-fo:hover {
    background-color: #828282;
    color: white;
    font-size: 16px;
}

input[type=checkbox] {
    opacity: 1;
    margin-left: -30px;
    background-color: #fff;
}

.checkbox-text-color {
    color: white;
    font-size: 13px;
}

.checkbox-text-color p  {
    margin: 0;
}

.form-button {
    background-color: transparent;
    padding: 0px;
    margin-top: 40px;
}

.new-contact-btn {
    margin-top:50px;
}

/* CSS used here will be applied after bootstrap.css */	/* custom checkboxes */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{
    margin-bottom:0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > .valid [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked,
.custom-checkbox > .valid [type="checkbox"]:checked{
    position: absolute;
    left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > .valid [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label,
.custom-checkbox > .valid [type="checkbox"]:checked + label{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > .valid [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before,
.custom-checkbox > .valid [type="checkbox"]:checked + label:before{
    content: '';
    position: absolute;
    left:0;
    /*top: 50%;*/
    margin-top:0px;
    width: 17px;
    height: 17px;
    /*border: 1px solid #ddd;*/
    background: #fff;
    border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    /*top: 100%;*/
    bottom: 100%;
    margin-bottom:-14px;
    left: 2px;
    color: #ab0531;
    /*color: white;*/
    xtransition: all .2s;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}
.custom-checkbox > label:hover:before {
    /*border: 1px solid #88D2FF !important;*/
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    /*border: 1px solid #E4E4E4 !important;*/
}

.space {
    border-top: 4px solid #fff;
    width: 80px;
}

.text-center-thank {
    height: 200px;
    border: 1px solid #fff;
    position: relative;
}

.text-center-thank p {
    margin: 0;
    position: absolute;
    font-size: 22px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: 'LegacySansItcTOT-Book';
}

#a{
    display: none;
    padding-bottom: 45px;
}

label.error , .form-check-label>label.error{
    text-align: center;
}

/***************************************
****    New Financial plan style *******
 */
/**
* new financial plane
 */

.fp-layout {

}

.fp-layout-form {
    background-color: #921337;
}

.congratulate {
    background-color: white;
    padding: 25px 0px;
}

.congratulate .text-block {
    padding: 50px 0px;
}

.congratulate .congratulate-title {
    color: black;
    font-size: 32px;
    font-family: 'LegacySansItcTOT-Bold';
    text-transform: none
}

.congratulate .congratulate-subtitle {
    /* font-size: 20px;
    font-family: 'LegacySansItcTOT-Book'; */
    font-size: 32px;
    font-family: 'LegacySansItcTOT-Bold';
}

.contact-form {
    background-color: #921337;
}

.form-title-block{
    padding: 60px 0px 50px 0px;
}

.form-title-block .form-title {
    font-size: 32px;
    font-family: 'LegacySansItcTOT-Book';
    text-transform: none;
    color: white;
}

.form-center > label {
    padding-left: 30px;
}

/**
* etapa 2
 */

/**
* part office
 */

.fp-layout-office {
    background-image: url(../../../../themes/partnersgroup/assets/images/fp/new/financny-plan-kancelaria.png);
    background-repeat: no-repeat;
    background-position: right;
}

.fp-layout-office .text-block {
    padding: 70px 0px 30px 0px;
}

.fp-layout-office .life-plan-begin-title {
    color: black;
    font-size: 40px;
    font-family: 'LegacySansItcTOT-Bold';
    text-transform: none;
    text-align: left;
}

.fp-layout-office p {
    font-family: 'LegacySansItcTOT-Book';
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
}

.fp-layout-office .text-strong {
    font-family: 'LegacySansItcTOT-Bold'
}

/**
* part Life Planner video
 */

.fp-layout-life-video {
    margin: 50px;
}

.fp-layout-life-video .text-block-frame .panel {
    background-color: #921337;
}

.fp-layout-life-video .panel .video-text {
    padding: 50px;
    color: white;
    font-family: 'LegacySansItcTOT-Book';
    font-size: 28px;

}

.fp-layout-life-video .equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fp-layout-life-video div[class*='col-'] {
    flex:1 1 auto;
    display: flex;
}

.fp-layout-life-video .panel .video-text {
    flex:1 0 100%;
    background-color: #921337;

}
.panel {
    border-radius: 0px;
    border: none;
}

.life-planner-btn {
    padding-left: 50px
}


/**
* Create plan
 */

.fp-layout-create-plan {
    background-color: #921337;
    padding: 50px 0px;
}
.fp-layout-create-plan h1 {
    font-family: 'LegacySansItcTOT-Bold';
    font-size: 50px;
}

.fp-layout-create-plan .span-arrow-down {
    color: white;
    font-size: 40px;
}

/**
* Financial plan info ( 3 items )
 */

.fp-layout-financial-plan-info {
    padding: 50px 0px;
    color: black;
}

.fp-layout-financial-plan-info h1 {
    font-family: 'LegacySansItcTOT-Bold';
    font-size: 50px;
    color: black;
}

.fp-layout-financial-plan-info .fp-box-title-image {
    background-color: #921337;
    width: 60px;
    height: 60px;
}

.fp-layout-financial-plan-info .fp-image-icon {
    background-color: #921337;
    width: 60px;
    height: 60px;
    position: absolute;
}

.fp-layout-financial-plan-info .financial-box {
    border: 1px solid #ECECED;
}

.fp-layout-financial-plan-info .financial-box img {
    padding: 10px;
    position: absolute;
}

.fp-layout-financial-plan-info .financial-box h3 {
    margin-left: 70px;
    font-family: 'LegacySansItcTOT-Bold';
}

.fp-layout-financial-plan-info .box-margin {
    margin-top: 15px;
}

.fp-layout-financial-plan-info .financial-box .fp-box-content {
    margin-left: 70px;
    padding-right: 15px;
}

.fp-layout-financial-plan-info .financial-box .fp-box-content p {
    font-family: 'LegacySansItcTOT-Book';
    font-size: 15px
}

.fp-layout-financial-plan-info .financial-box .fp-box-content h4 {
    font-family: 'LegacySansItcTOT-Bold';
    font-size: 16px;
    color: #333;
}

.fp-layout-financial-plan-info .fp-custom-ul-list {
    -webkit-padding-start: 20px;
}

.fp-layout-financial-plan-info .fp-custom-ul-list li {
    font-size: 24px;
    color: #ab0531;
    line-height: 24px;
}

.fp-layout-financial-plan-info .fp-custom-ul-list li:after{
    color: #ab0531;
    margin-right: 5px;
}

.fp-layout-financial-plan-info .fp-custom-ul-list li span {
    color: #333;
    /* line-height: 1em; */
    font-size: 16px;
}

.financial-plan-wrap {
    position: relative;
}

.wrap-image {
    position: absolute;
    bottom: 0px;
}

.financial-plan-wrap .person-left-align {
    left: 100px;
}

.financial-plan-wrap .person-right-align {
    right: 100px;
}

.banner .fixed-button-fo a > div {
    background-color: #abafb3;
    color: #fff;
    width: 150px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    display: inline;
    text-decoration: none;
    font-family: 'LegacySansItcTOT-Bold';
    padding: 14px 25px;
    bottom: 50px;
}




/********************************************
***** Responsive style
 */

@media (max-width: 1440px) {
    .financial-plan-wrap .person-right-align {
        right: 70px;
    }

    .financial-plan-wrap .person-left-align {
        left: 80px;
    }

    .fp-layout-office p {
        padding-right: 160px;
    }
    .fp-layout-office .life-plan-begin-title {
        font-size: 35px;
    }
}

@media (max-width: 1366px) {
    .fp-layout-office p {
        padding-right: 160px;
    }
    .fp-layout-office .life-plan-begin-title {
        font-size: 30px;
    }

    .financial-plan-wrap .person-right-align {
        right: 50px;
    }

    .financial-plan-wrap .person-left-align {
        left: 70px;
    }
}

@media (max-width: 1280px) {
    .fp-layout-office p {
        padding-right: 250px;
    }
    .fp-layout-office .life-plan-begin-title {
        font-size: 30px;
    }

    .financial-plan-wrap .person-right-align {
        right: 35px;
    }

    .financial-plan-wrap .person-left-align {
        left: 45px;
    }
}

@media (max-width: 1024px) {
    .fp-layout-office {
        background-position: right -110px top;
    }
    .fp-layout-life-video .panel .video-text {
        font-size: 21px;
    }
    .fp-layout-office p {
        padding-right: 250px;
        font-size: 16px;
    }
    .fp-layout-office .life-plan-begin-title {
        font-size: 30px;
    }

    .financial-plan-wrap .person-right-align {
        right: 0px;
        overflow: hidden;
        
    }
    .financial-plan-wrap .person-right-align img {
        width: 90%;
    }

    .financial-plan-wrap .person-left-align {
        left: 0px;
    }
    .financial-plan-wrap .person-left-align img {
        width: 90%;
    }
    .fp-layout-create-plan h1 {
        font-size: 35px;
    }
    .fp-layout-financial-plan-info .financial-box .fp-box-content p {
        font-size: 14px;
    }
    .fp-layout-financial-plan-info .fp-custom-ul-list li span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {

    .text-content h1 {
        font-size: 35px;
    }
    .fp-feature-header h3 {
        font-size: 16px;
    }

    .fp-feature-padding{

        min-height: 750px;
    }

    .fp-feature-create-ul li p,
    .fp-feature-ul li span{
        font-size: 14px;
    }

    .fp-feature-text p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .fp-layout-office {
        background-position: right -110px top;
    }
    .text-content h1 {
        font-size: 35px;
    }
    .fp-feature-header h3 {
        font-size: 16px;
    }

    .fp-feature-padding{

        min-height: 750px;
    }

    .fp-feature-create-ul li p,
    .fp-feature-ul li span{
        font-size: 14px;
    }

    .fp-feature-text p {
        font-size: 14px;
    }
    .financial-plan-wrap .person-left-align img {
        width: 90%;
    }
    .financial-plan-wrap .person-right-align img {
        width: 90%;
    }

    .financial-plan-wrap .person-right-align {
        right: 0px;
        overflow: hidden;
    }
    .financial-plan-wrap .person-left-align {
        left: 0px;
    }
}

@media (max-width: 768px) {
    .fp-layout-office {
        background-position: right -135px top;
        background-size: 175%;
    }

    .fp-layout-office .life-plan-begin-title {
        font-size: 25px;
    }
    .fp-layout-office p {
        padding-right: 140px;
        font-size: 14px;
    }
    .fp-layout-create-plan {
        padding: 25px 0px;
    }
    .fp-layout-create-plan h1 {
        font-size: 25px;
    }
    
    .fp-layout-life-video {
        margin: 50px 0px;
    }
    
    .fp-layout-life-video .panel .video-text {
        padding: 25px;
    }
    .fp-layout-life-video .panel .video-text {
        font-size: 16px;
    }
    .life-planner-btn {
        padding-left: 25px;
    }
    .fp-feature{
        padding: 20px;
    }

    .fp-layout-financial-plan-info .financial-box h3 {
        font-size: 16px;
    }

    .fp-layout-financial-plan-info .financial-box .fp-box-content h4 {
        font-size: 14px;
    }
    .fp-feature-create-ul li p,
    .fp-feature-ul li span{
        font-size: 14px;
    }

    .fp-feature-text p {
        font-size: 14px;
    }
    li:not(:last-child) {
        margin-bottom: 5px;
    }
    .banner .fixed-button-finances a > div {
        bottom: 130px;
        margin-bottom: 10px;
        display: block;

    }
    .fp-layout-financial-plan-info .fp-custom-ul-list li {
        line-height: 1em;
    }
    .fp-feature-header img {
        left: 40px;
        top: 40px;
    }

    .fp-feature-header h3 {
        margin-top: 10px;
    }
    .form-title-block .form-title {
        font-size: 25px;
    }
    .btn-fo-plane {
        padding-left: 0px  
    }
    
    .btn-fo-margin {
     padding: 10px;   
    }
    
}

@media (max-width: 480px) {
    .banner .fixed-button-finances a > div {
        display: flex;
        margin: auto;
        bottom: 150px;
        margin-bottom: 10px;
    }

    .fp-layout-office .text-block {
        padding: 0px 0px 30px 0px;
    }

    .fp-layout-office .life-plan-begin-title {
        font-size: 18px;
    }
    .fp-layout-office p {
        padding-right: 100px;
        font-size: 12px;
        padding-top: 10px;
    }

    .life-planner-btn {
        padding-left: 25px;
        padding-bottom: 25px;
    }

    .btn-fo {
        padding: 15px 10px;
    }
    .fp-feature-what-is {
        background-image: none;
    }

    .mobile-padding {
        padding: 15px;
    }
    .fp-feature-service {
        background-image: none;
    }

    .fp-feature-create-ul li p,
    .fp-feature-ul li span{
        font-size: 16px;
    }

    .fp-feature-text p {
        font-size: 16px;
    }
    .fp-feature-header h3 {
        font-size: 18px;
    }

    .fp-layout-life-video div[class*='col-'] {
        /* flex: 1 1 auto; */
        /* display: flex; */
    }
    .fp-layout-life-video div[class*='col-'] {
         flex:0; 
         display: block; 
    }
}
@media (max-width: 425px) {

    .banner .fixed-button-finances a > div {
        display: flex;
        margin: auto;
        bottom: 150px;
        margin-bottom: 10px;
    }
    .fp-feature-what-is {
        background-image: none;
    }

    .fp-feature-service {
        background-image: none;
    }

    .fp-feature-padding{

        min-height: auto;
        padding-bottom: 25px;
    }

    .fp-feature{
        padding: 20px;
    }

    .fp-feature-header h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-left: 50px;
    }

    .fp-feature-header img {

        left: 40px;
        top: 40px;
    }

    .form > .form-subtitle {
        font-size: 30px;
    }

    .form > .form-title {
        font-size: 30px;
    }

    .text-content h1 {

        font-size: 30px;

    }
}

@media (max-width: 375px) {
    .banner .fixed-button-finances a > div {
        display: flex;
        /* margin: auto; */
        bottom: 150px;
        margin-bottom: 10px;
        /* margin: auto; */
        margin-left: 20px;
    }
}
@media (max-width: 320px) {

    .banner .fixed-button-finances a > div {
        display: flex;
        margin: auto;
        bottom: 150px;
        margin-bottom: 10px;
    }
    .fp-feature-what-is {
        background-image: none;
    }

    .fp-feature-service {
        background-image: none;
    }

    .fp-feature-padding{

        min-height: auto;
        padding-bottom: 25px;
    }

    .fp-feature-create-ul li p,
    .fp-feature-ul li span{
        font-size: 14px;
    }

    .fp-feature{
        padding: 20px;
    }

    .fp-feature-header h3 {
        font-size: 15px;
        margin-top: 10px;
        margin-left: 35px;
    }
    .fp-feature-text h6 {
        font-size: 16px;
    }

    .fp-feature-text p {
        font-size: 14px;
    }
    .fp-feature-header img {

        left: 40px;
        top: 40px;
    }

    .form > .form-subtitle {
        font-size: 30px;
    }

    .form > .form-title {
        font-size: 30px;
    }

    .text-content h1 {

        font-size: 30px;

    }
}
