.btn-sign-in {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #163E43;
    font-family: "RobotoBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #163E43;
    border-radius: 5px;
    min-width: 95px;
    height: auto;
    padding: 8px;
    cursor: pointer;
    margin-top: 0;
}

.btn-sign-in:hover {
    color: white;
}

.nav-item-devs-portal {
    padding-right: 4rem;
}

.nav-link-devs-portal {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #036A6F !important;
}

.nav-link-devs-portal:hover {
    color: white !important;
}

.bannerColumn {
    display: flex;
    align-items: center;
    height: 553px;
}

.bannerText-developers-portal {
    text-align: center;
    margin: auto;
    padding: 10rem;
}

.bannerText-developers-portal h1 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
}

.bannerText-developers-portal h1 span {
    display: block;
    font-size: 42px;
}

.bannerText-developers-portal p {
    max-width: 840px;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.81px;
    padding-bottom: 4rem;
}

.bannerText-developers-portal a {
    font-size: 14px;
    font-weight: 700;
    border: 2px solid white;
    border-radius: 5px;
    padding: 1rem 2rem;
}

.devs-portal-container {
    height: 440px;
}

.devs-portal-container .devs-portal-img {
    background-repeat: no-repeat;
}

.devs-portal-container .devs-portal-txt {
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: left;
}

.devs-portal-txt p {
    font-size: 18px;
    color: #666666;
    padding-top: 2rem;
}

.section-devs-electronic .content-devs-electronic {
    height: 100%;
    padding: 45px;
    border-radius: 15px;
    background-color: white;
}

.content-devs-electronic {
    display: flex;
    justify-content: center;
}

.devs-electronic-title {
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
}

.devs-electronic-title h2, .devs-portal-txt h2 {
    font-size: 35px;
    color: #163E43;
    line-height: 41.02px;
    font-weight: 700;
}

.box-devs-electronic {
    width: 88%;
}

.box-devs-electronic p {
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    text-align: center;
}

.box-devs-electronic .list-devs-electronic {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    line-height: 21.09px;
    padding: 3rem 6rem;
}

.list-devs-electronic ul {
    padding: 1rem 0 0 4rem;
}

.box-devs-electronic .list-devs-electronic li {
    padding-bottom: 8px;
}

.box-devs-electronic .list-devs-electronic li span {
    font-style: italic;
    color: #007473;
}

.box-devs-electronic .button-devs-electronic {
    display: flex;
    justify-content: center;
}

.button-devs-register {
    display: none !important;
}

.devs-electronic-links {
    display: flex;
    justify-content: space-around;
    padding: 4rem;
}

.devs-electronic-links a {
    font-size: 18px;
    font-weight: 700;
    color: #003F44;
    line-height: 25.78px;
}

.devs-portal-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-devs-portal .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.link-devs-portal-title {
    padding: 4rem;
}

.link-devs-portal-items {
    display: flex;
    flex-direction: column;
}

.link-devs-portal-items a {
    text-decoration: underline;
    font-size: 22px;
    color: #666666;
    line-height: 25.78px;
    font-weight: 700;
    padding-bottom: 20px;
    z-index: 1000;
}

.link-devs-portal-icon {
    position: absolute;
    right: 0;
    top: 38.25%;
}

#let-start {
    display: none;
}

.resources {
    padding: 4rem 0rem 4rem 16rem;
    border-bottom: 1px solid white;
    align-items: center;
}

.resources-txt {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resources-txt img {
    background: #007473;
    border-radius: 50%;
    padding: 1rem;
    margin-bottom: 14px;
}

.resources-txt p {
    color: #163E43;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.78px;
    text-align: center;
}

.resources-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 4rem;
}

.resources-link span{
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}

.resources-link a {
    color: #666666;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-decoration: underline;
    display:block;
}

.nav-footer, .bot-row p{
    font-size: 12px !important;
    font-weight: 700;
}

footer .top-row{
    align-items: center;
}
footer .top-row .nav-footer{
    justify-content: flex-end;
}
footer .top-row .nav-footer li {
    padding: 1rem 3.4rem;
}
@media (min-width: 1200px) {
    .first-section {
        margin-top: 11.6rem !important;
    }

    .devs-portal-container .devs-portal-txt {
        padding-right: 18rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .link-devs-portal-items a {
        font-size: 18px;
    }

    .link-devs-portal-title {
        padding: 2rem;
    }

    .devs-electronic-title h2, .devs-portal-txt h2 {
        font-size: 24px;
    }

}

@media (max-width: 999px){
    .nav-item-devs-portal {
        padding-right: 0;
    }

    .devs-portal-txt p {
        font-size: 16px;
    }

    .bannerText-developers-portal h1 {
        font-size: 24px;
    }

    .bannerText-developers-portal h1 span {
        font-size: 32px;
    }

    .bannerText-developers-portal p {
        font-size: 16px;
    }

    .resources {
        padding: 4rem 0rem 4rem 8rem;
    }

    .resources-link a {
        font-size: 16px;
    }

    .resources {
        padding: 4rem 0rem 4rem 0rem;
    }

}

@media (max-width: 767.98px) {
    .btn-sign-in {
        margin-top: 5px;
    }

    .bannerText-developers-portal {
        padding: 4rem;
    }

    .devs-portal-container .devs-portal-img {
        display: none;
    }

    .section-devs-electronic .content-devs-electronic {
        padding: 24px 0;
    }

    .devs-electronic-title {
        text-align: center;
        padding: 2rem;
    }

    .devs-electronic-title h2, .devs-portal-txt h2 {
        font-size: 28px;
    }

    .box-devs-electronic .list-devs-electronic {
        padding: 2rem 4rem;
    }

    .link-devs-portal-items a {
        font-size: 18px;
        padding-bottom: 18px;
    }

    .link-devs-portal-icon img {
        width: 174px;
    }

    .resources {
        flex-direction: column;
    }

    .resources-txt {
        padding-bottom: 2rem;
    }

    .resources-link {
        align-items: center;
        padding: 0;
        padding: 0 32px;
    }

    .resources-link a {
        text-align: center;
    }

}

@media (max-width: 412px) {
    .devs-portal-txt p {
        font-size: 14px;
    }

    .bannerText-developers-portal h1 {
        font-size: 18px;
    }

    .bannerText-developers-portal h1 span {
        font-size: 24px;
    }

    .bannerText-developers-portal p {
        font-size: 14px;
    }
}
