@font-face {
    font-family: "Gotham-Bold";
    src: url("../../fonts/Gotham-Bold.otf");
}

@font-face {
    font-family: "Gotham-Regular";
    src: url("../../fonts/Gotham-Regular.otf");
}

@font-face {
    font-family: "Gotham-Regular";
    src: url("../../fonts/Gotham-Medium.otf");
}

@font-face {
    font-family: "Gotham-Thin";
    src: url("../../fonts/Gotham-Thin.otf");
}

body {
    color: #ffffff;
    font-family: 'Gotham-Regular';
}

.login-wrap {
    position: center;
    background-image: url(https://q-odq.s3.amazonaws.com/static/lib/images/btnDir.png);
    opacity: .9;
    padding: 5%;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    border-radius: 15px;
}

.login-wrap-confirmacion {
    position: center;
    background: linear-gradient(270deg, #762f8a 50%, #0096ae 100%);
    opacity: .98;
    padding: 5%;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    border-radius: 15px;
}

.login-wrap-secciones {
    position: center;
  
    opacity: 1;
    padding: 5%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .7) 0px 60px 40px -7px;
    border-radius: 15px;
}

.img-logo-comprobante {
    width: 300px;
    float: center;
    align-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.imagen-secciones {
    float: center;
    align-items: center;
    text-align: center;
    width: 340px;
    height: 340px;
    border: 4px solid #fff;
    border-radius: 170px;
}

.login-wrap-custom {
    position: relative;
    background: #ffffff;
    opacity: .9;
    padding: 5%;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    border-radius: 15px;
}

.login-wrap h3 {
    font-weight: 400;
    font-size: 25px;
    opacity: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-wrap h2 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    opacity: 1;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-wrap p {
    color: rgba(255, 255, 255);
}

.login-wrap .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.form-group {
    position: relative;
}

.form-group .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 48px;
    background: transparent;
    font-size: 18px;
}

.form-group .icon span {
    color: #fff;
}

.form-control {
    height: 36px;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(12, 12, 12, 0.8) !important;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
    padding-right: 0;
    letter-spacing: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control-email {
    height: 45px;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
    padding-right: 0;
    letter-spacing: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control input {
    color: #fff;
}


@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(136, 128, 128, 0.8) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(68, 62, 62, 0.8) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(46, 40, 40, 0.8) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important;
}

.form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.07);
    border-color: #fff;
}

.form-group {
    position: relative;
}

.form-group .icon {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 20px;
    height: 48px;
    background: transparent;
    font-size: 18px;
}

.form-group .icon span {
    color: #fff;
}

.w-100 {
    width: 100% !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.imageLogin {
    border: 2px solid #021E67;
    background-color: #fff;
}

.btnLogin {
    background-color: #fff;
    color: #762f8a;
    font-weight: 700;
}

.btnLogin:hover {
    background-color: #0096ae;
    color: #fff;
}

.btnLogin:focus {
    background-color: #0096ae;
    color: #fff;
}

.loginErrors {
    list-style-type: none;
}

.contLogin {
    display: flex;
    justify-items: center;
    justify-content: center;
}

.inputForm {
    background-color: #0096ae;
    color: rgb(255, 255, 255);
    opacity: .8;
    border-radius: 10px;
}

.inputForm:focus {
    background-color: #0096ae;
    color: #fff;
}

.inputForm:-internal-autofill-selected {
    background-color: #0096ae;
    color: #fff;
}

.inputValidate {
    background-color: #fff;
    color: #762f8a;
    opacity: .8;
    border-radius: 18px;
}

.inputValidate-list {
    background-color: #fff;
    color: #762f8a;
    opacity: .8;
    border-radius: 15px;
}

.inputValidate:focus {
    background-color: #fff;
    color: #762f8a;
}

.inputValidate::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #762f8a !important;
}

.inputValidate::-moz-placeholder {
    /* Firefox 19+ */
    color: #762f8a !important;
}

.inputValidate:-ms-input-placeholder {
    /* IE 10+ */
    color: #762f8a !important;
}

.inputValidate:-moz-placeholder {
    /* Firefox 18- */
    color: #762f8a !important;
}

.text-white-c {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.text-white-t {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

body {
    position: relative;
    margin: 0;
}

.espacio {
    height: 200px;
}

.espacio2 {
    height: 50px;
}

.sect {
    width: 100%;
    min-height: 500px;
}

#sect3,
#sect5 {
    background-color: #4611606a;
    color: #fff;
}

#sect2,
#sect4 {
    background-color: #05085c74;
    color: #333;
}

.fondo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 105%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
}

h2 {
    background-color: #0096AE;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    border: 3px;
    border-radius: 22px;
}

.btnCal {
    background-color:#931980;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
}

.btnText {
    background-color: #0096AE;
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    border: 0px solid #929ba3;
}

.btnCal:hover {
    background-color: #0096AE;
}

.espacio {
    height: 15vh;
}

h2 {
    background-color: #0096AE;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    border: 3px;
    border-radius: 22px;
}


.btnCal {
    background-color: #931980;
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
    border-radius: 15px;
}

.btnText {
    background-color: #0096AE;
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
    border: 0px solid #929ba3;
}

.btnCal:hover {
    background-color: #0096AE;
    color: #fff;
}

.fondo_imgsintextos {
    /*background-image: url(../../images/Interiores.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fondo_imgsintextos-confirmacion {
    /*background-image: url(../../images/fondo_confirmacion.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-confirmacion {
    height: 300px;
}

@media screen and (max-width: 600px) {
    .img-confirmacion {
        height: 120px;
    }

    .letras-confirmacion {
        font-size: .8rem;

    }

    .imagen-secciones {
        width: 160px;
        height: 160px;
        border: 10px solid #fff;
        border-radius: 80px;
    }

}

.letras-confirmacion {
    font-size: 1rem;

}

.form-group {
    margin-bottom: 0.3rem;
}

#prevStep,
#nextStep {
    display: none;
}

/*
.btnCal-index {
    border-radius: 6px;
    align-items: center;
    background-image: url("../../images/btnDir.png");
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    height: 60px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px 0;
}

.btnCal-index-azul {
    border-color: #0096AE;
    border-radius: 6px;
    align-items: center;
    background-image: url("../../images/btnDirAzul.png");
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    height: 50px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 1) 0px 30px 12px -20px;
}
*/

.btnCal-index:hover {
    /*color: #fff;*/

}

.btnCal-index-azul:hover {
    color: #fff;
}

@media screen and (max-width: 868px) and (min-width: 768px) {
    .btnCal-index {
        font-size: 12px;
    }

    .btnCal-index-azul {
        font-size: 12px;
    }
}


@media screen and (max-width: 768px) {
    .btnCal-index {
        height: 50px;
        font-size: 14px;
    }

    .btnCal-index-azul {
        height: 40px;
        font-size: 14px;
    }

}

@media screen and (max-width: 576px) {
    .btnCal-index {
        height: 50px;
    }

    .btnCal-index-azul {
        height: 40px;
    }
}

@media screen and (max-width: 576px) {
    .btnCal-index {
        font-size: 12px;
    }

    .btnCal-index-azul {
        font-size: 12px;
    }
}

.labelComprobante {}

@media screen and (max-width:1050px) and (min-width: 940px) {
    .labelComprobante {
        font-size: 14px;
    }
}

@media screen and (max-width:940px) and (min-width: 825px) {
    .labelComprobante {
        font-size: 12px;
    }
}

@media screen and (max-width:825px) and (min-width: 768px) {
    .labelComprobante {
        font-size: 11px;
    }
}

@media screen and (max-width:510px) and (min-width: 390px) {
    .labelComprobante {
        font-size: 8px;
    }
}

@media screen and (max-width: 390px) {
    .labelComprobante {
        font-size: 10px;
    }
}


@media screen and (max-width:910px) and (min-width: 825px) {
    .text-white-c {
        font-size: 14px;
    }

    .form-control {
        font-size: 12px;
    }
}

@media screen and (max-width:825px) and (min-width: 768px) {
    .text-white-c {
        font-size: 12px;
    }

    .form-control {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) and (min-width: 390px) {
    .form-control {
        font-size: 12px;
        height: 30px;
    }
}

@media screen and (max-width:390px) {
    .text-white-c {
        font-size: 12px;
    }

    .form-control {
        font-size: 10px;
        height: 30px;
    }
}

.padding-btn-steps {
    padding-bottom: 20px;
}

@media screen and (max-width:768px) {
    .padding-btn-steps {
        padding-bottom: 0px;
    }

}

.comentarioForm {
    padding-top: 15vh;
}

.h3Comentario {}


.padding-ponente {
    padding-left: 15%;
    padding-right: 15%;
}

.letra-input {
    font-size: 1rem;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.espacio-input {
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (max-width:768px) and (min-width:576px) {
    .h3Comentario {
        font-size: 1.5rem;
        padding: 5px, 5px, 5px, 5px;
    }

}

@media screen and (max-width:576px) {
    .h3Comentario {
        font-size: 1.2rem;
    }


    .padding-ponente {
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media screen and (max-width:576px) {
    .imagen-secciones {
        float: center;
        align-items: center;
        text-align: center;
        width: 180px;
        height: 180px;
        border: 4px solid #fff;
        border-radius: 290px;
    }

    .letra-input {
        font-size: .5rem;
    }
    .espacio-input {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }
}