﻿body, .wrapper {
    background: #ECEFF0!important;
}

body {
    font-family: 'Roboto', sans-serif;
}

.header-vivo {
    width: 100%;
    background-color: #650199;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.header-vivo img {
    width: 150px;
}

.step-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 40px;
    height: auto;
    padding-bottom: 50px;
}

.step {
    color: #650199;
    font-size: 30px;
    font-weight: bold;
}

.step-description {
    display: flex;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
}

.step-description div {
    display: flex;
    align-items: center;
}

.step-description p {
    margin: 0;
    color: grey;
}

.step-indicator {
    width: 9px;
    height: 9px;
    background-color: #ababab;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.step-active {
    background-color: #650199;
}

.select-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.step-active + p {
    color: black;
}

.box-vivo {
    width: 600px;
    max-width: 100%;
    text-align: center;
    height: auto;
    padding: 20px;
    box-shadow: 3px 3px 7px 0px grey;
    border-radius: 6px;
}

.box-vivo a {
    color: black;
    font-size: 12px;
}

.box-vivo h2 {
    font-weight: bold;
}

.box-vivo input[type=text] {
    border: none;
    width: 400px;
    border-radius: 5px;
    height: 50px;
    padding: 10px 15px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0 ,0 , 13%);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 13%);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0 , 13%);
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.box-vivo input[type=submit], .box-success button {
    border: none;
    width: 400px;
    border-radius: 5px;
    height: 50px;
    background-color: #650199;
    display: block;
    margin: 0 auto;
    color: white;
}

.box-vivo .alert-bottom {
    font-weight: 500;
    font-size: 16px;
}

.plans-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 100px;
    flex-shrink: 0;
}

.plan-box-vivo {
    width: 300px;
    max-width: 100%;
    height: auto;
    box-shadow: 3px 3px 3px gray;
    background: #292C33;
    border-radius: 6px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.link-vivo {
    color: #333;
}

.link-vivo:hover{
    text-decoration:none;
}

.plan-box-vivo img{
    width: 100px;
    margin-bottom: 10px
}

.plan-box-vivo label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.plan-box-vivo h2, .plan-box-vivo p {
    margin: 3px 0;
}

.plan-box-vivo h2 {
    font-size: 25px;
}

.plan-selected {
    border: 3px #0467cb solid;
    box-shadow: 0px 0px 7px 4px rgba(4, 103, 203,0.35);
    transform: scale(1.05);
}

.pointer {
    cursor: pointer;
}

.plan-box-vivo:first-child {
    margin-bottom: 30px;
}

#step-2, #step-3 {
    display: none;
}

.title-success {
    font-size: 40px;
}

.box-success {
    box-shadow: none !important;
    width: 400px;
}

.step-success .select-plan {
    margin-top: 10px;
}

.divisor {
    border-bottom: 1px solid black;
    width: 100%;
    height: 1px;
    display: block;
}

.step-success {
    margin-top: 0;
}

.p-success {
    font-size: 20px;
    font-weight: 500;
}

.message-error {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}

.btn-cancel {
    width: 300px!important;
}

.register-group {
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-register {
    width: auto;
    height: 35px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    background-color: #650199;
    color: white;
    font-size: 13px;
}

.input-register {
    width: 100%;
    max-width: 160px;
    border: none;
    border-radius: 5px;
    padding: 9px 15px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0,0, 13%);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 13%);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 13%);
}

.input-register-code {
    max-width: 120px;
}

.btn-register-code {
    padding: 0 10px;
}

.box-vivo-register {
    width: 100%;
    max-width: 450px;

    text-align: center;
    height: auto;
    padding: 20px 30px;
    box-shadow: 3px 3px 7px 0px rgba(128, 128, 128, 54%);
    border-radius: 6px;
}

.text-register {
    color: #5d5d5d;
}

.box-vivo-register h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

.input-register {
    margin-right: 10px;
}

.select-plan-register {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 345px;
    margin: 0 auto;
}

@media(max-width: 1060px) {
    .plans-wrapper {
        flex-direction: row;
        margin-left: 0;
        margin-bottom: 50px;
        width: 100%;
    }


    .select-plan {
        flex-direction: column-reverse;
    }

    .plan-box-vivo:first-child {
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .plan-box-vivo {
        width: 100%;
    }

    .plan-box-vivo img {
        width: 60px;
        display: block;
        margin: 0 auto 5px;
    }

    .plan-box-vivo h2 {
        font-size: 20px;
    }

    .plan-box-vivo label {
        padding: 8px 10px 0;
    }

        
}

@media(max-width: 600px) {
    .step-wrapper {
        padding: 0 15px 50px;
    }

    .box-vivo input[type=text], .box-vivo input[type=submit], .box-success button {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }

    .header-vivo {
        height: 60px;
    }

    .header-vivo img {
        width: 80px;
    }

    .box-vivo {
        width: auto;
    }

    .plan-box-vivo img {
        width: 50px;
        display: block;
        margin: 0 auto 5px;
    }

  

    .plan-box-vivo label p {
       font-size: 10px;
       display: inline;
    }

    .plan-box-vivo h2 {
        font-size: 18px;
    }

    .step-description {
        flex-direction: column;
        align-items: center;
    }

    .plan-box-vivo h2 {
        font-size: 16px;
        display: inline;
    }

    .select-plan {
        flex-direction: column-reverse;
    }
   
}