@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

:root {
  --antaresa-green: #00A443;
  --antaresa-white: #FFFEFF;
  --antaresa-forest: #00402A;
  --antaresa-real-black: #000000;
  --antaresa-black: #3A3735;
  --antaresa-orange-light: #FFF5EC;
  --antaresa-grey: #615D5A;
  --antaresa-border: #D8CFC7;
  --antaresa-sunset: #FF9C1A;
  --antaresa-sand: #FFF5EC;
}

#antaresa {
  width: 100%;
  max-width: 980px;
  padding: 36px 16px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: var(--antaresa-white);
  border: 1px solid var(--antaresa-border);
}

#antaresa * {
  font-family: 'IberPangea' !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#antaresa h2,
#antaresa h3,
#antaresa h4 {
  margin-top: 0 !important;
}

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

#antaresa ul li:before {
  content: none !important;
  display: none !important;
}

#antaresa img {
  display: block;
  width: 100%;
}

#antaresa .antaresa_title {
    color: var(--antaresa-green) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 400;
    text-wrap: balance;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 23px;
}

#antaresa .antaresa_title strong {
    font-weight: 600;
}

#antaresa .antaresa_wrapper {
    padding-top: 180px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/antares-acelerador/images/ilustracion-m.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 159px auto;
}

#antaresa .antaresa_column {
    padding-top: 13px;
}

#antaresa .antaresa_subtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--antaresa-real-black) !important;
    font-size: 21px;
    line-height: 1.14;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
    margin-bottom: 12px;
}

#antaresa .antaresa_subtitle strong {
    font-weight: 400;
    max-width: 177px;    
}

#antaresa .antaresa_accordion + .antaresa_subtitle {
    margin-top: 12px !important;
}

#antaresa .antaresa_accordion.active + .antaresa_subtitle {
    margin-top: 24px !important;
}

#antaresa .antaresa_number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    color: var(--antaresa-white) !important;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    border-radius: 100%;
    margin-right: 14px;
}

#antaresa .antaresa_number-orange {
    background-color: var(--antaresa-sunset);
}

#antaresa .antaresa_number-green {
    background-color: var(--antaresa-green);
}

#antaresa .antaresa_note {
    color: var(--antaresa-black) !important;
    font-size: 12px;
    line-height: 1.33;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    margin-top: 32px;
}

#antaresa .antaresa_accordion.active {
    margin-bottom: 12px;
}

#antaresa .antaresa_accordion_link {
    display: flex;
    align-items: center;
    padding: 8px 57px 8px 16px;
    border-radius: 15px;
    background: var(--antaresa-sand);
    text-decoration: none;
    position: relative;
}

#antaresa .antaresa_accordion.active .antaresa_accordion_link {
    background-color: var(--antaresa-green);
    color: var(--antaresa-white) !important;
}

#antaresa .antaresa_accordion_link:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid var(--antaresa-green);
    border-right: 1.5px solid var(--antaresa-green);
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    right: 18px;
    top: 25%;
}

#antaresa .antaresa_accordion.active .antaresa_accordion_link:before {
    border-top: 1.5px solid var(--antaresa-white);
    border-right: 1.5px solid var(--antaresa-white);
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 12px;
}

#antaresa .antaresa_accordion_title {
    color: var(--antaresa-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    text-wrap: balance;
}

#antaresa .antaresa_accordion.active .antaresa_accordion_title {
    color: var(--antaresa-white) !important;
}

#antaresa .antaresa_list {
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: var(--antaresa-sand);
    text-decoration: none;
    padding: 0px 16px 0px 8px;
    margin-top: 12px;
}

#antaresa .antaresa_accordion.active .antaresa_list {
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out;
}

#antaresa .antaresa_list_item {
    color: var(--antaresa-forest) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px !important;
}

#antaresa .antaresa_list_item:first-child {
    margin-top: 8px;
}

#antaresa .antaresa_list_item:last-child {
    margin-bottom: 8px !important;
}

#antaresa .antaresa_list_item:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--antaresa-forest);
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 11px;
}

@media (min-width: 700px) {

    #antaresa {
        padding: 36px 32px;
    }

    #antaresa .antaresa_wrapper {
        padding-top: 0px;
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/antares-acelerador/images/ilustracion-t.svg?t=0003');
        background-size: 675px auto;
        max-width: 675px;
        background-position: center 44px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 520px;
        width: 100%;
        margin: 0 auto;
    }

    #antaresa .antaresa_title {
        font-size: 32px;
        line-height: 1.12;
        margin-bottom: 49px;
    }

    #antaresa .antaresa_number {
        display: none;
    }

    #antaresa .antaresa_column {
        padding-top: 0;
        width: calc(50% - 90px);
        display: flex;
        flex-direction: column;
    }
    
    #antaresa .antaresa_column-2 {
        order: -1;
    }

    #antaresa .antaresa_column-2 .antaresa_subtitle:nth-of-type(2) {
        order: -2;
    }

    #antaresa .antaresa_column-2 .antaresa_accordion:nth-of-type(3) {
        order: -1;
        margin-bottom: 36px;
    }

    #antaresa .antaresa_column-1 .antaresa_subtitle:nth-of-type(2) {
        margin-top: 24px !important;
    }

    #antaresa .antaresa_column-1 .antaresa_subtitle:nth-of-type(3) {
        margin-top: 30px !important;
    }

    #antaresa .antaresa_column-1,
    #antaresa .antaresa_column-2 .antaresa_accordion {
        max-width: 224px;
    }

    #antaresa .antaresa_column-1 .antaresa_subtitle {
        width: 100%;
        max-width: 221px;
        padding-right: 22%;
        margin-left: auto;
    }

    #antaresa .antaresa_column-1 .antaresa_subtitle:nth-of-type(1) {
        margin-top: -17px !important;
    }

    #antaresa .antaresa_subtitle {
        font-size: 24px;
        line-height: 1.12;
        margin-bottom: 21px;
    }

    #antaresa .antaresa_column-2 .antaresa_subtitle strong {
        text-wrap: nowrap;
    }

    #antaresa .antaresa_accordion {
        position: relative;
        margin-bottom: 12px;
    }

    #antaresa .antaresa_list {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        width: 100%;
        min-width: 240px;
        z-index: 2;
        margin: 0;
    }

    #column-2 #antaresa .antaresa_list {
        min-width: 220px;
    }

    #antaresa .antaresa_column-1 .antaresa_list {
        left: auto;
        right: 0;
    }

    #antaresa .antaresa_accordion_link {
        padding-right: 30px;
    }

    #antaresa .antaresa_subtitle strong {
        max-width: 100%;
    }

    #antaresa .antaresa_column-2 .antaresa_accordion.active + .antaresa_subtitle {
        margin-top: 12px !important;
    }

    #antaresa .antaresa_note {
        font-size: 14px;
    }

}

@media (min-width: 1080px) {

    #antaresa .antaresa_title {
        margin-bottom: 29px;
    }

    #antaresa .antaresa_wrapper {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/antares-acelerador/images/ilustracion-d.svg');
        background-size: 917px auto;
        max-width: 917px;
        min-height: 460px;
    }

    #antaresa .antaresa_column-1,
    #antaresa .antaresa_column-2 .antaresa_accordion,
    #antaresa .antaresa_column-1 .antaresa_subtitle {
        max-width: 281px;
    }

    #antaresa .antaresa_column-1 .antaresa_subtitle {
        padding-right: 0;
    }

    #antaresa .antaresa_column-1 .antaresa_subtitle:nth-of-type(1) {
        margin-top: 11px !important;
    }

    #column-2 #antaresa .antaresa_title {
        margin-bottom: 49px;
    }

    #column-2 #antaresa .antaresa_wrapper {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/antares-acelerador/images/ilustracion-t.svg?t=0003');
        background-size: 675px auto;
        max-width: 675px;
        min-height: 520px;
    }

    #column-2 #antaresa .antaresa_column-1,
    #column-2 #antaresa .antaresa_column-2 .antaresa_accordion {
        max-width: 224px;
    }

    #column-2 #antaresa .antaresa_column-1 .antaresa_subtitle {
        max-width: 221px;
        padding-right: 22%;
    }

    #column-2 #antaresa .antaresa_column-1 .antaresa_subtitle:nth-of-type(1) {
        margin-top: -17px !important;
    }

}