﻿/* Íconos */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?3rjxlf');
    src: url('../fonts/icomoon.eot?3rjxlf#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?3rjxlf') format('truetype'), url('../fonts/icomoon.woff?3rjxlf') format('woff'), url('../fonts/icomoon.svg?3rjxlf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-contacto:before {
    content: "\e90b";
}

.icon-llamada:before {
    content: "\e90f";
}

.icon-mensaje:before {
    content: "\e912";
}

.icon-selector:before {
    content: "\e913";
}

.icon-usuario:before {
    content: "\e914";
}

.icon-apagar:before {
    content: "\e915";
}

.icon-calendario:before {
    content: "\e916";
}

.icon-exitoso:before {
    content: "\e917";
}

.icon-error:before {
    content: "\e918";
}

.icon-alerta:before {
    content: "\e919";
}

.icon-key:before {
    content: "\e02c";
}

.icon-attachment:before {
    content: "\e02e";
}

.icon-pencil:before {
    content: "\e032";
}

.icon-caution:before {
    content: "\e03d";
}

.icon-recycle:before {
    content: "\e03e";
}

.icon-profile-male:before {
    content: "\e040";
}

.icon-map-pin:before {
    content: "\e047";
}

.icon-piechart:before {
    content: "\e050";
}

.icon-mail-envelope-closed:before {
    content: "\e900";
}

.icon-flag:before {
    content: "\e901";
}

.icon-bookmark:before {
    content: "\e902";
}

.icon-eye-hidden:before {
    content: "\e903";
}

.icon-eye:before {
    content: "\e904";
}

.icon-trash-can:before {
    content: "\e906";
}

.icon-information:before {
    content: "\e907";
}

.icon-clipboard:before {
    content: "\e905";
}

.icon-lock:before {
    content: "\e908";
}

.icon-lock-open:before {
    content: "\e909";
}

.icon-lock-open1:before {
    content: "\e90a";
}

.icon-document-certificate:before {
    content: "\e90c";
}

.icon-tag:before {
    content: "\e90d";
}

.icon-trophy:before {
    content: "\e90e";
}

.icon-stop-watch:before {
    content: "\e910";
}

.icon-award:before {
    content: "\e911";
}

/* BODY */
body {
    font-family: "HouschkaRounded","HouschkaHead",sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.35em;
    letter-spacing: 0.3px !important;
    line-height: 1.5em !important;
}

.login-page {
    background: url('../images/fondo-pantallas-inicio.png') no-repeat center;
    background-size: cover;
    height: 100vh;
}

.login-container {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 10vw;
    justify-content: flex-end;
    align-items: center;
}

.login-page .card {
    background-color: rgba(5, 42, 100, 0.6); /* mismo fondo para toda la card */
    border: 1px solid rgba(0,0,0,0.2);
}

.login-page .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.login-page .card-body .input-group {
    width: 100%;
    transform: scaleX(1.1); /* 1.0–1.1 aprox */
    transform-origin: left; /* se estira hacia la derecha */
}

/* fieldset normal, sin flex */
.login-page .card-body form fieldset {
    display: block;
}

/* Cada form-group ocupa todo el ancho de la card */
.login-page .card-body .form-group {
    width: 100%;
}

    /* Columnas internas usan 100% del ancho disponible */
    .login-page .card-body .form-group .col-sm-12,
    .login-page .card-body .form-group .col-sm-9 {
        max-width: 100%; /* antes 420px */
        width: 100%;
    }

    .login-page .card-body .form-group.buttons .col-sm-12 {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        flex-wrap: wrap; /* permite que bajen a otra línea */
    }

    .login-page .card-body .form-group.buttons .btn {
        min-width: 140px; /* puedes bajar un poco el ancho mínimo */
        text-align: center;
    }


.forgot-container {
    display: flex;
    width: 100vw;
    height: 600px;
    justify-content: center;
    align-items: center;
}

/*clases fuentes*/
h1, h2, h3, h4, h5, h6, .fonthead {
    font-family: "HouschkaHead","HouschkaRounded",sans-serif;
}

.servicio p {
    color: #8B898A;
}

.fontbold {
    font-weight: bold;
}

.fontlight {
    font-weight: 300;
    font-family: "HouschkaHead","HouschkaRounded",sans-serif;
}

.fontregular {
    font-weight: normal;
}

.fontitalic {
    font-style: italic;
}

/*HEADER*/

.header-top {
    background: #000000;
    padding: 7px 0;
    line-height: 0.875em !important;
}

.top-menu ul {
    padding: 0;
    margin: 0 -5px;
}

.top-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    border-left: 1px solid rgba(255,255,255,0.5);
}

    .top-menu li:first-child {
        border-left: none !important;
    }

.top-menu ul a span {
    font-size: 1.25em;
    vertical-align: text-top;
    line-height: 1em !important;
}

.top-menu a {
    color: #fff;
    opacity: 0.5;
    font-size: 0.875em;
    line-height: 1.25em !important;
    display: inline-block;
}

    .top-menu a:hover {
        opacity: 1;
        text-decoration: none;
    }



/* logo */
.logo a {
    display: block;
}

    .logo a img {
        max-width: 65%;
        height: auto;
    }

/*MENÚ*/
.box-menu {
    width: 100%;
    margin: 0 auto;
}

#logo
{
    width: 200px;
}

.menu-principal {
    background: #0f265c;
}

header .logo .img-corp, header #main-menu-corp, .adecco-corp header .logo .img-pass, .adecco-corp header #main-menu-pass {
    display: none;
}

.adecco-corp header .logo .img-corp, .adecco-corp header #main-menu-corp {
    display: block;
}

#principal ul.mostrar, .adecco-corp #principal #main-menu-corp.mostrar {
    display: block !important;
}

#principal #main-menu-corp.mostrar, .adecco-corp #principal #main-menu-pass.mostrar {
    display: none !important;
}

.adecco-corp
nav ul {
    list-style: none;
}

#principal {
    text-align: center;
}

    #principal ul {
        text-align: center;
        padding: 0;
        margin: 0;
    }

        #principal ul li {
            display: inline-block;
        }

            #principal ul li a {
                color: #fff;
                padding: 13px 30px;
                text-decoration: none;
                line-height: 30px;
                display: block;
                font-weight: 600;
                font-size: 1.250em;
            }

            #principal ul li.current-menu-item > a {
                color: #000;
            }

            #principal ul li a:hover, #principal ul li a:focus, #principal ul li a:active {
                opacity: 0.8;
            }

            #principal ul li.menu-item-has-children > ul {
                position: absolute;
                top: 100%;
                left: 0;
                width: 320px;
                background: #000;
                z-index: 11;
                display: none;
            }

            #principal ul li.menu-item-has-children:hover > ul {
                display: block;
            }

            #principal ul li li {
                font-size: 0.875em;
                display: block;
                border-top: 1px solid #606060;
            }

    #principal .menu-item-has-children > ul > li:first-child {
        border-top: none !important;
    }

    #principal ul li li a {
        font-weight: normal;
        padding: 5px 15px;
        text-align: left;
    }

    #principal li.menu-item-has-children {
        position: relative;
    }

        #principal li.menu-item-has-children > a:after {
            content: "\f078";
            font-family: 'Font Awesome 5 Free';
            padding-left: 5px;
            font-size: 12px;
        }


.register-container {
    display: flex;
    width: 100vw;
    height: 600px;
    justify-content: center;
    align-items: center;
}

.register-container .form-group input::placeholder {
    color:black;
}

.register-container .form-group select {
    color: black;
}

    #mobile-toggle {
        width: 40px;
        height: 40px;
        padding: 2px !important;
        display: none !important;
        text-align: center;
        color: #fff;
    }

    #mobile-toggle .fas {
        line-height: 36px;
        font-size: 30px;
    }

    #mobile-toggle.active {
        opacity: 0.8;
    }

#principal li.collapsible > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    padding-left: 5px;
    font-size: 12px;
    float: right;
    font-weight: bold;
    color: #fff;
}

#principal li.collapsible li > a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    padding-right: 5px;
    font-size: 10px;
    float: left;
    font-weight: bold;
    color: #fff;
}

#principal li.collapsible > a[aria-expanded="true"]:after {
    content: "\f077";
}

/* contenidos */
.red-banner {
    background: url('../images/fondo-inicio.jpg') no-repeat center;
    background-size: cover;
}

.fondo-rojo {
    background: url('../images/fondo-interno.jpg') no-repeat center;
    background-size: cover;
}

    .fondo-rojo h1 {
        color: #fff;
        padding: 120px 0;
        margin: 0;
    }

    .fondo-rojo h4 {
        font-weight: 600;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .fondo-rojo .abajo {
        padding: 50px 0;
        color: #fff;
    }

        .fondo-rojo .abajo .row a {
            color: #fff !important;
            line-height: 2em;
            font-size: 1.5em;
        }

            .fondo-rojo .abajo .row a span {
                font-size: 2em;
                vertical-align: middle;
            }

            .fondo-rojo .abajo .row a:hover {
                opacity: 0.7 !important;
                text-decoration: none;
            }

    .red-banner img, .fondo-rojo img, #contenedor.silueta img {
        max-width: 100%;
        height: auto;
    }

.login.text-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.login a, .login h3, .login h4, .login p {
    color: #000 !important;
}

.login h4 {
    margin: 20px 0 30px;
}

.login .form-control {
    /*border: none;*/
    width: 300px;
    /*border-bottom: 1px solid #fff;*/
    color: #000;
    background: none;
    border-radius: 0;
    font-size: 1.25em;
}

    .login .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.25);
    }

form .form-control.is-invalid, .formulario .form-control {
    border-color: #02118A !important;
}

    form .form-control.is-invalid:focus, .formulario .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
    }

.login .invalid-feedback {
    color: #02118A;
}

.login input[placeholder] {
    color: #000;
    
}

#useridnumber {
    width: 300px !important;
}

.text-danger {
    width: 250px;
    display: block;
}
.login [placeholder] {
    color: #000;
}

.login *[placeholder] {
    color: #000;
}

.login -webkit-input-placeholder {
    color: #000;
}

.login ::-webkit-input-placeholder {
    color: #000;
}

.login :-moz-placeholder {
    color: #000;
    opacity: 1;
}

.login ::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.login :-ms-input-placeholder {
    color: #000;
}

.formulario input[placeholder] {
    color: #02118A;
}

.formulario [placeholder] {
    color: #02118A;
}

.formulario *[placeholder] {
    color: #02118A;
}

.formulario -webkit-input-placeholder {
    color: #02118A;
}

.formulario ::-webkit-input-placeholder {
    color: #02118A;
}

.formulario :-moz-placeholder {
    color: #02118A;
    opacity: 1;
}

.formulario ::-moz-placeholder {
    color: #02118A;
    opacity: 1;
}

.formulario :-ms-input-placeholder {
    color: #02118A;
}

form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
form input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
form input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */
.login .btn, .formulario .btn, #banner .btn {
    font-size: 1.25em;
    padding: 3px 20px 5px;
}

.formulario select.form-control {
    padding: .375rem 2.5rem .375rem .75rem;
    color: #02118A;
    background: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}

.formulario .select-wrapper {
    position: relative;
}

    .formulario .select-wrapper:after {
        position: absolute;
        top: .375rem;
        right: .675rem;
        content: "\e913";
        font-family: 'icomoon' !important;
        z-index: 0;
        font-size: 1.25em;
        padding-left: .675rem;
        border-left: 1px solid #02118A;
        color: #02118A;
        line-height: 1.3em;
    }

.formulario .input-group-text {
    color: #02118A;
    background-color: #fff;
    border: 1px solid #02118A;
    border-radius: .4rem;
}

.formulario .date .input-group-text {
    font-size: 1.25em;
    padding: 0.375rem 0.675rem;
    position: relative;
}

    .formulario .date .input-group-text:before, .formulario .date .input-group-text:after {
        content: "";
        position: absolute;
        left: -1px;
        width: 1px;
        height: 5px;
        background: #000;
    }

    .formulario .date .input-group-text:before {
        top: 0;
    }

    .formulario .date .input-group-text:after {
        bottom: 0;
    }

.formulario .form-control {
    border-radius: .4rem;
}

/* Contenidos */
#contenido a:not(.btn) {
    color: #02118A;
}

    #contenido a:not(.btn):hover {
        color: #C91D14;
    }

#contenido a.link-black {
    color: #212529;
}

    #contenido a.link-black:hover {
        color: #000;
    }

#contenido a, #contenido a * {
    transition: all 0.5s linear;
}

a.link-block {
    display: block;
    text-decoration: none;
    font-weight: 600;
}

    a.link-block .fas {
        float: right;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 20px;
        line-height: 24px;
        transition: all 0.3s linear;
    }

    a.link-block:hover .fas {
        margin-right: 0;
    }

#botones {
    position: fixed;
    top: 200px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    right: 15px;
    z-index: 10;
    text-align: right;
    width: 40px;
    height: 80px;
}

    #botones .boton {
        border-radius: 10px;
        padding: 7px;
        position: absolute;
        right: 0;
    }

        #botones .boton:nth-of-type(2) {
            top: 40px;
        }

        #botones .boton span {
            font-size: 26px;
            vertical-align: middle;
        }

        #botones .boton:hover {
            background: #02118A;
        }

            #botones .boton:hover span, #botones .boton a, #botones .boton a:hover {
                color: #fff;
            }

        #botones .boton a {
            margin: 0 7px 0 3px;
            vertical-align: middle;
            display: none;
        }

        #botones .boton:hover a {
            display: inline;
        }

        #botones .boton a:hover {
            text-decoration: none;
        }

#banner {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 300px;
}

    #banner img {
        z-index: 1;
        position: absolute;
        min-width: 1000%;
        min-height: 1000%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.1);
    }

    #banner .overlay {
        z-index: 2;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    #banner .content {
        z-index: 3;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 30px 0;
    }

        #banner .content h2 {
            max-width: 600px;
            margin: 0 auto 20px;
            font-size: 2.5em;
            font-weight: 700;
            text-shadow: 0px 3px 6px rgba(50,50,50,0.5);
        }

        #banner .content .fa-play {
            color: #fff;
            font-size: 80px;
        }

    #banner.inside-servicio {
        padding-top: 250px !important;
    }

        #banner.inside-servicio h2:last-of-type {
            margin: 20px auto !important;
        }

body.adecco-corp #banner .content {
    background: rgba(0,0,0,0.3);
}

.modal-header.bg-dark {
    border-radius: 0 !important;
}

.modal-content .bg-dark {
    color: #fff;
}

#beneficios {
    text-align: center;
    padding: 50px 0;
    background: #F3F3F3;
}

    #beneficios h2, #enterate h2 {
        font-size: 2.75em;
        color: #02118A;
        font-weight: 600;
        margin-bottom: 0.9em;
    }

#enterate h1 {
    font-size: 3em;
    color: #02118A;
    font-weight: 600;
    margin-bottom: 1em;
}

#beneficios .col-6, #enterate .col-6 {
    margin-bottom: 20px;
}

    #beneficios .col-6 a {
        font-size: 1.2em;
        color: #000;
        font-weight: 600;
        letter-spacing: 0;
    }

    #beneficios .col-6 .ico-beneficio {
        display: block;
        margin: 0 auto 15px;
        width: 120px;
        height: 120px;
        padding: 8px 15px;
        text-align: center;
        background: #02118A;
        border-radius: 50%;
    }

    #beneficios .col-6 a:hover {
        opacity: 0.8;
        text-decoration: none;
        color: #000;
    }

    #beneficios .col-6 a.active .ico-beneficio {
        background: #000;
    }

#enterate, #contenedor {
    text-align: center;
    padding: 50px 0;
    background: #FFF;
}

    #contenedor.silueta {
        padding-bottom: 0;
    }

        #contenedor.silueta h3 {
            font-size: 2.25em;
            font-weight: 600;
            margin-bottom: 30px;
        }

        #contenedor.silueta p.big {
            font-size: 1.25em;
            margin-bottom: 25px;
        }

        #contenedor.silueta .interno {
            padding-bottom: 50px;
        }

    #enterate .card {
        background: #FFFFFF;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
        height: 100%;
        border-radius: 0 !important;
        border: none !important;
    }

        #enterate .card.color {
            background: #02118A;
            color: #fff;
        }

        #enterate .card h5 a {
            font-weight: 600;
        }

        #enterate .card .boletin h5 a {
            color: #3E3E3E;
        }

        #enterate .card h5 a:hover {
            text-decoration: none;
        }

        #enterate .card .boletin h5 a:hover {
            color: #000;
        }

        #enterate .card h3 {
            color: #02118A;
            font-weight: bold;
        }

    #enterate .card-img-top {
        border-radius: 0 !important;
    }

    #enterate a:hover .card-img-top {
        opacity: 0.8;
    }

    #enterate .row {
        margin: 0 -12px;
    }

        #enterate .row .col-sm-6, #enterate .row .col-md-4 {
            padding: 0 12px;
            margin-bottom: 20px;
        }

        #enterate .row .col {
            padding: 0 12px;
        }

    #enterate a.link-black {
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
        font-size: 0.9em;
    }

    #enterate .btn {
        font-weight: 600;
    }

.eventos ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .eventos ul li {
        margin-top: 14px;
        display: flex;
    }

        .eventos ul li .cal {
            min-width: 50px;
            width: 50px;
            background: url(../images/prox-eventos.svg) no-repeat top center;
            background-size: 46px;
            min-height: 56px;
        }

            .eventos ul li .cal span {
                font-size: 1.2em;
                font-weight: bold;
                display: block;
                text-align: center;
                line-height: 1em;
                font-family: "HouschkaHead","HouschkaRounded",sans-serif;
            }

                .eventos ul li .cal span.mes {
                    padding-top: 15px;
                    text-transform: uppercase;
                }

        .eventos ul li .text {
            padding-left: 10px;
        }

            .eventos ul li .text h5, .eventos ul li .text p {
                line-height: 1.05em;
                margin-bottom: 5px;
            }

.encuesta h5 {
    font-weight: 600;
}

.boletin p:last-child {
    margin-bottom: 0;
}

#contenedor .beneficio {
    margin: 30px 15px;
    position: relative;
}

    #contenedor .beneficio a {
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 65%;
        overflow: hidden;
    }

    #contenedor .beneficio img {
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #contenedor .beneficio a:hover img, #contenedor .beneficio a:hover .overlay {
        opacity: 0.7;
    }

    #contenedor .beneficio .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #1E202C;
        opacity: 0.6;
    }

    #contenedor .beneficio .etiqueta {
        top: 50%;
        left: 0;
        color: #fff;
        position: absolute;
        z-index: 3;
        display: block;
        padding: 5px 30px;
        min-width: 70%;
        background: #02118A;
        font-family: "HouschkaHead","HouschkaRounded",sans-serif;
        font-weight: 600;
        font-size: 25px;
        line-height: 1.25em;
    }

    #contenedor .beneficio .titulo-seguro {
        top: 66%;
        left: 0;
        color: #fff;
        position: absolute;
        z-index: 3;
        display: block;
        width: 100%;
        padding: 5px 30px;
        font-family: "HouschkaHead","HouschkaRounded",sans-serif;
        font-weight: 600;
        font-size: 25px;
        line-height: 1.25em;
    }

    #contenedor .beneficio a:hover .etiqueta {
        background: #C91D14;
    }

.alerta {
    padding: 20px;
    color: #fff;
    background: #ccc;
}

    .alerta h3 {
        font-size: 2.5em;
        line-height: 1.75em;
        margin-top: -10px;
    }

        .alerta h3 span {
            font-size: 1.75em;
            vertical-align: middle;
        }

    .alerta p {
        font-size: 1.5em;
    }

    .alerta h3, .alerta p {
        font-family: "HouschkaHead","HouschkaRounded",sans-serif;
        font-weight: 300;
    }

        .alerta p:last-of-type {
            margin-bottom: 0;
        }

.alerta-warning, .alerta-error {
    background: #02118A;
}

.alerta-success {
    background: #1E202C;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    border: none;
}

.card-body.botones {
    padding: 20px 30px;
}

    .card-body.botones .btn {
        border-radius: 3px;
        font-size: 1.75em;
        margin: 10px 0;
    }

span.color-rojo {
    color: #000000 !important;
}


/* botones */
.btn {
    border-radius: 15px;
}

.btn-primary {
    background-color: #0f265c !important;
    border-color: #006493 !important;
}

    .btn-primary:hover {
        background-color: #006493 !important;
        border-color: #005075 !important;
    }

    .btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus {
        box-shadow: 0 0 0 0.2rem #004085 !important;
    }


.btn-warning {
    background-color: #FEC542 !important;
    color: #fff !important;
    border-color: #FEC542 !important;
}

    .btn-warning:hover {
        background-color: #d39e00 !important;
        border-color: #d39e00 !important;
    }

.btn-outline-primary {
    color: #02118A !important;
    border-color: #02118A !important;
}

    .btn-outline-primary:hover {
        background-color: #02118A !important;
        border-color: #02118A !important;
        color: #fff !important;
    }

.btn-outline-secondary {
    color: #5CBBBA !important;
    border-color: #5CBBBA !important;
}

    .btn-outline-secondary:hover {
        background-color: #5CBBBA !important;
        border-color: #5CBBBA !important;
        color: #fff !important;
    }

.btn-outline-light {
    color: #fff !important;
    border-color: #fff !important;
}

    .btn-outline-light:hover {
        background-color: #eee !important;
        border-color: #eee !important;
        color: #333 !important;
    }

/* footer */
#footer {
    color: #fff;
}

    #footer a {
        color: #fff;
    }

footer {
    position: relative;
    padding-top: 20px;
    background: #394448;
    color: white;
}

    footer .col-md-4 {
        padding-top: 20px;
    }

#footer h3 {
    font-size: 16px;
    font-weight: 600;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #footer ul li a {
        color: white;
    }

        #footer ul li a:hover {
            opacity: .5;
        }

    #footer ul.ft-social li {
        display: inline-block;
        font-size: 20px;
        margin: 0 5px 5px 0;
    }

        #footer ul.ft-social li a {
            display: block;
            padding: 10px;
            border: 2px solid #fff;
            border-radius: 50%;
            width: 44px;
            height: 44px;
            line-height: 20px;
            text-align: center;
            box-sizing: border-box;
        }

#footer .text-center-politicas {
    font-size: .9em;
    padding-top: 25px;
    text-align: center;
}

#footer .copy {
    bottom: 0;
    width: 100%;
    min-height: 60px;
    margin-top: 40px;
    text-align: right;
    padding-top: 20px;
    background: #293134;
    color: rgba(255, 255, 255, 0.5);
}

    #footer .copy a {
        float: left;
        width: 122px;
        margin-top: -5px;
    }

        #footer .copy a:hover img {
            opacity: 1;
        }

#footer a img {
    max-width: 122px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: .2;
}

#footer .servicio-empleo {
    display: inline-block;
    max-width: 100%;
    margin: 0;
}

    #footer .servicio-empleo:hover {
        opacity: 0.8;
    }

    #footer .servicio-empleo img {
        max-width: 100%;
        width: 200px;
        height: auto;
        opacity: 1;
    }

#footer .col-lg-6 small {
    font-size: 0.875em;
    line-height: 1.6em;
    margin-top: 5px;
    display: block;
}

.adecco-corp #footer .servicio-empleo {
    display: none;
}

.desarrollo {
    text-align: center;
    padding: 10px;
}

    .desarrollo .pixelpro {
        color: #555555 !important;
        font-size: 10px !important;
        float: none !important;
        margin-top: 0 !important;
        width: auto !important;
    }

/* Nuevos estilos registro */
.login .form-control option {
    color: #666;
}

.login select.form-control {
    background-color: transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE0IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNCAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuNSwxMS43TDAuNyw1LjljLTAuMy0wLjMtMC4zLTAuNywwLTFsMC43LTAuN2MwLjMtMC4zLDAuNy0wLjMsMSwwTDcsOC44bDQuNi00LjZjMC4zLTAuMywwLjctMC4zLDEsMA0KCWwwLjcsMC43YzAuMywwLjMsMC4zLDAuNywwLDFsLTUuOCw1LjhDNy4yLDEyLDYuOCwxMiw2LjUsMTEuN0w2LjUsMTEuN3oiLz4NCjwvc3ZnPg0K');
    background-size: 12px auto;
    background-repeat: no-repeat, repeat;
    background-position: right .3em top 50%, 0 0;
}

.login .input-group-text {
    border: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 5px 10px !important;
    font-size: 20px !important;
    color: #fff !important;
}

.login button.input-group-text:hover {
    color: rgba(255,255,255,0.7) !important;
}

.login .form-control::-ms-expand, .formulario .select-wrapper select.form-control::-ms-expand {
    display: none;
}

.login button.input-group-text:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.25);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #02118A !important;
    background-color: #02118A !important;
}

.login .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FFF !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(147, 224, 242, .25) !important;
}

.login .custom-checkbox .custom-control-label {
    color: #fff;
}

    .login .custom-checkbox .custom-control-label a {
        text-decoration: underline;
    }

.red-banner .login.shorter {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}

/* Nuevos estilos feeds y iframes */
.cont-iframe {
    position: relative;
    padding-top: 60%;
    margin: 0;
    height: 0;
}

iframe {
    width: 100%;
    border: none !important;
}

.cont-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

p.small-logos {
    margin-bottom: 0;
    font-size: 0.75em;
    line-height: 1.35em;
}

#slider {
    height: 540px;
}


@media all and (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }

    #banner {
        padding-top: 540px !important;
    }

        #banner.inside-servicio {
            padding-top: 330px !important;
        }

    #contenedor.silueta .interno {
        min-height: 400px;
    }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
    #principal ul li a {
        padding: 10px 18px;
        font-size: 1.125em;
    }

    .image-flip .card-title {
        font-size: 1.5rem;
    }

    #banner .content .fa-play {
        font-size: 70px;
    }

    #beneficios .col-6 a {
        font-size: 1em;
    }

    #beneficios .col-6 .ico-beneficio {
        width: 95px;
        height: 95px;
        padding: 5px 10px;
    }

    #contenedor .beneficio .etiqueta, #contenedor .beneficio .titulo-seguro {
        font-size: 20px;
    }

    #contenedor .beneficio {
        margin: 25px 10px;
    }

    #contenedor.silueta .interno {
        min-height: 350px;
    }

    #banner.inside-servicio {
        padding-top: 300px !important;
    }
}

@media all and (min-width: 992px) {
    #principal ul.menu > li:last-child a {
        padding-right: 0;
    }

    header .logo {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .red-banner .login {
        padding: 250px 50px 100px;
    }

    #banner {
        padding-top: 400px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    #footer ul.ft-social li {
        margin: 0 3px 2px 0;
    }

        #footer ul.ft-social li a {
            width: 32px;
            height: 32px;
            font-size: 16px;
            padding: 6px;
            line-height: 16px;
        }

    .red-banner .login {
        padding: 180px 20px 100px;
    }

    #contenedor .beneficio .etiqueta, #contenedor .beneficio .titulo-seguro {
        font-size: 18px;
        padding: 5px 15px;
    }

    #contenedor .beneficio .etiqueta {
        top: 30%;
    }

    #contenedor .beneficio .titulo-seguro {
        top: 50%;
    }

    #contenedor .beneficio {
        margin: 20px 5px;
    }

    .fondo-rojo h1 {
        font-size: 2rem;
        padding: 100px 0;
    }

    #contenedor.silueta h3 {
        font-size: 1.75em;
    }

    #contenedor.silueta p.big {
        font-size: 1.125em;
    }
}

@media all and (max-width: 991px) {
    #mobile-toggle {
        display: inline-block !important;
    }

    header .menu-principal #principal ul.menu {
        display: none;
        position: absolute;
        right: 0;
        background: #ED2E23;
        z-index: 11;
        font-size: 1.25em;
    }

    #principal ul li {
        display: block;
        font-size: 0.875em;
    }

        #principal ul.menu > li > a, #principal ul li.menu-item-has-children > ul {
            border-top: 1px solid #606060;
            text-align: left;
        }

    #principal ul.menu > li:first-child > a {
        border: none !important;
    }

    #principal ul li a {
        padding: 5px 10px;
    }

    #principal ul li.menu-item-has-children > ul {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 2;
        display: block;
    }

    header .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #banner .content .fa-play {
        font-size: 60px;
    }

    #banner .content {
        padding: 20px 0;
    }
}

@media all and (max-width: 767px) {
    #footer ul.ft-social li {
        margin: 0 5px 5px;
    }

        #footer ul.ft-social li a {
            width: 36px;
            height: 36px;
            font-size: 18px;
            padding: 7px;
            line-height: 18px;
        }

    .red-banner .login {
        padding: 80px 10px;
    }

    #banner .content h2 {
        font-size: 2.15em;
    }

    #beneficios h2 {
        font-size: 2.25em;
    }

    .fondo-rojo h1 {
        font-size: 1.75rem;
        padding: 80px 0;
    }
}

@media all and (max-width: 575px) {
    header .logo > *, header .menu-top > * {
        float: none !important;
    }

    header .menu-top {
        text-align: center;
        padding-bottom: 15px;
        order: 1;
    }

    header .menu-principal #principal ul.menu {
        position: relative;
    }

    header #principal {
        margin: 0 -15px;
    }

    #botones {
        display: none;
    }

    #banner .content .fa-play {
        font-size: 50px;
    }

    #banner .content h2 {
        font-size: 1.5em;
    }

    #beneficios h2 {
        font-size: 1.75em;
    }

    #enterate .row .col-sm-6, #enterate .row .col-md-4 {
        max-width: 400px;
    }

    #contenedor .beneficio .etiqueta, #contenedor .beneficio .titulo-seguro {
        font-size: 20px;
    }

    #contenedor .beneficio {
        margin: 20px 5px;
    }

    .alerta {
        font-size: 0.875rem;
    }

    #contenedor.silueta h3 {
        font-size: 1.5em;
    }

    #contenedor.silueta p.big {
        font-size: 1.125em;
    }

    .fondo-rojo h4 {
        font-size: 1.35rem;
    }

    .fondo-rojo .abajo .row a {
        line-height: 1.75em;
        font-size: 1.25em;
        margin-bottom: 10px;
        display: block;
    }

        .fondo-rojo .abajo .row a span {
            font-size: 1.75em;
        }
}

@media all and (max-width: 540px) {
    #contenedor .beneficio .etiqueta, #contenedor .beneficio .titulo-seguro {
        font-size: 18px;
        padding: 5px 15px;
    }

    #contenedor .beneficio .etiqueta {
        top: 30%;
    }

    #contenedor .beneficio .titulo-seguro {
        top: 50%;
    }

    .alerta {
        font-size: 0.75rem;
    }
}

@media all and (max-width: 360px) {
    .image-flip .card-title {
        font-size: 1.4rem;
    }

    .image-flip .card-text {
        display: none;
    }

    #beneficios .col-6 a {
        font-size: 1em;
    }

    #beneficios .col-6 .ico-beneficio {
        width: 100px;
        height: 100px;
        padding: 5px 10px;
    }

    #contenedor .beneficio .etiqueta, #contenedor .beneficio .titulo-seguro {
        font-size: 15px;
        padding: 3px 10px;
    }

    #contenedor .beneficio .etiqueta {
        top: 20%;
    }

    #contenedor .beneficio .titulo-seguro {
        top: 45%;
    }
}

@media print {
    .container {
        width: auto;
    }
}

.iframe-container {
    overflow: hidden;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: url(../images/loader-adidas.gif) center center no-repeat;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.iframe-container-ssrs {
    overflow: hidden;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: url(../images/loader-adidas.gif) center center no-repeat;
}

    .iframe-container-ssrs iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.iframe-container-pm {
    overflow: hidden;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: relative;
    background: url(../images/loader-adidas.gif) center center no-repeat;
}

    .iframe-container-pm iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
