*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    margin: 0; 
    padding: 0;
}

html {
    font-family: sans-serif; 
    line-height: 1.15; 
    -ms-overflow-style: scrollbar; 
    -ms-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%; 
}

body {
    background-color: #edeef0;
    font-family: "Open Sans", sans-serif; 
    font-size: 1rem; font-weight: 400; 
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased; 
    line-height: 1.5; color: #212529; 
    text-align: left; 
    text-rendering: optimizeLegibility; 
}

a {
    line-height: inherit;
    outline: none; 
    text-decoration: none; 
}

img {
    border: 0;
}

#captchaAP{visibility: hidden;}

/* CABECERA BARRA */
.row-header {
    background: #ffffff; 
    box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
    width: 100%;
}

.row-header header {
    align-items: center;
    display: flex; 
    line-height: 60px; 
    margin: 0 auto; 
    max-width: 1014px; 
    padding: 0 18px;
    width: 100%; 
}

.row-header header .aig-logo {
    border: 0;
    display: block; 
    height: 60px; 
    max-width: 100%; 
}

.row-header header .header-text {
    color: #1e1f24;
    font-size: 14px;
    font-weight: 400; 
}

.c-login-container {
    margin: 0 auto; 
    max-width: 1014px;
    min-width: 320px; 
    width: calc(100% - 72px);
 }

.c-login-container-inner {
    margin: 54px 0;
}

.c-login-container-row {
    display: flex;
    flex-wrap: wrap;
}

.c-login-container-tab {
    width: 50%;
}


/* LOGIN */
.AreaCliDist {
    background: #ffffff; 
    border-radius: 9px; 
    box-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
    max-width: 460px; 
    min-height: 500px; 
}

.tab-login-left {
    border-bottom: 2px solid #dcdde0; 
    border-right: 2px solid #dcdde0;
    border-top-left-radius: 8px; 
    color: #212529; 
    font-size: 16px; 
    font-weight: 700; 
    line-height: 54px; 
    text-align: center; 
}

.c-login-info-links-group {
    display:flex;
    justify-content:space-between;
    max-width:460px;
    padding-left:24px;
    padding-right:24px;
}

.c-login-info-link {
    color: #0070c9; 
    font-size: 14px;
    font-weight: 400; 
    text-decoration: underline;
}

.AreaCliDist .tabs {
    border-radius: 8px;
    border-top: 1px solid #cccccc; 
    height: initial;
    position: relative;
}

.AreaCliDist .tab {
    float: left; 
    width: 50%;
}

.AreaCliDist .tab-switch {
    display: none;
}

.AreaCliDist .tab-switch:checked + .tab-label {
    border-right: none;
    font-size: 16px;
    font-weight: 700; 
    line-height: 54px; 
    text-align: center;
    color: #2c3e50;
    background: transparent; 
    border-bottom: 0; 
    transition: all 0.35s; 
    z-index: 1;
}

.AreaCliDist .tab-switch:checked + label + .tab-content {
    height: 372px;
    opacity: initial;
    padding: 36px 64px;
    transition: all 0.35s;
    width: 100%;
    z-index: 2;
}

.AreaCliDist .ACcont {
    height: auto;
    margin-top: 0 !important;
}

/* FORMULARIO LOGIN' */
.lblDisplayedAC {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: auto; 
    line-height: 20px;
}

.cptDisplayedAC {
    border-radius: 5px; 
    border: 1px solid #b5b9bf; 
    box-sizing: border-box;
    display: block;
    font-size: 15px;
    height: 44px;
    margin-bottom: 10px;
    margin-top: 3px;
    padding-left: 15px;
    width: 100%;
}

.lblprog {
    color: #ffffff;
    display: block;
    font-size: 13px;
    text-align: left;
    text-decoration: underline;
}

#btnAc {
    background-color: transparent; 
    border-radius: 25px;
    border: 2px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600; 
    height: 44px; 
    margin-top: 20px;
    text-align: center; 
    text-decoration: none;
}

#ErrorMsgL {
    background-color: #ffffffd6;
    color: #FE0303;
    font-size: 15px; 
    font-weight: 400; 
    margin-top: 20px; 
    text-align: center;
    visibility: hidden;
}

.c-login-info {
    min-height: 1px; 
    padding-right: 1.2rem; 
    padding: 27px 0;
    position: relative; 
    width: 50%; 
}

.c-login-info-text {
    padding-left: 36px;
}

.c-login-info-text h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}

.c-login-info-text ul {
    list-style-image: none;
    list-style-type: none;
    padding-inline-start: 0px;
}

.ico-check-svg {
    display: inline-block;
    flex-shrink: 0;
    height: 20px;
    margin-right: 9px;
    width: 20px;
}

.AreaCliDist .tab-content {
    background: transparent;
    /*    border-radius: 9px;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    color: #2c3e50;
    left: 0;
    padding: 36px 64px;
    position: absolute;
    transition: all 0.35s;
    width: 100%;
    z-index: 1;
    height: 364px;
    top: 56px;
    opacity: initial;
    background: #0070c9;
}

.ACflex {
    flex: 1;
    margin-right: 0;
    margin-left: 0;
}

.AreaCliDist .tab-switch + .tab-label.tab-login-right {
    background-color: #0070c9; 
    border-bottom: 2px solid #dcdde0;
    border-top-right-radius: 8px; 
    color: #ffffff; 
}

.AreaCliDist .tab-label {
    background: #ffffff;
    cursor: pointer;
    display: block;
    height: initial;
    line-height: 54px;
    padding: initial;
    position: relative;
    position: relative;
    top: 0;
    transition: all 0.25s;
}

.AreaCliDist .tab-label:hover {
    background-color: #ffffff;
    text-decoration: underline;
    top: 0;
    transition: top 0.25s;
 }

/*======================================================================
======================================================================
======================================================================
======================================================================*/
/*RESPONSIVE*/
/*======================================================================
======================================================================
======================================================================
======================================================================*/

/*  MÓVIL  */
@media only screen and (max-width: 480px) {
/*    body {background-color: yellow;}*/
    .row-header header {justify-content: center; height: 60px;}
    .row-header header .header-text {display:none;}
    .c-login-container {width: 100%;}
    .c-login-container-inner {margin: 28px 0;}
    .c-login-container-row {flex-direction: column;}
    .c-login-container-tab, .c-login-info {width: auto; margin-left: 16px; margin-right: 16px; margin-bottom: 8px;}
    .c-login-info-text {padding: 0 36px;}
    .c-login-info-summary {display: none;}
    .AreaCliDist {height: 480px;}
/*    .AreaCliDist .tab-content {padding: 36px;}*/
    .AreaCliDist .tab-switch:checked + label + .tab-content {padding: 36px;}
    .ACcont {margin-top: 0 !important;margin-bottom: 0 !important;}
    .ACflex {width: 100%;margin: auto;}
}

/*  TABLET  */
@media only screen and (min-width: 481px) and (max-width: 768px) {
/*    body {background-color: lightsalmon;}*/
    .c-login-container {width: 100%;}
    .c-login-container-row {flex-direction: column;}
    .c-login-container-tab {width: 100%;}
    .c-login-info {min-height: 1px; padding-right: 1.2rem; position: relative; width: 100%; max-width: 460px; margin: 0 auto; margin-top: 48px; padding: 0;}
    .c-login-info-text {padding: 0 10px;}
    .AreaCliDist {margin:0 auto; min-height: 464px; }
    .ACflex {width: 100%;margin: auto;}
}

@media (max-width: 840px){
    .ACflex {
        display: block;
        margin: auto;
        width: 100%;
    }
}

