﻿@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

body {
    font-family: Ubuntu-Regular !important;
    background-color: #D8D8D8;
}

    body.landing-page {
        color: #676a6c;
        font-family: Ubuntu-Regular !important;
        background-color: #FFF;
    }

h1 {
    font-family: Ubuntu-Bold !important;
}

.titulo_landing {
    text-transform: uppercase;
}

.jeg-badge-inline {
    background-color: rgba(255,255,255,.5);
}

.landing-page .navbar-default .nav li a {
    font-family: Ubuntu-Regular,Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.landing-page .navbar-default.navbar-scroll {
    background-color: #354393;
    border-color: #354393;
    padding: 15px 0;
}

.landing-page .navbar-fixed-top.navbar-scroll {
    border-bottom: 1px solid #354393 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid #FFF;
}

.landing-page .navbar-scroll.navbar-default .nav li a {
    color: #FFF;
}

.landing-page .navbar-default .nav li a {
    font-size: 13px;
}

.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 30px 5px;
}

.landing-page .navbar-scroll.navbar-default .nav li a:hover {
    color: #DDEDF2;
}

.landing-page .navbar-default .navbar-brand {
    background: none;
}

    .landing-page .navbar-default .navbar-brand:hover, .landing-page .navbar-default .navbar-brand:focus {
        background: none;
    }

.pace .pace-progress {
    background: #FFF;
}

.menu-item-badge {
    padding: 2px 6px 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1em;
    border-radius: 2px;
}

.landing-page .services {
    padding-top: 100px;
}

.landing-page .contact {
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;
    background-color: #4d4d4d;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -6px 6px -6px;
}

.landing-page .social-icon a {
    background: #354393;
}

.landing-page .contact p {
    color: #FFF;
    font-size: 13px;
}

.infofooter {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    color: #f0efed;
}

    .infofooter ul li {
        font-family: Ubuntu-Regular;
        font-weight: normal;
        font-size: 16px;
        color: #f0efed;
        padding: 5px 0;
        display: flex;
        justify-content: left;
        align-items: center;
    }

.subtitulofooter {
    color: #f0efed;
    font-size: 18px !important;
    font-family: Roboto;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 4px;
    border-bottom: 1px solid #f0efed;
}

ol, ul {
    list-style: none;
}

.footer__link[_ngcontent-c2] {
    cursor: pointer;
}

.footer__link a:hover {
    color: #DDEDF2;
}

.footer__link.active > a {
    color: #DDEDF2 !important;
}

.footer__link > a:focus, .footer__link > a:hover {
    color: #DDEDF2;
    text-decoration: none;
}

/*ELIMINAR PADDING QUE AGREGA PACE.JS AL BODY CUANDO SE CIERRA UN MODAL*/
.pace-running {
    padding: 0px !important;
}

.pace-done {
    padding: 0px !important;
}

/*BUTTON TOP*/

#button {
    display: inline-block;
    background-color: #354393;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #354393b0;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}

#wrapper {
    margin-top: 90px;
}

.landing-page span.navy {
    color: #4AACC4;
}

.landing-page span {
    font-weight: 600;
}

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 20px auto 0;
    border-bottom: 2px solid #4AACC4;
}

.landing-page .menu_landing {
    background-color: #FFF;
    margin-bottom: 50px;
}

.bg-white {
    background-color: #FFF;
}

.ibox {
    box-shadow: 0 2rem 2rem rgba(0,0,0,.15);
}

.landing-page .btn-primary {
    background-color: #354393;
    border-color: #354393;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

    .landing-page .btn-primary:hover, .landing-page .btn-primary:focus, .landing-page .btn-primary:active, .landing-page .btn-primary.active, .landing-page .open .dropdown-toggle.btn-primary {
        background-color: #4AACC4;
        border-color: #4AACC4;
        color: #FFFFFF;
    }

        .landing-page .btn-primary.disabled, .landing-page .btn-primary.disabled:hover, .landing-page .btn-primary.disabled:focus, .landing-page .btn-primary.disabled:active, .landing-page .btn-primary.disabled.active, .landing-page .btn-primary[disabled], .landing-page .btn-primary[disabled]:hover, .landing-page .btn-primary[disabled]:focus, .landing-page .btn-primary[disabled]:active, .landing-page .btn-primary.active[disabled], .landing-page fieldset[disabled] .btn-primary, .landing-page fieldset[disabled] .btn-primary:hover, .landing-page fieldset[disabled] .btn-primary:focus, .landing-page fieldset[disabled] .btn-primary:active, .landing-page fieldset[disabled] .btn-primary.active {
            background-color: #469EBD;
            border-color: #DDEDF2;
        }

.text-navy {
    color: #354393;
}

.landing-page .social-icon a:hover {
    background: #DDEDF2;
}

.btn-info {
    background-color: #354393;
    border-color: #354393;
    color: #FFFFFF;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
        background-color: #354393c9;
        border-color: #354393c9;
        color: #FFFFFF;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}


/*MODAL*/
.modal-content {
    background-color: #354393;
    border-radius: 10px;
}

a {
    color: lightgrey;
    text-decoration: none;
}


/*CLOSE MODAL*/
.modal-header .close {
    margin-top: -35px;
}

.close {
    color: white;
    font-size: 40px;
    opacity: 1;
}

.modal-title {
    color: #FFF;
}

.landing-page .btn-white {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

/*LOGIN*/
.loginscreen.middle-box {
    min-width: 300px;
    background-color: #FFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 10px;
    width: auto;
}

.middle-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 40px;
}

/*MODALES*/

.modal-footer {
    background-color: white;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #354393;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shoping-cart-table a {
    color: #DDEDF2;
}

.landing-page section p {
    color: #505050;
    font-size: 13px;
}

.sin_butacas {
    opacity: 0.5;
}

/*CHOSEN*/
.chosen-container ul.chosen-results li.highlighted {
    background-color: #354393 !important;
    background-image: none !important;
}

.form-control:focus, .single-line:focus {
    border-color: #354393;
}

/*CHOSEN REQUIRED*/
.listas_form:invalid, .listas_form_modal:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}


/*FILTROS*/
.item-filtro-activo {
    border-bottom: 2px solid black;
}


.informacion_evento {
    background-color: #35439326;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

    .informacion_evento .list-group {
        margin-bottom: 0px;
    }

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #354393;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

/*REMOVE ARROW INPUT NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#err-GENERICO {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: 400;
    font-size: 13px;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

/*FORMULARIO*/
.cajaBeneficiario {
    display: none;
    background: #f9f9f9;
    border-radius: 20px;
}

.cajaCenso {
    display: none;
}

.cajaOficios, .cajaAsistencia {
    display: none;
}

.input-form {
    color: black;
    font-weight: bold;
}

.row_beneficiario {
    /*background: #f9f9f9;*/
    padding-top: 10px;
}

/*LOGIN*/
.password_visible {
    border-radius: 0 10px 10px 0;
}

    .password_visible > a {
        color: #000 !important;
    }

        .password_visible > a:hover {
            color: #273469 !important;
        }


.alert-info {
    color: #31708f;
    background-color: #DDEDF2;
    border-color: #DDEDF2;
}

label.error {
    color: #FFF;
    display: inline-block;
    margin-left: 5px;
}

.estado_activo {
    color: #155724;
    background-color: #d4edda !important;
    border-color: #c3e6cb;
}

.estado_inactivo {
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
}

.mensajes {
    display: none;
    text-align: center;
    font-weight: 500;
    font-family: Ubuntu-Bold !important;
}

.btn-descarga {
    display: none;
}


.lista-sedes.shoping-cart-table tr td:last-child {
    width: 100%;
}

.lista-sedes h3 {
    font-weight: 600;
    font-family: Ubuntu-Bold !important;
}

.lista-sedes i {
    padding: 20px;
    color: #4AACC4;
}

.lista-sedes .headers {
    display: inline-block;
}
