@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html, 
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: var(--body-size-font-medium);
    font-size: var(--body-size-line-height-medium);
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: var(--content-size-stack-medium) 0;
}
h1 {
    font-weight: var(--title-weight-font-large);
    font-size: 3rem;
    line-height: var(--title-size-line-height-large);
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-weight: var(--title-weight-font-large);
    font-size: var(--quote-size-font-large);
    line-height: var(--title-size-line-height-medium);
    font-family: 'Montserrat', sans-serif;
}
h3 {
    font-weight: var(--title-weight-font-medium);
    font-size: var(--title-small-size-font);
    line-height: var(--title-small-size-line-height);
    font-family: 'Montserrat', sans-serif;
}
h4 {
    font-weight: var(--title-small-weight-font);
    font-size: var(--title-small-size-font);
    line-height: var(--title-small-size-line-height);
}
h5 {
    font-weight: var(--title-small-weight-font);
    font-size: var(--title-small-size-font);
    line-height: var(--title-small-size-line-height);
}
h6 {
    font-weight: var(--title-small-weight-font);
    font-size: var(--title-small-size-font);
    line-height: var(--title-small-size-line-height);
}

p, address  {
    font-weight: var(--body-weight-font-large);
    font-size: var(--body-size-font-large);
    margin: var(--content-size-stack-medium) 0 0 0;
    line-height: var(--body-size-line-height-large);
}
strong, 
.strong {
    font-weight: var(--title-weight-font-medium);
}
a {
    font-weight: var(--title-weight-font-medium);
    text-decoration: none; 
    color: inherit;
}
blockquote {
    padding: var(--container-size-stack-small);
    margin: 0;
}
blockquote p {
    border-left: .5rem solid var(--primary-color);
    padding-left: var(--content-size-inline-medium);
    font-size: var(--quote-size-font-medium);
    font-weight: var(--quote-weight-font-medium);
    line-height: var(--quote-size-line-height-medium);
    margin-bottom: var(--content-size-stack-small);
    font-family: 'Montserrat', sans-serif;
}
blockquote cite {
    display: block;
    text-align: right;
    font-weight: var(--title-small-weight-font);
    font-size: var(--title-small-size-font);
    font-style: normal;
    line-height: var(--title-small-size-line-height);

}
code {
    display: inline-block;;
    background: var(--neutral-color-low-contrast);
}
ul {
    list-style-type: disc;
    padding-left: var(--content-size-inline-large);
}
ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
    padding-left: var(--content-size-inline-large);
}
ol ol {
    list-style-type: lower-alpha;
}
ul li, 
ol li {
    font-weight: var(--body-weight-font-large);
    font-size: var(--body-size-font-large);
    line-height: var(--body-size-line-height-large);
}
figure, 
.wp-block-image {
    margin: var(--container-size-stack-medium) 0;
}
.post-type-post {
    display: grid; 
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
    color: var(--surface-0-color-contrast);
}
.post-type-post img {
    grid-column-start: 1;
    grid-column-end: span 12;
}
.post-type-post .article-content {
    grid-column-start: 4; 
    grid-column-end: span 6; 
}
.post-type-post .comment-box {
    grid-column-start: 4; 
    grid-column-end: span 6; 
}

@media only screen and (max-width: 40rem) {
.post-type-post {
    display: grid; 
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
}
.post-type-post img {
    grid-column-start: 1;
    grid-column-end: span 12;
}
.post-type-post .article-content {
    grid-column-start: 1; 
    grid-column-end: span 12; 
}
.post-type-post .comment-box {
    grid-column-start: 1; 
    grid-column-end: span 12; 
}

}

@media only screen and (min-width: 40rem) {

.post-type-post {
    display: grid; 
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
}
.post-type-post img {
    grid-column-start: 1;
    grid-column-end: span 12;
}
.post-type-post .article-content {
    grid-column-start: 2; 
    grid-column-end: span 10; 
}
.post-type-post .comment-box {
    grid-column-start: 2; 
    grid-column-end: span 10; 
}
}

@media only screen and (min-width: 64rem) {

.post-type-post {
    display: grid; 
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
}
.post-type-post img {
    grid-column-start: 1;
    grid-column-end: span 12;
}
.post-type-post .article-content {
    grid-column-start: 3; 
    grid-column-end: span 8; 
}
.post-type-post .comment-box {
    grid-column-start: 3; 
    grid-column-end: span 8; 
}

}

@media only screen and (min-width: 90rem) {

.post-type-post {
    display: grid; 
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
}
.post-type-post img {
    grid-column-start: 1;
    grid-column-end: span 12;
}
.post-type-post .article-content {
    grid-column-start: 4; 
    grid-column-end: span 6; 
}
.post-type-post .comment-box {
    grid-column-start: 4; 
    grid-column-end: span 6; 
}

}

@media only screen and (min-width: 120rem) {
    .post-type-post {
        display: grid; 
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 1rem;
    }
    .post-type-post img {
        grid-column-start: 1;
        grid-column-end: span 12;
    }
    .post-type-post .article-content {
        grid-column-start: 4; 
        grid-column-end: span 6; 
    }
    .post-type-post .comment-box {
        grid-column-start: 4; 
        grid-column-end: span 6; 
    }
}
.article-content  {
    padding-top: 4rem;
}
img {
    max-width: 100%;
    height: auto;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.5rem;
	height: 0;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.twitter-tweet {
    margin: 1rem auto;
}


.sng-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 por 16 = 0.5625) */
    margin-bottom: 1rem; 
    color: var(--primary-color);
    
}
.sng-video.negative {
    color: var(--primary-color-contrast);
}
    .sng-video__button {
      border: none;
      align-items: center;
      background: transparent;
      display: flex;
      justify-content: center;
      cursor: pointer; 
      margin: 2rem auto;
      opacity: 1;
    }
.sng-video__button:hover {
    opacity: .8;
}
.sng-video__button svg {
    width: 4rem;
    fill: var(--primary-color);
    }
.sng-video.negative .sng-video__button svg {
    fill: var(--primary-color-contrast);
}
    .sng-video__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.interface-complementary-area.edit-post-sidebar{
    width: 360px;
}

@media only screen and (max-width: 40rem) {
    .sng-video__content {
        justify-content: space-between;
     }
    .sng-video__content * {
        margin: 0;
    }
    .sng-video {
        height: 7.25rem;
    }
}
    .sng-video__preview {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      height: 100%;
      object-fit: cover; }
    .sng-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
.form-message {
    padding: var(--component-size-stack-small) var(--component-size-stack-medium);
    border: 1px solid;
    border-radius: 2px;
}
.form-message p {
    margin: 0;
    font-size: var(--body-small-size-font);
    font-weight: var(--body-weight-font-small);
}
.form-message.form-message-success {
    background-color: var(--success-low-contrast-color);
    color: var(--success-base-color);
}
.form-message.form-message-error {
    background-color: var(--error-low-contrast-color);
    color: var(--error-base-color-error);
}

