@font-face {
    font-family: open-sans;
    src: url(../../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: open-sans-bold;
    src: url(../../fonts/OpenSans-Bold.ttf);
}

.oculto{
    display: none;
}
.imagen_empresa{
    text-align: center;
    margin-bottom: 10px;
    height: 200px;
}
.imagen_empresa > img{
    width: 50%;
}

html{
    height: 100%;
}

body {
    background-image: url(../../image/fondo_nubes.png);
    font-family: open-sans;
    height: 100%;
    min-height: 650px;
    background-size: 65% 100%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    color: white;
    font-size: 0.9em;

}

input, select{
    font-family: open-sans;
    font-size: 0.9em;
}

.tamdif{
    width: 375px !important;
    text-align: right;
}

.espera{
    text-align: center;
}

.formunido .form-group{
    margin-bottom: 0;
}

#datosEsconderNoExiste{
    font-size: 28px;
    text-align: center;
}

.ladoizq{
    float: left;
    position: relative;
    width: 45%;
    height: 100%;
    padding: 60px 0px;
}
.ladoder{
    float: left;
    position: relative;
    width: 55%;

    background: rgba(12,56,87,0.23);
    background: -moz-linear-gradient(left, rgba(12,56,87,0.23) 0%, rgba(12,56,87,1) 41%, rgba(12,56,87,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(12,56,87,0.23)), color-stop(41%, rgba(12,56,87,1)), color-stop(100%, rgba(12,56,87,1)));
    background: -webkit-linear-gradient(left, rgba(12,56,87,0.23) 0%, rgba(12,56,87,1) 41%, rgba(12,56,87,1) 100%);
    background: -o-linear-gradient(left, rgba(12,56,87,0.23) 0%, rgba(12,56,87,1) 41%, rgba(12,56,87,1) 100%);
    background: -ms-linear-gradient(left, rgba(12,56,87,0.23) 0%, rgba(12,56,87,1) 41%, rgba(12,56,87,1) 100%);
    background: linear-gradient(to right, rgba(12,56,87,0.23) 0%, rgba(12,56,87,1) 41%, rgba(12,56,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3857', endColorstr='#0c3857', GradientType=1 );

    border-bottom-left-radius: 180px;
    height: 100%;
    padding: 40px 100px;
}

.borrar{
    clear: both;
}

.logo_evolve{
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.logo_evolve img{
    width: 200px;
}

#busquedaActual {
    border-radius: 15px 0 0 15px;
    margin-right: 15px;
}

.buscador_doc .input-group-append{
    background-color: #21a580;
    border-radius: 0 15px 15px 0;
}

#consultarNumero{
    color: white;
    border: none;
}

#consultarNumero:hover{
    font-weight: bolder;
    border: none;
    background: none;
}

.input-group.mb-3.buscador_doc {
    margin-bottom: 5px !important;
}

.i_editora .input-group-text {
    background-color: #3c556f;
    color: white;
    border-radius: 15px 0 0 15px;
    margin-right: 5px;
}

#empresaAct {
    text-align: center;
    color: #3c556f;
    font-weight: bolder;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

#titularNuevoAct{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.logoempresa {
    padding: 0 100px;
}

.margen-sup{
    margin-top: 30%;
}

#f_pagarNuevo {
    margin-top: 20px;
}

#f_pagarNuevo .input-group-text, #f_pagar .input-group-text {
    border-radius: 10px 0 0 10px;
    margin-right: 5px;
    padding-left: 30px;
    width: 150px;
    color: #3c556f;
}

.botonPagar{
    text-align: right;
}

#btn_pagarNuevo, #btn_pagar {
    background-color: #21a580;
    font-size: 1em;
    padding: 7px 45px;
    border-radius: 0 15px 15px 0;
    border-color: transparent;
    font-weight: bolder;
}

#tabla {
    margin: 0 auto;
    border-collapse: separate;
}

#tabla th {
    background-color: #1ea88e;
    border-radius: 10px 0 0 10px;
    text-align: right;
    padding: 5px 15px;
    width: 200px;
    font-weight: normal;
}

#tabla td {
    background-color: #064563;
    border-radius: 0 10px 10px 0;
    width: 200px;
    text-align: center;
    font-weight: bolder;
}

.opciones {
    padding-left: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1ea88e;
}

.mensajeFinalPasarela {
    text-align: center;
    background-color: white;
    color: #274e71;
    border-radius: 10px;
    margin-bottom: 50px;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.botonesPasarela img {
    height: 50px;
}

.imgzp{
    /*float: right;*/
    text-align: center;
    margin-bottom: 20px;
}
.imgnu{
    /*float: right;*/
    text-align: center;
    margin-bottom: 20px;
}
.imgep{
    /*float: right;*/
    text-align: center;
}

.imgzp, .imgep,.imgnu{
    cursor: pointer;
}

#empresaPago{
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    margin-top: 20%;
}

.logo_evolve_cel{
    display: none;
}

.preloader {
    width: 60px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    animation-name: girar;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-image: url("../../image/fondo_preloader.png");
}

#respuestaTransaccion {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}

.bordeblanco td{
    border: white solid 1px;
}

.epaycologo {
    text-align: center;
    margin-top: 10px;
}

.btn_accion {
    display: block;
    width: 200px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 7px 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: white;
    background-color: #064563;
    text-decoration: none;
}

.btn_accion:hover {
    color: white;
    text-decoration: none;
    background-color: #032c3f;
}

@keyframes girar {
    100% {
        transform: rotate3d(0,1,0,360deg)
    }
}

@media (orientation: portrait), (max-width: 800px) {
    body{
        background-size: 100% 100%;
        background-attachment:disabled;
        font-size: 0.7em;
    }
    input, select{
        font-size: 0.7em;
    }
    .ladoizq{
        float: left;
        position: relative;
        width: 100%;
        height: auto;
        padding: 25px 0px;
    }
    .ladoder{
        float: left;
        position: relative;
        width: 100%;
        height: auto;
        padding: 5px;
        border-bottom-left-radius: 70px;
        min-height: 400px;
    }
    .margen-sup {
        margin-top: 5px;
    }
    .logo_evolve{
        display: none;
    }
    #busquedaActual {
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
    }
    #consultarNumero {
        height: 30px;
        padding: 0 12px;
    }
    .logoempresa {
        padding: 0 15px;
    }
    .imagen_empresa {
        text-align: center;
        margin-bottom: 10px;
        height: auto;
    }
    .logo_evolve_cel{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .logo_evolve_cel img {
        width: 60%;
    }
    .imagen_empresa > img {
        width: 60%;
    }

    .adpatar .input-group-prepend{
        max-width: 100%;
    }
    .adaptar .input-group-prepend{
        max-width: 100%;
    }

    .adaptar span{
        border-radius: 10px 10px 0 0 !important;
        margin-right: 0 !important;
    }

    .adaptar input, .adaptar select{
        border-radius: 0 0 10px 10px !important;
    }

    #f_pagarNuevo .input-group-text, #f_pagar .input-group-text {
        padding-left: 15px;
    }
    .tamdif{
        width: 800px !important;
        text-align: right;
    }
}