@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 {
  --antaresc-green: #00A443;
  --antaresc-white: #FFFEFF;
  --antaresc-forest: #00402A;
  --antaresc-real-black: #000000;
  --antaresc-black: #3A3735;
  --antaresc-orange-light: #FFF5EC;
  --antaresc-grey: #615D5A;
  --antaresc-border: #D8CFC7;
  --antaresc-sunset: #FF9C1A;
  --antaresc-sand: #FFF5EC;
}

#antaresc {
  width: 100%;
  max-width: 980px;
  padding: 33px 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(--antaresc-white);
  border: 1px solid var(--antaresc-border);
}

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

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

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

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

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

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

#antaresc .antaresc_title strong {
    font-weight: 600;
}

#antaresc .antaresc_logo {
    display: block;
    width: 192px;
    height: 35px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/antares-ciclo/images/logo-iberdrola-antares.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
}

#antaresc .antaresc_wrapper {
    width: 100%;
    max-width: 258px;
    margin: 0 auto;
    position: relative;
}

#antaresc .antaresc_label {
    color: var(--antaresc-forest) !important;
    font-size: 14px;
    line-height: 1.42;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
    display: block;
    width: 100%;
    max-width: 87px;
    position: absolute;
}

#antaresc .antaresc_label-1 {
    top: 193px;
    left: 73px;
}

#antaresc .antaresc_label-2 {
    max-width: 102px;
    top: 146px;
    left: 125px;
}

#antaresc .antaresc_label-3 {
    top: 101px;
    left: 170px;
}

#antaresc .antaresc_media {
    position: relative;
    margin-bottom: 35px;
}

#antaresc .antaresc_list_item {
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: var(--antaresc-sand);
    padding: 12px 18px 12px 8px;
    color: var(--antaresc-forest) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-wrap: balance;
    margin-bottom: 8px !important;
}

#antaresc .antaresc_list_item:last-child {
    margin-bottom: 0px !important;
}

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

#antaresc .antaresc_media_image {
    width: 100%;
}

#antaresc .antaresc_media_image-desktop {
    display: none;
}

@media (min-width: 700px) {

    #antaresc {
        padding: 36px 32px;
    }

    #antaresc .antaresc_title {
        font-size: 32px;
        line-height: 1.12;
        margin-bottom: 12px;
    }

    #antaresc .antaresc_logo {
        width: 234px;
        height: 43px;
        margin-bottom: 12px;
    }

    #antaresc .antaresc_list_number {
        display: none;
    }

    #antaresc .antaresc_wrapper {
        max-width: 500px;
    }

    #antaresc .antaresc_media {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    #antaresc .antaresc_media img {
        margin-bottom: 6px;
    }

    #antaresc .antaresc_label {
        max-width: 90px;
        text-align: center;
        position: relative;
    }

    #antaresc .antaresc_label-1 {
        top: auto;
        left: auto;
    }
    
    #antaresc .antaresc_label-2 {
        max-width: 90px;
        top: auto;
        left: auto;
        margin-left: 10px;
        margin-right: 65px;
    }
    
    #antaresc .antaresc_label-3 {
        top: auto;
        left: auto;
    }

    #antaresc .antaresc_list {
        position: absolute;
        display: flex;
        top: 100px;
        left: 0;
        width: 100%;
        padding-right: 28px;
    }

    #antaresc .antaresc_list_item {
        background-color: transparent;
        padding: 0;
        color: var(--antaresc-white) !important;
        font-size: 14px;
        line-height: 1.14;
        font-style: normal;
        font-weight: 600;
        text-align: center;
    }

    #antaresc .antaresc_list_item:first-child {
        margin-right: 14px;
    }

}

@media (min-width: 1080px) {

    #antaresc .antaresc_media_image-desktop {
        display: block;
    }

    #antaresc .antaresc_media_image-mobile {
        display: none;
    }

    #column-2 #antaresc .antaresc_media_image-desktop {
        display: none;
    }

    #column-2 #antaresc .antaresc_media_image-mobile {
        display: block;
    }

    #antaresc .antaresc_wrapper {
        max-width: 916px;
    }

    #column-2 #antaresc .antaresc_wrapper {
        max-width: 500px;
    }

    #antaresc .antaresc_title {
        max-width: 100%;
        margin-bottom: 36px;
    }

    #column-2 #antaresc .antaresc_title {
        max-width: 425px;
        margin-bottom: 12px;
    }

    #antaresc .antaresc_logo {
        width: 252px;
        height: 46px;
        margin-bottom: -12px;
    }

    #column-2 #antaresc .antaresc_logo {
        width: 234px;
        height: 43px;
        margin-bottom: 12px;
    }

    #antaresc .antaresc_label {
        font-size: 16px;
        line-height: 1.25;
        max-width: 160px;
    }

    #column-2 #antaresc .antaresc_label {
        font-size: 14px;
        line-height: 1.42;
        max-width: 90px;
    }

    #antaresc .antaresc_media img {
        margin-bottom: 20px;
    }

    #column-2 #antaresc .antaresc_media img {
        margin-bottom: 6px;
    }

    #antaresc .antaresc_list_item {
        font-size: 18px;
        line-height: 1.22;
        align-items: center;
        justify-content: center;
    }

    #column-2 #antaresc .antaresc_list_item {
        font-size: 14px;
        line-height: 1.14;
    }

    #antaresc .antaresc_list {
        top: 135px;
        padding-right: 0;
    }

    #column-2 #antaresc .antaresc_list {
        top: 100px;
        padding-right: 20px;
    }

    #antaresc .antaresc_list_item:nth-of-type(1) {
        min-width: 268px;
        margin-right: 0;
    }

    #antaresc .antaresc_list_item:nth-of-type(2) {
        min-width: 155px;
    }

    #antaresc .antaresc_list_item:nth-of-type(3) {
        min-width: 224px;
    }

    #antaresc .antaresc_list_item:nth-of-type(4) {
        min-width: 250px;
    }

    #column-2 #antaresc .antaresc_list_item:nth-of-type(1) {
        min-width: 120px;
        margin-right: 14px;
    }

    #column-2 #antaresc .antaresc_list_item:nth-of-type(2) {
        min-width: 65px;
    }

    #column-2 #antaresc .antaresc_list_item:nth-of-type(3) {
        min-width: 165px;
    }

    #column-2 #antaresc .antaresc_list_item:nth-of-type(4) {
        min-width: 85px;
    }

}