:root {
    --margin-top: 10vh;
}

.content {
    padding: 0 16px;
}

.header-cloud {
    background-color: #3b66ab;
}

.header-cloud .well {
    padding-left: 16px;
    padding-right: 16px;
}

.header-cloud h1 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 900;
}

.header-cloud .img-apps {
    background: transparent url("../images/aws/apps.png") no-repeat center;
    background-size: contain;
    height: 30vh;
}

.header-cloud .img-service-delivery {
    background: transparent url("../images/aws/AWS_Service-Delivery_Logo_white_text.png") no-repeat .5rem center;
    background-size: contain;
    height: 8vh;
    margin-top: 1rem;
}

.header-cloud .legend-apps {
    display: flex;
    align-items: center;
}

h1 {
    font-size: 1rem;
}

.work-aws, .work, .aws-services, .serverless {
    margin-top: var(--margin-top);
}

.aws-services-item-group .aws-services-item,
.work-in-item-group .work-in-item {
    display: flex;
    padding-bottom: 2rem;
}

.aws-services-item-group .aws-services-item .aws-services-icon,
.work-in-item-group .work-in-item .work-in-icon {
    background-color: #63A7AB;
    padding: 0.6rem 0.5884rem;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aws-services-item-group .aws-services-item .aws-services-icon i,
.work-in-item-group .work-in-item .work-in-icon i {
    font-size: .9rem;
    width: auto;
    height: auto;
    color: #fff;
}

.badge {
    background: transparent url("../images/aws/badges.png") no-repeat center;
    background-size: contain;
    height: 55vh;
    display: block !important;
    margin-bottom: 1rem;
}

.badge-second {
    border-left: 1px solid #d4d4d4;
    /*background: transparent url("../images/aws/AWSLambda-eps.png") no-repeat center 1.5rem;*/
    background-size: 22vh;
    height: 55vh;
    display: block;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .badge-second-first {
        display: none;
    }
}

@media (max-width: 768px) {
    .badge-second-last {
        display: none;
    }

    .badge-second {
        height: 35vh;
        max-height: 80vh;
        border-left: none;
    }
}

@media (max-width: 425px) {
    .badge {
        height: 40vh;
    }
    .badge-second {
        height: 15vh;
        max-height: 80vh;
        background-size: 11vh;
    }
}

/*.card_group .card {
    box-shadow: 0 6px 12px -8px rgba(0, 0, 0, .7);
    padding: 3rem 0;
    border-radius: 12px;
    text-align: center;
}

.card_group div .card .img {
    display: block;
    height: 140px;
    width: 100%;
}

.card_group div:nth-child(1) .card .img {
    background: transparent url("../images/aws/AWS-Developer-Associate-2020.png") no-repeat center;
    background-size: auto;
}

.card_group div:nth-child(2) .card .img {
    background: transparent url("../images/aws/AWS-SysOpAdmin-Associate-2020.png") no-repeat center;
    background-size: auto;
}

.card_group div:nth-child(3) .card .img {
    background: transparent url("../images/aws/AWS-SolArchitect-Professional-2020.png") no-repeat center;
    background-size: auto;
}

.card_group div:nth-child(4) .card .img {
    background: transparent url("../images/aws/AWS-Security-Specialty-2020.png") no-repeat center;
    background-size: auto;
}

.card_group div .card h1 {
    height: 40px;
    font-weight: bold;
    font-size: 1.2rem;
}*/

.aws-services-image {
    height: 35vh;
    background: transparent url("../images/services.png") no-repeat center;
    background-size: cover;
}

.serverless h2 {
    text-align: left;
}

.serverless h3 {
    text-align: left;
    font-size: 1.6rem;
    padding-right: 3rem;
}

.serverless .serverless-image {
    height: 40vh;
    background: transparent url("../images/serverless/lambda.png") no-repeat center;
    background-size: cover;
    border-radius: 100%;
}
