@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 {
    --rmodel-white: #FFFEFF;
    --rmodel-green: #00A443;
    --rmodel-green-dark: #2F6852;
    --rmodel-dark: #00402A;
    --rmodel-black: #3A3735;
    --rmodel-brown: #615D5A;
    --rmodel-border: #D8CFC7;
    --rmodel-orange: #FF9C1A;
    --rmodel-sand: #FFF5EC;
	--rmodel-sunset4: #FFCD52;
    --rmodel-blue: #0DA9FF;
    --rmodel-blue-dark: #007ACB;
	--rmodel-blue4: #6BDAFF;
    --rmodel-orange-dark: #C66D00;
    --rmodel-grey: #699282;
    --rmodel-grey-lighter: #DCEBE1; 
    --rmodel-green-lighter: #5BD38C;
	--rmodel-green1: #007F33;
}

#rmodel {
    width: 100%;
    max-width: 980px;
    padding: 41px 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(--rmodel-border);
    background: var(--rmodel-white);
}

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

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

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

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

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

#rmodel .rmodel_title {
    width: 100%;
    color: var(--rmodel-green1) !important;
    font-size: 30px;
    line-height: 1.13;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

#rmodel .rmodel_title strong {
    font-weight: 600;
}

#rmodel .rmodel_title em {
    font-style: italic;
}

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

#rmodel .rmodel_description strong {
    font-weight: 600;
}

#rmodel .rmodel_list {
    counter-reset: mycounter;
    margin-bottom: 18px;
}

#rmodel .rmodel_list_item {
    counter-increment: mycounter;
    padding-left: 58px;
    position: relative;
    min-height: 44px;
    margin-bottom: 12px !important;
}

#rmodel .rmodel_list_item:after {
    content: counter(mycounter) "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    border: 1px solid;
    color: var(--rmodel-dark) !important;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#rmodel .rmodel_list_item:before {
    content: '' !important;
    display: block !important;
    width: 15px !important;
    height: 1px !important;
    margin: 0 !important;
    top: 21px;
    left: 44px;
    background-color: var(--rmodel-green1);
    position: absolute;
}

#rmodel .rmodel_list_title {
    display: block;
    border-radius: 15px 15px 0 0;
    background: var(--rmodel-green1);
    padding: 16px 20px;
    color: var(--rmodel-white) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-wrap: balance;
}

#rmodel .rmodel_list_title em {
    font-style: italic;
}

#rmodel .rmodel_list_text {
    display: block;
    padding: 10px 20px;
    border-radius: 0 0 15px 15px;
    background: var(--rmodel-sand);
    color: var(--rmodel-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-wrap: balance;
}

#rmodel .rmodel_list_text em {
    font-style: italic;
}

#rmodel .rmodel_list_item-green:after,
#rmodel .rmodel_list_item-green:before,
#rmodel .rmodel_list_item-alt:after,
#rmodel .rmodel_list_item-alt:before {
   border-color: var(--rmodel-green1);
}

#rmodel .rmodel_list_item-blue .rmodel_list_title {
   background-color: var(--rmodel-blue4);
   color: var(--rmodel-dark) !important;
}

#rmodel .rmodel_list_item-blue:after {
   border-color: var(--rmodel-blue4);
}

#rmodel .rmodel_list_item-blue:before {
    background-color: var(--rmodel-blue4);
}

#rmodel .rmodel_list_item-orange .rmodel_list_title {
    background-color: var(--rmodel-sunset4);
	color: var(--rmodel-dark) !important;
}

#rmodel .rmodel_list_item-orange:after {
   border-color: var(--rmodel-sunset4);
}

#rmodel .rmodel_list_item-orange:before {
    background-color: var(--rmodel-sunset4);
}

#rmodel .rmodel_list_item-dark .rmodel_list_title {
    background-color: var(--rmodel-dark);
}

#rmodel .rmodel_list_item-dark:after {
   border-color: var(--rmodel-dark);
}

#rmodel .rmodel_list_item-dark:before {
    background-color: var(--rmodel-dark);
}

#rmodel .rmodel_list_item-green-lighter:after {
   border-color: var(--rmodel-green-lighter) !important;
}

#rmodel .rmodel_list_item-green-lighter:before {
    background-color: var(--rmodel-green-lighter);
}

#rmodel .rmodel_list_item-alt .rmodel_list_title {
    background-color: var(--rmodel-green-lighter);
    color: var(--rmodel-dark) !important;
}

#rmodel .rmodel_legend_item {
    color: var(--rmodel-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-left: 34px;
    position: relative;
    min-height: 22px;
    margin-bottom: 13px !important;
}

#rmodel .rmodel_legend_item em {
    font-style: italic;
}

#rmodel .rmodel_legend_item:last-child {
    margin-bottom: 0 !important;
}

#rmodel .rmodel_legend_item:after {
   content: '';
   display: block;
   width: 22px;
   height: 22px;
   position: absolute;
   left: 0;
   top: 0;
   border-radius: 5px;
}

#rmodel .rmodel_legend_item-green:after {
   background-color: var(--rmodel-green1);
}

#rmodel .rmodel_legend_item-blue:after {
   background-color: var(--rmodel-blue4);
}

#rmodel .rmodel_legend_item-orange:after {
   background-color: var(--rmodel-sunset4);
}

#rmodel .rmodel_legend_item-dark:after {
   background-color: var(--rmodel-dark);
}

#rmodel .rmodel_legend_item-forest1:after {
   background-color: #DCEBE1;
}
#rmodel .rmodel_legend_item-green-lighter:after {
   background-color: var(--rmodel-green-lighter);
}

@media (min-width: 700px) {

    #rmodel {
        padding: 35px 32px;
    }    

    #rmodel .rmodel_title {
        font-size: 32px;
        line-height: 1.12;
        max-width: 500px;
    }

    #rmodel .rmodel_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 36px;
    }

    #rmodel .rmodel_list_item {
        width: calc(33.33% - 4px);
        padding-left: 0;
        padding-top: 63px;
    }

    #rmodel .rmodel_list_item-orange,
    #rmodel .rmodel_list_item-dark,
    #rmodel .rmodel_list_item-alt {
        width: calc(50% - 4px);
    }

    #rmodel .rmodel_list_item:after {
        left: 50%;
        transform: translateX(-50%);
    }

    #rmodel .rmodel_list_item:before {
        top: 44px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px !important;
        height: 20px !important;
    }

    #rmodel .rmodel_list_title {
        min-height: 77px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
    }

    #rmodel .rmodel_list_item-dark .rmodel_list_title,
    #rmodel .rmodel_list_item-alt .rmodel_list_title {
        min-height: 53px;
    }

    #rmodel .rmodel_list_text {
        min-height: 100px;
        padding: 10px;
    }

    #rmodel .rmodel_list_item-orange .rmodel_list_text,
    #rmodel .rmodel_list_item-dark .rmodel_list_text,
    #rmodel .rmodel_list_item-alt .rmodel_list_text {
        min-height: 80px;
    }

}

@media (min-width: 1080px) {

    #rmodel .rmodel_list {
        margin-bottom: -5px;
    }

    #column-2 #rmodel .rmodel_list {
        margin-bottom: 18px;
    }

    #rmodel .rmodel_list_item,
    #rmodel .rmodel_list_item-orange,
    #rmodel .rmodel_list_item-dark,
    #rmodel .rmodel_list_item-alt {
        width: calc(20% - 10px);
    }

    #rmodel .rmodel_list_item {
        margin-bottom: 44px !important;
    }

    #column-2 #rmodel .rmodel_list_item {
        width: calc(33.33% - 4px);
        margin-bottom: 12px !important;
    }

    #column-2 #rmodel .rmodel_list_item-orange,
    #column-2 #rmodel .rmodel_list_item-dark,
    #column-2 #rmodel .rmodel_list_item-alt {
        width: calc(50% - 4px);
    }

    #rmodel .rmodel_list_item-dark .rmodel_list_title,
    #rmodel .rmodel_list_item-alt .rmodel_list_title {
        min-height: 77px;
    }

    #column-2 #rmodel .rmodel_list_item-dark .rmodel_list_title,
    #column-2 #rmodel .rmodel_list_item-alt .rmodel_list_title {
        min-height: 53px;
    }

    #rmodel .rmodel_list_item-blue:nth-of-type(6) .rmodel_list_text,
    #rmodel .rmodel_list_item-orange .rmodel_list_text,
    #rmodel .rmodel_list_item-dark .rmodel_list_text,
    #rmodel .rmodel_list_item-alt .rmodel_list_text {
        min-height: 120px;
    }

    #column-2 #rmodel .rmodel_list_item-blue:nth-of-type(6) .rmodel_list_text {
        min-height: 100px;
    }

    #column-2 #rmodel .rmodel_list_item-orange .rmodel_list_text,
    #column-2 #rmodel .rmodel_list_item-dark .rmodel_list_text,
    #column-2 #rmodel .rmodel_list_item-alt .rmodel_list_text {
        min-height: 80px;
    }
    
}