body {
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.clearfix::after { 
   content: ' ';
   display: block; 
   height: 0; 
   clear: both;
}

.banner {
    background-image: url(../img/EMBhome_Header.png);
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
.banner .container {
    max-width: 1230px;
}

.header {
    padding: 30px 0 40px;
}

.logo img {
    max-height: 50px;
}

.left_text .title {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #a27110;
  text-transform: uppercase;
  max-width: 546px;
}

.left_text .subtitle {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    max-width: 298px;
    margin-bottom: 40px;
}



.block-tabs {
    text-align: right;
    margin-top: -190px;
}

.block-tabs-img {
    max-width: 756px;
}

.blocks-heading {
    margin-top:-55px;
    background-image: linear-gradient(94deg, #f3d714 0%, #c77910 90%);
    padding: 30px;
    font-size: 35px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #a27110;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blocks-heading span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: normal;
    color: #fff;
}

.blocks-body{
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    /*display: flex;*/
}

.block {
    width: 33%;
    padding: 25px;
    float: left;
}

.block-inner {
    display:block;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.block-inner:hover {
    text-decoration: none;
    color: #fff;
}

.block:not(.disabled) .block-inner:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.combustivel .block-inner {
    background-image: linear-gradient(122deg, #dc81dc, #9c5fba 100%);
}
.gas-electricidade .block-inner {
    background-image: linear-gradient(118deg, #f8d059 6%, #da924a 83%);
}
.energia-renovavel .block-inner {
    background-image: linear-gradient(129deg, #cece61 6%, #8aac45 83%);
}

.block.disabled .block-inner {
    background-image: linear-gradient(129deg, #fff, #8f8f8f);
}

.block.disabled .block-inner:hover {
    cursor: not-allowed;
}

.block-img {
    height: 85px;
    width: 100%;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.block-text {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.block.disabled .block-text {
    color: #666666;
}



.combustivel .block-img {
    background-image: url('../img/EMBhome_iconcombustive_disabled.svg');
}
.energia-renovavel .block-img {
    background-image: url('../img/EMBhome_iconrenovavel_disabled.svg');
}
.gas-electricidade .block-img {
    background-image: url('../img/EMBhome_iconelectricidade_disabled.svg');
}

.combustivel:not(.disabled) .block-inner .block-img {
    background-image: url('../img/EMBhome_iconcombustive.svg');
}
.energia-renovavel:not(.disabled) .block-inner .block-img {
    background-image: url('../img/EMBhome_iconrenovavel.svg');
}
.gas-electricidade:not(.disabled) .block-inner .block-img {
    background-image: url('../img/EMBhome_iconelectricidade.svg');
}

.parceiros {
    background-color: #f7f7f7;
    padding: 70px 0 100px;
}

.parceiros-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #73e6d2;
    max-width: 950px;
    margin:0 auto 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.parceiro-slide {
    padding: 0 30px;
}

.parceiro-slide .inner {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 126px;
}

.parceiro-slide img {
    max-width: 180px;
}

/* Pre footer */

.pre-footer {
    padding: 70px 0 82px;
}
.topics-title {
    font-size: 27px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #ac760b;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.topic {
    text-align: center;
}

.topic-icon {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
}

.topic-text {
    font-size: 20px;
    height: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #4b4b4b;
    max-width: 267px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer */

.footer {
    padding: 115px 0;
    background-image: url('../img/EMBhome_Footer.svg');
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
    background-color: #f7f7f7;
}

.footer-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    max-width: 950px;
    text-transform: uppercase;
    margin: 0 auto 58px;
}

.footer-cta {
    margin: 0 auto;
    padding: 15px 0;
    /*width: 462px;*/
    display: inline;
    border-radius: 33px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    font-size: 30px;
    line-height: 1.2;
    color: #ac760b;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 15px 91px 15px 60px;
    font-weight: bold;
}

.footer-cta:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ac760b;
}

@media (max-width: 991px) {
    .banner .container {
        max-width: 750px;
    }
    
    .left_text .title {
        font-size: 39px;
    }
    
    .left_text .subtitle {
        font-size: 19px;
    }
    
    .block-tabs-img {
        height: 146px;
    }
    
    .block-tabs {
        margin-top: -100px;
    }
    
    .blocks-heading {
        margin-top: -27px;
        font-size: 22px;
    }
    
    .blocks-heading span {
        font-size: 18px;
    }
    
    .block {
        width: 240px;
        padding: 15px;
    }
    
    .block-img {
        height: 70px;
        background-size: auto 70px;
        margin-bottom: 5px;
    }
    
    .block-text {
        height: 36px;
        font-size: 15px;
    }
    
    .parceiros {
        padding: 30px 0 50px;
    }
    
    .parceiros-title {
        font-size: 22px;
        max-width: 720px;
    }
    
    .pre-footer {
        padding: 40px 0 52px;
    }
    
    .topics-title {
        font-size: 22px;
        max-width: 720px;
    }
    
    .topic {
        margin-bottom: 20px;
    }
    
    .topic-icon {
        height: 80px;
        width: 80px;
        margin-bottom: 10px;
    }
    
    .topic-text {
        font-size: 15px;
    }
    
    .footer {
        padding: 97px 0 80px;
        background-size: 1500px auto;
    }
    
    .footer-title {
        font-size: 22px;
        max-width: 720px;
    }
    
    .footer-cta {
        font-size: 22px;
        padding-right: 70px;
    }
    
    
    .footer-cta::after {
        height: 18px;
        width: 18px;
        background-size: contain;
        top: calc(50% - 9px);
        right: 33px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-height: 41px;
    }
    .parceiro-slide .inner {
        min-height: 80px;
    }
    .logo {
        text-align: center;
    }
    .banner {
        padding-bottom: 20px;
    }
    .banner .container {
        max-width: 400px;
    }
    
    .left_text .title {
        text-align: center;
        font-size: 23px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .left_text .subtitle {
        font-size: 15px;
        text-align: center;
        margin-bottom: 10px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .block-tabs-img {
        height: auto;
        width: 100%;
    }
    
    .block-tabs {
        margin-top: 0px;
        text-align: center;
    }
    
    .block-tabs-img {
        max-width: 275px;
    }
    
    .blocks-heading {
        margin-top: -21px;
        padding: 18px 18px 18px;
        text-align: center;
        font-size: 17px;
    }
    
    .blocks-heading span {
        font-size: 13px;
    }
        
    .block {
        width: 100%;
    }
    
    .block-img {
        height: 70px;
        background-size: auto 70px;
        margin-bottom: 5px;
    }
    
    .block-text {
        height: 36px;
        font-size: 15px;
    }
    
    .parceiros {
        padding: 30px 0 50px;
    }
    
    .parceiros-title {
        font-size: 18px;
        max-width: 720px;
    }
    
    .pre-footer {
        padding: 35px 0 0px;
    }
    
    .topics-title {
        font-size: 22px;
        max-width: 720px;
    }
    
    .topic {
        margin-bottom: 20px;
    }
    
    .topic-icon {
        height: 80px;
        width: 80px;
        margin-bottom: 10px;
    }
    
    .topic-text {
        font-size: 15px;
    }
    
    .footer-title {
        font-size: 17px;
        max-width: 320px;
        margin: 0 auto 34px;
    }
    
    .footer-cta {
        font-size: 11px;
        padding: 10px;
    }
    
    .footer-cta::after {
        height: 18px;
        width: 18px;
        background-size: contain;
        top: calc(50% - 9px);
        right: 33px;
    }
}

/* COOKIES BUTTON */

.btn-cookies {
    background-image: linear-gradient(96deg, #39b6f2, #427bcb 49%, #424bcb 100%);
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    border: none;
}

.btn-cookies:hover {
    color: #fff;
    transform: translateY(1px);
    border: none;
}



