:root {
  --erobots-white: #FFFEFF;
  --erobots-forest: #00402a;
  --erobots-green: #00A443;
  --erobots-green-light: #DCEBE1;
  --erobots-brown: #615d5a;
  --erobots-border: #D8CFC7;
  --erobots-sand: #fff5ec;
}

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

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

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

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

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

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

#erobots .erobots_title {
  color: var(--erobots-green) !important;
  font-size: 30px;
  line-height: 1.113;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 53px;
}

#erobots .erobots_title strong {
    font-weight: 600;
}

#erobots .erobots_media {
    width: 100%;
    max-width: 494px;
    margin-left: auto;
    margin-right: auto;    
    position: relative;
}

#erobots .erobots_media_tag {
    width: 100%;
    max-width: 232px;
    margin: 0 auto 53px;
}

#erobots .erobots_list {
    padding-left: 16px;
    min-height: 711px;
    position: relative;
    overflow: hidden;
}

#erobots .erobots_list:after {
    content: '';
    display: block;
    width: 16px;
    height: 100%;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/robots-educativos/images/bg-list.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 16px auto;
    background-color: var(--erobots-white);
    opacity: 0;
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#erobots.viewport .erobots_list:after {
    opacity: 1;
}

#erobots .erobots_list_item {
    width: 100%;
    min-height: 60px;
    margin-bottom: 11px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
}

#erobots .erobots_list_item-1 {
    transition-delay: 0.5s;
}

#erobots .erobots_list_item-2 {
    transition-delay: 1s;
}

#erobots .erobots_list_item-3 {
    transition-delay: 1.5s;
}

#erobots .erobots_list_item-4 {
    transition-delay: 2s;
}

#erobots .erobots_list_item-5 {
    transition-delay: 2.5s;
}

#erobots .erobots_list_item-6 {
    transition-delay: 3s;
}

#erobots .erobots_list_item-7 {
    transition-delay: 3.5s;
}

#erobots .erobots_list_item-8 {
    transition-delay: 4s;
}

#erobots .erobots_list_item-9 {
    transition-delay: 4.5s;
}

#erobots .erobots_list_item-10 {
    transition-delay: 5s;
}

#erobots.viewport .erobots_list_item {
    transform: translateX(0);
    opacity: 1;
}

#erobots .erobots_list_item-6 {
    min-height: 70px;
}

#erobots .erobots_item_text {
    color: var(--erobots-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
    width: calc(100% - 116px);
    min-width: calc(100% - 116px);
}

#erobots .erobots_item_text strong {
    font-weight: 600;
}

#erobots .erobots_list_item picture {
    display: block;
    width: 106px;
    min-width: 106px;
    margin-right: auto;
}

#erobots .erobots_media_globe-1 {
    display: block;
    width: 49px;
    height: 35px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/robots-educativos/images/globe-1.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: calc(50% + 56px);
    transform-origin: right bottom;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
}

#erobots .erobots_media_globe-2 {
    display: block;
    width: 68px;
    height: 50px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/robots-educativos/images/globe-2.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: calc(50% + 48px);
    transform-origin: left bottom;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s 0.5s;
}

#erobots .erobots_media_globe-3 {
    display: block;
    width: 68px;
    height: 50px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/robots-educativos/images/globe-3.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 55px;
    right: calc(50% + 48px);
    transform-origin: right bottom;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s 1s;
}

#erobots .erobots_media_globe-4 {
    display: block;
    width: 49px;
    height: 35px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/robots-educativos/images/globe-4.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 66px;
    left: calc(50% + 40px);
    transform-origin: left bottom;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s 1.5s;
}

#erobots.viewport .erobots_media_globe-1,
#erobots.viewport .erobots_media_globe-2,
#erobots.viewport .erobots_media_globe-3,
#erobots.viewport .erobots_media_globe-4 {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 700px) {

    #erobots .erobots_media_globe-1 {
        width: 33px;
        top: 140px;
        right: calc(50% + 38px);
    }

    #erobots .erobots_media_globe-2 {
        width: 47px;
        top: 136px;
        left: calc(50% + 32px);
    }

    #erobots .erobots_media_globe-3 {
        width: 47px;
        top: 171px;
        right: calc(50% + 33px);
    }

    #erobots .erobots_media_globe-4 {
        width: 33px;
        top: 179px;
        left: calc(50% + 27px);
    }

    #erobots {
        padding: 36px 32px;
    }

    #erobots .erobots_title {
        font-size: 32px;
        line-height: 1.125;
        margin-bottom: 36px;
    }

    #erobots .erobots_media {
        height: 380px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #erobots .erobots_media_tag {
        margin: 0;
        transform: translateY(-10px);
    }

    #erobots .erobots_list {
        padding-left: 0;
        width: 100%;
        min-height: 370px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    #erobots .erobots_list:after {
        content: none;
        display: none;
    }

    #erobots .erobots_list_item {
        transform: translateX(0%);
        position: absolute;
        margin: 0 !important;
        min-height: 45px;
        gap: 10px;
    }

    #erobots .erobots_list_item-1 {
        max-width: 168px;
        flex-direction: row-reverse;
        top: 63px;
        left: 33px;
    }

    #erobots .erobots_list_item-2 {
        align-items: flex-start;
        max-width: 143px;
        top: 0px;
        left: 226px;
    }

    #erobots .erobots_list_item-3 {
        max-width: 168px;
        top: 63px;
        right: 33px;
    }

    #erobots .erobots_list_item-4 {
        max-width: 160px;
        top: 118px;
        right: 0px;
    }

    #erobots .erobots_list_item-5 {
        max-width: 160px;
        top: 194px;
        right: 0px;
    }

    #erobots .erobots_list_item-6 {
        max-width: 176px;
        bottom: 65px;
        right: 21px;
    }

    #erobots .erobots_list_item-7 {
        flex-direction: row-reverse;
        max-width: 140px;
        top: 275px;
        left: 130px;
    }

    #erobots .erobots_list_item-8 {
        flex-direction: row-reverse;
        max-width: 142px;
        top: 249px;
        left: 58px;
    }

    #erobots .erobots_list_item-9 {
        flex-direction: row-reverse;
        max-width: 153px;
        top: 195px;
        left: 0;
    }

    #erobots .erobots_list_item-10 {
        flex-direction: row-reverse;
        max-width: 155px;
        top: 125px;
        left: 0;
    }

    #erobots .erobots_list_item picture {
        width: 59px;
        min-width: 59px;
        margin: 0;
    }

    #erobots .erobots_list_item-2 picture {
        width: 45px;
        min-width: 45px;
        margin-top: 12px;
    }

    #erobots .erobots_list_item-3 picture {
        width: 62px;
        min-width: 62px;
    }

    #erobots .erobots_list_item-4 picture {
        width: 57px;
        min-width: 57px;
    }

    #erobots .erobots_list_item-5 picture {
        width: 55px;
        min-width: 55px;
    }

    #erobots .erobots_list_item-6 picture,
    #erobots .erobots_list_item-8 picture,
    #erobots .erobots_list_item-9 picture {
        width: 53px;
        min-width: 53px;
    }

    #erobots .erobots_list_item-7 picture {
        width: 45px;
        min-width: 45px;
    }

    #erobots .erobots_item_text {
        flex: 1;
        font-size: 14px;
    }

    #erobots .erobots_list_item-1 .erobots_item_text,
    #erobots .erobots_list_item-7 .erobots_item_text,
    #erobots .erobots_list_item-8 .erobots_item_text,
    #erobots .erobots_list_item-9 .erobots_item_text,
    #erobots .erobots_list_item-10 .erobots_item_text {
        text-align: right;
    }

    #erobots .erobots_list_item-5 .erobots_item_text,
    #erobots .erobots_list_item-7 .erobots_item_text,
    #erobots .erobots_list_item-9 .erobots_item_text {
        margin-top: auto;
        margin-bottom: -15px;
    }

    #erobots .erobots_list_item-6 .erobots_item_text  {
        margin-top: auto;
        margin-bottom: -21px;
    }

    #erobots .erobots_list_item-8 .erobots_item_text {
        margin-top: auto;
        margin-bottom: -4px;
    }

}