.astrolk{
    font-weight: 500 !important;
    border-top: 2px solid #A1DAE6;
    color: #A1DAE6 !important;
}

.header .c1{
    display: none;
}

.header .c2{
    height: 60px;
    background-color: #00264D;
}

.header3 .c2{
    max-width: 980px !important;
}

.header .header3 .navbar{
    padding: 0;
}

/* SEÇÃO BANNER */

.banner{
    height: 244px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: 58px;
}

.banner h1{
    margin: 0;
    width: 262px;
    height: 61px;
    background-color: #00264D;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    padding: 15px 14px 0 14px;
}

@media(max-width: 425px){
    .banner h1{
        margin: 0 auto;
    }
}

.back{
    margin: 20px auto 43px auto;
}

/* SEÇÃO BANNER ! */

/* SEÇÃO ASTROLOGIA */

.astrologia{
    padding-bottom: 5rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.astrologia .container{
    max-width: 1070px;
}

@media(max-width: 768px){
    .astrologia .col-md-4{
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
}

.astrologia .card{
    width: 244px;
    min-height: 226px;
    border: none;
    border-radius: 0;
    background-color: #00264D;
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

.astrologia .card .imgtop{
    max-width: 26px;
    height: auto;
    margin: 0 auto 7px auto;
}

.astrologia .card .imgbottom{
    width: 100%;
    max-height: 87px;
}

.astrologia .card .p{
    margin-bottom: 10px;
    color: #fff;
    font-weight: 200;
    text-align: center;
}

.astrologia .card svg{
    margin: 0 auto 16px auto;
}

.astrologia .modal-dialog{
    max-width: 778px;
}

.astrologia .modal-dialog .modal-content{
    min-height: 400px;
    border-radius: 10px;
    border: none;
}

.astrologia .modal-dialog .modal-header{
    min-height: 96px;
    padding: 25px 43px;
    background-color: #00264D;
}

@media(max-width: 992px){
    .astrologia .modal-dialog .modal-header{
        display: grid;
        justify-content: center;
    }
    .astrologia .modal-dialog .modal-header button{
        margin: 0 auto;
    }
    .astrologia .modal-dialog .modal-header .d-inline-flex{
        margin-bottom: 20px;
    }
}

@media(max-width: 425px){
    .astrologia .modal-dialog .modal-header .d-inline-flex{
        display: grid !important;
        justify-content: center;
    }
    .astrologia .modal-dialog .modal-header .d-inline-flex img{
        margin: 0 auto;
    }
    .astrologia .modal-dialog .modal-header .d-inline-flex .modal-title{
        font-size: 30px;
    }
}

.astrologia .modal-dialog .modal-header img{
    max-width: 34px;
    height: 100%;
    margin-right: 35px;
}

.astrologia .modal-dialog .modal-header .modal-title{
    color: #fff;
    font-family: "Bely Display W00 Regular";
    font-size: 34px;
}

.astrologia .modal-dialog .modal-body{
    padding: 43px;
    display: inline-flex;
}

@media(max-width: 992px){
    .astrologia .modal-dialog .modal-body{
        display: grid;
    }
    .astrologia .modal-dialog .modal-body .texto{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .astrologia .modal-dialog .modal-body img{
        margin: 0 auto;
    }
}

.astrologia .modal-dialog .modal-body .texto{
    color: #707070;
    font-weight: 300;
    margin-right: 45px;
}

/* SEÇÃO ASTROLOGIA ! */