.ug-theme-carousel{width: 100%!important; float: left; margin-bottom: 20px;}
/*compilado lista numerada*/
.amp-wp-enforced-sizes {
    /** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
    max-width: 100%;
    margin: 0 auto;
}
/*
 * Prevent cases of amp-img converted from img to appear with stretching by using object-fit to scale.
 * See  <https://github.com/ampproject/amphtml/issues/21371#issuecomment-475443219>.
 * Also use object-fit:contain in worst case scenario when we can't figure out dimensions for an image.
 */
amp-img.amp-wp-enforced-sizes[layout="intrinsic"] > img,
.amp-wp-unknown-size > img {object-fit: contain;}
amp-carousel {background: #c2c2c2!important;margin: 0 -16px 1.5em;}
.amp-wp-article-content amp-carousel amp-img {border: none;}
amp-carousel > amp-img > img {object-fit: contain;}
/*compilado lista numerada*/