body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 131px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.navbar h4 {
    font: normal normal bold 20px/24px Montserrat;
    color: #254185;
}

.background-blue{
    display: flex;
    align-items: center;
    width: 100%;
    height: 135px;
    background: #254185 0% 0% no-repeat padding-box;
    opacity: 1;
}

.background-blue h2{
    font: normal normal bold 20px/24px Montserrat;
}

.second-title{
    font: normal normal bold 20px/24px Montserrat;
    color: #254185;
}

.background-image {
    width: 100%;
    opacity: 1;
    background: url('../img/fondo.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.clave_rfc{
    width: 300px;
    margin-top: 75px;
    padding: 30px;
    background-color: white;
    border-radius: 21px;
    top: 90px;
    left: 1170px;
}

.clave_rfc h1{
    font-size: 20px;
    color: #254185;
}

.clave_rfc p{
    color: #959DB3;
}

.formulario-rfc{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formulario-rfc input{
    display: block;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    outline: none;
}

.boton{
    display: flex;
    justify-content: end;
}

.consultar-button{
    background-color: #2A9EDA;
    color: white;
    border-radius: 5px;
    outline: none;
    border: 1px solid #2A9EDA;
    padding: 10px;
    font: normal normal 15px/15px Montserrat;
    font-weight: 600;
}

.footer{
    width: 100%;
    background: #2A9EDA 0% 0% no-repeat padding-box;
    opacity: 1;
}

.logo_municipio {
    top: 1011px;
    width: 135px;
    height: 38px;
    background: transparent url('../img/municipio.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.textos h5{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #2A9EDA;
    font-size: 17px;
    font-weight: 600;
}
@media (max-width: 1825px) {
    .clave_rfc {
        margin-top: 0px !important;
    }
    .background-image{
        padding: 20px;
    }
}


@media (min-width: 1825px) {
    body {
        height: 100vh;
    }
}

@media (max-width: 1805px) {
    body {
        height: 100vh;
    }
}

@media (max-width: 1106px) {
    body {
        height: auto;
    }
}