﻿/****** FONTS MULI *****/

@font-face {
    font-family: 'Muli-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Muli-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-Light';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Muli-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-ExtraLight';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Muli-ExtraLight.ttf') format('truetype');
}


@font-face {
    font-family: 'Muli-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Muli-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-ExtraBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Muli-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-Black';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Muli-Black.ttf') format('truetype');
}


/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/Muli-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

/*Comum*/
.no-padding {
    padding: 0;
}

.bg-blue {
    background: linear-gradient(300deg, #001c55, #077dc2);
}

.bg-cinza {
    background: #f5f5f5;
}

.img-ajuste {
    min-height: 678px;
}

.img-background {
    background-image: url(../img/img@2x.jpg);
    height: 768px;
    position: relative;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}


.img-ajuste-central-atendimento {
    height: 73vh;
}

.mtop-10 {
    margin-top: 10px;
}

.mtop-20 {
    margin-top: 20px;
}

.mtop-mbottom-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtop-mbotom-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtop-50 {
    margin-top: 50px;
}

.mbottom-50 {
    margin-bottom: 50px;
}

.mtop-50-btn {
    margin-top: 50px;
}

.mtop-mbottom-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mbottom-100 {
    margin-bottom: 100px;
}

.mbottom-100-perguntas-frequentes {
    margin-bottom: 75px;
}

.mtop-mbottom-80-30 {
    margin-top: 80px;
    margin-bottom: 30px;
}

.font-blue a {
    color: #007db9;
    font-family: 'Muli-Bold';
    font-size: 16px;
    text-decoration: none;
}

.font-cinza {
    color: #666666;
    font-family: 'Muli-Regular';
    font-size: 16px;
}


/* TOOTIP *************************************/


.tooltip > .tooltip-inner {
    background-color: #000000;
    padding: 15px;
}


/* btn Cadastre Agora Mesmo*/
.btn-big {
    font-family: "Muli-ExtraBold";
    width: 100%;
    height: 80px;
    color: #ffffff;
    font-size: 28px;
    white-space: nowrap;
    display: inline-block;
    border: none;
    padding: 10px;
    border-radius: 50px;
    /*transition: 0.5s;*/
    background: linear-gradient(to right, #fcaf17, #0088ca);
}

    .btn-big:hover {
        background: linear-gradient(to right, #fcaf17, #0088ca);
        outline: none;
        color: #fff;
        text-decoration: none;
    }

    .btn-big:active, .btn-big:focus, btn-big:active:focus {
        background: linear-gradient(to right, #fcaf17, #0088ca);
        outline: none !important;
        color: #fff;
        text-decoration: none;
    }

/* btn Cadastre Continuar abertura conta*/
.btn-top-continuar-abertura {
    font-family: "Muli-ExtraBold";
    width: 100%;
    height: 80px;
    color: #ffffff;
    font-size: 28px;
    white-space: nowrap;
    display: inline-block;
    border: 0.5px white solid;
    padding: 0px 30px 0px 30px;
    border-radius: 50px;
    /* transition: 0.5s; */
    background: transparent;
    margin-top: 20px;
}

    .btn-top-continuar-abertura:hover {
        background: linear-gradient(to right, #fcaf17, #0088ca);
        outline: none;
        color: #fff;
        text-decoration: none;
    }

    .btn-top-continuar-abertura:active, .btn-top-continuar-abertura:focus, btn-top-continuar-abertura:active:focus {
        background: linear-gradient(to right, #fcaf17, #0088ca);
        outline: none !important;
        color: #fff;
        text-decoration: none;
    }

/************************* TopBarPj CSS *************************/
header#main-top-bar-digital {
    background-color: #052c5a;
    height: 80px;
    position: fixed;
    box-shadow: 0px 10px 30px 0 rgba(0, 30, 72, 0.3);
    background-image: linear-gradient(to right, #001c55, #077dc2);
    width: 100%;
    z-index: 10;
}

    header#main-top-bar-digital .daycoval-logo {
        padding: 4px 0 0;
    }

    header#main-top-bar-digital h1.daycoval-logo {
        padding: 0 0 0 20px;
        margin-top: 20px;
        float: left;
        margin-right: 60px;
    }

    header#main-top-bar-digital h2 {
        font-family: 'Muli-ExtraLight';
        font-size: 30px;
        color: #ffffff;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: right;
        margin-top: 23px;
        margin-right: 25px;
    }



/*************************** Page Start ****************************/


/*.item1 {
    width: auto;
    margin-bottom: 30px;
}*/

.page-start .alinhamento {
    /*height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 170px;*/
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
}
.page-start .alinhamentoInicial {
    /*height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 170px;*/
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
}

/**************** FOOTER *******************/


.login #footer-bottom {
    background-color: #001e48;
    border-top: none;
}

.footer {
    bottom: 0;
    left: 0;
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
}

footer h2 {
    margin-top: 5px;
}

#footer .pad {
    padding: 0;
}

#footer-bottom .pad {
    padding: 10px 0; /*padding: 15px 0;*/
}

#footer-bottom #footer-logo {
    display: block;
    margin-bottom: 20px;
    max-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#linksFooter {
    list-style: none;
    float: right;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 13px !important;
}

    #linksFooter li:first-child {
        border-left: 1px solid #001e48 !important;
    }

.login #linksFooter li {
    display: inline;
    padding: 0 10px;
    border-left: solid 1px #304A6D;
    border-left: solid 1px #304A6D;
}

    .login #linksFooter li a {
        color: #ffffff;
        color: rgba(255,255,255,0.85);
    }

#direitos {
    list-style: none;
    float: right;
    margin-bottom: 0;
    margin-top: 3px;
}

    #direitos li {
        font-family: 'Muli-Regular';
        font-size: 13px;
        display: inline;
        padding: 5px 10px 0 0;
        color: rgba(255, 255, 255, 0.5);
    }


/******* *Container-Fluid ********/
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}


/******************************/
/******* formulario ***********/
/******************************/


/************** Custom checkbox ************/


#formulario .bg-right {
    height: 100%;
    background: #fff;
}



#formulario .abra-sua-conta input[type=checkbox] + input[type=hidden] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

#formulario .abra-sua-conta input[type=checkbox] {
    display: none;
}

    #formulario .abra-sua-conta input[type=checkbox] + input[type=hidden] + label:before {
        content: "\2714";
        border: 0.1em solid #ccc;
        border-radius: 0;
        display: inline-block;
        width: 1.6em;
        height: 1.6em;
        padding-left: 4px;
        padding-bottom: 0.3em;
        margin-right: 0.2em;
        color: transparent;
        transition: .2s;
        margin-right: 10px;
        float: left;
    }

    #formulario .abra-sua-conta input[type=checkbox] + input[type=hidden] + label:active:before {
        transform: scale(0);
    }

    #formulario .abra-sua-conta input[type=checkbox]:checked + input[type=hidden] + label:before {
        background-color: #0088ca;
        border-color: #0088ca;
        color: #fff;
    }

    #formulario .abra-sua-conta input[type=checkbox]:disabled + input[type=hidden] + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    #formulario .abra-sua-conta input[type=checkbox]:checked:disabled + input[type=hidden] + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }


#formulario .abra-sua-conta {
    padding: 20px 50px;
}

    #formulario .abra-sua-conta label {
        font-family: 'Muli-Regular';
        font-size: 14px;
        line-height: 1.7;
        color: #666666;
    }

#formulario h1 {
    font-family: 'Muli-ExtraBold';
    font-size: 36px;
    color: #0088ca;
    margin: 0;
    padding: 10px;
}

#formulario i {
    position: absolute;
    bottom: 0;
    right: 5px;
    margin-bottom: 10px;
}



.formulario-abra-conta {
    padding: 25px;
}

    .formulario-abra-conta .form-group label {
        font-family: 'Muli-Bold';
        color: #666;
        font-size: 14px;
        margin-bottom: 0;
        font-style: normal;
    }

    .formulario-abra-conta .ml-15 {
        margin-left: 15px
    }

    .formulario-abra-conta input {
        border-bottom: 1px solid #ccc;
        border-top: none;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .formulario-abra-conta .form-control {
        border-bottom: 1px solid #ccc;
        border-top: none;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
    }

    .formulario-abra-conta .input-validation-error {
        border-bottom-color: red;
        color: red;
    }


.form-group-sm .form-control {
    font-size: 15px;
    font-family: 'Muli-Regular';
    color: #000;
}

.reformulacao .form-control {
    background-color: transparent;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


#formulario .form-group {
    margin-bottom: 25px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop-50 {
    margin-top: 50px;
}

.mtop-30 {
    margin-top: 30px;
}

.mtop-75 {
    margin-top: 75px;
}

.mtop-20 {
    margin-top: 20px;
}

.mtop-45 {
    margin-top: 45px;
}

/* btn Cadastre Agora Mesmo*/


.btn-enviar {
    font-family: "Muli-ExtraBold";
    width: 100%;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    white-space: nowrap;
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 30px;
    /*transition: 0.5s;*/
    background: linear-gradient(to right, #fcaf17, #0088ca);
}


    .btn-enviar:active {
        outline: none;
        background: linear-gradient(to right, #fcaf17, #0088ca);
    }

    .btn-enviar:hover {
        background: linear-gradient(to right, #fcaf17, #0088ca);
        outline: none;
        color: #fff;
        text-decoration: none;
    }

    .btn:active:focus, .btn:focus, .btn-enviar:focus {
        color: #ffffff;
        outline: none;
        text-decoration: none;
        outline: none;
    }


.page-start .item1 {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-left: 63px;
}


    .page-start .item1 h1 {
        width: auto;
        font-size: 64px !important;
        color: #fff !important;
        font-family: 'Muli-ExtraLight' !important;
    }

    .page-start .item1 h4 {
        width: auto;
        font-size: 30px;
        color: #fff;
        font-family: 'Muli-ExtraBold';
        margin-top: 50px;
    }

    .page-start .item1 button {
        margin-top: 50px;
    }






/******************************/
/****** todos servicos ********/
/******************************/

#todos-servicos .container-icones {
    width: 100%;
    display: inline-flex;
}

    #todos-servicos .container-icones .itens {
        width: 100%;
        text-align: center;
    }


        #todos-servicos .container-icones .itens p {
            margin-top: 24px;
            font-family: 'Muli-Regular';
            font-size: 17px;
            color: #ffffff;
            text-align: center;
        }


        #todos-servicos .container-icones .itens span {
            margin-top: 19px;
            font-family: 'Muli-ExtraBold';
            font-size: 18px;
            color: #ffffff;
        }

        #todos-servicos .container-icones .itens img {
            text-align: center;
        }


#todos-servicos h1 {
    font-family: 'Muli-ExtraBold';
    font-size: 36px;
    color: #ffffff;
    margin: 0 15px;
}

#todos-servicos span {
    font-family: 'Muli-Light';
    font-size: 36px;
    color: #ffffff;
}

#todos-servicos .circle {
    display: flex !important;
    justify-content: space-around !important;
}

    #todos-servicos .circle .itens {
        font-family: 'Muli-Regular';
        font-size: 19px;
        color: #ffffff;
        text-align: center;
        width: 100%;
    }

        #todos-servicos .circle .itens p {
            margin-top: 24px;
            font-family: 'Muli-Regular';
            font-size: 17px;
            color: #ffffff;
            text-align: center;
        }

        #todos-servicos .circle .itens span {
            margin-top: 19px;
            font-family: 'Muli-ExtraBold';
            font-size: 19px;
            color: #ffffff;
        }

        #todos-servicos .circle .itens img {
            display: inline-block;
        }


/* btn Veja todos os servicos */

#todos-servicos .btn-veja-servicos {
    font-family: "Muli-ExtraBold";
    width: 100%;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    white-space: nowrap;
    display: inline-block;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 30px;
    /*transition: 0.5s;*/
    background: transparent;
}

    #todos-servicos .btn-veja-servicos:hover {
        background: transparent;
        outline: none;
        color: #fff;
        text-decoration: none;
    }


/******************************/
/****** Taxa 0 Atendimento ****/
/******************************/

#taxa-atendimento {
    position: relative;
    text-align: center;
}

    #taxa-atendimento .item {
        padding-left: 0;
        max-height: 768px;
        text-align: left;
        width: 435px;
    }

    #taxa-atendimento h1 {
        font-family: 'Muli-Light';
        font-size: 36px;
        color: #0088ca;
        margin-top: 44px;
        line-height: 1.3;
    }

    #taxa-atendimento span {
        font-family: 'Muli-ExtraBold';
        font-size: 36px;
        color: #0088ca;
        line-height: 1.3;
    }

    #taxa-atendimento p {
        font-family: 'Muli-Regular';
        font-size: 19px;
        color: #666666;
        text-align: left;
        line-height: 1.4;
    }

    #taxa-atendimento .btn-ver-tarifa {
        font-family: "Muli-ExtraBold";
        width: 100%;
        height: 60px;
        color: #0089CB;
        font-size: 20px;
        white-space: nowrap;
        display: inline-block;
        padding: 10px;
        border: 2px solid #0089CB;
        border-radius: 30px;
        /*transition: 0.5s;*/
        background: transparent;
    }

        #taxa-atendimento .btn-ver-tarifa:hover {
            background: transparent;
            outline: none;
            color: #0089CB;
            text-decoration: none;
        }

    #taxa-atendimento .icon-taxa {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        /*margin-top: -127px;
        margin-left: -125px;*/
        transform: translate(-50%, -50%);
    }


/******************************/
/**** Perguntas Frequentes *****/
/******************************/


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-top: 1px solid #d7d7d7;
}

.panel-group .panel + .panel-last {
    border-bottom: 1px solid #d7d7d7;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

#perguntas-frequentes .titulo {
    font-family: "Muli-ExtraBold";
    width: 100%;
    color: #0088ca;
    text-align: center;
    font-size: 36px;
}

#perguntas-frequentes .panel-group .title {
    cursor: pointer;
}

#perguntas-frequentes .panel-body {
    font-family: "Muli-Regular";
    color: #666666;
    font-size: 14px;
    padding-bottom: 30px;
    padding-right: 30px;
    background: #f5f5f5;
    border: none;
}

    #perguntas-frequentes .panel-body ul {
        margin-left: 20px;
        margin-top: 20px;
    }

        #perguntas-frequentes .panel-body ul > li {
            margin: 10px;
            list-style-type: disc;
        }


#perguntas-frequentes .panel-heading .title:before {
    font-family: FontAwesome;
    content: "\f0de"; /* \f0de */
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
    text-align: center;
    width: 22px;
    height: 23px;
    color: #fff;
    float: right;
    border-radius: 50%;
    background-image: linear-gradient(to right, #1b438b, #0088ca);
}

#perguntas-frequentes .panel-heading .title.collapsed:before {
    font-size: 15px;
    font-family: FontAwesome;
    padding-top: 0;
    float: right;
    line-height: 18px;
    text-align: center;
    width: 22px;
    height: 23px;
    content: "\f0dd"; /* \f0dd */
}

#perguntas-frequentes .panel-heading .title span {
    font-size: 16px;
    font-family: "Muli-Bold";
    color: #666;
}

#perguntas-frequentes .panel-heading .title a {
    font-size: 15px;
    font-family: "Muli-Bold";
    color: #666666;
}

#perguntas-frequentes .panel-heading .title .collapse .in a:active {
    font-size: 15px;
    font-family: "Muli-Bold";
    color: #ff0000 !important;
    text-decoration: dotted;
}


/******************************/
/**** Central Atendimento *****/
/******************************/

#central-atendimento .contato {
    padding: 110px 50px 0 50px;
}

    #central-atendimento .contato h1 {
        font-family: 'Muli-ExtraBold';
        font-size: 36px;
        color: #0088ca;
        margin-bottom: 40px;
    }

#central-atendimento .alinhamento {
    padding: 15px 50px 30px 50px;
}

    #central-atendimento .alinhamento .itens {
        padding: 39px 0;
        border-bottom: 1px solid #D5D5D5;
    }

        #central-atendimento .alinhamento .itens:nth-child(3) {
            padding: 43px 0 30px 0;
            border-bottom: none;
        }

        #central-atendimento .alinhamento .itens img {
            margin-right: 25px;
            float: left;
        }

        #central-atendimento .alinhamento .itens p {
            font-family: 'Muli-ExtraBold';
            font-size: 20px;
            color: #000000;
            margin: 0;
        }

        #central-atendimento .alinhamento .itens span {
            font-family: 'Muli-Regular';
            font-size: 20px;
            color: #525252;
        }


#central-atendimento .btn-consultor {
    font-family: "Muli-ExtraBold";
    width: 100%;
    min-height: 60px;
    color: #ffffff;
    font-size: 20px;
    white-space: normal;
    display: inline-block;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 30px;
    /*transition: 0.5s;*/
    background-image: linear-gradient(to right, #fcaf17, #0088ca);
    line-height: 35px;
}

    #central-atendimento .btn-consultor:hover {
        background: transparent;
        outline: none;
        color: #fff;
        background-image: linear-gradient(to right, #fcaf17, #0088ca);
    }

    #central-atendimento .btn-consultor i {
        font-size: 32px;
        margin-right: 10px;
    }



/**************************************/
/******* Obrigado - Sucesso ***********/
/*************************************/

.sucesso {
    padding: 30px 50px;
}

#obrigado .sucesso h1 {
    font-family: 'Muli-ExtraBold';
    font-size: 36px;
    color: #0088ca;
    margin: 0;
    padding: 10px 10px 10px 0;
}

.titulo-obrigado {
    font-family: "Muli-Regular";
    color: #666666;
    margin-top: 30px;
    line-height: 25px;
    text-align: left;
    font-size: 20px;
}

    .titulo-obrigado.mtop50 {
        margin-top: 50px;
    }

.titulo-green {
    font-family: "Muli-ExtraBold";
    color: #009e73;
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
}

.titulo-red {
    font-family: "Muli-ExtraBold";
    color: #ff0000;
    margin-top: 30px;
    text-align: left;
    font-size: 24px;
}

.titulo-blue {
    font-family: "Muli-Regular";
    color: #1b438b;
    margin-top: 30px;
    line-height: 24px;
    text-align: left;
    font-size: 20px;
}

.titulo-gray {
    font-family: "Muli-Regular";
    color: #666666;
    margin-top: 30px;
    line-height: 24px;
    text-align: left;
    font-size: 19px;
}

.sucesso p {
    font-family: "Muli-Light";
    color: #666666;
    line-height: 32px;
    text-align: left;
    margin: 30px 0;
    font-size: 24px;
}


/* btn Central de Atendimento*/
.btn-central-atendimento {
    font-family: "Muli-ExtraBold";
    width: 100%;
    height: 60px;
    color: #0088ca;
    font-size: 20px;
    white-space: nowrap;
    display: inline-block;
    border: 2px solid #0088ca;
    padding: 10px;
    border-radius: 30px;
    /*transition: 0.5s;*/
    background: #ffffff;
    line-height: 35px;
}

    .btn-central-atendimento:hover {
        background: #0088ca;
        outline: none;
        color: #fff;
        text-decoration: none;
    }

    .btn-central-atendimento:focus {
        background: #0088ca;
        outline: none;
        color: #ffffff;
        text-decoration: none;
    }

/**************************************/
/******* Modal Responsive ***********/
/*************************************/


#modalAbraSuaConta {
    padding: 30px 30px;
    border-radius: 4px;
    width: 63%;
    background-image: linear-gradient(300deg, #001c55, #077dc2);
}

    #modalAbraSuaConta .lightbox-daycoval .conteudo-lightbox .box-lightbox {
        width: 50%;
        margin: auto;
        padding: 15px;
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        max-height: 85vh;
    }

.modal-abertura-conta h1 {
    font-family: "Muli-ExtraBold";
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    font-size: 36px;
}

.modal-abertura-conta ul > li {
    font-family: 'Muli-Regular';
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    margin-left: 35px;
    list-style-type: disc;
    margin-top: 10px;
}

.modal-abertura-conta {
    content: '\1F95E';
    margin-left: -20px;
    margin-right: 10px;
}

    .modal-abertura-conta ul > li:first-child {
        font-family: 'Muli-Light';
        list-style-type: none;
        font-size: 25px;
        color: #ffffff;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 5px;
        border-bottom: 1px solid #8199B6;
        height: 45px;
        padding-left: 10px;
        margin-top: 20px;
    }

.lightbox-daycoval .conteudo-lightbox .box-lightbox .fechar {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
}


/**************************************/
/************* Accordion **************/
/*************************************/

.panel-default {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}


.panel-heading {
    padding: 20px 15px;
}

/**********************************************************************************************/
/************************************ MEDIA QUERIE *******************************************/
/*********************************************************************************************/


@media (max-width: 1199px) and (min-width: 769px) {
    #taxa-atendimento .item {
        padding-left: 0;
        max-height: 768px;
        text-align: center;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .btn-big {
        font-family: "Muli-ExtraBold";
        width: 100%;
        height: 65px;
        font-size: 23px;
    }

    .btn-top-continuar-abertura {
        font-family: "Muli-ExtraBold";
        width: auto;
        height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    #formulario .abra-sua-conta {
        padding: 20px 20px;
    }

    #taxa-atendimento .item {
        text-align: left;
        padding-left: 0;
        width: 100%;
    }

    .mtop-mbottom-80-30 {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
    }

    /*#taxa-atendimento {
        padding: 10px;
    }*/

    #taxa-atendimento h1 {
        margin-top: 35px;
        font-size: 30px;
    }

    #taxa-atendimento span {
        font-size: 30px;
    }

    #central-atendimento .alinhamento {
        padding: 15px 15px 40px 15px;
    }

        #central-atendimento .alinhamento .itens img {
            margin-right: 0;
            float: none;
            display: initial;
            margin-bottom: 10px;
        }

        #central-atendimento .alinhamento .itens {
            text-align: center;
            padding: 25px 0;
        }

    #central-atendimento .contato {
        padding: 30px 50px 0 50px;
        text-align: center;
    }

    .mbottom-100 {
        margin-bottom: 40px;
    }

    #modalAbraSuaConta {
        width: 91%;
        overflow-y: scroll;
    }

    .modal-abertura-conta ul > li:first-child {
        margin-top: 20px;
    }

    .modal-abertura-conta ul > li:first-child {
        margin-top: 20px;
    }

    .mtop-50 {
        margin-top: 75px;
    }

    #perguntas-frequentes .titulo {
        text-align: center;
    }

    #todos-servicos .circle .itens {
        font-family: 'Muli-Regular';
        font-size: 19px;
        color: #ffffff;
        text-align: center;
        width: 100%;
    }

    #taxa-atendimento .icon-taxa {
        display: none;
    }

    #taxa-atendimento .item {
        padding: 10px;
        max-height: 768px;
        text-align: center;
        width: 100%;
    }

    #todos-servicos .container-icones {
        width: 100%;
        display: block;
    }

        #todos-servicos .container-icones .itens {
            margin-top: 30px;
        }

    .img-ajuste {
        min-height: 100%;
    }

    #perguntas-frequentes .container {
        padding-right: 0;
        padding-left: 0;
    }

    #perguntas-frequentes .panel-body {
        padding-right: 13px;
    }
}


@media screen and (max-width: 480px) {

    #central-atendimento .alinhamento .itens img {
        margin: auto;
    }

    .btn-big {
        font-family: "Muli-ExtraBold";
        width: 100%;
        height: 65px;
        font-size: 19px;
    }

    section .page-start .item1 {
        width: 100%;
        height: 100%;
        padding-top: 50px;
        padding-left: 0 !important;
    }
    #formulario h1 {
        font-family: 'Muli-ExtraBold';
        font-size: 30px;
        color: #0088ca;
        margin: 0;
        padding: 0;
    }
    .titulo-blue {
        font-family: "Muli-Regular";
        color: #1b438b;
        margin-top: 10px;
        line-height: 24px;
        text-align: left;
        font-size: 16px;
    }
    .sucesso {
        padding: 15px 25px;
    }
    .page-start .alinhamento {
        display: none;
    }
    #formulario .bg-right {
        height: 100%;
        background: #fff;
        padding: 10px;
    }
    .tootip {
        margin: 0 !important;
    }
    #FlagTermo {
        font-size: 8px !important;
    }
}
@media screen and (max-width: 768px) {
    .page-start .alinhamento {
        display: none;
    }
}
    .loader {
        color: #fff;
        position: fixed;
        box-sizing: border-box;
        left: -9999px;
        top: -9999px;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: 999999;
        display: none
    }

        .loader:after, .loader:before {
            box-sizing: border-box
        }

        .loader.is-active {
            background-color: rgba(0,0,0,0.85);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: block
        }

        .loader[data-text]:before {
            position: fixed;
            left: 0;
            top: 50%;
            color: currentColor;
            font-family: Helvetica,Arial,sans-serif;
            text-align: center;
            width: 100%;
            font-size: 14px
        }

        .loader[data-text='']:before {
            content: 'Loading'
        }

        .loader[data-text]:not([data-text='']):before {
            content: attr(data-text)
        }

        .loader[data-text][blink]:before {
            animation: blink 1s linear infinite alternate
        }

    @keyframes rotation {
        from {
            transform: rotate(0)
        }

        to {
            transform: rotate(359deg)
        }
    }

    @keyframes blink {
        from {
            opacity: .5
        }

        to {
            opacity: 1
        }
    }

    .loader-default[data-text]:before {
        top: calc(50% - 63px)
    }

    .loader-default:after {
        content: '';
        position: fixed;
        width: 48px;
        height: 48px;
        border: solid 8px #fff;
        border-left-color: transparent;
        border-radius: 50%;
        top: calc(50% - 24px);
        left: calc(50% - 24px);
        animation: rotation 1s linear infinite
    }

    .loader-default[half]:after {
        border-right-color: transparent
    }

    @keyframes moveBar {
        from {
            background-position: 0 0
        }

        to {
            background-position: 20px 20px
        }
    }

    @keyframes corners {
        6% {
            width: 60px;
            height: 15px
        }

        25% {
            width: 15px;
            height: 15px;
            left: calc(100% - 15px);
            top: 0
        }

        31% {
            height: 60px
        }

        50% {
            height: 15px;
            top: calc(100% - 15px);
            left: calc(100% - 15px)
        }

        56% {
            width: 60px
        }

        75% {
            width: 15px;
            left: 0;
            top: calc(100% - 15px)
        }

        81% {
            height: 60px
        }
    }
