﻿

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}


    a:hover {
        color: #9aa0ac !important;
        text-decoration: underline;
    }

button:focus,
button:active,
button:focus-visible {
    outline: none;
    box-shadow: none;
}


h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

.tooltip.show {
    opacity: 1;
}


.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 0px 20px;
}

    .wrapper ol {
padding-left: 17px;
    }


    .wrapper ol > li {
        line-height: 1.25;
        margin-bottom: .25rem;
        list-style: decimal !important;
    }

#formContent {
    padding: 1.5rem 1rem;
    width:100%;
    max-width: 550px;
}

#formFooter {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.modal-dialog {
    margin: 1.75rem auto !important;
}

.cont-center {
    margin: 0 auto;
    width: fit-content;
}

.cont__manual_code {
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap: 6px;
}

    .cont__manual_code input {
        font-size: .75rem !important;
        padding: 10px 8px !important;
    }

.border-black {
    border: 1px solid #000000;
    padding:.5rem;
}


.LoginTopWarning {
    display: flex;
    justify-content: center;
    font-family: 'OpelNextW05-Normal', Verdana, Arial, Helvetica, sans-serif !important;
    background-color: #ffffff;
    color: #000000;
    height: 56px;
    border-bottom: 1px solid #ccc;
    transition: color .3s,border-color .3s;
}

.cont__warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: inherit;
    justify-content: center;
}

.LoginTopWarning a {
    position: relative;
    overflow: hidden;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
    font-family: 'OpelNextW05-Bold', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 1rem;
}

    .LoginTopWarning a.roll-over {
        padding: 0.1rem .5rem;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
        cursor: pointer;
    }

        .LoginTopWarning a.roll-over::after {
            content: '';
            position: absolute;
            top: 0;
            z-index: 1;
            width: 136%;
            height: 100%;
            background-color: #f7ff14;
            -webkit-transform-origin: 200% 0;
            transform-origin: 200% 0;
            left: 0;
            -webkit-transform: skew(-23deg) translateX(-101%);
            transform: skew(-23deg) translateX(-101%);
            transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
            transition: transform .55s cubic-bezier(0, .545, .19, 1);
            transition: transform .55s cubic-bezier(0, .545, .19, 1), -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
        }

        .LoginTopWarning a.roll-over:hover::after {
            -webkit-transform: skew(-23deg) translateX(0);
            transform: skew(-23deg) translateX(0);
            -webkit-transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
        }

        .LoginTopWarning a.roll-over span {
            position: relative;
            z-index: 2;
            color: #000000;
            box-sizing: border-box;
        }


/*-----------
----ALERT LOGIN----
-----------*/

.alertlogin {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: .5rem;
    font-size: .875rem;
    text-align: left;
    width: 100%;
    padding: .5rem;
    border: 1px solid #000000;
}

    .alertlogin .icon img {
        width: 100%;
        max-width: 18px;
    }

    .alertlogin .txt {
        margin-top: 2px;
    }

    .alertlogin .txt,
    .alertlogin a {
        line-height: 1.4;
    }

    /*Login Modal*/
#loginHelpModal .modal-content {
    background-color: #f9f9f9;
}

#loginHelpModal .modal-content strong {
    font-family: 'OpelNextW05-Bold', Verdana, Arial, Helvetica, sans-serif !important;
}


#loginHelpModal .modal-header {
    padding: 0.5rem 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

    #loginHelpModal .modal-header .close {
        font-size: 2rem;
    }

#loginHelpModal .close:before {
    content: unset !important;
}

#loginHelpModal .modal-title {
    font-family: 'OpelNextW05-Bold', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 1.25rem;
}

#loginHelpModal .login-info-column {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 24px 20px 28px;
    height: 100%;
}

#loginHelpModal .login-info-image-container {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    gap: 15px;
    align-items: center;
    justify-content: center;
    min-height: 192px;
}

    #loginHelpModal .login-info-image-container .cont_badge {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 8px
    }


#loginHelpModal a {
    line-height: 1.25;
}

#loginHelpModal ol {
padding-left: 1rem;
}


#loginHelpModal ol > li {
    line-height: 1.25;
    margin-bottom: .5rem;
    list-style: decimal !important;
}

.view-pass {
    position: absolute;
    right: 12px;
    top: 24px;
    z-index: 2;
}
/* TABS */
h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

input[type=text], input[type=password] {
	font-family: 'OpelNextW01-Light', Verdana, Arial, Helvetica, sans-serif;
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 0px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: #fff;
        border-bottom: 2px solid #f7ff14;
    }

    input[type=text]:placeholder, input[type=password]:placeholder {
        color: #cccccc;
    }


input[type=submit], input[type=reset], .btn-opel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    border-radius: 0px;
    background: #f7fa00;
    font-size: 1rem;
    color: #333333;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    box-shadow: none;
    margin: 1rem 0;
}

    input[type=submit]:hover, input[type=reset]:hover, .btn-opel:hover {
        background: #333333;
        color: #fff;
    }



.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.w-100 {
    width:100%;
}

.s-24 {
    font-size: 24px !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #f7ff14;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }

.page-footer {
		text-align:left;
		padding:5px 20px;
		display:block;
	}
*:focus {
    outline: none;
}

#icon {
    width: 60%;
}
.titularPlat {
	font-family: 'OpelNextW05-Light', Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-transform:uppercase;
	line-height:1;
	padding-top:15px;
	float:left;
	width:75%;
}

.titularPlat2 {
	font-family: 'OpelNextW05-Bold', Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#000000;
	text-transform:uppercase;
	line-height:1;
	padding-bottom:15px;
}

/*Media queris*/

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

    @media (max-width: 768px) {
        .page-footer {
            text-align: center;
            padding: 5px 20px;
            display: block;
        }
    }

    @media (max-width: 420px) {
        .wrapper {
            padding: 0px;
        }

        #formContent {
            padding: 30px 0px;
            width: 100%;
        }

        input[type="text"], input[type="password"] {
            width: 100%;
            margin: 5px 0px;
        }

        .bt-volver {
            width: 95%;
            margin: 20px 0px 10px 0px;
        }

        input[type=button], input[type=submit], input[type=reset] {
            width: 95%;
            margin: 20px 0px 10px 0px;
        }
    }