/*@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 {
    --etrucks-white: #FFFEFF;
    --etrucks-green: #00A443;
    --etrucks-green-dark: #2F6852;
    --etrucks-dark: #00402A;
    --etrucks-black: #3A3735;
    --etrucks-brown: #615D5A;
    --etrucks-border: #D8CFC7;
    --etrucks-orange: #FF9C1A;
    --etrucks-sand: #FFF5EC;
    --etrucks-blue: #0DA9FF;
    --etrucks-blue-dark: #007ACB;
    --etrucks-orange-dark: #C66D00;
    --etrucks-grey: #699282;
    --etrucks-grey-lighter: #DCEBE1;    
}

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

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

#etrucks h2 {
    margin-top: 0 !important;
}

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

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

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

#etrucks .etrucks_title {
    width: 100%;
    color: var(--etrucks-green) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;
}

#etrucks .etrucks_description {
    color: var(--etrucks-brown) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 22px;
}

#etrucks .etrucks_description strong {
    font-weight: 600;
}

#etrucks .etrucks_graph {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

#etrucks .etrucks_graph_item {
    max-width: 220px;
    margin-bottom: 31px;
    text-align: left;
}

#etrucks .etrucks_graph_item-2 {
    max-width: 192px;
    margin-left: auto;
    text-align: right;
    margin-bottom: 17px;
}

#etrucks .etrucks_graph_item-3 {
    max-width: 210px;
    position: absolute;
    top: 50%;
}

#etrucks .etrucks_graph_title {
    color: var(--etrucks-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 8px;
}

#etrucks .etrucks_graph_text {
    color: var(--etrucks-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

#etrucks .etrucks_graph_point {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/camiones-electricos/images/icono-mas.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
}

#etrucks .etrucks_graph_point.active {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/camiones-electricos/images/icono-mas-hover.svg');
}

#etrucks .etrucks_graph_point-1 {
    left: 35px;
    bottom: 145px;
}

#etrucks .etrucks_graph_point-2 {
    right: 90px;
    bottom: 13px;
}

#etrucks .etrucks_graph_image-desktop {
    display: none;
}

#etrucks .etrucks_graph_modal {
    display: none;
    border-radius: 15px;
    border: 1px solid var(--etrucks-dark);
    background: var(--etrucks-white);
    padding: 20px;
    position: absolute;
    width: 100%;
    max-width: 250px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#etrucks .etrucks_graph_modal.active {
    display: block;
}

#etrucks .etrucks_graph_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/camiones-electricos/images/icono-cerrar.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

#etrucks .etrucks_graph_modal_icon {
    max-width: 58px;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

#etrucks .etrucks_graph_modal_title {
    width: calc(100% - 42px);
    color: var(--etrucks-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
}

#etrucks .etrucks_graph_modal_text {
    color: var(--etrucks-brown);
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 16px;
}

#etrucks .etrucks_graph_modal_text:last-child {
    margin-bottom: 0;
}

#etrucks .etrucks_graph_modal_text em {
    font-style: italic;
}

#etrucks .etrucks_graph_modal_text img {
    display: inline-block;
    vertical-align: middle;
    max-width: 24px;
    margin-right: 8px;
}

#etrucks .etrucks_model {

    margin-left: -16px;
    position: relative;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 240px;
}

#etrucks .etrucks_model_point {
    border-radius: 53px;
    background: var(--etrucks-orange);
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--etrucks-white) !important;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: absolute;
}

#etrucks .etrucks_model_point.active {
    background-color: var(--etrucks-green) !important;
}

#etrucks .etrucks_model_point-1 {
    bottom: 35px;
    left: 90px;
}

#etrucks .etrucks_model_point-2 {
    bottom: 80px;
    right: 40px;
}

#etrucks .etrucks_model_point-3 {
    bottom: 0px;
    right: 60px;
}

#etrucks .etrucks_model_image-desktop {
  display: none;
}

#etrucks .etrucks_model_modal {
    position: absolute;
    border-radius: 15px;
    border: 1px solid var(--etrucks-border);
    background: var(--etrucks-white);
    padding: 20px;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 260px;
    display: none;
}

#etrucks .etrucks_model_modal.active {
    display: block;
}

#etrucks .etrucks_model_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/camiones-electricos/images/icono-cerrar.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

#etrucks .etrucks_model_modal_title {
    color: var(--etrucks-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
}

#etrucks .etrucks_model_modal_text {
    color: var(--etrucks-brown);
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
}

#etrucks .etrucks_info {
    position: relative;
}

#etrucks .etrucks_info_icon {
    width: 100%;
    max-width: 51px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

#etrucks .etrucks_info_text {
    color: var(--etrucks-dark) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    border-radius: 15px;
    border: 1px solid var(--etrucks-border);
    background: var(--etrucks-white);
    padding: 22px;
}

#etrucks .etrucks_info_text strong {
    font-weight: 600;
}

#etrucks .etrucks_info_image {
    width: 100%;
    max-width: 130px;
    margin: -10px auto;
}

#etrucks .etrucks_alert {
    padding: 24px;
    border-radius: 15px;
    background: var(--etrucks-sand);
}

#etrucks .etrucks_alert_text {
    color: var(--etrucks-dark) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}

#etrucks .etrucks_alert_text strong {
    font-weight: 600;
}

@media (min-width: 650px) {

    #etrucks {
        padding: 32px;
    }

    #etrucks .etrucks_title {
        font-size: 32px;
        line-height: 1.12;
        text-wrap: balance;
        margin-bottom: 12px;
    }

    #etrucks .etrucks_description {
        line-height: 1.33;
        margin-bottom: 40px;
    }

    #etrucks .etrucks_graph_item-1 {
        margin-left: 25%;
        margin-bottom: 0px;
    }

    #etrucks .etrucks_graph_item-2 {
        position: absolute;
        top: 180px;
        right: 0;
    }

    #etrucks .etrucks_graph_item-3 {
        max-width: 260px;
        top: 290px;
    }

    #etrucks .etrucks_graph_image {
        width: calc(100% + 36px);
        margin-right: -32px;
    }

    #etrucks .etrucks_graph_point-1 {
        left: 175px;
    }

    #etrucks .etrucks_graph_point-2 {
        right: 129px;
        bottom: 131px;
    }

    #etrucks .etrucks_graph_modal-2 {
        max-width: 244px;
        left: auto;
        transform: none;
        right: 23px;
        bottom: -138px;
    }

    #etrucks .etrucks_graph_modal-1 {
        max-width: 345px;
        bottom: -160px;
        left: 190px;
    }

    #etrucks .etrucks_model_point,
    #etrucks .etrucks_model_modal_close {
        display: none;
    }

    #etrucks .etrucks_model {
        margin-bottom: 110px;
    }

    #etrucks .etrucks_model_modal-1 {
        max-width: 235px;
        transform: none;
        top: 15%;
        left: 10%;
        display: block;
    }

    #etrucks .etrucks_model_modal-2 {
        max-width: 238px;
        transform: none;
        top: 15%;
        left: auto;
        right: 10%;
        display: block;
    }

    #etrucks .etrucks_model_modal-3 {
        max-width: 280px;
        transform: none;
        top: 89%;
        left: 15%;
        display: block;
    }

    #etrucks .etrucks_model {
        margin-left: -32px;
    }

    #etrucks .etrucks_info {
        margin-bottom: 8px;
    }

    #etrucks .etrucks_info_text {
        margin-left: 18px;
        margin-right: 34px;
        width: auto;
    }

    #etrucks .etrucks_info_text,
    #etrucks .etrucks_alert_text {
        padding-right: 80px;
    }

    #etrucks .etrucks_info_icon {
        transform: none;
        left: -6px;
    }

    #etrucks .etrucks_info_image {
        margin: 0;
        position: absolute;
        top: 38px;
        right: -3px;
    }

    #etrucks .etrucks_alert {
        margin-left: 18px;
        margin-right: 34px;
        width: auto;
    }

    #etrucks .etrucks_graph_point:hover {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/camiones-electricos/images/icono-mas-hover.svg');
    }
    
    #etrucks .etrucks_model_point:hover {
        background-color: var(--etrucks-green) !important;
    }

}

@media (min-width: 1080px) {

    #etrucks .etrucks_graph_image-mobile,
    #column-2 #etrucks .etrucks_graph_image-desktop {
        display: none;
    }
    
    #etrucks .etrucks_graph_image-desktop,
    #column-2 #etrucks .etrucks_graph_image-mobile {
        display: block;
    }

    #etrucks .etrucks_graph {
        max-width: 680px;
    }


    #etrucks .etrucks_graph_item-1 {
        margin-top: -16px;
        margin-bottom: -37px;
        margin-left: 180px;
    }
    

    #etrucks .etrucks_graph_point-1 {
        left: 193px;
        bottom: 215px;
    }

    #column-2 #etrucks .etrucks_graph_point-1 {
        left: 175px;
        bottom: 145px;
    }

    #etrucks .etrucks_graph_point-2 {
        right: 189px;
        bottom: 182px;
    }

    #column-2 #etrucks .etrucks_graph_point-2 {
        right: 129px;
        bottom: 131px;
    }

    #etrucks .etrucks_graph_modal-1 {
        bottom: -110px;
        left: 210px;
    }

    #column-2 #etrucks .etrucks_graph_modal-1 {
        bottom: -180px;
        left: 190px;
    }

    #etrucks .etrucks_graph_modal-2 {
        right: 83px;
        bottom: -88px;
    }

    #column-2 #etrucks .etrucks_graph_modal-2 {
        right: 23px;
        bottom: -138px;
    }

    

    #etrucks .etrucks_model {
        max-width: 746px;
        margin-top: -150px;
    }


    #etrucks .etrucks_model_modal-1 {
        left: 69px;
        top: 171px;
    }

    #column-2 #etrucks .etrucks_model_modal-1 {
        left: 75px;
        top:150px;
    }

    #etrucks .etrucks_model_modal-2 {
        right: 69px;
        top: 252px;
    }

    #column-2 #etrucks .etrucks_model_modal-2 {
        right: 75px;
        top: 150px;
    }

    #etrucks .etrucks_model_modal-3 {
        left: 69px;
        max-width: 310px;
    }

    #column-2 #etrucks .etrucks_model_modal-3 {
        left: 100px;
        max-width: 300px;
    }

    #etrucks .etrucks_info_text,
    #etrucks .etrucks_alert {
        margin-left: 36px;
        margin-right: 60px;
    }

    #etrucks .etrucks_info_text,
    #etrucks .etrucks_alert_text {
        padding-right: 110px;
    }

    #column-2 #etrucks .etrucks_info_text,
    #column-2 #etrucks .etrucks_alert_text {
        padding-right: 80px;
    }

    #column-2 #etrucks .etrucks_info_text,
    #column-2 #etrucks .etrucks_alert {
        margin-left: 18px;
        margin-right: 34px;
    }

    #etrucks .etrucks_info_icon {
        left: 11px;
    }

    #column-2 #etrucks .etrucks_info_icon {
        left: -6px;
    }

    #etrucks .etrucks_info_image {
        max-width: 174px;
        top: 18px;
        right: 15px;
    }

    #column-2 #etrucks .etrucks_info_image {
        max-width: 130px;
        top: 38px;
        right: -3px;
    }
    
}