/* Step Wizard */
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    display: flex;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #35c3ed;    
}
.wizard li.active span.round-tab i{
    color: #35c3ed;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs > li {
    margin: 0px 20px;
    width: 10%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #35c3ed;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 41%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #35c3ed;
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
    color: #000!important;
}

.wizard p {
    color: #000!important;
}

@media (max-width: 1199px) {
    .wizard .nav-tabs > li {
        margin: 0px 16px;
    }
}
@media (max-width: 991px) {
    .wizard .nav-tabs > li {
        margin: 0px 15px;
    }
}

@media (max-width: 767px) {
    .wizard .nav-tabs > li {
        margin: 0px auto;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

}

@media( max-width : 585px ) {

    .wizard {
/*        width: 90%;
        height: auto !important;*/
    }

}


/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    width: 100%;
    min-width: 300px;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #fcdf66;
}


.panel-title-blue {
    background-color: #34485e;
    color: #fff;
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.vl {
    border-left: 1px solid #000;
    height: 40px;
    position: absolute;
    left: 110px;
    top: 20px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}
.pulse
{
    animation: shadow-pulse 1s infinite;
}

.thead-dark {
    background-color: #000;
    color: #fff;
}

.label-cards {
    float: right;
    position: absolute;
    left: 82%;
    top: 55px;
    z-index: 1003;
}

.label-lg {
    font-size: 150%;
    font-weight: bold;
}

.label-sm {
    font-size: 60%;
    font-weight: bold;
    top: 5px;
    left: 10px;
    position: absolute;
}


/* Cards */
.card-disabled {
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: none;
    padding: 5px 20px 20px 20px;
    text-align: center;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.card-square {
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-left {
    width: 70%!important;
    margin-left: 25%!important;
    margin-right: 5%!important;
}

.card-right {
    width: 70%!important;
    margin-left: 5%!important;
    margin-right: 25%!important;
}

.card-home {
    border-radius: 180px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: 0.5s transform cubic-bezier(.155,1.105,.295,1), 0.5s box-shadow, 0.5s -webkit-transform cubic-bezier(.155,1.105,.295,1), 0.5s, border-radius 0.2s;
    padding: 5px 20px 20px 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.card-home:hover{
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    opacity: 0.6;
    border-radius: 20px;
}

.card-home img{
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}

/* Card - Amarilla */
.card-1 {
    background-image: url(/images/backgrounds/bkgcard-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(252, 223, 34, .8);
}

/* Card - Teal */
.card-2 {
    background-image: url(/images/backgrounds/bkgcard-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(58, 216, 173, .8);
}

/* Card - Azul */
.card-3 {
    background-image: url(/images/backgrounds/bkgcard-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(60, 199, 217, .8);
}

/* Card - Roja */
.card-4 {
    background-image: url(/images/backgrounds/bkgcard-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(237, 110, 99, .8);
}

/* Card - Verde */
.card-5 {
    background-image: url(/images/backgrounds/bkgcard-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(166, 202, 108, .8);
}

/* Card - Violeta */
.card-6 {
    background-image: url(/images/backgrounds/bkgcard-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(169, 125, 192, .8);
}


/* Button - Ayuda */
.floating_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 40%;
    bottom:40px;
    right:40px;
    background-color: #FFEA00;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: 1s transform cubic-bezier(.155,1.105,.295,1), 0.5s box-shadow, 2s -webkit-transform cubic-bezier(.155,1.105,.295,1), 0.5s, border-radius 0.5s;
    background-image: url(iconos/ayuda.svg);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    z-index:1001;
}

.floating_btn:hover {
    background-color: #FFBB00;
    border-radius: 5px;
    width: 150px;
}

.floating_text {
    color: transparent;
    font-size: 16px;
    position: relative;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.floating_text:hover {
    color: white;
    padding-right: 150px;
    padding-left: 30px;
    margin-left: 15px;
}

.icono {
    background-position: center center;
    background-size:contain;
    height: 100px;
    width: 100px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.icono2x {
    background-position: center center;
    background-size:contain;
    height: 150px;
    width: 300px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}


.icono-xxl {
    background-position: center center;
    background-size:contain;
    height: 120px;
    width: 120px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px;
}

.icono-xl {
    background-position: center center;
    background-size:contain;
    height: 120px;
    width: 120px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
}

.icono-lg {
    background-position: center center;
    background-size:contain;
    height: 150px;
    width: 150px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.icono-md {
    background-position: center center;
    background-size:contain;
    height: 70px;
    width: 70px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.icono-sm {
    background-position: center center;
    background-size:contain;
    height: 50px;
    width: 50px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.icono-xs {
    background-position: center center;
    background-size:contain;
    height: 40px;
    width: 40px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: -10px;
}

.icono-act {
    background-position: center center;
    background-size:contain;
    height: 60px;
    width: 60px;
    position: relative;
    margin: 1px;
    padding: 0px;
}

.grayed-out {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    cursor: not-allowed;
}

.ayuda {background-image: url(/images/iconos/ayuda.svg);}
.signin {background-image: url(/images/iconos/signin.svg);}
.register {background-image: url(/images/iconos/register.svg);}
.novedades {background-image: url(/images/iconos/novedades.svg);}
.envelope {background-image: url(/images/iconos/envelope.svg);}
.importardatos {background-image: url(/images/iconos/importardatos.svg);}
.nuevotramite {background-image: url(/images/iconos/nuevotramite.svg);}
.estadotramites {background-image: url(/images/iconos/estadotramites.svg);}
.mispreferencias {background-image: url(/images/iconos/mispreferencias.svg);}
.novedades {background-image: url(/images/iconos/novedades.svg);}
.salir {background-image: url(/images/iconos/salir.svg);}
.comofunciona {background-image: url(/images/iconos/comofunciona.svg);}
.tramaceptados {background-image: url(/images/iconos/tramaceptados.svg);}
.trampendientes {background-image: url(/images/iconos/trampendientes.svg);}
.tramincompletos {background-image: url(/images/iconos/tramincompletos.svg);}

.icon-shadow {
    -webkit-filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.3));
}

.small-font {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.xsmall-font {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.xxsmall-font {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}
@media (max-width: 1199px) {
    .vl {
        display: none
    }
}

@media (max-width: 768px) {
    .label-lg {
        font-size: 100%;
        font-weight: bold;
    }

    .label-cards {
        float: right;
        position: absolute;
        left: 75%;
        top: 50px;
        z-index: 1003;
    }

    .card-left {
        width: 100%!important;
        margin-left: 0%!important;
        margin-right: 0%!important;
    }

    .card-right {
        width: 100%!important;
        margin-left: 0%!important;
        margin-right: 0%!important;
    }

    .icono-xxl {
        background-position: center center;
        background-size:contain;
        height: 100px;
        width: 100px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
    }

    .icono-xl {
        background-position: center center;
        background-size:contain;
        height: 80px;
        width: 80px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
    }

    .icono-lg {
        background-position: center center;
        background-size:contain;
        height: 130px;
        width: 130px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
    }

    .icono {
        background-position: center center;
        background-size:contain;
        height: 90px;
        width: 90px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
    }

    .icono-xs {
        background-position: center center;
        background-size:contain;
        height: 30px;
        width: 30px;
        position: relative;
        margin-right: -10px;
        margin-left: auto;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .floating_btn {
        top: 87%!important;
        right: 20px;
    }

}