:root {
    --green: #0B9647;
    --silver: #999;
    --mid-gray: #565656;
    --gris-titulo: #4d4d4d;
    --near-white: #f2f2f2;
    --dark-gray: #333;
    --violeta: rgba(128, 27, 145, 1);
}
.green {
    color: var(--green);
}
.gris-titulo {
    color: var(--gris-titulo);
}
.bg-near-white {
    background-color: #f2f2f2;
}
.bg-green {
    background-color: var(--green);
}
.violeta {
    color: var(--violeta);
}
body {
    font-family: 'Poppins', sans-serif;
}
a {
    color: var(--violeta);
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
a:hover {
    text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
nav a:hover {
    text-decoration: none;
}
table {
    border-spacing: 0;
}
td {
    padding: 0;
}
.interior p,
.interior li,
.interior td {
    line-height: 1.5;
    color: var(--mid-gray);
    font-size: 16px;
}
.layout {
    max-width: 1360px;
    box-sizing: content-box;
    padding: 0 1rem;
    margin: auto;
}
.icon {
    fill: white;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
}
.socialmedia > a {
    margin-left: 10px;
}
.socialmedia a {
    border-radius: 50%;
    padding: 6px;
    background-color: silver;
    display: flex;
}
.socialmedia a:hover {
    background-color: var(--dark-gray);
}
footer .socialmedia a:hover {
    background-color: white;
}
.h2twitter {
    border-radius: 50%;
    padding: 6px;
    background-color: var(--gris-titulo);
    line-height: 23px;
    display: inline-block;
    margin-left: 5px;
}
nav {
    width: 100%;
    max-width: 670px;
    flex-grow: 1;
    flex-shrink: 1;
}
nav > ul {
    display: flex;
    justify-content: space-between;
}
nav a {
    text-decoration: none;
    color: var(--gris-titulo);
    font-size: 14px;
    font-weight: 500;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
nav > ul > li > a {
    text-transform: uppercase;
    padding-bottom: 4px;
}
nav > ul > li:nth-child(2) > div {
    right: 0;
}
nav > ul > li > span {
    display: none;
    position: absolute;
    bottom: -19px;
    height: 20px;
    width: 20px;
}
nav ul div {
    display: none;
    position: absolute;
    padding-top: 17px;
    top: 83px;
    z-index: 110;
}
nav ul ul {
    background-color: white;
    padding: 10px 2em;
    box-shadow: 2px 2px 3px 1px rgba(102,102,102,1);
}
nav ul div.doscol {

}
nav ul div.doscol ul {
    padding: 10px;
    columns: 2;
}
nav ul ul li {
    text-align: center;
}
nav ul div.doscol ul li {
    text-align: left;
}
nav ul ul li:not(:last-child) {
    margin-bottom: 2ex;
}
nav ul ul li a {
    white-space: nowrap;
}
nav > ul > li:hover div {
    display: block;
}
nav > ul > li:hover > span {
    display: block;
    background: url(../img/det_menu.png) no-repeat center 0px;
    background-size: 13px 13px;
}
nav > ul > li:hover > a,
nav > ul > li.on > a,
nav ul ul li a:hover,
nav ul ul li.on a {
    color: var(--green);
}
.home-slider .carousel-cell {
    width: 100%;
    margin: 0;
}
.home-slider .carousel-cell img {
    width: 100%;
    aspect-ratio: 1920 / 626;
    object-fit: contain;
    display: block;
}
.nuevo-slider {
    max-width: 1020px;
    margin: 85px auto 0;
}
.nuevo-slider .flickity-slider > div {
    width: 300px;
    height: 360px;
    background-color: #ccc;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
.nuevo-slider .flickity-slider > div img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.nuevo-slider .flickity-slider > div div.título {
    background-color: rgba(133, 21, 71, .90);
    line-height: 1.5;
    padding: 1ex 1em;
    color: white;
    width: 100%;
}
.nuevo-slider .flickity-slider > div div.botón {
    padding: 1.5ex 1em;
    background-color: rgba(255, 255, 255, .75);
}
.nuevo-slider .flickity-slider > div div.botón a {
    display: inline-block;
    line-height: 1.5;
    padding: 1ex 1em;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    background-color: var(--green);
}
.nuevo-slider .flickity-slider > div div.anim {
    position: relative;
    bottom: calc(-1 * (1em * 1.5 + 2ex + 3ex));
}
.nuevo-slider .flickity-prev-next-button.previous {
    left: -60px;
}
.nuevo-slider .flickity-prev-next-button.next {
    right: -60px;
}
@keyframes subir {
    from {bottom: calc(-1 * (1em * 1.5 + 2ex + 3ex))}
    to {bottom: 0}
}
@keyframes bajar {
    from {bottom: 0}
    to {bottom: calc(-1 * (1em * 1.5 + 2ex + 3ex))}
}
@keyframes fade-in {
    to {opacity: 1}
}
@keyframes fade-out {
    from {opacity: .95}
    to {opacity: 0}
}
.nuevo-slider .flickity-slider > div:hover div.loaded.anim {
    animation-duration: .5s;
    animation-name: subir;
    animation-fill-mode: forwards;
}
.nuevo-slider .flickity-slider > div div.loaded.anim {
    animation-duration: .5s;
    animation-name: bajar;
    animation-fill-mode: forwards;
}
.nuevo-slider .flickity-slider > div.fade a.tag {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(133, 21, 71, .9);
    color: white;
    font-size: 12px;
    padding: .5em;
}
.nuevo-slider .flickity-slider > div.fade a.tag span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.nuevo-slider .flickity-slider > div.fade div.detalle {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, .95);
    opacity: 0;
    color: black;
    z-index: 120;
    height: 100%;
    width: 100%;
    padding: 2ex;
    display: flex;
    align-items: center;
    border: 2px solid rgb(133, 21, 71, .9);
}
.nuevo-slider .flickity-slider > div.fade.loaded:hover div.detalle {
    animation-duration: .5s;
    animation-name: fade-in;
    animation-fill-mode: forwards;
}
.nuevo-slider .flickity-slider > div.fade.loaded div.detalle {
    animation-duration: .5s;
    animation-name: fade-out;
    animation-fill-mode: forwards;
}
.nuevo-slider .flickity-slider > div.fade div.título {
    position: absolute;
    z-index: 110;
}
.nuevo-slider .flickity-slider > div.fade div.detalle h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.nuevo-slider .flickity-slider > div.fade div.detalle h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
}
.accesos div {
    flex-shrink: 1;
    margin-top: -50px;
    z-index: 100;
}
.accesos div:not(:last-child) {
    margin-right: 2%;
}
.accesos div a {
    position: relative;
    display: block;
}
.accesos div span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    transition: background-color .3s ease;
    mix-blend-mode: overlay;
}
.accesos div img {
    display: block;
    width: 100%;
}
.accesos div:nth-child(1) a:hover span {
    background-color: #6c007c;
}
.accesos div:nth-child(2) a:hover span, .accesos div:nth-child(4) a:hover span {
    background-color: rgba(0, 112, 46, 1);
}
.accesos div:nth-child(3) a:hover span {
    background-color: #666;
}
.banner-certificados a {
    position: relative;
}
.banner-certificados a span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    transition: background-color .3s ease;
    mix-blend-mode: overlay;
}
.banner-certificados a:hover span {
    background-color: #666;
}
.main-carousel .carousel-cell {
    width: 325px;
    height: 350px;
    background-color: var(--near-white);
    margin-right: 20px;
    padding: 0 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-carousel h3 {
    color: var(--green);
    font-size: 20px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 31px;
}
.main-carousel div h3.s2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.main-carousel p {
    font-size: 16px;
    line-height: 28px;
    color: var(--mid-gray);
}
.main-carousel div p.s2 {
    font-size: 14px;
    line-height: 26px;
}
.main-carousel a.ver-mas {
    background-color: var(--green);
    color: white;
    text-decoration: none;
    align-self: flex-end;
    margin-bottom: 24px;
    padding: 10px 15px;
    border-radius: 25px;
}
.main-carousel a.ver-mas:hover {
    background-color: white;
    color: var(--green);
    border: 1px solid var(--green);
}
.main-carousel .flickity-button,
.agenda-carousel .flickity-button,
.twitter-carousel .flickity-button {
    background: none;
}
.main-carousel .flickity-prev-next-button,
.agenda-carousel .flickity-prev-next-button,
.twitter-carousel .flickity-prev-next-button {
    top: -40px;
    padding: 0;
    height: 37px;
}
.main-carousel .flickity-prev-next-button.previous,
.agenda-carousel .flickity-prev-next-button.previous,
.twitter-carousel .flickity-prev-next-button.previous {
    left: unset;
    right: calc(max((100% - 1360px) / 2, 1rem) + 40px);
}
.main-carousel .flickity-prev-next-button.next,
.agenda-carousel .flickity-prev-next-button.next,
.twitter-carousel .flickity-prev-next-button.next {
    right: calc(max((100% - 1360px) / 2, 1rem));
}
.main-carousel .flickity-prev-next-button .flickity-button-icon,
.agenda-carousel .flickity-prev-next-button .flickity-button-icon,
.twitter-carousel .flickity-prev-next-button .flickity-button-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.agenda-carousel .carousel-cell {
    width: 325px;
    height: 215px;
    background-color: var(--green);
    margin-right: 20px;
    padding: 24px 21px;
    border-radius: 8px;
    display: flex;
    color: white;
}
.agenda-carousel .carousel-cell[onclick] {
    cursor: pointer;
}
.agenda-carousel .carousel-cell > div:first-child,
.twitter-carousel .carousel-cell > div:first-child {
    font-weight: 800;
    min-width: 0;
    flex-shrink: 1;
    margin-right: 26px;
}
.agenda-carousel .carousel-cell > div:first-child > span,
.twitter-carousel .carousel-cell > div:first-child > span {
    display: block;
}
.agenda-carousel .carousel-cell > div:first-child > span:nth-child(1),
.twitter-carousel .carousel-cell > div:first-child > span:nth-child(1) {
    font-size: 32px;
    line-height: 92%;
}
.agenda-carousel .carousel-cell > div:first-child > span:nth-child(2),
.twitter-carousel .carousel-cell > div:first-child > span:nth-child(2) {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: -.07em;
}
.agenda-carousel .carousel-cell > div:first-child > span:nth-child(3),
.twitter-carousel .carousel-cell > div:first-child > span:nth-child(3) {
    font-size: 16px;
    letter-spacing: .032em;
}
.agenda-carousel .carousel-cell > div:last-child,
.twitter-carousel .carousel-cell > div:last-child {
    flex-grow: 1;
    width: 100%;
}
.agenda-carousel .carousel-cell h3 {
    margin-top: -3px;
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 16px;
    text-transform: uppercase;
}
.agenda-carousel .carousel-cell div.s2 h3 {
    line-height: 1.3;
}

.agenda-carousel .carousel-cell p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
}
.agenda-carousel .carousel-cell div.s2 p {
    font-size: 13px;
}
.twitter-carousel .carousel-cell {
    width: 325px;
    height: 221px;
    background-color: var(--near-white);
    margin-right: 20px;
    padding: 24px 21px;
    border-radius: 8px;
    display: flex;
}
.twitter-carousel .carousel-cell > div:first-child {
    color: var(--green);
}
.twitter-carousel .carousel-cell > div:last-child {
    overflow: hidden;
}
.twitter-carousel .carousel-cell a {
    text-decoration: none;
    color: var(--mid-gray);
}
.twitter-carousel .carousel-cell p {
    margin-top: -5px;
    line-height: 26px;
    font-size: 15px;
}
footer {
    padding: 33px 0;
    margin-top: 85px;
    color: white;
    font-size: 12px;
    line-height: 21px;
}
footer .icon {
    fill: var(--dark-gray);
}
main.interior > div:first-child {
    height: 330px;
    padding-bottom: 50px;
}
main.interior > div.header-green {
    display: grid;
    align-content: end;
    background-color: var(--green);
}
main.interior .header-green h1 {
    width: 100%;
    width: calc(100% - 2rem);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 58px;
    text-transform: uppercase;
}
main.interior .header-green h1 span {
    font-weight: 300;
    font-size: 38px;
    display: inline-block;
    padding-left: .25em;
}
main.interior > div.layout > table:first-child,
main.interior > div.capitulo {
    margin-top: 80px;
}
main.interior > div.layout > table:first-child > tbody > tr > td {
    vertical-align: top;
}
main.interior > div.layout > table:first-child > tbody > tr > td.principal {
    padding-left: 60px;
    width: 100%;
}
div.capitulo > div.layout > div:last-child {
    padding-left: 60px;
}
td.principal > h3,
td.principal > div:first-child > h3,
td.principal > h4:first-child,
td.principal > div:first-child > h4:first-child,
.bare h2 {
    font-size: 32px;
    color: var(--gris-titulo);
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 800;
}
td.principal h4,
.bare h3 {
    font-size: 20px;
    color: var(--green);
    margin-bottom: 1ex;
}
.bare h3 {
    text-transform: uppercase;
    margin-top: 6ex;
}
main.interior .sidebar {
    background: linear-gradient(90deg, rgba(128,27,145,1) 0%, rgba(102,45,145,1) 100%);
    padding: 25px 15px 25px 25px;
    list-style: none;
    margin: 0;
    width: 330px;
    border-radius: 5px;
}
main.interior .sidebar li:not(:last-child) {
    margin-bottom: 20px;
}
main.interior .sidebar a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
    line-height: 21px;
}
main.interior .sidebar a span {
    font-size: 14px;
    line-height: 21px;
    vertical-align: bottom;
}
main.interior ul.menu {
    list-style-position: inside;
    padding: 0;
}
main.interior ul.menu li:not(:last-child) {
    margin-bottom: 2ex;
}
.comision-directiva > h3:first-child {
    margin-bottom: 60px;
}
.comision-directiva .perfiles {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    row-gap: 75px;
    column-gap: 1em;
    margin-bottom: 50px;
}
.comision-directiva .perfiles > div > div:first-child {
    width: 220px;
    height: 220px;
    background-color: gray;
    border-radius:  50%;
    margin: auto;
}
.comision-directiva .perfiles > div > div:first-child img {
    border-radius:  50%;
}
.comision-directiva .perfiles > div > div:last-child {
    text-align: center;
}
.comision-directiva .perfiles > div > div:last-child > div:first-child {
    color: var(--green);
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    white-space: nowrap;
}
.comision-directiva .perfiles > div > div:last-child > div:last-child {
    color: var(--mid-gray);
    font-size: 16px;
    margin-top: 10px;
}
.comision-directiva .perfiles h4 {
    text-align: center;
}
.comision-directiva .perfiles p {
    text-align: center;
    color: var(--mid-gray);
    line-height: 2;
    font-size: 16px;
}
@media only screen and (max-width: 1360px) {
    .comision-directiva .perfiles > div > div:first-child {
        width: 200px;
        height: 200px;
    }
    .comision-directiva .perfiles > div > div:last-child > div:first-child,
    .comision-directiva .perfiles h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1310px) {
    .comision-directiva .perfiles > div > div:first-child {
        width: 190px;
        height: 190px;
    }
    .comision-directiva .perfiles > div > div:last-child > div:first-child,
    .comision-directiva .perfiles h4 {
        font-size: 17px;
    }
    .comision-directiva .perfiles > div > div:last-child > div:last-child,
    .comision-directiva .perfiles p {
        font-size: 15px;
    }
    main.interior > div.layout > table:first-child > tbody > tr > td.principal,
    div.capitulo > div.layout > div:last-child {
        padding-left: 45px;
    }

}
.novedades .cuerpo,
main.bare .cuerpo {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 300px;
}
.novedades h4,
main.bare h3:first-child {
    margin-top: 0;
    color: var(--green);
    font-size: 22px;
    text-transform: uppercase;
}
.novedades .cuerpo p {
    line-height: 1.5;
    color: var(--mid-gray);
}
div.capitulo > div.layout {
    display: grid;
    grid-template-columns: max-content auto;
}
div.capitulo > div.layout > div:first-child > h4:first-child {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 800;
    color: var(--gris-titulo);
    text-transform: uppercase;
}
div.capitulo > div.layout > div:first-child > div.post.bg2 {
    background-color: var(--green);
    border-radius: 5px;
    padding: 19px 15px;
    line-height: 1.5;
}
div.capitulo > div.layout > div:first-child > div.post.bg2,
div.capitulo > div.layout > div:first-child > div.post.bg2 p,
div.capitulo > div.layout > div:first-child > div.post.bg2 td,
div.capitulo > div.layout > div:first-child > div.post.bg2 a {
    color: white;
}
div.capitulo > div.layout > div:first-child > div.post.bg2 div.content > table > tbody > tr > td:first-child {
    padding-right: 1em;
}
div.capitulo > div.layout > div:first-child > div.post.bg2 h3:first-child {
    margin-top: 0;
    text-transform: uppercase;
}
div.capitulo > div.layout > div:last-child > div.seccion h4 {
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 42px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--green);
}
div.capitulo > div.layout > div:last-child > div.seccion:first-child h4 {
    margin-top: 0;
}
div.capitulo > div.layout > div:last-child > div.seccion > div {
    padding: 24px;
    border-radius: 5px;
    background-color: var(--near-white);
    margin-bottom: 35px;
}
div.capitulo > div.layout > div:last-child > div.seccion > div > p:first-child > b {
    text-transform: uppercase;
}
div.capitulo > div.layout > div:last-child > div.seccion > div > p:first-child,
div.capitulo > div.layout > div:last-child > div.seccion > div > ul:first-child {
    margin-top: 0;
}
div.capitulo > div.layout > div:last-child > div.seccion > div > p:last-child,
div.capitulo > div.layout > div:last-child > div.seccion > div > ul:last-child,
div.capitulo > div.layout > div:last-child > div.seccion > div > div:last-child > p.documento {
    margin-bottom: 0;
}
div.capitulo > div.layout > div:last-child > div.seccion > div.bullets {
    padding: 0;
    background-color: white;
}
div.capitulo > div.layout > div:last-child > div.seccion > div.bullets p a,
p.botón a,
.interior .menu a,
ul.bullets a {
    display: inline-block;
    background-color: var(--green);
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 25px;
    text-transform: uppercase;
}
ul.bullets {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bullets li {
    margin-bottom: 1ex;
}
.interior ul.menu {
    list-style: none;
}
div.capitulo p.botón,
div.webinars p.botón {
    text-align: right;
}
div.agenda div.botones {
    display: flex;
    justify-content: flex-end;
}
div.agenda div.botones p.botón {
    margin-left: 1em;
    margin-bottom: 0;
}
p.documento sup, p.botón sup {
    line-height: initial;
    vertical-align: super;
    margin-left: 1em;
    display: inline-block;
}
div.capitulo h5 {
    color: var(--gris-titulo);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 17px;
}
main.interior div.agenda > div {
    background-color: var(--near-white);
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 45px;
}
main.interior div.agenda > div > h5 {
    color: var(--green);
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2ex;
}
main.interior div.agenda > div > h5 > span {
    font-size: 16px;
}
main.interior div.agenda > div > h5 + p {
    margin-bottom: .5ex;
}
main.interior div.agenda > div > h5 + p > b {
    text-transform: uppercase;
    color: var(--gris-titulo);
    font-size: 16px;
}
main.interior div.agenda > div p {
    margin-top: 0;
}
.reunion h6 {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.reunion h5 {
    color: var(--green);
    margin-bottom: 0;
}
p.documento {
    display: inline-grid;
    grid-template-columns: auto auto auto;
}
p.documento a {
    color: white;
    background-color: var(--green);
    text-decoration: none;
    font-size: 13px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
}
p.documento a::before {
    content: " ";
    display: inline-block;
    width: 26px;
    height: 28px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 1em;
    flex-shrink: 0;
}
p.documento a span {
    overflow: hidden;
    text-overflow: ellipsis;
}

p.documento.pdf a::before {
    background-image: url(../img/icono_pdf.svg);
}
p.documento.ppt a::before {
    background-image: url(../img/icono_ppt.svg);
}
p.documento.doc a::before, p.documento.docx a::before {
    background-image: url(../img/icono_doc.svg);
}
div.webinars div.webinar {
    background-color: var(--near-white);
    display: flex;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 35px;
}
div.webinars div.webinar > div:first-child {
    width: 155px;
    flex-shrink: 0;
}
div.webinars div.webinar > div:last-child {
    margin-left: 45px;
    width: 100%;
}
div.webinars div.webinar > div:last-child p {
    margin: 0;
}
div.webinars div.webinar > div:last-child > div p {
    margin: 0;
    color: var(--green);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;
}
div.webinars div.webinar > div:last-child > div p:first-child {
    font-size: 21px;
}
div.webinars div.webinar > div:last-child > div p:last-child:not(:first-child) {
    font-size: 16px;
}
div.webinars div.webinar > div:last-child > div {
    margin-bottom: 1.5ex;
}
div.webinars div.webinar > div:last-child p.botón {
    margin-top: 2ex;
}
.suscribite {
    position: relative;
    display: flex;
    align-items: center;
}
.suscribite span {
    position: absolute;
    right: 10%;
    color: white;
    border: 1px solid white;
    padding: 8px 3em;
    border-radius: 20px;
}
.suscribite:hover span {
    background-color: white;
    color: var(--violeta);
}
.noticias {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    column-gap: 1em;
}
.submenu-cuerpo {
    margin-top: 4ex;
}
div.capitulo div.tl * {
    text-align: left;
}
td.principal .comite-interior-secciones-locales h3 {
    text-transform: unset;
}
.webinar-interior > div {
    display: flex;
    align-items: flex-start;
}
.webinar-interior > div > p {
    margin-top: 0;
}
.webinar-interior > div > *:first-child {
    margin-right: 2em;
    flex-shrink: 0;
}
table.table {
    border-collapse: collapse;
}
table.table > tbody > tr > td {
    border: 1px solid #ccc;
    padding: 3px 5px;
}
table.residencias {
    width: 100%;
    border-collapse: collapse;
}
table.residencias td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 .5em;
}
table.residencias td:nth-child(1) {
    text-align: left;
}
table.residencias td:nth-child(2) {
    width: 7rem;
}
table.residencias td:nth-child(3) {
    width: 8rem;
}
table.residencias td:nth-child(4) {
    width: 8rem;
}
div.nomenclador table {
    border-collapse: collapse;
}
div.nomenclador table td {
    border: 1px solid #ccc;
    padding: 3px 5px;
}
table.videos {
    border-collapse: collapse;
}
table.videos td {
    padding: 3px 5px;
    border: 1px solid #ccc;
}
