#alerta {
    display: none;
}

#numeroPermiso {
    display: none;
    text-align: center;
}

#razonSocial {
    display: none;
    text-align: center;
}

#resumenTitulo {
    display: none;
}

p {
    text-align: justify;
}

.modal-body {

    .form--2input {
        display: flex;
        justify-content: space-between;
        align-items: end;


        .form-group {
            width: 48%;
        }
    }

    input {
        cursor: default !important;
    }
}

.alerta {
    width: 100%;
    position: block;
}

.carousel-item {
    display: none;
}

/* El ítem activo se muestra */
.carousel-item.active {
    display: block;
}

.ficha-collapse .panel-body{
    padding: 0 !important;
    padding: 1.5rem !important;
}

.buscador--contenedor {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;

    .buscador--contorno {
        height: 5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 0.1rem solid var(--text-gray-color);
        border-radius: 1rem;
    }

    input {
        all: unset;
        width: 85%;
        height: 100%;
        border: none;
        border: 0.5rem 0 0 0.5rem;
        border-radius: var(--border-radius-md) 0 0 var(--border-radius-md);
        font-weight: var(--font-weight-md);
        text-indent: 2rem;
    }

    input:focus {
        text-indent: 2rem;
    }

    input:focus::placeholder {
        text-indent: 2rem;
    }

    .buscador--img {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 0.5rem 0.5rem 0;
        background-color: var(--primary-color);
        cursor: pointer;
    }
}

.resumen--titulo {
    margin-top: 3rem;
}

.busqueda {
    display: none;

    .resumen--total {
        background-color: var(--primary-color);
    }
}

.capacidad--contenedor{
    display: flex;
    justify-content: space-between;
    .transporte--contenedor{
        width: 49%;
    }

    .distribucion--contenedor{
        width: 49%;
    }
}

.graficos--contenedor {
    display: flex;
    justify-content: space-around;

    .spark1 {
        display: flex;
        justify-content: center;
    }

}

.infrastructure--indicators {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;

    .indicators--item {
        display: flex;
        justify-content: center;
        width: 100%;
        min-width: 20rem;
        height: 10rem;
        padding: 2rem;
        border-radius: var(--border-radius-md);
        border: 0.1rem solid var(--gray-afable-color);
        background-color: var(--white-afable-color);
        margin-bottom: 1rem;

        .indicators--img {
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;

            img {
                width: 35%;
            }
        }


        .indicators--info {
            width: 70%;
            display: flex;
            flex-direction: column;
            margin-left: var(--margin-md);

            h6 {
                margin: 0;
                text-align: center;
                font-size: 1.8rem;
                color: var(--text-gray-color);

            }

            p {
                margin: 0;
                text-align: center;
                font-size: 2.6rem;
                font-weight: var(--font-weight-bd);
                color: var(--text-color);
            }
        }
    }
}

.sugerencia--contenedor {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;

    h5{
        text-align: center;
    }
}

@media (width <=1000px) {

    .capacidad--contenedor{
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .transporte--contenedor{
            width: 100%;
        }
    
        .distribucion--contenedor{
            width: 100%;
        }
    }

    .infrastructure--indicators {
        display: flex;
        flex-direction: column;

        .indicators--item {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 1rem;

            .indicators--img {
                width: 20%;
                display: flex;
                justify-content: center;
                align-items: center;

                img {
                    width: 55%;
                }
            }


            .indicators--info {
                width: 80%;

                h6 {
                    font-size: 1.8rem;


                }

                p {
                    font-size: 2.2rem;
                }
            }
        }
    }

    .graficos--contenedor {
        display: flex;
        flex-direction: column;

        .spark1 {
            width: 100%;
        }

    }
}

@media (width > 1000px) {

    .graficos--contenedor {
        display: flex;

        .spark1 {
            width: 100%;
            display: flex;
            justify-content: center;
        }

    }
}

@media (width > 500px) {


    .buscador--contorno {
        width: 80%;
    }

    .buscador--img {
        width: 15%;

        img {
            width: 20%;
        }
    }
}

@media (width <=500px) {
    .alerta {
        width: 100%;
    }

    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2.6rem;
    }

    .buscador--contorno {
        width: 100%;
    }

    .buscador--img {
        width: 20%;

        img {
            width: 25%;
        }
    }
}