/*
Theme Name: TAGUAO en producción
Author: TAGUAO.com
Version: 0.1
Author URI: https://www.taguao.com/
*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 99.8%;
}
@media (min-width: 768px) {
    .col-md-11 {
        line-height: normal;
    }
}

.screen-reader-text {
    display: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}
