body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}
img {
    width: 100%;
    vertical-align: middle;
}

a {
    color: #2358BF;
    text-decoration: none;
    background-color: transparent;
}
svg {
    overflow: hidden;
    width: 100%;
}


h2 {
    max-width: 622px;
    margin: 48px auto 24px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 15px;
  }

.graphic_ai2 h2, .graphic_regular h2 {
    padding: 0;
}

/* HEADER */
.header {
    width: 100%;
    position: relative;
    top: 0px;
}

.header .container {
    max-width: 320px;
    margin: 0 auto;
    padding-right: 4px;
    padding-left: 4px;
}

.header .flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 49px;
    flex-wrap: wrap;
}

.header .container .flex .hamburger {
    display: none;
    flex: 0 0 25%;
}
.header .container .flex .branded {
    background: #ffffff;
    max-width: 320px;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
}

.header .container .flex .branded .logo {
    display: flex;
    max-width: 142px;
    justify-content: center;
}

.header .container .flex .shops {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 0 0 50%;
    max-width: 50%;
}

.header .container .flex .shops .bot {
        align-self: center;
        display: flex;
        position: relative;
        justify-content: center;
}

.header .container .flex .shops .bot a {
    border: none;
    border-radius: 4px;
    height: 24px;
    min-height: 24px;
    min-width: 50px;
    width: 50px;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
}

.header .container .flex .shops .bot a {
    background: linear-gradient(90deg,#878787 0,#000);
    color: #fff;
    text-transform: uppercase;
    font-size: .6875rem;
    line-height: .8125rem;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter .2s;
    min-height: 24px;
    width: max-content;
    margin: auto;
}

.header .container .flex .shops .bot svg {
    display: none;
    margin: auto;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.header .container .flex .shops .bot span {
    padding-top: 2px;
    font-weight: 700;
    font-family: 'Roboto Condensed','Roboto',sans-serif;
    font-size: .625rem;
    letter-spacing: .04688rem;
    line-height: 1rem;
}

.header .container .flex .shops .bot.shop a {
    background: linear-gradient(to top , #30B4A9 0%, #30B4A9 100%);
}

.header .container .flex .shops .bot.vix a {
    background: linear-gradient( 120deg, #D42B5F 5%, #FF5900 50%, #F83B15 90% );
}

.header .container .flex .shops .bot.vix svg {
    height: 32px;
    position: absolute;
    width: 32px;
    margin: auto;
    display: block !important;
}
.header .container .flex .shops .bot.vivo {
    padding-left: 8px;
    padding-right: 8px;
    
}
.header .container .flex .shops .bot.vivo a {
    background: linear-gradient(to top , #323F5E 0%, #161B27 100%);
    border: none;
    border-radius: 4px;
    height: 24px;
    min-height: 24px;
    min-width: 60px;
    margin: 0;
    padding: 0 2px;
}

.header .container .flex .shops .bot.vivo svg {
    margin-right: 0;
}
.header .container .flex .shops .bot.vivo span {
    margin-right: 4px;
}

/*NAVBAR MIDDLE ROW OF HEADER*/
.navbar {
    -webkit-box-align: center;
    align-items: center;
    background: rgb(17, 57, 103);
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.navbar .menuitem {
    position: relative;
    display: inline-flex;
    letter-spacing: 0.75px;
}

.navbar .menuitem.tuciudad a {
    background: rgb(17, 57, 103);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: "Roboto Condensed", 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    height: 100%;
    margin-left: 10px;
    opacity: 0.5;
    text-transform: uppercase;
    width: 93px;
    z-index: 121131;
}

.navbar .menuitem.tuciudad a {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.navbar ul {
    list-style: none;
    margin: 0px;
    overflow-x: auto;
    padding: 0px 0px 0px 5px;
    white-space: nowrap;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
}

.navbar ul::-webkit-scrollbar {
    display: none;
}
.navbar ul li {
    display: inline-block;
    position: relative;
}

.navbar ul li a {
    background: transparent;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 0.75rem;
    line-height: 2.5rem;
    opacity: 0.5;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
}

.navbar ul li a.active {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
    opacity: 1;
}

.nav_noticias.active::before {
    display: block;
    background: #fff;
}

.nav_item:hover::before, .navbar .menuitem.tuciudad a:hover::before {
    display: block;
    background: #fff;
}

.nav_item:hover {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
    opacity: 1;
}


.firstnav:hover {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
    opacity: 1;
}
.navbar .menuitem.tuciudad a:hover {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
    opacity: 1;
}

.navbar .menuitem.tuciudad a::before,.nav_lifestyle::before,.nav_radio::before,.nav_shop::before,.nav_famosos::before,.nav_deportes::before,.nav_noticias::before, .firstnav::before {
    bottom: 0px;
    content: " ";
    display: none;
    height: 2px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.navbar .menuitem.tuciudad a::before {
    bottom: -11px;
}
.navbar ul li a.firstnav {
    padding-left: 12px;
    padding-right: 12px;
}

/*BLUE FRANJA (SHORTTITLE)*/
.shorttitle {
    background-color: rgb(0, 0, 0);
    background-position: 100% center;
    background-image: linear-gradient(229deg, rgb(35, 88, 191) 0%, rgb(35, 162, 238) 100%);
    background-size: cover;
    width: 100%;
}

.shorttitle .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.shorttitle .container .inside_franja {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
    height: 40px;
    width: 100%;
}

.shorttitle .container .inside_franja a {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 700;
}

.shorttitle .container .inside_franja .col {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-height: 100%;
}

/* END OF HEADER */

/*TITULO ENTRADA*/

.before_title {
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
 }

.entrada {
    width: 100%;
    max-width: 833px;
    margin: 0 auto;
    padding: 0 15px;
}

.entrada h1 {
    color: inherit;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 36px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 106.25% */
}

.entrada .entradilla {
    color: var(--colors-palette-grayscale-900, #000);
    color: inherit;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 133.333% */
    max-width: 622px;
    margin: 0 auto;
}

a.autor_link {
    color: inherit;
    font-weight: 400;
}
.entrada .autores, .entrada .fecha {
    color: var(--colors-palette-grayscale-900, #333);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-top: 16px;
}

.entrada .autores a {
    color: #333;
}
.entrada .autores {
    max-width: 235px;
    margin: 16px auto 0;
}
.entrada .fecha {
    margin-top: 4px;
    max-width: 280px;
    margin: 4px auto 0;
}

.share {
    display: flex;
    max-width: 220px;
    margin: 0 auto;
    align-items: center;
    padding-top: 16px;
}

.footer .share {
    max-width: 260px;
}
.share .texto {
    color: var(--colors-palette-grayscale-600, #808080);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Metadata, Credits & Quick links Roboto Cond/10px Regular */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 140% */
    letter-spacing: 0.75px;
    padding-right: 16px;
    text-transform: uppercase;
}
.share .email a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://static.univision.com/especiales/noticias/infografias/plantilla-infografia/template-2023/assets/email.png);
    background-repeat: no-repeat;
    margin-right: 16px;
    background-size: 40px;
}

.share .twitter a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://static.univision.com/especiales/noticias/infografias/plantilla-infografia/template-2023/assets/twitter.png);
    background-repeat: no-repeat;
    background-size: 40px;
    margin-right: 16px;
}

.share .facebook a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://static.univision.com/especiales/noticias/infografias/plantilla-infografia/template-2023/assets/facebook.png);
    background-repeat: no-repeat;
    background-size: 40px;
}


/*END TITULO ENTRADA*/

/*ARTICLE*/

.article {
    width: 100%;
    margin: 32px auto;

}

.graphic_ai2, .graphic_regular, .graphic_video, .graphic_mashistorias {
    margin: 48px 0;
}

.graphic_ai2, .graphic_regular, .graphic_video, .graphic_mashistorias {
    padding: 0 15px;
}


.article .paragraph {
    max-width: 622px;
    margin: 32px auto;
    padding: 0 15px;
    flex-shrink: 0;
    color: var(--colors-palette-grayscale-900, #000);
    color: inherit;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.article .paragraph a {
    color: var(--colors-themes-noticias-primary, #2358BF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}

.article .paragraph.description {
    color: var(--colors-palette-grayscale-900, #000);
    color: inherit;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
    line-height: 24px; /* 150% */
}
.metodologia {
    max-width: 622px;
    color: #808080;
    font-family: 'Roboto',serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }


  .container_metodologia {
    padding: 0 15px;
    /* padding: 6px 0px 6px 0px; */
    font-family: 'Roboto', serif;
    color: #808080;
    position: relative;
    max-width: 622px;
    font-weight: 400;
    margin: 24px auto 40px auto;
    font-size: 14px;
    line-height: 21px;
    margin-top: 64px;
  }

  .container_metodologia:after {
    content: '';
    position: absolute;
    top: -14px;
    padding: 0 15px;
    width: 90%;
    left: 14px;
    border-top: 1px solid #85858A;
  }


  .source_block {
    margin-bottom: 24px;
  }


/*END OF ARTICLE*/
/*FOOTER*/

.footer {
    border-top: 2px solid rgb(35, 88, 191);;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.footer .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid var(--colors-palette-grayscale-300, #ECECEC);
    justify-content: space-between;
}

.footer .footer_logo {
    width: 100%;
    max-width: 130px;
    flex-direction: row;
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 40px;
}

.footer .share {
    padding-top: 0;
    display: inline-flex;
    padding-bottom: 32px;
    justify-content: start;
    align-items: start;
}
.ytY_P>svg {
    margin-right: 12px;
}

.ytY_P>span {
    color: gray;
    font-size: .6875rem;
    line-height: .8125rem;
    text-transform: uppercase;
}

.ytY_P:before {
    content: "";
    border-left: 1px solid #333;
    width: auto;
    position: absolute;
    top: 0;
    left: 20px;
    height: 30px;
}

.ytY_P._2rQ5i:before {
    border-left: 1px solid #ececec;
}
.footer .secondrow {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}


.footer .innerrow {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 10px 3rem;
    
}

.footer .apps, footer .acerca {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

._2B08t._2rQ5i {
    border-color: #ececec;
}

._2SPez {
    margin-bottom: 0.6875rem;
    font-size: .8125rem;
    line-height: .9375rem;
    text-transform: uppercase;
    color: #181818;
    font-weight: 700;
    text-align: left;
}

.acerca ._2SPez {
    text-align: left;
}
._2B08t {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ececec;
    border-color: #ececec;
    padding-right: 0;
    padding-left: 0;
    
}
._2B08t>* {
    flex: 0 1 33% !important;
}

._3iad8 a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    margin: 0;
    color: #fff;
    line-height: 14px;
    display: flex;
    flex-direction: row;
}
._3iad8._35OyY a {
    color: #181818;
}
._3iad8 {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex: 1 1 33%;
    text-align: left;
    padding: 13px 0;
}
._2UmdU {
    line-height: 12px;
    margin-left: 8px;
    margin-top: 7px;
    text-align: left;
    color: #181818;

}

._3BCIj {
    text-align: center;
}

._1xh8d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

._2piZ8, .PByOJ {
    width: 100%;
    column-count: 2;
}

._3X6Xp {
    display: block;
    font-size: .8125rem;
    line-height: 1.9375rem;
    margin: 0;
    text-decoration: none;
    color: #181818;
}

._1xh8d ._3ojxO {
    display: flex;
    align-items: center;
    font-size: .8125rem;
    line-height: 1.9375rem;
}


._1xh8d ._3ojxO a {
    font-weight: 400;
}
._2pqF8 {
    padding: 0.5rem 0;
    color: #ececec;
    font-size: .8125rem;
    line-height: 1.9375rem;
    text-align: center;
    background-color: #333;
}

._2pqF8._7obux {
    color: #333;
    background-color: #fff;
}

.ytY_P {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 40px;
}


.footer .share .instagram a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://static.univision.com/especiales/noticias/infografias/plantilla-infografia/template-2023/assets/instagram_footer.png);
    background-repeat: no-repeat;
    margin-right: 16px;
    background-size: 16px;
}

.footer .share .twitter a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://static.univision.com/especiales/noticias/infografias/plantilla-infografia/template-2023/assets/twitter_footer.png);
    background-repeat: no-repeat;
    background-size: 16px;
    margin-right: 16px;
}

.footer .share .facebook a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://static.univision.com/especiales/noticias/infografias/plantilla-infografia/template-2023/assets/facebook_footer.png);
    background-repeat: no-repeat;
    margin-right: 16px;
    background-size: 16px;
}


/*END OF FOOTER*/

/*VIDEO*/

.allvids {
    margin: 16px auto;
    padding: 0;
}
.vid_title {
    color: #2358BF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    max-width: 622px;
    line-height: 22px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    margin: 8px auto;
}

.vid_desc {
    color: var(--colors-palette-grayscale-900, #000);
    color: inherit;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 622px;
    line-height: 24px;
    margin: 4px auto;
}

.vid_credit {
    color: var(--colors-palette-grayscale-600, #808080);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    max-width: 622px;
    margin: 4px auto;
}

/* END OF VIDEO */

/*MAS HISTORIAS VISUALES*/
.allhist {
    max-width: 622px;
    margin: 0 auto;
}
.allhist .historia .titulo {
    font-family: Montserrat;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding-top: 0px;
    padding-left: 16px;
    width: calc(100% - 150px);
}
.allhist .historia {
    max-width: 100%;
    margin: 16px;
    display: flex;
}

.allhist .historia .promo {
    overflow: hidden;
    width: 150px;
    max-height: 112px;
}

.allhist .historia .promo img {
    width: 100%;
}
.allhist .historia .mas_fecha {
    font-family: 'Roboto Condensed', 'sans-serif';
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    padding-top: 4px;
}

/*END MAS HISTORIAS VISUALES*/

/*STICKY*/
#sticky {
    position: sticky;
    position: -webkit-sticky;
    background-color: #fff;
    width: 100%;
    max-width: 622px;
    margin: 0 auto;
    top: 24px;
    color: #fff;
}

#sticky::before {
    content:'';
    height: 40px;
    width: 100%;
    position:absolute;
    top:-42px;
    left:0;
    background-color: #fff;
}

#sticky .drop {
    border-top: 1px solid #000;
    content: "";
    position: absolute;
    width: 100%;
    bottom: -10px;
    z-index: 2;
    transform: scale(1);
    opacity: 0;
    transition: opacity .3s;
    box-shadow: 1px 1px 3px 1px rgb(140 138 138 / 40%);
}
.extra,
#wrapper {
    margin: auto;
}
#wrapper {
    position: relative;
    height:0px;
}
/*END STICKY*/


@media screen and (min-width: 360px) {
    .header .container, .shorttitle .container {
        max-width: 360px;
    }
}

@media screen and (min-width: 414px) {
   
    .header .container, .shorttitle .container {
        max-width: 414px;
    }

    .header .container .flex .shops .bot svg {
        display: block;
    }

}


@media screen and (min-width: 480px) {
   
    .header .container, .shorttitle .container, .footer .row, .footer .secondrow {
        max-width: 480px;
    }


}


@media screen and (min-width: 768px) {
    .entrada .autores {
        max-width: 400px;
    }
    
    .entrada .fecha {
        max-width: 470px;
    }

    h2 {
        padding: 0;
    }
    .header .container .flex .shops {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header .container .flex .hamburger {
        display: flex;
    }
    .header .container .flex .shops .bot a {
        min-width: 60px;
        width: 60px;
    }

    .header .container, .shorttitle .container, .footer .row, .footer .secondrow {
        max-width: 768px;
    }

    .shorttitle .container .inside_franja a {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    .before_title {
        max-width: 400px;
    }

    .entrada {
        padding: 0;
    }

    .graphic_ai2, .graphic_regular, .graphic_video, .graphic_mashistorias {
       padding: 0px;
    }

    .entrada h1 {
        font-size: 48px;
        line-height: 52px; /* 105% */
        max-width: 837px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .row {
        flex-direction: row;
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .footer .footer_logo {
        padding-top: 0;
        padding-bottom: 0;
    }
        
    .footer .share {
        padding-bottom: 0px;
    }

    ._2pqF8 {
        padding: 0;
        background-color: transparent;
        text-align: left;
    }

    .yz8yU {
        display: none;
    }

    .ytY_P {
        padding-left: 48px;
        margin-bottom: 0;
    }

    .article .paragraph {
        padding: 0;
    }

    .allhist {
        display: flex;
    }

    .allhist .historia {
        display: block;
        max-width: 207px;
        margin: 12px;
    }

    .allhist .historia .promo {
        width: 100%;
        max-width: 207px;
    }

    .allhist .historia .titulo {
        padding-left: 0;
        width: 100%;
        padding-top: 12px;
    }

    .allvids {
        padding: 0;
    }
    .container_metodologia {
        padding: 0px;
    }
    .container_metodologia:after {
        padding: 0;
        width: 100%;
        left: 0;
    }
}
@media screen and (min-width: 1024px) {

    .shorttitle .container .inside_franja .col {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .header .container, .shorttitle .container, .footer .row, .footer .secondrow {
        max-width: 1024px;
    }
    .header .container .flex .shops .bot svg {
        display: inline-block;
        width: 12px;
        height: 12px;
    }

    .footer .innerrow {
        padding: 1.5rem 0 3rem;
    }

    .footer .apps {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    ._2B08t._2rQ5i {
        border-right: 1px solid #d2d2d2;
    }
    .footer .acerca {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    ._2B08t {
        margin-bottom: 0;
        border-right: 1px solid #333;
        border-bottom: 0;
    }

    .acerca ._2SPez {
        text-align: right;
    }

    ._2piZ8, .PByOJ {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 0;
        column-count: 1;
        width: 100%;
    }
    ._1xh8d ._3ojxO {
        padding-left: 1rem;
    }
    ._2pqF8 {
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {

    .shorttitle .container .inside_franja .col {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .header .container, .shorttitle .container, .footer .row, .footer .secondrow {
        max-width: 1300px;
    }
}


