@font-face{
    font-family: kristen;
    src: url(../../font/ITCKRIST.ttf);
}
body {
    /*background-image: url(../../image/fondoindex2.jpg);*/
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-family: kristen;
}
.container{
    margin-top: 20px;
    min-width: 320px;
}

#consulta{
    background-image:url(../../image/celular_marco_new.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 329px;
    height: 687px;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    color: black;
    font-size: 28px;
    text-align: center;
    margin-left: 10px;
}
#cedulaCliente{
    height: 50px;
    font-size: 24px;
}
#consultarCliente{
    margin-top: 20px;
    font-size: 24px;
}

#consulta, #informacion, #info_imagen, #info_titulo, #info_subtitulo{
    float: left;
}

#informacion{
    margin-left: 50px;
    width: 700px;
}

#info_imagen {
    width: 100%;
    text-align: center;
}
#info_imagen img {
    width: 45%;
}
#info_titulo {
    width: 500px;
    font-size: 100px;
    text-shadow: -2px -2px 1px #FFF, 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF;
    color: rgba(25,0,141,1.00);
    text-align: center;
}
#info_subtitulo{
    width: 500px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0,0,0,0.3);
}

#info_contacto{
    margin-top: 50px;
    font-size: 28px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 10px 10px;
}
#info_contacto img{
    width: 45px;
}

#info_servicios{
    width: 650px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 10px;
    padding: 10px 0px;
}

#info_servicios ul{
    padding: 0px;
}

#info_servicios li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bolder;
    /*text-shadow: -2px -2px 1px #19008D, 2px 2px 1px #19008D, -2px 2px 1px #19008D, 2px -2px 1px #19008D;*/

}

.borrar{
    clear: both;
}

.peque{
    width: 65%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
}
.grande{
    width: 95% !important;
}
.btn_admin{
    position: absolute;
    top: 0px;
    right: 0%;
}

#vtn_clienteConsultar{
    color: rgba(0,0,0,1.00);
}

.msj_recoger{
    text-align: center;
    font-size: 1.5em;
    color: red;
    font-weight: bolder;
}
@media (orientation:portrait){
    body{
        background-size: auto;
        background-image: none;
        background-color: white;
    }
    #informacion{
        margin-left: 0;
        width: 100%;
    }
    #info_servicios{
        width: 100%;
        margin-bottom: 0;
        margin-top: 5px;
        padding: 5px 0px;
    }
    #info_servicios li {
        margin-left: 5px;
        margin-right: 3px;
        font-size: 0.6em;
        font-weight: bolder;
        /*text-shadow: -2px -2px 1px #19008D, 2px 2px 1px #19008D, -2px 2px 1px #19008D, 2px -2px 1px #19008D;*/

    }
    #info_imagen {
        width: 100%;
    }
    #info_titulo {
        width: 75%;
        font-size: 3.5em;
    }
    .info_desc{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #info_subtitulo{
        width: 100%;
        text-align: center;
        font-size: 1em;
    }
    #info_contacto{
        font-size: 1em;
        margin-top: 5px;
    }

    #info_contacto img{
        width: 20px;
    }

    #consulta{
        margin-top: 20px;
        background-image:url(../../image/celular_marco_inv_new.png);
        width: 100%;
        /*height: auto;*/
        padding-top: 4%;
        padding-bottom: 15%;
        padding-left: 18%;
        padding-right: 18%;
        color: black;
        font-size: 1em;
        margin-left: 5px;
    }
    #cedulaCliente{
        height: 33px;
        font-size: 1em;
    }
    #consultarCliente{
        font-size: 1.2em;
        height: 33px;
        line-height: 16px;
        margin-top: 5px;
    }
}
