﻿* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Poppins-Light';
    background-image: url('/Assets/img/fondo1.png');
    /*background-repeat: repeat;*/
    background-size: contain;
    overflow-x: hidden;
    background-size: 100% 100%;
}

form {
    background-image: url('/Assets/img/fondo1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
}

.form-control {
    height: calc(1.5em + 0.6rem + 0px);
}

.info {
    background: #1369a4;
    border-radius: 30px 0 0 30px;
}

.contenedor {
    width: 95%;
    padding-top: 0.5vh;
}

.cuadro {
    border-radius: 30px;
    box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.12);
    height: ;
}

.log {
    background: white;
    border-radius: 0 30px 30px 0;
}

.logo img {
    height: 60px;
    margin-top: 10px;
}

.botones {
    margin-bottom:14vh;
}
.terminos {
    width: 90%;
    height: 50vh;
    margin: 0 auto;
    border: 1.5px solid #dcdcdc;
    color: #717171;
    text-align: justify;
    font-size: 14px;
    overflow-y: scroll;
}
.botones h1 {
    font-family: 'Poppins-Bold';
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 34px;
    text-align: center;
    margin: 3.5vh auto;
}

#regForm {
    /*background-image: url(/Assets/img/fondo5.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
}

h1 {
    text-align: center;
}
    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
}
    .tab h1 {
        font-family: 'Poppins-Bold';
        color: #1465df;
        margin-top: 10vh;
        text-align: left;
        text-align: -webkit-left;
        text-align: center;
        margin-bottom: 4vh;
    }

    .tab .text {
        width: 90%;
        border-radius: 40px;
        border: 1.5px solid #dcdcdc;
        padding: 2% 1%;
        transition: 0.5s;
        color: #717171;
    }
        .tab .text:focus {
            width: 90%;
            border-radius: 0px;
            border: 1.5px solid #1465df;
            padding: 2% 5%;
        }

.boton {
    background: transparent;
    border: none;
    background: #1465df;
    color: white;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

.fin {
    padding: 10px 18px;
    background:#23b893;
}
    .boton:hover {
        font-weight: 700;
        border-radius: 0px;
    }

#prevBtn {
    background-color: #434143d1;
    border-radius: 10px 0px 10px 0px;
}

    #prevBtn:hover {
        background-color: #434143;
    }

.w3-container, .w3-panel {
    padding: 0em 0px !important;
}

button, input {
    overflow: visible;
    /*border-radius: 5px;*/
    height: 4vh;
    /*box-shadow: 0 1px;*/
}

button, select {
    text-transform: none;
    overflow: visible;
    border-radius: 5px;
    height: 4vh;
/*    box-shadow: 0 1px;*/
}

button, input, select, textarea, optgroup {
    margin: 5px !important;
}

/*.ml-4, .mx-4 {
    margin-left: 0.5rem !important;
}*/

textarea {
    overflow: auto;
    resize: none;
    border-radius: 5px;
}

h4 {
    font-size: 22px;
    padding: 10px 10px;
}

.ml-4, .mx-4 {
    margin-left: 0.5rem !important;
}

.pt-1, .py-1 {
    padding-top: 1rem !important;
}

.form-control {
    display: block;
    width: 100%;
    border: 2px solid #1369a4;
    border-radius: 0.5rem;
    margin-top: 2px !important;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #ffffff;
    }
/*.correoE {
    display: block;
    width: 100%;
    border: 1px solid #1363df;
    border-radius: 0.5rem;
}*/

/*.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 800px;
    background: #1f6bdf29;
    margin-top: 20px;
    border-radius: 10px;
    border-color: black;
    border: 3px solid;
    max-height: 700px;
}*/
/* Make circles that indicate the steps of the form: */
.step {
    width: 3rem;
    height: 3rem;
    border-radius: 30%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px auto;
    padding: 3%;
    color: #0c5d9e;
    font-weight: 600;
    border: 1px solid white;
    opacity: 0.5;
    transition: 0.7s ease;
}

    .step.active {
        width: 100%;
        height: 3rem;
        border-radius: 0%;
        opacity: 1;
        font-family: Poppins-Medium;
        font-size: 18px;
    }

    .step.finish {       
        opacity: 1;    
    }

#FileUpload1 {
    border-bottom:1.5px solid #dcdcdc; 
    width:100%;
}

.novisi {
    display:none;
}

.visi {
    display: block;
    border: none;
    background: #1369a4;
    color: white;
    font-weight: 400;
    padding: 0px 20px;
    font-size: 20px;
    border-radius: 0px 10px 0px 10px;
    transition: 0.5s ease-in-out;
    /*min-width: 10%;*/
    height: 35px;
}

    .visi:hover {
        display: block;
        border: none;
        background: #00b4aa;
        color: white;
        font-weight: 400;
        padding: 0px 20px;
        font-size: 20px;
        border-radius: 0px 10px 0px 10px;
        height: 35px;
    }

.form-control:focus {
    display: block;
    width: 100%;
    border: 2px solid #1369a4;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 7px 1px #1369a4;
}

.botonps {
    border: none;
    background-color: #bbbbbb;
    color: white;
    font-weight: 400;
    padding: 0px 20px;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
    min-width: 10%;
    height: 35px;
}

.log h1 {
    font-family: 'Poppins-Bold';
    color: #1369a4;
    margin-top: 4vh;
    text-align: center;
}

.textDrow {
    width: 65% !important;
}

.drow {
    width: 42%;
    border-radius: 40px;
    border: 1.5px solid #dcdcdc;
    padding: 2% 0% 2% 1%;
    transition: 0.5s;
    color: #717171;
    margin-right: 5%;
}

.drowtext {
    width: 20% !important;
}

.drow:focus {
    border-radius: 0px;
    border: 1.5px solid #1465df;
}

.d100 {
    width: 90%;
}

select.invalid {
    background-color: #ffdddd;
}

.textdoble {
    width: 43.6% !important;
}

.ajustapaddin {
    padding: 0px 0px 0px 10px;
}


/*Responsive time*/

@media (max-width: 1433px) {

    .step.active {
        height: 2.5rem;
    }

    .step {
        height: 2.5rem;
    }
}

    @media (max-width: 960px) {
        .textbox {
            width: 75%;
        }
    }

    @media (max-width: 767px) {

        .botones h1 {
            margin: 0 auto;
        }

        .textbox {
            width: 90%;
            margin: 0 auto;
        }

        .cuadro {
            height: 100%;
        }

        .log {
            border-radius: 30px 30px 0px 0px;
        }

            .log h1 {
                margin-top: 10vh;
            }

        .info {
            border-radius: 0px 0px 30px 30px;
            margin-bottom: 20px;
        }

        .letra {
            margin: 0 auto;
        }

        .logo {
            text-align: center;
            margin-bottom: 10px;
        }

        .botones h1 {
            font-size: 25px;
        }

        .step {
            margin: 0px auto;
            display: inline-block;
        }

            .step.active {
                margin: 0px auto;
                width: 3rem;
                border-radius: 30%;
            }

        .botones {
            margin-bottom: 0vh;
        }

        .tab .text {
            width: 100% !important;
        }

        .drow, .drowtext, .d100 {
            width: 100% !important;
        }
    }

    .separator {
        width: 100%;
        height: 2px;
        background-color: #000;
        margin: 20px 0;
    }

    .clash {
        margin-top: 0vh !important;
        margin-bottom: 2vh !important;
    }

    .botoncitos {
        display: block;
        border: none;
        background: #470d67;
        color: white;
        font-weight: 400;
        padding: 3px 10px;
        font-size: 15px;
        border-radius: 5px;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    .inicbotoncitos {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    @media (max-width: 480px) {
        .container-fluid {
            margin: 0;
            padding: 0 1vh;
        }

        .contenedor {
            width: 100%;
        }

        .log, .info {
            margin: 0;
            padding: 0;
        }

        .textbox {
            width: 100%;
        }

        .log h1 {
            margin-top: 8vh;
            font-size: 20px;
            text-align: center;
        }

        .botones h1 {
            font-size: 20px;
        }

        .btnlogin, .btnRegi {
            font-size: 18px;
            padding: 2% 20%;
        }

        .step {
            display: inline-block;
        }
    }

    @media (max-height: 680px) {
        .cuadro {
            height: 100%;
        }
    }

    .adjuntar {
        width: 100%;
    }

    button, input, select, textarea, optgroup {
        background: aliceblue;
    }

    .textR {
        width: 100%;
        padding: 2px;
    }

    @media (min-width: 768px) {

        .col-md-11 {
            max-width: 92.666667%;
        }
    }

    @media (max-width: 763px) {

        .col-md-11 {
            max-width: 87.666667%;
        }
    }

    @media (max-width: 601px) {

        .w3-col.m4, .w3-third {
            width: 100%;
        }
    }

    @media (max-width: 800px) {

        .pl-5, .px-5 {
            padding-left: 1rem !important;
        }

        .pr-5, .px-5 {
            padding-right: 1rem !important;
        }
    }

    @media (max-width: 734px) {

        .w3-col.m4, .w3-third {
            width: 100% !important;
        }
    }

    @media (min-width: 768px) {

        .mt-md-5, .my-md-5 {
            margin-top: 1rem !important;
        }
    }