
.sp { padding-left: 0 !important; padding-right: 0 !important;}
.modal { text-align: inherit; } /* Quita el centrado que usa por defecto PopBox */

.bxFrm { padding-top: 26px; }
.error{ border: 1px solid #FF0000 !important; margin: 0 0 1rem 0 !important; }
.msgFrm { background-color: #cccccc; color: black; padding: 1em; margin-bottom: 13px; }

.inpt {
    color: #7a7a7a;
    font-weight: 400;
    line-height: 1.66;
    background: #fff;
    background-image: none;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    display: block;
    margin: 0 0 1rem 0;
    padding: 0.7em;
    height: auto !important;
}
.inpt:focus { background: #FFFFFF; border-color: #999999; }
.txtint {
    min-height: 96px;
    max-height: 96px;
}

.lbl {
    color: #333;
    display: block;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 0.5em;
    line-height: 1.5;
    
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.chkScp { padding-bottom: 23px; padding-top: 19px; }
.chkScpMb { padding-bottom: 23px; padding-top: 19px; }
#chkactive.chk.error, #chkactiveMb.chk.error {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    margin-top: 18px !important;
} 
.frmErr, .frmErrMb, .frmErrH, .frmErrHMb { 
    position: absolute; 
    margin-top: 9px; 
    z-index: 1;
}

.txtInfo, .txtInfomb { 
    font-family: "Roboto", Sans-serif !important;
    font-weight: 400;
    color: #504a43;
}
.txtInfo { font-size: 0.938em; padding: 2px 0 0 13px; }
.txtInfomb { font-size: 0.8em; padding-top: 4px; }

#env, #envmb {
    background-color: #5e5e5e;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    width: 100%;
}
#env:focus, #env:hover, #env:visited {
    color: #fff;
    opacity: 0.9;
}
#envmb { margin-top: 25px !important; width: 100% !important; white-space: normal; }

.disabled { pointer-events: none; cursor: default; }

.cntloader { top: 45%; } 
/* Gif loading */
.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #352b1b; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.6s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Gif loading */

#thanks, #thanksmb { display: none; }

/* Estilos para Mobile */
@media (max-width: 640px) { 
    .intl-tel-input { display: inline-block; } 
}

