
body {
    font-family: 'Poppins', sans-serif;
    color:#2b2b2d;
    font-size:14px;
    background: url('../img/textura.png');
}
img {
    max-width: 100%; 
}
a:hover {
    text-decoration: none;  
}

header {
    background: url('../img/head-bg.jpg') repeat center;
}
.top {
    background: rgb(0 0 0 / 30%);
    padding: 8px 0;
}
.telefono {
    text-align: right;
}
.logotipo-muni {
    text-align:center;
    padding-top: 30px;
}
.mini-portada {
    text-align:center;
    padding: 30px 0;
}
.txt-consulta {
    background: #e7ebf0;
    text-align: center;
    padding: 20px;
}
.txt-consulta h4 { 
    margin: 0;
}
.txt-consulta h6 {
    color:#808184;
    margin: 0;
}

.texto-grande {
    padding: 40px 20px;
}

.busqueda {
    box-shadow: 0px 8px 12px #e6e6e6;
    margin-bottom: 25px; 
    padding: 25px 5px;
    background: #fff;
}
#resultado {
    background: #fff;
    box-shadow: 0px 8px 12px #e6e6e6;
}
.error {
    padding: 35px 36px 20px;
}
.solicitud {
    padding: 25px 20px; */
    width: 100%;
    overflow: auto;
}
.trcolor {
    padding: 20px 0;
}

.circulo {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #9be0f0;
    border-radius: 50%;
    color: #343a40;
    font-size: 50px;
    overflow: hidden;
    font-weight: 700;
    padding-top: 12px;
}
.paso {
    padding: 30px 0;
}
.paso h5 {
    font-weight: 700;
}


footer {
    background: #e7ebf0; 
    padding: 20px;
}
footer img {
    width: 60px;
}
footer td {
    padding: 0 10px;
}

@media (max-width: 1200px) {  
}
@media (max-width: 992px) { 
}
@media (max-width: 768px) { 
    .logotipo,
    .telefono {
        text-align: center;
    }
    .mini-portada {
        display: none;
    }
    .logotipo-muni {
        padding-bottom:25px;
    }
}
@media (max-width: 576px) { 
    .telefono img {
        max-width: 115px;
    }
    .logotipo-muni img {
        max-width: 75%;
    }
    footer table { 
        width: 100%;
    }
    footer td {
        display: block; 
        text-align: center;
    }
    footer img {
        width: 120px;
        margin-bottom: 10px;
    }
}