/*html,
body {
    overflow-x: hidden!important;
font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background: #ffffff;
        
}
a {
    color: #3c8dbc;    
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #f0f0f0;
}
/* Button */

/*input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: none;
    border: solid 5px;
    border-color: #ffffff;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 35px;
    line-height: 1.12em;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    width: 94%;
    color: #ffffff;

}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
    background: #ABAFB0);

}

input[type="button"].special,
input[type="submit"].special,
input[type="reset"].special,
.button.special {
    background: #ffffff;
    border-color: #ffffff;
    color: #fff !important;
}

input[type="button"].special:hover,
input[type="submit"].special:hover,
input[type="reset"].special:hover,
.button.special:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

input[type="button"].fit,
input[type="submit"].fit,
input[type="reset"].fit,
.button.fit {
    width: 100%;
}

input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
.button.small {
    font-size: 0.7em;
    min-width: 14em;
    padding: 0.5em 0;
}

*/

body {
    padding: 0;
    width: 100%;
}

table {
    margin: 0;
}

td, th {
    padding: 2%;
    margin-bottom: 120px;
    width: 50%;
}

.captchaLegacyRetirado-possibilities {
    margin-right: 0;
}

.captchaLegacyRetirado-refresh-button {
    text-align: center;
    width: 100%;
    /*margin-top: 10px;*/
}

/** Inicio estilos para los paquetes de claro. **/
.clpaquetes {
    display: block;
    margin-bottom: 5px;
}

#camp_VALOR_PAQUETE .row > * {
    padding: 0 0 10px 40px;
}

#camp_VALOR_PAQUETE .col-xs-12, .col-md-6 {
    margin-top: 0;
}

#camp_VALOR_PAQUETE .dropdown .btn {
    height: auto;
    text-align: left;
    white-space: normal;
    width: 100%;
}

#camp_VALOR_PAQUETE .dropdown .btn span:first-child {
    color: #DA262C;
    font-weight: 900;
}

#camp_VALOR_PAQUETE .dropdown .dropdown-menu {
    background-color: #f0f0f0;
    width: 100%;
}

#camp_VALOR_PAQUETE .dropdown .dropdown-menu > li span {
    color: #DA262C;
    text-align: justify;
    white-space: normal;
}

#camp_VALOR_PAQUETE .dropdown .dropdown-menu > li:last-child {
    background-color: #DA262C;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#camp_VALOR_PAQUETE .dropdown .dropdown-menu > li:nth-last-child(n+2) a {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

#camp_VALOR_PAQUETE .dropdown .dropdown-menu > li:last-child a {
    color: #fff;
    font-size: 17px;
}

#camp_VALOR_PAQUETE .dropdown .btn-default.active,
#camp_VALOR_PAQUETE .dropdown .btn-default.active span:first-child,
#camp_VALOR_PAQUETE .dropdown .btn-default.active:hover {
    background-color: #DA262C !important;
    color: #fff;
}

#camp_VALOR_PAQUETE .dropdown-menu > li > a:hover,
#camp_VALOR_PAQUETE .dropdown-menu > li > a:hover span {
    background-color: #DA262C;
    color: #fff;
}

/** Fin estilos para los paquetes de claro. **/

/** Inicio para los estilos de las opciones de compra. **/
.miclase {
    display: block;
    margin-bottom: 15px;
    padding: 0 5%;
    position: relative;
    width: 100%;
}

.miclase .medio_pago {
    border: 0px solid #f0f0f0;
    border-radius: 60px !important;
    height: 50px;
    padding-top: 10px;
    position: absolute;
    width: 50%;
    z-index: auto;
}

.miclase .medio_pago:nth-child(2) {
    left: 275px;
    position: absolute;
}

.miclase .active {
    z-index: 100;
}

/** Fin para los estilos de las opciones de compra. **/

input[type="text"] {
    border: 1px solid #0554AA;
}

@media screen and (max-width: 320px) {
    .miclase .medio_pago:nth-child(2) {
        left: 57px;
        position: absolute;
    }
}

.btn.btn-primary.medio_pago_anc {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    /** Formulario **/
    td {
        margin-bottom: -17px;
        padding: 2%;
        width: 100%;
    }

    .btn.btn-primary.medio_pago {
        margin-right: 0;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 5%;
        white-space: normal;
        width: 50%;
    }

    .btn.btn-primary.medio_pago_anc {
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .captchaLegacyRetirado-possibilities {
        width: 100%;
    }

    .captchaLegacyRetirado-possibilities .img {
        text-align: center;
        width: 25%;
    }

    .captchaLegacyRetirado-refresh-button {
        text-align: center;
        width: 100%;
    }

    .captchaLegacyRetirado-accessibility-button {
        text-align: center;
        width: 100%;
    }

    .captchaLegacyRetirado-button-group {
        width: 100%;
    }

    /** Pagos **/
    .tablaDetalleOperacionPayu {
        margin-bottom: 110px;
        width: 100%;
    }

    .confirmOperacion .btn.btn-primary2 {
        margin-top: 10px;
    }

    #camp_VALOR_PAQUETE .row {
        margin: -30px 0px -1px -40px;
    }

    .miclase {
        padding: 0;
    }

    .miclase .medio_pago {
        position: absolute;
        width: 55% !important;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 107px;
        position: absolute;
    }
}

@media screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
    #page-wrap {
        margin: 0 !important;

    }

    img {
        width: 25%;
    }

    /** Formulario **/
    .btn.btn-primary.medio_pago {
        margin-right: 0;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 4%;
        white-space: normal;
        width: 50%;
    }

    .btn.btn-primary.medio_pago_ach {
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    td {
        margin-bottom: -20px;
    }

    .captchaLegacyRetirado-possibilities {
        width: 100%;
    }

    .captchaLegacyRetirado-possibilities .img {
        text-align: center;
        width: 25%;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 119px;
        position: absolute;
    }
    a.historial img {
        width: auto;
	}
}

@media screen and (min-width: 480px) and (orientation: landscape) {
    /** Formulario **/
    td {
        margin-bottom: -40px;
        width: 100%;
    }

    .btn.btn-primary.medio_pago {
        margin-right: 0;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 3%;
        width: 50%;
    }

    .btn.btn-primary.medio_pago_anc {
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .captchaLegacyRetirado-possibilities {
        width: 80%;
    }

    .captchaLegacyRetirado-possibilities .img {
        text-align: center;
        width: 25%;
    }

    .captchaLegacyRetirado-explanation {
        width: 100%;
    }

    .captchaLegacyRetirado-button-group {
        width: 20%;
        float: right;
    }

    .captchaLegacyRetirado-refresh-button {
        text-align: center;
        width: 100%;
    }

    .btn.btn-primary2 {
        max-width: 50em;
        width: 100%;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 160px;
    }
}

@media screen and (min-width: 600px) and (orientation: portrait) {
    td {
        margin-bottom: -25px;
        width: 100%;
    }

    .btn.btn-primary2 {
        max-width: 28em;
    }

    .captchaLegacyRetirado-possibilities {
        width: 80%;
    }

    .captchaLegacyRetirado-possibilities .img {
        text-align: center;
        width: 25%;
    }

    .captchaLegacyRetirado-button-group {
        width: 20%;
        float: right;
    }

    .miclase .medio_pago {
        padding-top: 13px !important;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 200px;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) and (orientation: landscape) {
    /** Formulario **/
    .btn.btn-primary.medio_pago {
        padding-top: 2%;
    }

    .btn.btn-primary2 {
        max-width: 50em;
    }

    td {
        margin-bottom: -25px;
    }

    .captchaLegacyRetirado-possibilities {
        width: 80%;
    }

    .captchaLegacyRetirado-possibilities .img {
        text-align: center;
        width: 25%;
    }

    .captchaLegacyRetirado-refresh-button {
        width: 100%;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 216px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /** Formulario **/
    td {
        margin-bottom: -25px;
        padding: 2%;
        width: 100%;
    }

    .btn.btn-primary.medio_pago {
        margin-right: 0;
        padding-left: 11%;
        padding-right: 11%;
        padding-top: 2%;
        width: 50%;
    }

    .btn.btn-primary2 {
        max-width: 35em;
    }

    .captchaLegacyRetirado {
        margin-bottom: 10px;
    }

    .captchaLegacyRetirado-possibilities {
        margin-right: 0px;
        width: 80%;
    }

    .captchaLegacyRetirado-possibilities .img {
        text-align: center;
        width: 25%;
    }

    .captchaLegacyRetirado-button-group {
        width: 20%;
        float: right;
    }

    .captchaLegacyRetirado-refresh-button {
        text-align: center;
        width: 100%;
        z-index: 100;
        margin-top: 13px;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 255px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1280px) and (orientation: portrait) {
    .btn.btn-primary2 {
        max-width: 37em;
    }

    .btn.btn-primary3 {
        max-width: 37em;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 268px;
    }
}

@media screen and (min-width: 900px) and (orientation: portrait) {
    .btn.btn-primary2 {
        max-width: 42em;

    }

    .btn.btn-primary3 {
        max-width: 42em;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 267px;
    }
}

@media screen and (min-width: 900px) and (orientation: landscape) {
    .miclase .medio_pago {
        padding-top: 10px !important;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 318px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1280px) and (orientation: portrait) {
    .btn.btn-primary2 {
        max-width: 46em;
    }

    .miclase .medio_pago:nth-child(2) {
        left: 290px;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    /** Formulario **/
    .btn.btn-primary.medio_pago {
        padding-top: 2%;
        text-align: center;
    }
    .btn.btn-primary.medio_pago_anc {
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    /** Formulario **/
    td {
        margin-bottom: -30px;
        padding: 2%;
        width: 50%;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .btn.btn-primary2 {
        max-width: 28em;
        width: 48%;
    }

    .btn.btn-primary3 {
        max-width: 28em;
        width: 48%;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .btn.btn-primary2 {
        max-width: 42em;
        width: 49%;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .btn.btn-primary3 {
        max-width: 42em;
        width: 49%;
    }

    /** Pagos **/
    .confirmOperacion .btn.btn-primary2 {
        max-width: 43em;
        width: 50%;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .miclase .medio_pago:nth-child(2) {
        left: 206px
    }
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
    .miclase .medio_pago:nth-child(2) {
        left: 275px;
    }
}
