﻿* {
    margin: 0;
    padding: 0;
}
body {
    background: linear-gradient(#F2F2F2, #F5F8FE);
    font-family: 'Montserrat', sans-serif;
    overflow:hidden;
}
.wrap{
    min-height:100vh;
    position:relative;
}
.wrapLogin{
    display:flex;
    align-items:center;
    justify-content:center;
}
.loginBox{
    width:650px;
    position:relative;
    top:-50px;
}
.loginBox h1{
    font-size:50px;
    font-weight:600;
    margin:40px 0px 20px;
}
.loginBox h1 span{
    font-size: 60px;
}
.loginBox p{
    color:#a8a8a8;
    font-size:14px;
    margin-bottom:40px;
}
.inputBox label{
    font-size:14px;
    margin-left:10px;
}
.inputLogin {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 15px;
    margin-bottom:30px;
}
.loginOptions{
    display:flex;
    justify-content:space-between;
    margin:0px 0px 40px;
}
.loginOptions label, .loginOptions a{
    color:#a8a8a8;
    font-size:14px;
}
.btn-custom {
    background: linear-gradient(-45deg, #2E659D, #20476B);
    width: 100%;
    border-radius: 30px;
    color: white;
    padding: 10px;
    border: 0px;
}
.btn-custom-white {
    background: linear-gradient(white, #F5F8FE);
    width: 100%;
    border-radius: 30px;
    color: #333;
    padding: 10px;
    margin-top: 15px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border:0px;
    outline:none !important;
}
.btn-custom-white:hover{
    color: #333;
}
.btn-custom-white:focus, .btn-custom-white:active{
    color: #333 !important;
}
.footerDefault {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerDefault > div:last-child{
    display:flex;
    align-items:center;
}
.footerDefault a{
    color:#a8a8a8;
    font-size:14px;
    margin-right:35px;
}
.btn-casagPage {
    background: linear-gradient(45deg, white, #F5F8FE);
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0px;
    box-shadow:4px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.svgBackground {
    fill: #2E86E9;
    opacity:.06;
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
}

/*Dependentes*/
.homeFlex{
    display:flex;
    height:100%;
    width:100%;
    position: fixed;
}
.homeMenu {
    height: 100vh;
    width: 90px;
    background: #0D2251;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position:sticky;
}
.homeContent {
    background: rgba(46, 134, 233, 0.06);
    flex-grow: 1;
    display:flex;
    flex-direction:column;
    overflow-y:auto;
}
.gridIconArea{
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.gridIconArea svg{
    pointer-events:none;
}
.gridSmallArea {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor:pointer;
}
.iconActive {
    background: rgba(255, 255, 255, 0.10);
}
.userProfile{
    width:50px;
    height:50px;
    border-radius:50%;
    border:2px solid white;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.userProfileDefault {
    background: #ddd;
    pointer-events: none;
}
.userProfileDefault span {
    color: #a8a8a8;
    font-size: 25px;
    font-weight: bold;
}
.userProfileColor1 {
    background: #e69bff;
    pointer-events:none;
}
.userProfileColor1 span {
    color: #B338DF;
    font-size:25px;
    font-weight:bold;
}
#profileStatus {
    width: 17px;
    height: 17px;
    border: 2px solid #e8edf3;
    position: absolute;
    bottom: -5px;
    right: 0px;
    border-radius: 50%;
}
.statusActive {
    background: #0ED176;
}
.homeContentTop{
    padding:30px 50px;
}
.homeContentTop h5{
    opacity:.5;
}
.homeContentTop p{
    opacity:.5;
}
.homeContentMenu{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:100px;
}
.homeContentRight {
    display: flex;
}
.homeContentRight svg{
    pointer-events:none;
}
.btn-content-right {
    background-color: white;
    border-radius: 6px;
    color: #a8a8a8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 0px;
    font-size: 24px;
}
.homeContentRight .btn-content-right:last-child {
    margin-right: 0px;
}
.homeContentBottom{
    background-color:white;
    flex-grow:1;
}
.searchTab {
    padding: 20px 0px;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 50px;
    display:flex;
    overflow:hidden;
}
.searchBox{
    display:block;
    position:relative;
    padding:10px 0px 8px 40px;
    flex-grow:1;
}
.input-transparent{
    background-color:transparent;
    border:0px;
    color:#333;
    outline:none !important;
    width:100%;
}
.input-transparent::placeholder{
    color: #a8a8a8;
    font-style:italic;
}
#searchIcon{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.btn-page {
    border: 1px solid #f1f1f1;
    color: #333;
    font-size: 18px;
    margin-left: 5px;
    outline: none !important;
    box-shadow: 0px 0px 6px 0px rgba(16, 125, 249, 0);
    transition:all .3s;
    -webkit-transition:all .3s;
}
.btn-disabled{
    background-color:#f1f1f1;
    stroke:#a8a8a8;
    cursor:not-allowed !important;
}
.btn-enabled {
    background-color: #0D2251;
    stroke:white;
}
.btn-active {
    border: 1px solid #107DF9 !important;
    box-shadow: 0px 0px 6px 0px rgba(16, 125, 249, 0.20);
}
.pagesBox{
    margin-right:40px;
    display:flex;
}
.pagesBox button:last-child{
    margin-right:0px;
}
.btn-incluirDep {
    color: white;
    background-color: #2D97E8;
    border: 0px;
    border-radius: 6px;
    padding: 8px 16px;
    margin-right:20px;
}
.btn-incluirDep:disabled{
    cursor:not-allowed;
    opacity:.6;
}
.btn-editar {
    color: #333;
    background-color: white;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 8px 16px;
    width: 82.75px;
    transition: ease .3s;
    outline: none !important;
}
.btn-entendido {
    color: #333;
    background-color: white;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 8px 16px;
    transition: ease .3s;
    outline: none !important;
}
.btn-editar-active{
    width:120px;
}
.tableDependente{
    overflow:hidden;
}
.tableDependente, .tableDependente table {
    width: 100%;
    padding: 30px;
}
.tableDependente th{
    color:#a8a8a8;
    padding-bottom:30px;
    font-weight:initial;
}
.tableDependente th:first-child {
    padding-left:20px;
}
.icon-5 {
    background-color: #ff0f0f;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px rgba(14, 209, 118, 0.16);
    width: 12px;
    height: 12px;
}
.icon-8 {
    background-color: #faa621;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px rgba(14, 209, 118, 0.16);
    width: 12px;
    height: 12px;
}
.icon-9 {
    background-color: #0ED176;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.16);
    width: 12px;
    height: 12px;
}
.tableDependente tbody td{
    padding:20px 0px;
}
.tableDependente tbody tr:nth-child(2n+1) {
    background-color: rgba(25, 0, 255, 0.02);
}
.tableDependente tbody td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 25px;
}
.tableDependente tbody td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.td-edit, .th-edit {
    display:none;
}
.td-edit-show, .th-edit-show {
    display: block;
}
.btn-edit{
    opacity:0;
    transition:ease .3s;
    -webkit-transition:ease .3s;
}
.btn-edit-show {
    opacity: 1;
}
.btn-edit, .btn-closeModal {
    background-color: transparent;
    border: 0px;
    outline: none !important;
    border-radius: 50%;
}
.btn-edit svg{
    pointer-events:none;
}
.modal-IncluirDep-mask{
    opacity:0;
    display:none;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.30);
    width:100%;
    height:100%;
    transition:ease .3s;
    -webkit-transition:ease .3s;
}
.modal-IncluirDep {
    width: 60%;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: ease .3s;
    -webkit-transition: ease .3s;
}
.modal-IncluirDep-top {
    background: linear-gradient(to right, #635494, #5538b5);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-IncluirDep-top h5{
    color:white;
    margin-bottom:10px;
}
.modal-IncluirDep-top p {
    color: white;
    opacity:.5;
    margin:0;
}
.input-edit{
    border-radius:6px;
    border:1px solid #ddd;
    padding:8px 16px;
    outline:none !important;
    width:100%;
    height:42px;
}
.modal-IncluirDep-mid {
    box-sizing:border-box;
}
.modal-IncluirDep-mid > div > div {
    display: flex;
    flex-direction:column;
    margin-bottom:20px;
    width:calc(50% - 5px);
}
.input-grow{
    flex-grow:1 !important;
    min-width:100%;
}
.modal-IncluirDep-bot {
    background-color: #fbfbfb;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-IncluirDep-bot > button{
    margin:0;
}
.modal-IncluirDep-bot > button:first-child {
    margin-right: 20px;
}
.modal-IncluirDep-bot > button:last-child {
    background: #0ED176;
}
.modal-IncluirDep-mid > div {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.modal-IncluirDep-mid > div > div:nth-child(2n+2) {
    margin-right: 10px;
}
input[disabled=disabled]{
    cursor:not-allowed;
}
.btn-menu-left{
    background-color:transparent;
    border:0px;
    outline:none !important;
}
.input-error {
    border: 1px solid #ff0000;
    background: rgba(255, 0, 0, 0.05);
}
.label-error, .txtError, .input-error {
    color: #ff0000;
}
.txtError{
    font-size:12px;
    margin-top:5px;
}
.modal-IncluirDep-mid select:disabled {
    background-color: #fafafa;
    border-color: rgba(118, 118, 118, 0.3);
    cursor:not-allowed;
    color:#333;
}

/*Perguntas*/
.wrapPerguntas {
    padding: 30px;
    height: 100vh;
    position: relative;
    overflow:hidden;
}
.wrapPerguntas h5{
    color:#333;
}
.perguntasTop{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.btn-perguntas {
    border-radius: 10px;
    max-width: 1250px;
    font-size:20px;
}
.btn-perguntas-white {
    border-radius: 10px;
    max-width: 180px;
}
.UserGiant{
    height:200px;
    width:200px;
    transition:ease .3s;
    position:relative;
    top:0;
    left:0;
    border:8px solid white;
}
.UserMedium {
    height: 150px;
    width: 150px;
    transition: ease .3s;
    position: relative;
    top: 0;
    left: 0;
    border: 8px solid white;
}
.perguntasMid{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:100px;
    flex-direction:column;
}
.boxPerguntas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:520px;
}
#firstBox{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
#firstBox h1 {
    color: #3D2F77;
    margin-top:20px;
    margin-bottom:10px;
    font-weight:600;
    position:relative;
    transition:all .2s;
    opacity:1;
    top:0;
}
#firstBox p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    transition: all .2s;
    transition-delay: .2s;
    opacity: 1;
    top: 0;
    position:relative;
}
#firstBox input{
    outline:none !important;
    text-align:center;
}
#firstBox input, #firstBox label {
    transition: all .2s;
    transition-delay: .3s;
    opacity: 1;
    top: 0;
    position: relative;
    text-align: center;
}

#firstBox button {
    transition: all .2s;
    transition-delay: .4s;
    opacity: 1;
    top: 0;
    position: relative;
}
.UserGiant svg {
    transition: all .6s;
    -webkit-transition: all .6s;
    opacity: 1;
    position: relative;
    transform: rotateZ(0deg);
}
.svgAnimate{
    animation:anim 2s ease-in-out infinite;
}
.UserGiant #profileLetter{
    transition:all .3s;
    opacity:1;
}
#secondBox {
    opacity:0;
    display:none;
    transition:ease .3s;
    position:relative;
    flex-direction:row;
    width:720px;
}
.boxPergunta {
    width: 100%;
    border-radius: 4px;
    background-color: white;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    opacity: 0;
    transition:ease .2s;
    border:1px solid white;
    cursor:pointer;
}
.boxPergunta:hover {
    border: 1px solid #1D86D6;
}
#secondBox > p {
    font-weight: bold;
    font-size: 20px;
}
.boxPergunta > span {
    background-color: #E8E8E8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition:ease .3s;
}
.boxPergunta > span > span{
    font-weight:bold;
    color:#333;
}
.boxPergunta label{
    margin:0;
    pointer-events:none;
    text-transform:uppercase;
}
.perguntaActive {
    background-color: #E8E8E8;
    border: 0px;
    cursor:initial;
}
.perguntaActive:hover{
    border: 0px;
}
.perguntaActive > span {
    background-color: white;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.05);
    min-width:40px;
}
.perguntaActive > span > span {
    color: #1D86D6;
}
.show{
    opacity:1 !important;
}
.boxPerguntasRight{
    display:block;
    margin-left:60px;
}
.rowPergunta{
    display:flex;
    margin-bottom:20px;
    align-items:center;
}
.iconPergunta {
    width: 14px;
    height: 14px;
    background-color: #E8E8E8;
    border-radius:50%;
    margin-right:10px;
    position:relative;
    transition:ease .3s;
}
.rowPergunta p {
    margin: 0px;
    margin-top: 5px;
    white-space:nowrap;
}
.boxPerguntasLeft {
    flex-grow: 1;
}
.iconPerguntaActive {
    background-color: #3ADB65 !important;
}
.iconPerguntaRespondida {
    background-color: #1D86D6 !important;
    box-shadow: 0px 0px 6px 0px rgba(29, 134, 214, 0.15);
}
.iconPerguntaActive:before {
    content: '';
    position: absolute;
    border: 1px solid #3ADB65;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:50%;
}
.radio-pergunta{
    display:none;
}
.boxPergunta input:checked ~ span {
    background: #2a95e6;
    box-shadow: 0px 0px 6px 0px rgba(42, 149, 230, 0.05);
}
.boxPergunta input:checked ~ span > span {
    color: white;
}
.perguntasInner{
    opacity:1;
    transition:.3s ease;
}
.boxAfter {
    display: none;
    align-items: center;
    opacity:0;
    transition:all .3s;
}
.boxAfter > div {
    position: relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}
.boxAfter > div p{
    margin:0;
}
.titularContent {
    padding: 30px 50px;
}
.titularTopFlex{
    display:flex;
}
.titularTopUser{
    position:relative;
    margin-right:20px;
}
.UserMedium{
    position:relative;
    top:-30%;
}
.titularTopFlex h3 {
    margin: 0;
    margin-bottom:5px;
}
.titularTopFlex p {
    opacity:.5;
}
.titularForm{
    width:50%;
    display:flex;
    flex-wrap:wrap;
}
.titularForm > div {
    margin-bottom: 20px;
    margin-right: 10px;
    width: calc(50% - 10px);
}
.titularForm > .btn-incluirDep{
    margin-right:0px;
}
.titularFormGrow {
    width: 100% !important;
}
.boxNotificacoes {
    padding: 20px;
    width: 300px;
    background-color: white;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 120px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.05);
    display:none;
    z-index:10;
}
.boxNotificacoes p{
    display:inline-block;
}
.boxNotificacoes p:nth-child(2) {
    margin: 0;
}
.boxNotificacoesOpen{
    display:block !important;
}
.switcher-box {
    background-color: #d4d4d4;
    width: 30px;
    height: 15px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12) inset;
    transition: ease .3s;
    -webkit-transition: ease .3s;
    margin-left: 20px;
}
.switcher-box-active {
    background-color: #2D97E8 !important;
}
.switcher {
    width: 25px;
    height: 25px;
    background: white;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: ease .3s;
    -webkit-transition: ease .3s;
}
.switcher-on {
    left: 100%;
}
.StatusFlex {
    display:flex;
    align-items:center;
}
.StatusFlex p{
    margin:0px;
    width:185px;
}
.boxDadosVeridicos {
    display:flex;
    align-items:center;
    width:100% !important;
    margin:0px !important;
    flex-direction:row !important;
}
.wrapLogin .modal-IncluirDep-mid p:first-child {
    position: relative;
    top: 0;
    transition: ease .2s;
}
.wrapLogin .modal-IncluirDep-mid .input-grow {
    position: relative;
    margin-right: 0px;
    top:0;
    transition: ease .2s;
}
.wrapLogin .modal-IncluirDep .modal-IncluirDep-mid {
    height: 199px;
}
#txtRetorno{
    opacity:0;
    transition:ease .3s;
    pointer-events:none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
}
.box-saibamais{
    padding:10px;
    background-color:white;
    width:250px;
    position:absolute;
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    right:100%;
    bottom:100%;
    display:none;
}
.box-saibamais-enabled{
    display:inline-block !important;
}
.duvidas-icon{
    cursor:pointer;
}

/*Custom*/
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: 'Procurar' !important;
}

/*Canvas*/
#canvas {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

@keyframes anim {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@media screen and (max-width:1030px) {
    .tableDependente > div {
        overflow-x:auto;
    }
    .tableDependente table {
        min-width: 860px;
    }
    .searchTab .btn-incluirDep {
        width: 42px;
        min-width: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }
    .homeMenu {
        position: absolute;
        bottom: 0;
        left: 0;
        flex-direction: row;
        width: 100%;
        height: 90px;
    }
    .homeMenu > div{
        display:flex;
    }
    .homeFlex{
        padding-bottom:90px;
    }
    .boxNotificacoes{
        top:initial;
        left:initial;
        bottom:90px;
        right:0px;
        transform:initial;
    }
    .boxNotificacoes::before{
        content:'';
        border:10px solid transparent;
        border-top:10px solid white;
        position:absolute;
        bottom:-20px;
        right:45px;
        transform:translateX(50%);
    }
    .modal-IncluirDep{
        width:80%;
    }
    .titularForm{
        width:100%;
    }
}

@media screen and (max-width:768px) {
    .loginBox h1, .loginBox h1 span {
        font-size: 30px;
    }
    .footerDefault >  div:nth-child(2){
        display:none;
    }
    .loginBox {
        padding: 20px;
        width: 100%;
    }
    .loginBox h1 {
        margin: 20px 0px 20px;
    }
    .loginBox .inputBox:nth-child(5) input{
        margin-bottom:20px;
    }
    .footerDefault{
        padding:5px;
        bottom:20px;
    }
    .footerDefault {
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .adm{
        transform:scale(.8);
    }
    .homeContentTop,
    .searchTab,
    .tableDependente {
        padding: 20px;
    }
}

@media screen and (max-height:880px) {
    .perguntasMid{
        margin-top:0;
        transform:scale(.9);
    }
}

@media screen and (max-height:750px){
    .loginBox {
        transform: scale(.9);
        top:0;
    }
    .footerDefault {
        padding: 5px;
        bottom: 0px;
    }
}

@media screen and (max-width:770px) {
    .boxPerguntasRight{
        display:none;
    }
    #secondBox{
        width:100%;   
    }
    .modal-IncluirDep{
        width:95%;
    }
}
@media screen and (max-width:600px){
    .searchBox{
        flex-grow:initial;
    }
    #txtPesquisaNomeDep{
        width:0px;
        transition:all .3s;
    }
    .pesquisaOpen{
        width:180px !important;
    }
}
@media screen and (max-width:570px) {
    .boxPerguntas{
        width:100%;
    }
    .modal-IncluirDep-mid {
        overflow-y: auto;
        flex-direction: column;
        max-height:400px;
    }
    .modal-IncluirDep-mid > div > div{
        width:100%;
    }
    .modal-IncluirDep-bot{
        flex-direction:column;
    }
    .StatusFlex{
        margin-bottom:20px;
    }
    .tableDependente thead tr th{
        display:none;
    }
    .tableDependente thead tr th:first-child,
    .tableDependente thead tr th:nth-child(2),
    .tableDependente thead tr th:last-child {
        display:table-cell !important;
    }
    .tableDependente tbody tr td {
        display: none;
    }
    .tableDependente tbody tr td:first-child,
    .tableDependente tbody tr td:nth-child(2),
    .tableDependente tbody tr td:last-child {
        display: table-cell !important;
    }
    .tableDependente table{
        width:100%;
        min-width:initial;
    }
}
@media screen and (max-width:545px) {
    .titularTopFlex{
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin-bottom:40px;
        text-align:center;
    }
    .titularTopUser{
        margin:0;
        margin-bottom:20px;
    }
}
@media screen and (max-width:460px) {
    .perguntasMid {
        transform:scale(.8);
        margin-top:0px;
    }
    #firstBox h1 {
        font-size: 30px;
    }
    .gridIconArea{
        width:60px;
        height:60px;
    }
    .homeMenu{
        height:60px;
    }
    .homeFlex{
        padding-bottom:60px;
    }
    .titularForm{
        flex-direction:column;
    }
    .titularForm > div {
        width: 100%;
    }
    .titularForm .btn-editar{
        margin-right:0 !important;
        margin-bottom:10px;
    }
    .pagesBox,
    .btn-incluirDep {
        margin-right: 10px;
    }
}

@media screen and (max-width:380px){
    .modal-IncluirDep-bot > div:last-child{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-direction:column;
    }
    .modal-IncluirDep-bot > div:last-child > button{
        width:100%;
        margin:0 !important;
        margin-bottom:10px !important;
    }
}