@import url(https://db.onlinewebfonts.com/c/066ce24dae3730ed6c648b09efaea93a?family=Acumin+Variable+Concept);

@font-face {
    font-family: "Acumin Variable Concept";
    src: url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot");
    src: url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept")format("svg");
}

@font-face {
    font-family: 'bromaworegular';
    src: url('../../assets/fonts/bromaworegular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/bromaworegular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriad_proregular';
    src: url('../../assets/fonts/myriadpro-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 
    Header
    Menu Mobile
    Home Hero
    Home Sobre
    Home Diseñadores
    Home Colaboradores
    Footer
    Prensa
    Notas
 */

:root {

  --color-white: #ffffff;
  --color-black: #000000;

}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Acumin Variable Concept";
    background: #fff;
    color: #333333;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 500;
}

a, .Web-Header, .Web-Header.Sticky, .cta {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: initial;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* WEB UTILITIES */

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.btn-default {
    border: 1px solid var(--color-verde-fluo);
    padding: 12px 15px;
    color: var(--color-verde-fluo);
    border-radius: 50px;
    max-width: 128px;
    text-align: center;
    text-decoration: none;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 0.7rem;
}
.btn-default:hover{
    background-color: var(--color-verde-fluo);
    color: var(--color-black);
    text-decoration: none;
}
.cta {
    border: 1px solid var(--color-verde-fluo);
    padding: 12px 16px;
    color: var(--color-verde-fluo);
    background-color: transparent;
    border-radius: 50px;
    width: 245px;
    max-width: 100%;
    height: 57px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1rem;
}
.cta:hover {
    background-color: var(--color-verde-fluo);
    color: var(--color-verde-oscuro);
    text-decoration: none;
}

/* Header /////////////////////////////////////////////////////////////*/

.Web-Header {
    background: transparent;
    padding: 32px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header_box_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_box_flex .logo{
    width: 115px;
}

.Web-Header.Sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-black);
    padding: 16px 0;
}
.Web-Header.Sticky .header_box_flex .logo {
    width: 100px;
}

.header_nav {}
.header_nav .nav {
    gap: 24px;
}
.header_nav .nav li {
    margin-left: 16px;
}
.header_nav .nav li a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 200;
}
.header_nav .nav li a:hover {
    color: var(--color-white);
    text-decoration: none;
/*    font-weight: 600;*/
}

.menu-activador {
    width: 32px;
    height: 18px;
    margin-left: 32px;
}
.menu-activador #openMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
}
.menu-activador-linea {
    height: 1px;
    background-color: var(--color-white);
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.header_nav .nav li.dropdown ul {
    position: absolute;
    top: 16px;
    left: 0;
    padding-top: 32px;
    width: 140px;
    opacity: 0;
    visibility: hidden;
}
.header_nav .nav li.dropdown ul::before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 16px;
}
.header_nav .nav li.dropdown ul li {
    margin-left: 0;
    margin-bottom: 0.5rem;
}
.header_nav .nav li.dropdown ul li a {}
.header_nav .nav li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

/* Menu Mobile */

.menu-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 70%);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.menu-mobile.active {
    opacity: 1;
    visibility: visible;
}
.menu-mobile.Sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.menu-mobile-inner {
    width: 310px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    background-color: #000;
}

.nav_menu_mobile {}
.nav_menu_mobile ul {}
.nav_menu_mobile ul li {}
.nav_menu_mobile ul li a {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 12px 0 8px;
    border-bottom: 1px solid #fff;
}
.nav_menu_mobile ul li a:hover {
    color: #fff;
}
.nav_menu_mobile ul li.has-dropdown {
    position: relative;
}
.nav_menu_mobile ul li.has-dropdown > a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-width: 0px 0 1px 1px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 40%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
}
.nav_menu_mobile ul li.has-dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(-225deg) translateY(60%);
    transform: rotate(-225deg) translateY(60%);
}
.nav_menu_mobile ul li.has-dropdown ul.mm-collapse {}
.nav_menu_mobile ul li.has-dropdown ul.mm-collapse li {}
.nav_menu_mobile ul li.has-dropdown ul.mm-collapse li a {
    margin-left: 12px;
}

.menu-activador #openMenu.active .menu-activador-linea:first-child {
    transform: translateY(10px) rotate(45deg);
}
.menu-activador #openMenu.active .menu-activador-linea:nth-child(2) {
    display: none;
}
.menu-activador #openMenu.active .menu-activador-linea:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

/* Home Hero */

.sac_hero {
    height: 751px;
    display: flex;
    align-items: flex-end;
}
.sac_hero.sac_hero_home {
    background-image: url('../../assets/img/home/SAC_Home_Hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_home_box {
    position: relative;
}
.hero_home_box .hero_home_box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 195px;
    width: 100%;
}
.hero_home_box .hero_home_box_inner .text {
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

/* Home Sobre */

.sac_sobre {
    padding: 6rem 0;
}
.sac_sobre.sac_sobre_home {}
.sac_dsgn_container_inner {
    position: relative;
}

.sac_sobre_box {
    display: flex;
    height: 100%;
}
.sobre_box_title {}
.sobre_box_title .title {
    font-family: 'bromaworegular';
    font-size: 3.8rem;
    line-height: 4.5rem;
}
.sobre_box_content {
    align-self: flex-end;
}
.sobre_box_content .text {
    font-weight: 400;
    font-size: 1.585rem;
    line-height: 1.725rem;
}
.sobre_box_directora {}
.sobre_box_directora_flex {
    display: flex;
    justify-content: flex-end;
}
.video_box_nombre {
    text-align: right;
    margin-right: 16px;
}
.video_box_nombre .title {
    color: #C19460;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.video_box_nombre .title span {
    color: #333333;
    text-transform: none;
    font-size: 1.215rem;
}
.video_box_video {}

/* Home Diseñadores */

.sac_disenadores {
    margin: 6rem 0;
    height: 700px;
}
.sac_disenadores2023 {
    margin: 6rem 0;
    height: 900px;
}
.sac_disenadores.sac_disenadores_home {}

.box_dsgn {
    max-width: 250px;
    position: relative;
    transition: all .5s ease;
}
.box_dsgn .link {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .5s ease;
    letter-spacing: 0px;
}
.box_dsgn .box_dsgn_img {
    overflow: hidden;
}
.box_dsgn .box_dsgn_img img {
    width: 250px;
    height: 350px;
    object-fit: cover;
    object-position: top center;
    transition: all .5s ease;
}
.box_dsgn.box_dsgn_bogani {
    z-index: 2;
}
.box_dsgn_brown {
    z-index: 2;
}
.box_dsgn_adot {
    z-index: 0;
}
.box_dsgn_bomparola {
    z-index: 2;
}
.box_dsgn_bogani .link {
    top: 50px;
    right: -75px;
}
.box_dsgn_brown .link {
    top: initial;
    bottom: -40px;
}
.box_dsgn_adot .link {
    top: 50px;
    right: initial;
    left: -155px;
}
.box_dsgn_bomparola .link {
    top: -40px;
    right: initial;
    left: -12px;
}
.box_dsgn.box_dsgn_brown {
    top: 80%;
}
.box_dsgn.box_dsgn_adot {
    top: 30%;
}
.box_dsgn.box_dsgn_bomparola {
    top: 110%;
}
.box_dsgn.box_dsgn1 {
    z-index: 0;
}
.box_dsgn1 .link {
    top: 40px;
    right: -150px;
}
.box_dsgn.box_dsgn2 {
    top: 25%;
    left: 17%;
    z-index: 2;
}
.box_dsgn2 .link {
    top: initial;
    bottom: -46px;
    right: -75px;
}
.box_dsgn.box_dsgn3 {
    top: -15%;
    margin-left: auto;
}
.box_dsgn3 .link {
    top: 70px;
    left: -95px;
    right: initial;
}
.box_dsgn.box_dsgn4 {
    top: 75%;
    margin-left: auto;
}
.box_dsgn4 .link {
    top: initial;
    bottom: -110px;
}
.box_dsgn.box_dsgn5 {
    top: 35%;
    left: 75%;
    z-index: 2;
}
.box_dsgn5 .link {
    top: initial;
    bottom: -35px;
}
.box_dsgn.box_dsgn6 {
    top: 55%;
    left: 85%;
    z-index: 2;
}
.box_dsgn6 .link {
    top: initial;
    bottom: 90px;
    right: -125px;
}
.box_dsgn:hover .link {
    opacity: 1;
    visibility: visible;
}
.box_dsgn:hover .box_dsgn_img img {
    transform: scale(1.1);
}
.float2022 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    pointer-events: none;
    font-family: 'bromaworegular';
    font-size: 31rem;
    line-height: 24rem;
    color: #fff;
    -webkit-text-stroke: 2px #C19460;
}
.float2023 {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 1;
    pointer-events: none;
    font-family: 'bromaworegular';
    font-size: 37rem;
    line-height: 24rem;
    color: #fff;
    -webkit-text-stroke: 2px #C19460;
}
.floatEdicion {
    position: absolute;
    left: 0;
    bottom: -45%;
    z-index: 2;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
}
.floatEdicion2023 {
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 2;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
}
.grid_edicion2023 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

/* Home Colaboradores */

.sac_colaboradores {
    padding: 2rem 0;
}

.colaboradores_title {
    text-align: center;
}
.colaboradores_title .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.colaboradores_grid {
    display: grid;
    grid-template-columns: repeat(3, max(165px));
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    gap: 48px;
    width: 75%;
    margin: auto;
    place-content: center;
}
.colaboradores_grid img {
    width: 125px;
    place-self: center;
}
.colaboradores_grid img:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 250px;
}
.colaboradores_grid img:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.colaboradores_grid img:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.colaboradores_grid img:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}


/* Footer */

.Web-Footer {
    padding: 0 0 6rem;
}
.footer_container_inner {
    border-top: 1px solid #000;
}

.footer_content {
    text-align: center;
    padding-top: 5rem;
}
.footer_content .link {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 0.9rem;
    display: inline-block;
    margin-bottom: 1rem;
}
.box_social {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.box_social img {
    height: 24px;
}
.logo_footer {
    width: 380px;
}

/* Prensa */
.sac_prensa {
    padding-top: 6rem;
}
.press_section_title {}
.press_section_title_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.press_section_title_flex .press_title {}
.press_section_title_flex .press_title .title {
    font-family: 'bromaworegular';
    text-transform: lowercase;
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 0;
}
.press_btns_years {
    display: flex;
    gap: 48px;
}
.press_btns_years li {}
.press_btns_years li .btnPressYear {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 300;
    color: #000;
    padding: 0;
    border: 0;
    background-color: transparent;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
}
.press_btns_years li .btnPressYear:hover {
    border-bottom: 1px solid #000;    
}
.press_btns_years li .btnPressYear.active {
    border-bottom: 1px solid #000;
}
.press_btns_years li .btnPressYear[disabled] {
    color: #c1c1c1;
}

.press_container {
    margin-bottom: 5rem;
}
.item_press_year {
    display: block;
    position: relative;
}
.item_press_year.hidden {
    display: none;
}
.wrapper_press_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.box_press {
    max-width: 355px;
}
.box_press .box_press_image {
    overflow: hidden;
}
.box_press .box_press_image a {
    display: block;
}
.box_press .box_press_image a img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 161px;
    display: block;
    transition: 0.5s;
}
.box_press .box_press_content {
    padding-top: 1.5rem;
}
.box_press .box_press_content .box_press_title {
    font-weight: 400;
    font-size: 1.42rem;
    line-height: 1.52rem;
    margin-bottom: 1rem;
}
.box_press .box_press_content .box_press_title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_press .box_press_link {
    font-weight: 300;
    font-style: italic;
}
.box_press .box_press_link a {}

.box_press:hover .box_press_image a img {
    transform: scale(1.1,1.1);
}

/* Control slide prensa */
.control_slide_prensa {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.control_slide_prensa li {
    position: absolute;
    bottom: 50%;
    width: 24px;
    height: 37px;
    cursor: pointer;
}
.control_slide_prensa li.prev {
    left: -40px;
}
.control_slide_prensa li.next {
    right: -40px;
}
.control_slide_prensa li .arrow_prev {
    display: block;
    height: inherit;
    position: relative;
}
.control_slide_prensa li .arrow_prev::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    transform: rotate(130deg);
}
.control_slide_prensa li .arrow_prev::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
    transform: rotate(-130deg);
}
.control_slide_prensa li .arrow_next {
    display: block;
    height: inherit;
    position: relative;
}
.control_slide_prensa li .arrow_next::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    transform: rotate(50deg);
}
.control_slide_prensa li .arrow_next::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
    transform: rotate(-50deg);
}

/* Gino Bogani */

.sac_hero.sac_hero_gb {
    background-image: url('../../assets/img/gino-bogani/SAC_gino_bogani_hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_inner_title {
    text-align: center;
    color: #fff;
    margin-bottom: 12rem;
}
.hero_inner_title .title {
    font-family: 'bromaworegular';
    font-size: 7rem;
    line-height: 6rem;
    margin-bottom: 1rem;
}
.hero_inner_title .text {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.sac_inner_fotos {
    padding: 4rem 0;
}
.wrapper_slide_fotos {
    position: relative;
    height: 740px;
}
.slide_fotos_float {
    position: absolute;
    top: 0;
    left: 0;
    width: 1500px;
    z-index: 1;
}
.slide_inner_fotos{
    cursor: pointer;
}
.item_sl_fotos {}
.item_sl_fotos img {
    width: 333px;
    height: 500px;
    max-height: 500px;
    object-fit: cover;
}
.mt-50 {
    margin-top: 50%;
}
.mt-15 {
    margin-top: 15%;
}

.sac_inner_video {
    padding: 4rem 0 6rem;
}
.container_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.container_video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.control_slide_fotos {}
.control_slide_fotos li {
    position: absolute;
    bottom: 50%;
    width: 24px;
    height: 37px;
    cursor: pointer;
}
.control_slide_fotos li.prev {
    left: -40px;
}
.control_slide_fotos li.next {
    right: -40px;
}
.control_slide_fotos li .arrow_prev {
    display: block;
    height: inherit;
    position: relative;
}
.control_slide_fotos li .arrow_prev::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    transform: rotate(130deg);
}
.control_slide_fotos li .arrow_prev::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
    transform: rotate(-130deg);
}
.control_slide_fotos li .arrow_next {
    display: block;
    height: inherit;
    position: relative;
}
.control_slide_fotos li .arrow_next::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    transform: rotate(50deg);
}
.control_slide_fotos li .arrow_next::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
    transform: rotate(-50deg);
}

/* Adrián Brown */
.sac_hero.sac_hero_ab {
    background-image: url('../../assets/img/adrian-brown/SAC_adrian_brown_hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Laurencio Adot */
.sac_hero.sac_hero_la {
    background-image: url('../../assets/img/laurencio-adot/SAC_laurencio_adot_hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Evangelina Bomparola */
.sac_hero.sac_hero_eb {
    background-image: url('../../assets/img/evangelina-bomparola/SAC_evangelina_bomparola_hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}
.hero_dsgn {
    height: 751px;
    display: flex;
    align-items: flex-end;
}
.hidden {
    display: none;
}
.Web-Header.Sticky .header_nav .nav li.dropdown ul {
    background-color: #000;
    padding: 32px 12px 0;    
}

/* Notas */
.sac_notas {
    padding-top: 6rem;
}
.notas_section_title {}
.notas_section_title_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.notas_section_title_flex .notas_title {}
.notas_section_title_flex .notas_title .title {
    font-family: 'bromaworegular';
    text-transform: lowercase;
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 0;
}
.notas_btns_years {
    display: flex;
    gap: 48px;
}
.notas_btns_years li {}
.notas_btns_years li .btnNotasYear {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 300;
    color: #000;
    padding: 0;
    border: 0;
    background-color: transparent;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
}
.notas_btns_years li .btnNotasYear:hover {
    border-bottom: 1px solid #000;    
}
.notas_btns_years li .btnNotasYear.active {
    border-bottom: 1px solid #000;
}
.notas_btns_years li .btnNotasYear[disabled] {
    color: #c1c1c1;
}

.notas_container {
    margin-bottom: 5rem;
}
.item_notas_year {
    display: block;
    position: relative;
}
.item_notas_year.hidden {
    display: none;
}
.wrapper_notas_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.box_notas {
    max-width: 355px;
}
.box_notas .box_notas_image {
    overflow: hidden;
}
.box_notas .box_notas_image a {
    display: block;
}
.box_notas .box_notas_image a img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 161px;
    display: block;
    transition: 0.5s;
}
.box_notas .box_notas_content {
    padding-top: 1.5rem;
}
.box_notas .box_notas_content .box_notas_title {
    font-weight: 400;
    font-size: 1.42rem;
    line-height: 1.52rem;
    margin-bottom: 1rem;
}
.box_notas .box_notas_content .box_notas_title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_notas .box_notas_link {
    font-weight: 300;
    font-style: italic;
}
.box_notas .box_notas_link a {}

.box_notas:hover .box_notas_image a img {
    transform: scale(1.1,1.1);
}

/* Control slide notas */
.control_slide_notas {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.control_slide_notas li {
    position: absolute;
    bottom: 50%;
    width: 24px;
    height: 37px;
    cursor: pointer;
}
.control_slide_notas li.prev {
    left: -40px;
}
.control_slide_notas li.next {
    right: -40px;
}
.control_slide_notas li .arrow_prev {
    display: block;
    height: inherit;
    position: relative;
}
.control_slide_notas li .arrow_prev::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    transform: rotate(130deg);
}
.control_slide_notas li .arrow_prev::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
    transform: rotate(-130deg);
}
.control_slide_notas li .arrow_next {
    display: block;
    height: inherit;
    position: relative;
}
.control_slide_notas li .arrow_next::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    transform: rotate(50deg);
}
.control_slide_notas li .arrow_next::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 9px;
    transform: rotate(-50deg);
}