/*
Theme Name: CRP-21
*/

.bg-orange-primary {
    background-color: #f09926;
}

.navbar-nav li ul li {
    margin-bottom: .4rem;
}

.navbar-nav > li.menu-item {
    margin-left: .4rem;
    margin-right: .4rem;
}

.owl-carousel .owl-item img{
    aspect-ratio: attr(width) / attr(height);
}

.banner_principal{
    max-height: 500px;
    height: 440px;
}

.btn-more-news{
    margin: 40px auto 30px auto;
    text-align: center;
}

.btn-more-news a{
    border: 2px solid #3f4088;
    border-radius: 30px;
    color: #3f4088;
    cursor: pointer;
    font-weight: 700;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.btn-more-news a:hover{
    background-color: #3f4088;
    color: #ffb80c;
    text-decoration: none;
}


/*Página instruções atualização de contatos*/

.container-general-update-contacts{
    max-width: 1040px;
    width: 100%;
    margin: 80px auto;
}

.container-general-update-contacts .link-button a{
    text-decoration: none;
}

.flex-container-update-contacts{
    display: flex;
    justify-content: space-between;
}

.title-update-contacts{
    text-align: center;
    font-size: 22px;
    padding-bottom: 50px;
    font-weight: 600;
}

.video-instrucao{
    display: flex;
    justify-content: center;
    text-align: center;
}

.title-update-contacts.right-col{
    padding-bottom: 20px;
}

.title-update{
    margin-top: 60px;
}

.col-update-contacts{
    width: 90%;
}



.link-button{
    align-content: center;
    background-color: #f09926;
    border-radius: 5px;
    color: #3e4095;
    font-weight: 600;
    display: grid;
    height: 50px;
    text-align: center;
    margin: auto;
    width: 300px;
}

/* Botão acessar requerimento */

.botao-acessar-requetimento a{
    align-items: center;
    background-color: #ff6900;
    border-radius: 12px;
    color: white!important;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 270px;
    text-decoration: none;
}

.botao-acessar-requetimento a:hover{
    background-color: black;
    border-radius: 12px;
    color: white!important;
    text-decoration: none;
}

/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .banner_principal{
        height: 293px;
    }

    .flex-container-update-contacts{
        justify-content: center;
    }

    .title-update-contacts.right-col{
        width: 70%;
        margin: auto;
    }

}

@media screen and (max-width: 899px){

    .container-general-update-contacts{
        padding: 0 20px;
    }

    .flex-container-update-contacts{
        flex-direction: column;
    }
}


/* Portrait and Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .banner_principal{
        height: 176px;
    }

    .container-general-update-contacts{
        width: 100%;
    }

}

/* Portrait and Landscape */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    .banner_principal{
        height: 351px;
    }

    .container-general-update-contacts{
        width: 90%;
    }


}



/* Portrait and Landscape */
@media only screen 
  and (min-width: 220px) 
  and (max-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .banner_principal{
        height: 267px;
    }

    .container-general-update-contacts{
        width: 100%;
    }

    .title-update-contacts {
        text-align: center;
        font-size: 18px;
        padding-bottom: 50px;
        font-weight: 600;
    } 
}

