@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/*300=light, 400=regular, 500=medium, 600=semi-bold, 700=bold, 800=extra-bold, 900=black */

.containerForm {
    margin-top: 1em;
}

.logoForm {
    width: 100px;
}

.logoForm img {
    width: 100%;
}

.headerForm {
    background-image: url(../images/barradorada.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.formRegister {
    margin: 0 auto;
    width: 90%;
}

.contFooter {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #134735;
}

.error {
    color: red;
    font-size: .8em;
}

.campos_formulario {
    border-collapse: collapse;
    padding-top: 41px;
}

.encabezado_formulario {
    padding-top: 43px;
}

.encabezado_formulario2 {
    background-color: yellow;
    color: #444;
}

.cuadro_titulo {
    font-family: 'Barlow';
    font-size: 16pt;
    font-weight: 700;
    color: #ffffff;
    width: 304px;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    background-color: #394049;
    border-radius: 8px;
    margin-bottom: 41px;
}

.div_formulario {
    width: 500px;
    margin: 0 auto;
}

.div_formulario2 {
    width: 950px;
    margin: 0 auto;
}

@media(max-width: 900px) {
    .div_formulario2 {
        width: 100%;
    }
}

.div_formulario3 {
    width: 1200px;
    margin: 0 auto;
}

@media(max-width: 1200px) {
    .div_formulario3 {
        width: 100%;
    }
}

@media(max-width: 550px) {
    .div_formulario {
        width: 100%;
    }
}

@media(max-width: 385px) {
    .div_formulario {
        width: 100%;
    }
    .g-recaptcha {
        transform: scale(0.80);
        transform-origin: 0 0;
    }
    .g-recaptcha div {
        width: 160px !important;
    }
}

@media(max-width: 340px) {
    .div_formulario {
        width: 100%;
    }
    .g-recaptcha {
        transform: scale(0.70);
        transform-origin: 0 0;
    }
    .g-recaptcha div {
        width: 160px !important;
    }
}

@media(max-width: 304px) {
    .div_formulario {
        width: 100%;
    }
    .g-recaptcha {
        transform: scale(0.60);
        transform-origin: 0 0;
    }
    .g-recaptcha div {
        width: 160px !important;
    }
}

.input_formulario {
    font-family: 'Barlow';
    font-size: 14pt;
    color: #757679;
    font-weight: 300;
    height:35px !important;
}

.texto {
    font-family: 'Barlow';
    font-size: 14pt;
    color: #757679;
    font-weight: 300;
}

.btn_enviar {
    /*
    border: 2px solid black;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px 0px 0px 0px;
    */
    margin-left: 36%;
    margin-right: 10px;
}

.btn_formulario {
    background-color: #F4E200;
    font-family: 'Barlow';
    font-size: 16pt;
    font-weight: 700;
    color: #394049;
    border-radius: 8px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
}

.btnpesos {
    background-color: #1A1A1A;
    color: white;
}

.btndolares {
    background-color: #0273c9;
    color: white;
}

.btn_rectangular {
    border-radius: 0px;
}

.btn_formulario2 {
    font-family: 'Barlow';
    background-color: #a3a3a3;
    color: white;
}

@media(max-width: 400px) {
    .btn_enviar {
        /*
        border: 2px solid black;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 0px 0px 0px 0px;
        */
        margin-left: 22%;
        margin-right: 10px;
    }
}

.logo_formulario {
    float: left;
}

.titulo_formulario {
    float: left;
    margin-top: -20px;
    margin-left: 14px;
    font-family: 'Barlow';
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

.titulo2_formulario {
    margin-top: -20px;
    margin-right: 40px;
    color: white;
    font-family: 'Barlow';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.titulo3_formulario {
    
    margin-top: -20px;
    font-family: 'Barlow';
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

.divder {
    float: right;
}

body {
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.footer2 {
    /*
    background: #134735;
    position: absolute;
      bottom: 0;
      width: 100%;
      height: 132px;
      margin-top:500px;
     */
    background-color: #134735 !important;
    width: 100% !important;
    height: 180px !important;
    color: white !important;
    padding-top: 30px !important;
    /*font-family: 'OpenSans-Semibold';*/
    font-size: 14px !important;
    /*
	position:fixed;
	overflow: hidden;
	bottom:0px;
	left:0px;
	*/
}

@media(max-width: 1000px) {
    /*
    .footer {
       height: 300px !important;
    }
    */
    .footer2 {
        height: 300px !important;
    }
}

.cuerpo {
    flex: 1 !important;
    /* margin-bottom:15px !important; */
}

.label_footer {
    color: white !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.label2_footer {
    font-size: 14px !important;
    font-weight: 400;
}

.span_footer {
    color: white !important;
    font-family: 'Barlow';
}

.redes {
    padding-top: 8px !important;
    padding-right: 1px !important;
    height: 31px !important;
    width: 31px !important;
    text-align: center !important;
}

.redes i {
    font-size: 17px !important;
}

.label_formulario {
    font-family: 'Barlow';
    font-size: 14pt;
    font-weight: 700;
    color: #394049;
}

.a_formulario {
    font-family: 'Barlow';
    font-size: 1rem;
    color: white;
    font-weight: 400;
}

.sctn-col label {
    font-size: 1rem !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/spinner2.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
    display: none;
}

@media(max-width: 1350px) {
    .loader p {
        font-size: 15px;
    }
    .loader div {
        left: calc(31% - 45px);
    }
}

@media(max-height: 500px) {
    .loader p {
        font-size: 12px;
    }
    .loader div {
        top: calc(25% - 15px);
    }
}

@media(max-height: 350px) {
    .loader p {
        font-size: 12px;
    }
    .loader div {
        top: calc(15% - 15px);
    }
}

@media(max-height: 280px) {
    .loader p {
        font-size: 12px;
    }
    .loader div {
        top: calc(5% - 15px);
    }
}

@media(max-width: 1100px) {
    .loader p {
        font-size: 15px;
    }
    .loader div {
        left: calc(25% - 45px);
    }
}

@media(max-width: 900px) {
    .loader p {
        font-size: 15px;
    }
    .loader div {
        left: calc(20% - 45px);
    }
}

@media(max-width: 700px) {
    .loader p {
        font-size: 15px;
    }
    .loader div {
        left: calc(15% - 45px);
    }
}

@media(max-width: 600px) {
    .loader p {
        font-size: 15px;
    }
    .loader div {
        left: calc(10% - 45px);
    }
}

@media(max-width: 500px) {
    .loader p {
        font-size: 12px;
    }
    .loader div {
        left: calc(0% - 45px);
    }
}

@media(max-width: 400px) {
    .loader p {
        font-size: 12px;
    }
    .loader div {
        left: calc(-20% - 45px);
    }
}

#pay-button {
    margin-left: 45%;
}

@media(max-width: 400px) {
    #pay-button {
        margin-left: 40%;
    }
}

#btnsolicitud_spei {
    margin-left: 38%;
}

@media(max-width: 400px) {
    #btnsolicitud_spei {
        margin-left: 33%;
    }
}

#btnsolicitud_paynet {
    margin-left: 25%;
}

@media(max-width: 400px) {
    #btnsolicitud_paynet {
        margin-left: 20%;
    }
}

.swal2-styled.swal2-confirm {
    background-color: #3476A3 !important;
    font-family: 'Barlow';
    font-size: 16pt;
    font-weight: 400;
    color: #ffffff !important;
}

.swal2-title {
    font-family: 'Barlow';
}

.swal2-html-container {
    font-family: 'Barlow';
    font-size: 1rem;
    font-weight: 400;
}

.progress {
    height: 7.2rem !important;
}

.progress img {
    float: left;
    margin-top: 40px;
    margin-left: 65.5px;
}

@media(max-width: 500px) {
    .progress img {
        margin-left: 0px;
        /*width:260px;*/
        /*height:60px;*/
    }
}

.div_producto {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

@media(max-width: 800px) {
    .div_separador {
        margin-bottom: 20px;
    }
}

#cuadro_ayuda {
    width: 600px;
    margin: 0 auto;
}

@media(max-width: 500px) {
    #cuadro_ayuda {
        width: 100%;
    }
}

#cuadro_errorurl {
    width: 500px;
    margin: 0 auto;
}

@media(max-width: 500px) {
    #cuadro_errorurl {
        width: 100%;
    }
}

#cuadro_errorurl_asis {
    width: 500px;
    height: 650px;
    margin: 0 auto;
}

@media(max-width: 500px) {
    #cuadro_errorurl_asis {
        width: 100%;
    }
}

.cuadro_anuncio {
    width: 500px;
    height: 650px;
    margin: 0 auto;
}

@media(max-width: 500px) {
    .cuadro_anuncio {
        width: 100%;
    }
}

.imagen_anuncio {
    width: 375px;
    height: 450px;
    margin: 0 auto;
}

@media(max-width: 500px) {
    .imagen_anuncio {
        width: 100%;
    }
}

@media(max-width: 1200px) {
    .cuadro_anuncio {
        width: 300px;
        height: 680px;
    }
    .imagen_anuncio {
        width: 100%;
    }
    #cuadro_errorurl_asis {
        height: 680px;
        width: 300px;
    }
}

@media(max-width: 780px) {
    .cuadro_anuncio {
        height: 730px;
        width: 100%;
    }
    .imagen_anuncio {
        width: 100%;
    }
    #cuadro_errorurl_asis {
        height: 730px;
        width: 100%;
    }
}

.inputtext_form {
    font-family: 'Barlow';
    font-size: 1rem;
    font-weight: 400;
}

input[type="file"]#comprobante {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="comprobante"] {
    background-color: #F4E200;
    color: white;
}

.iti--allow-dropdown{
    width: 100%;
}
/*---------------------------------APN---------------------------------*/

.div_producto {
    background-color: rgb(46, 53, 142) !important;
    color: white !important;
    border: none !important;
    border-radius: 20px;
    width: 380px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.row {
    justify-content: space-evenly;
}

.col-sm-3 {
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
}

.div_producto div b {
    font-size: 30px;
}

div.col-sm-3>div:nth-child(4) {
    font-style: italic;
}

div.col-sm-3>div:nth-child(8), div.col-sm-3>div:nth-child(6) {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid white;
}

.btn.btn_formulario.btn_rectangular {
    background-color: unset !important;
    font-size: unset;
    color: white;
}

.btn.btndolares.btn_rectangular, .btn.btnpesos.btn_rectangular {
    width: 20% !important;
    position: relative;
    background-color: white;
    color: rgb(46, 53, 142) !important;
    border-radius: 200px;
    margin: 0 25px;
}

.form-control {
    border-color: rgb(52, 118, 163) !important;
    border-radius: 100px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMjg2LjkzNSw2OS4zNzdjLTMuNjE0LTMuNjE3LTcuODk4LTUuNDI0LTEyLjg0OC01LjQyNEgxOC4yNzRjLTQuOTUyLDAtOS4yMzMsMS44MDctMTIuODUsNS40MjQgICBDMS44MDcsNzIuOTk4LDAsNzcuMjc5LDAsODIuMjI4YzAsNC45NDgsMS44MDcsOS4yMjksNS40MjQsMTIuODQ3bDEyNy45MDcsMTI3LjkwN2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOCAgIHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIgZmlsbD0iIzM0NzZhMyIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiI+PC9wYXRoPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.btn.btn_formulario, #btnverificar, #btncupon {
    background-color: #3476A3;
    font-size: 15px;
    border-radius: 100px;
    padding: 8px;
    color: white !important;
}

.btn.btn_formulario, #btnverificar {
    padding: 8px 21px;
}

.waitMe_body div:nth-child(2) {
    /* background-color: rgb(46, 53, 142) !important; */
}

div.col-sm-3>div:nth-child(10), div.col-sm-3>div:nth-child(13) {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-sm-12 {
    margin: 0 !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 44px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
}

.upload-btn-wrapper button {
    border: 1px solid #3476A3;
    color: #757679;
    background-color: white;
    padding: 0px 20px;
    border-radius: 100px;
    font-size: 16px;
    height: 30px;
    width: 100%;
}

.file-uploaded {
    background-color: #3476A3 !important;
    color: white !important;
}

/*
.btnfileadj{
    cursor:pointer;
    width:100%;
}
*/

/************* Credencial *************/

.btn-file {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 10%;
    min-height: 10%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.uploads {
    cursor: pointer;
}

.croppie-container .cr-slider-wrap {
	margin : 0 auto;
}

.cr-image {
	color : transparent;
}

.cr-boundary{
    height:268.6px !important;
}

/************* Stripe *************/

.stripe-div #card-element.StripeElement.StripeElement--empty .__PrivateStripeElement iframe {
    /* height: 42px !important; */
}

.stripe-div {
    border: 1px solid #3476A3 !important;
    border-radius: 100px !important;
    padding: 10;
}

