﻿/*--ESTILOS PARA EL INICIO DE SESIÓN--*/

/*--MAIN CONTAINERS--*/

footer a {
    color: #ffffff;
    text-decoration: none;
}

body {
    background-color: #c6c6c6;
    margin: 0px;
}

.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /*padding: 25px;*/
    background: #fff;
    position: relative;
    padding: 0 10px 15px 10px;
    min-width: 320px;
    max-width: 100%;
    padding: 0 !important;
}

.wrapper-overflow {
    overflow: hidden;
}

/*--HEADER STYLE--*/
/*.logoPWC {
    height: 51px;
    width: 67.2px;
    margin-top: 17px;
    margin-bottom: 17px;
    background-image: url("../Images/InicioSesion/PwC_LogoWeb.png");
}*/
.logoPwc{
    margin-left: 30px;
    height: 51px;
    width: 67.2px;
    margin-top: 17px;
    margin-bottom: 17px;
    opacity: 1;
    position:relative;
    float: left;
    background-image: url(../../Images/InicioSesion/LogoPwC.svg);
    background-repeat: round;
}

.container {
    /*margin-right: auto;*/
    height: 100%;
    position: inherit;
    display: flex;
    max-width: 1172px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.titles {
    margin-top: 36px;
    height: 33px;
}

#body {
    margin-top: 85px;
}

.imageContainerInicio {
    margin: auto;
    width: 100%;
    height: 633px;
    background-image: url('../Images/InicioSesion/GettyImages-1027237872_1920px.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /*position: relative;*/
    /*right: 26px;*/
    /*border-top: 5px solid #EB8C00;*/
}

.imageInner {
    margin: auto;
    max-width: 1172px;
    position: relative;
}

.footerInner {
    display: block;
    max-width: 1172px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.element {
    display: inline-flex;
    height: 101px;
    padding-top: 40px;
    box-sizing: border-box;
}

.element1 {
    margin: auto;
    height: 91px;
    border-top: solid 1px #ffffff;
}

.element2 {
    display: inline-flex;
    padding-bottom: 30px;
}



.tituloInicio {
    font: 16px georgia,sans-serif;
    color: #636D72;
    height: 16px;
    margin-left: 19px;
}

.titleImageContainerInicio {
    font-family: Georgia;
    font-style: italic;
    font-size: xx-large;
    color: white;
    /*position: absolute !important;*/
    font-size: 20px;
    width: 450px;
}

.textImageContainerInicio {
    height: 436px;
    width: 455px;
    color: #404041;
    background-color: white;
    position: absolute;
    left: 15px;
    top: 40px;
    padding-left: 40px;
}

.inputInicio {
    background: #fff;
    font-family: arial;
    font-size: 18px;
    color: #404041;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding-left: 22px;
    padding-right: 35px;
    width: 348px;
    height: 41px;
}

.textImageContainerInicio input:focus {
    outline: none;
}

.InputValidableNeutral {
    position: relative;
}

    .InputValidableNeutral input {
        border-color: #cccccc;
        border-width: 1px;
    }

    .InputValidableNeutral i {
        display: none;
    }

.InputValidableCorrecto {
    position: relative;
}

    .InputValidableCorrecto input {
        border-color: #006652;
        border-width: 2px;
    }

    .InputValidableCorrecto i {
        background-image: url('../Images/InicioSesion/Web_Correcto.png');
        position: absolute;
        top: 13px;
        left: 374px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.InputValidableIncorrecto {
    position: relative;
}

    .InputValidableIncorrecto input {
        border-color: #e0301e;
        border-width: 2px;
    }

    .InputValidableIncorrecto i {
        background-image: url('../Images/InicioSesion/Web_Error.png');
        position: absolute;
        top: 13px;
        left: 374px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }


.logUsuario {
    position: relative;
    width: 200px;
    padding-top: 58px;
}

.logUsuarioFuente {
    font: 18px georgia,sans-serif;
}


.btnEntrar {
    width: 95.2px;
    height: 45px;
    border: none;
    background-color: #292929;
    text-align: left;
    padding-left: 24px;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

    .btnEntrar:hover {
        background-color: #e03010;
    }

.btnCancelar {
    height: 45px;
    border: none;
    text-align: left;
    padding-left: 24px;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    top: 410px;
    background-color: white;
    color: #404041;
    border: 1px solid #404041;
    margin-right: 25px;
    width: 113px;
}

    .btnCancelar:hover {
        background-color: #404041;
        color: white;
    }

#slideshow {
    position: absolute;
    left: -10px;
    top: -10px;
}

    #slideshow > div {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

/****TEXT BOX****/
labelInputs {
    font-size: 18px;
    /*padding-left: 15px;*/
}

labelOpcionesInicioSesion {
    font-size: 14px;
    cursor: pointer;
}

inputs:-webkit-input-placeholder {
    color: #9a9696;
}

inputs-moz-placeholder {
    color: #9a9696;
}


.etiquetaDeOpcion {
    padding-top: 30px;
    margin-left: 40px;
    font: 14px arial;
}

.botonInfoFooter {
    font: 18px georgia,sans-serif;
    color: #ffffff;
    margin-right: 25px
}

.botonInfoFooterSegundaSeccion {
    font: 12px arial,sans-serif;
    color: #ffffff;
    margin-right: 30px;
}

.espaciadoEntreLineas {
    height: 5px;
    width: 100%;
}

label.titleImgCont {
    font-family: Georgia;
    font-style: normal;
    color: #404041;
    position: absolute !important;
    font-size: 38px;
    padding-top: 20px;
}
