/*====================================
        Table Of Content
======================================*/


/*
 - fonts
 - body
 - other settings
 - general
 - rev slider
 - navbar
 - services
 - counters
 - parallax
 - team
 - video
 - work
 - pricing
 - blog
 - blog-pages
 - footer
 - media query

/*====================================
        Ends Table Of Content
======================================*/


/*==============================
   Google Fonts
================================*/

/*===============================
   Font Family
=================================*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Karbon-Regular';
}

p {
    font-family: 'Karbon-Regular';
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Karbon-Regular';
    font-size: 19px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

section {
    background: #ffffff
}

p {
    margin-bottom: 0;
    color: #4c4c4c;
}

a {
    color: inherit;
}

br {
    line-height: 15px
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #261149;
}

::-webkit-scrollbar-thumb {
    background: #261149;
}

a:hover,
a:active {
    color: #261149;
    text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    text-decoration: none
}

.form-control::placeholder {
    color: #4c4c4c;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #4c4c4c;
}

.form-control:-ms-input-placeholder {
    color: #4c4c4c;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next
/*{transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}*/

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    max-width: 100%
}

section,
.section-padding {
    position: relative;
    /* padding: 7.5rem 0; */
    padding: 0.5rem 0;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-family: 'Karbon-Regular';
    margin-bottom: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.text-color-white {
    color: #fff;
    font-size: 47px;
}

.text-video {
    color: #fff;
    font-size: 60px;
}

.business-color {
    color: #261149;
    font-size: 60px;
}

.slider-heading {
    font-size: 57px !important;
    font-weight: 100 !important;
}

.slider-heading2 {
    font-size: 60px !important;
}

.slider-p {
    font-size: 18px !important;
}

.h-100vh {
    min-height: 100vh !important;
}


/* transition none */

.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}


/* opacity */

.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}


/*font-weight*/

.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}


/* z index */

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-2 {
    z-index: 3;
}

.z-index-2 {
    z-index: 4;
}

.z-index-2 {
    z-index: 5;
}


/* button */

.btn {
    display: inline-block;
    font-size: 25px;
    border: 1px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Karbon-Regular';
    font-weight: 500;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out
}


/* button size */

.btn.btn-small {
    font-size: 11px;
    padding: 4px 24px;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 25px 5px;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 25px
}

.btn.btn-rounded {
    border-radius: 50px;
}


/* button background */

.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #222d38
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:active,
.btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #4c4c4c !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-blue {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
    background: transparent !important;
    border-color: #00bcd4;
    color: #00bcd4 !important
}

.btn.btn-gradient {
    color: #ffffff;
}

.btn.btn-gradient:hover {
    background-position: right center;
}

.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}

.btn.btn-white-blue {
    background: #ffffff;
    border-color: #222d38;
    color: #222d38
}

.btn.btn-white-blue.clr-b:hover,
.btn.btn-white-blue.clr-b:active,
.btn.btn-white-blue.clr-b:focus {
    background: #ffffff;
    border-color: #261149;
    color: #222d38
}

.btn.btn-white-blue.clr-g:hover {
    background: #ffffff;
    border-color: #261149;
    color: #222d38
}

.rev_slider .btn {
    border: 2px solid #fff
}

.rev_slider .btn.clr-g:hover {
    border-color: #261149
}

.rev_slider .btn.clr-b:hover {
    border-color: #261149
}


/* ===================================
       Social Icon Hover
    ======================================*/


/*icon bg bover */

.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
    background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;
    color: #fff !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid #DB4437 !important;
}

.mail-bg-hvr:hover {
    background: #c32aa3 !important;
    color: #fff !important;
    border: 1px solid #c32aa3 !important;
}

.youtube-bg-hvr:hover {
    background: #c4302b !important;
    color: #fff !important;
    border: 1px solid #c4302b !important;
}


/*icon text bover */

.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.youtube-text-hvr:hover {
    color: #c4302b !important;
}

.instagram-text-hvr:hover {
    color: #aa2fb5
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

.mail-text-hvr:hover {
    color: #c32aa3 !important;
}


/*Margin & Padding*/

.pb-20 {
    padding-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.pt-3 {
    padding-top: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
}


/* transition none */

.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}


/*==================================
    Loader
===================================*/

.loader {
    background: #fff;
    text-align: center;
    height: 100vh;
    z-index: 999;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    position: absolute;
    top: 40%;
    left: 48%;
}

.loading:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #261149;
    -moz-animation: preloader 500ms linear infinite;
    -webkit-animation: preloader 500ms linear infinite;
    animation: preloader 500ms linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.loading:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    -moz-animation: preloader-shadow 500ms linear infinite;
    -webkit-animation: preloader-shadow 500ms linear infinite;
    animation: preloader-shadow 500ms linear infinite;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
}

@-moz-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        -ms-transform: translateY(9px) rotate(22.5deg);
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        -ms-transform: translateY(9px) rotate(67.5deg);
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-moz-keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@-webkit-keyframes preloader-shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}


/* ===================================
    Media Queries
====================================== */

@media screen and (max-width: 1199px) {
    .nav-icon.navbar-top-default .navbar-nav .nav-link {
        min-width: 90px;
    }
}

@media screen and (min-width: 991px) {
    #home {
        height: 100vh;
    }
}

@media screen and (max-width:767px) {
    body p {
        font-size: 14px;
    }
    section,
    .section-padding,
    .testimonial-item {
        position: relative;
        padding: 4.5rem 0;
        overflow: hidden;
    }
    h2 {
        font-size: 26px;
    }
    h5 {
        font-size: 15px;
    }
    .about {
        text-align: center;
    }
    .about ul {
        text-align: justify;
    }
    .about ul li {
        font-size: 14px;
    }
    .pt-2 {
        padding-top: 0.5rem;
    }
    .btn.btn-medium {
        font-size: 12px;
        padding: 6px 25px 5px;
    }
    .mt-4 {
        margin-top: 0.3rem !important;
    }
    .counter {
        text-align: center;
    }
    h3 {
        font-size: 22px;
    }
    .hr-line {
        margin-right: auto;
        margin-left: auto;
    }
    .num-counts {
        margin-top: 1rem !important;
    }
    .video-heading {
        font-size: 26px;
    }
    .quote-para {
        font-size: 24px !important;
        line-height: 35px;
    }
    .quote-para::before {
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        color: #fff;
        content: "\f10d";
        top: -38px;
        transform: translateX(-10px);
    }
    .quote-para::after {
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        color: #fff;
        content: "\f10e";
        top: 140px;
        transform: translateX(-3px);
    }
    .center-text {
        text-align: center;
    }
    .footer-social a {
        margin: 10px -1px;
    }
    .cbp-l-filters-buttonCenter .cbp-filter-item {
        margin: 10px 4px -30px 4px;
    }
    .header-appear .side-nav-btn {
        right: 20px;
    }
    .side-nav-btn {
        right: 20px;
    }
    .loading {
        position: absolute;
        top: 40%;
        left: 44%;
    }
    .page_header .page-content h2 {
        margin-top: 3rem;
    }
    .page_header .page-content {
        position: relative;
    }
    .center-text {
        text-align: center;
    }
    .page_header {
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        background-position: center center;
        position: relative;
    }
    .page_header .page-content .page_nav {
        padding: 18px 16px 10px;
        float: none;
        width: 100%;
    }
    .page_header .page-content .page_nav {
        background: #fff;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        padding: 18px 40px 10px;
        display: inline-block;
        margin-top: 50px;
        color: #4c4c4c;
        font-size: 0.875rem;
        float: right;
        margin-bottom: -2px;
    }
    .page_header .page-content .page_nav a {
        display: inline-block;
        margin: 0 10px;
        color: #0b0b0b;
    }
    .page_header .page-content .page_nav span i {
        margin-right: 5px;
    }
    .page_nav {
        text-align: center;
    }
    .darkcolor {
        text-align: center;
        line-height: 35px;
    }
    .text-11 {
        text-align: center;
    }
    .a-recent {
        font-size: 15px;
    }
    .para-color {
        font-size: 12px;
    }
    .webtags {
        padding-top: 15px;
        text-align: center;
    }
    .webcats {
        padding-top: 15px;
    }
    .bottom20 {
        padding-bottom: 15px;
    }
    .comment li a {
        padding-top: 10px;
    }
    .heading .divider-left,
    .heading .divider-center {
        height: 4px;
        width: 70px;
        background: #261149;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
    .address {
        text-align: center;
    }
    .pt-70 {
        padding-top: 30px;
    }
    .text-video {
        font-size: 31px;
    }
    .business-color {
        font-size: 31px;
    }
    .pagi-center {
        float: inherit;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    .slider-heading {
        font-size: 32px !important;
    }
    .slider-heading2 {
        font-size: 35px !important;
    }
    .slider-p {
        font-size: 13px !important;
    }
    .r-250 {
        right: 25px !important;
    }
    .r-248 {
        right: 248px !important;
    }
    form.findus textarea {
        width: 100%;
        min-height: 130px;
        font-size: 12px;
    }
    .blog-img {
        margin: 0 auto;
        max-width: 420px;
    }
    .image {
        max-width: 420px;
        margin: 0 auto;
    }
    .video-heading {
        padding-bottom: 10px;
    }
    .cbp-l-filters-buttonCenter .cbp-filter-item {
        font-size: 12px;
    }
    .button-play {
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #fff;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        top: 35%;
        left: 42%;
    }
    .center-logo a.logo {
        /* left: 20%; */
        transform: translateX(-50%);
        position: absolute;
    }
    .md-0 {
        margin-bottom: 0;
    }
    .half-center {
        text-align: center !important;
    }
    .video-play-button {
        top: auto;
        right: auto;
        bottom: -34px;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .client-padding {
        margin-bottom: 0 !important;
    }
    .col-video {
        text-align: center;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }
    .address-text {
        padding: 4.5rem 0;
    }
    .parallax {
        background-attachment: initial;
    }
    .con-box-color {
        margin-bottom: 20px;
    }
    .con-box-color-1 {
        margin-bottom: 20px;
    }
    .ser-center {
        text-align: center;
    }
    .text-right {
        text-align: center !important;
    }
    .services-section {
        padding: 4.5rem 0;
    }
    .number-icons {
        text-align: center !important;
        display: block !important;
    }
    .setting {
        text-align: center !important;
        display: block !important;
    }
    .number-icons,
    .digi-number,
    .digi-para {
        padding-bottom: 20px;
    }
    .number-para {
        padding-bottom: 60px;
    }
    .parallax-btn {
        margin: 0 auto;
        display: table;
    }
    .padding {
        margin-bottom: 30px;
    }
    .padding-1 {
        margin-bottom: 30px;
    }
    .divLogoPrincipal {
        order: 1;
        text-align: center!important;
    }
    .formConImagen{
        order: 2;
    }
}

@media screen and (max-width:575px) {
    .quote-section {
        padding: 100px 0;
    }
}

@media screen and (max-width: 480px) {
    .video-img-setting {
        min-height: 260px;
    }
    .side-menu .side-nav {
        margin-bottom: 20px;
    }
    .side-menu p {
        font-size: 11px;
        font-weight: 500;
    }
    .side-menu .side-nav ul {
        margin: 0 auto;
    }
    .quote-para::after {
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        color: #fff;
        content: "\f10e";
        transform: translateX(2px);
    }
}

@media screen and (max-width:466px) {}

.wh-widget-send-button-get-button {
    display: none !important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.logoEvento {
    max-width: 160px !important;
}

.bodyConFondo {
    background: url('../images/fondo.jpg') no-repeat fixed bottom center;
    /* background-color: #EBEBEB; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff !important;
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    /* padding-bottom: 70px; */
}

.headerLanding {
    /* background-color: white; */
    /* margin: 30px;
    border-radius: 20px; */
}

.footerLanding {
    background-color: #261149;
    text-align: center;
    padding: 20px;
}

.logoEmpresa {
    max-width: 100%;
}

.divLogoEmpresa {
    text-align: right;
    margin: 0 auto;
}

.textoCentro {
    margin-top: 0px;
}

.iconDer {
    margin-top: 60px;
    padding-right: 35px;
    padding-bottom: 50px;
}

.imgFooterDer {
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.divFormRegistro {
    text-align: center;
    /* margin-bottom: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#divFormIniciarSesion{
    margin:10px 0 0 0;
}

#formRegistrarse {
    justify-content: center;
    align-items: center;
}
#formRegistrarse{
    width: 80%;
    border: 4px solid #FFF;
    border-radius: 20px;
    padding: 20px 5px;
    background-color: #019aaaa6;
}
#formRegistrarse p{
    color: #fff;
    font-size: 20px;
}
#avisoRegistro {
    padding: 20px;
}

#tituloStreaming {
    color: #fff;
}

.imgBotonBingo {
    /* max-width: 150px; */
    padding: 10px;
    max-width: 140px;
    padding: 5px;
}


/*Estilos para Cartones del Bingo*/

.divCartonesTab {
    background-color: white;
    color: black;
    /* padding-bottom: 30px; */
    border-radius: 22px;
}

.divCartonBingo {
    /* background-color: #A9D3E9;   */
    border-style: solid;
    border-width: 3px;
    border-color: #261149;
    padding: 10px;
    border-radius: 20px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    /* border-radius: 10px; */
    /* background: rgba(0,251,255,1);
    background: -moz-linear-gradient(top, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,251,255,1)), color-stop(11%, rgba(0,251,255,1)), color-stop(75%, rgba(0,186,248,1)), color-stop(100%, rgba(0,186,248,1)));
    background: -webkit-linear-gradient(top, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: -o-linear-gradient(top, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: linear-gradient(to bottom, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbff', endColorstr='#00baf8', GradientType=0 ); */
}

.itemTituloCarton {
    text-align: center;
    font-family: "kpmg";
    font-size: 40px;
    font-weight: 900;
    color: #261149;
}

.itemCarton {
    text-align: center;
    font-family: "kpmg";
    font-size: 23px;
    font-weight: 100;
    border-style: solid;
    border-radius: 8px;
    border-color: #fff;
    background-color: #fff;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    cursor: pointer;
    /* text-align: center;
    font-family: "kpmg";
    font-size: 26px;
    font-weight: 400;
    border-style: solid;
    border-radius: 15px;
    border-color: #fff;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    cursor: pointer; */
    /* text-align: center;
    font-family: "kpmg";
    font-size: 36px;
    font-weight: 400;
    border-style: solid;
    border-radius: 15px;
    border-color: #fff;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    cursor: pointer; */
}

#numeroCarton {
    text-align: center;
    color: #000;
    margin-top: 0;
}


/* .table td, .table th {    
    border-top: none ;
} */

.itemCartonMarcado {
    background-color: #261149 !important;
    color: #fff;
    border-color: #261149;
    border-width: 3px;
}


/*Fin Estilos cartones de Bingo*/

.divImgHablar {
    margin-top: 60px;
}

.imgHablar {
    cursor: pointer;
    max-width: 200px;
}

.numerosBingo h3 {
    color: #fff !important;
}

.numerosBingo {
    display: inline-block;
    padding: 10px 20px;
}

.slick-slide {
    display: none;
    float: left;
    height: 40px;
    min-height: 1px;
}

.tituloLogin {
    font-family: 'Karbon-Bold';
    font-size: 32px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
}

.inputBingo {
    /* background-color: #210A4A; */
    color: #000;
    border-color: #261149;
    width: 100%;
}

.btnValidarAcceso {
    font-family: 'Karbon-Bold';
    background: rgb(46,35,26);
    /* background: linear-gradient(90deg, rgba(46,35,26,1) 0%, rgba(174,121,85,1) 52%, rgba(195,111,40,1) 100%); */
    background-color: #243FA1;
    border-color: #FFF;
    color: #fff;
}

.btnValidarAcceso:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #243FA1;
}

.tituloStreaming {
    color: #fff;
    color: #fff;
    background-color: red;
    font-size: 20px;
    /* text-align: left; */
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 5px !important;
}

.tituloPagina {
    color: #fff;
    border-style: solid;
    border-radius: 10px;
    padding: 3px 20px;
    font-size: 15px;
    border-width: 2px;
    margin-bottom: 2px !important;
}

.tituloHistorico {
    /* font-family: "Gobold"; */
    color: #000;
    border-style: solid;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 15px;
    border-width: 2px;
    margin-bottom: 0px !important;
}

.tituloNumeroCarton {
    font-family: "Roboto";
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #261149;
}


/* .contenidoOpciones {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
} */

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.tituloLetrasBingo {
    /* background: rgba(37,11,77,1);
    background: -moz-linear-gradient(top, rgba(37,11,77,1) 0%, rgba(46,10,84,1) 11%, rgba(65,8,100,1) 35%, rgba(99,4,128,1) 77%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,11,77,1)), color-stop(11%, rgba(46,10,84,1)), color-stop(35%, rgba(65,8,100,1)), color-stop(77%, rgba(99,4,128,1)));
    background: -webkit-linear-gradient(top, rgba(37,11,77,1) 0%, rgba(46,10,84,1) 11%, rgba(65,8,100,1) 35%, rgba(99,4,128,1) 77%);
    background: -o-linear-gradient(top, rgba(37,11,77,1) 0%, rgba(46,10,84,1) 11%, rgba(65,8,100,1) 35%, rgba(99,4,128,1) 77%);
    background: -ms-linear-gradient(top, rgba(37,11,77,1) 0%, rgba(46,10,84,1) 11%, rgba(65,8,100,1) 35%, rgba(99,4,128,1) 77%);
    background: linear-gradient(to bottom, rgba(37,11,77,1) 0%, rgba(46,10,84,1) 11%, rgba(65,8,100,1) 35%, rgba(99,4,128,1) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#250b4d', endColorstr='#630480', GradientType=0 ); */
}

.tableCarton td,
.tableCarton th {
    padding-top: 10px;
    padding: .50rem;
}

.tableCarton,
th,
td {
    border: 1px solid black !important;
}
#tablaGanadores,
th,
td {
    border: 1px solid #FFF !important;
}
.tableCarton {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 13px;
    width: 100%;
}

.divCartonCol {
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 5px;
    /* padding-top: 10px; */
    padding-bottom: 20px;
}


/*Inicio Historico*/

.divHistoricoBingo {
    font-family: "kpmg";
    margin-top: 10px !important;
    font-size: 45px;
    color: #fff;
    padding: 10px 20px;
    /* overflow-x: scroll; */
    width: 90%;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
    /* border-radius: 20px; */
    margin-top: 10px;
    background-color: #261149;
    /* background: rgba(0,251,255,1);
    background: -moz-linear-gradient(left, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,251,255,1)), color-stop(0%, rgba(0,251,255,1)), color-stop(11%, rgba(0,251,255,1)), color-stop(75%, rgba(0,186,248,1)), color-stop(100%, rgba(0,186,248,1)));
    background: -webkit-linear-gradient(left, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: -o-linear-gradient(left, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    background: linear-gradient(to right, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 0%, rgba(0,251,255,1) 11%, rgba(0,186,248,1) 75%, rgba(0,186,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbff', endColorstr='#00baf8', GradientType=1 ); */
}

.itemTituloHistoricoB {
    border-top-left-radius: 18px;
}

.itemTituloHistoricoO {
    border-bottom-left-radius: 18px;
}

.itemTituloHistorico {
    text-align: center;
    /* color: #5C057A;     */
    /* border-right: solid;
    border-color: #5C057A; */
    font-weight: 900;
    background-color: #261149;
    color: #fff;
}

.itemNumeroHistorico {
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.marcadoHistorico {
    /* background-color: #5C057A;
    color: #00FAFF;    */
    background-color: red;
    color: #000;
    border-color: #000 !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.textHistorico {
    color: #fff;
    font-size: 20px;
}

.contenidoTableroHistorico {
    /* font-family: "kpmg" !important; */
    font-size: 60px;
}


/*Fin Historico*/

.nav-tabs {
    border-bottom: 1px solid #5C057A;
    background-color: #5C057A;
    font-weight: 900;
    color: #00FAFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 8px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5C057A;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-item a:hover {
    color: white;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-right: aqua;
    border-right-style: solid;
    border-right-width: 1px;
    border-left: aqua;
    border-left-style: solid;
    border-left-width: 1px;
}

.imgPatrocinadores {
    max-width: 130px;
}

#caracteresRestantes {
    text-align: left;
    font-size: 13px;
}

.textDanger {
    color: red;
}

.logoBingo {
    max-width: 100%;
}


/* .logosLogin{
    margin-top: -120px;
} */


/* 
.logosStreaming{
    margin-top: -120px;
} */

.divContenidoStreaming {
    background-color: white;
    margin: 30px;
    border-radius: 20px;
}

.btnCenit {
    background-color: #261149;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    margin: 4px;
}

.btnCenit:hover {
    background-color: #fff;
    color: #261149;
    border-color: #261149;
    border-width: 1px;
    border-style: solid;
}

.textEmpresa {
    color: #261149;
}

.sweet-alert p {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: red;
}

.imgLogoPrincipal {
    width: 300px;
    max-width: 90%;
    margin-top: 0px;
    /* margin-top: 40px; */
    /* margin-bottom: -40px; */
}

.imgLogoPrincipalBingo {    
    padding-top: 80px;
    /* width: 100%; */
    max-width: 100%;
}

.imgBotonBingo {
    padding: 5px 20px;
    margin-top: 7px;
    border-radius: 5px;
}

body {
    background-color: #EBEBEB;
}
#tablaGanadores{
    width: 70%;
}
.itemTituloTable{
    color: #FFAD43;
    font-weight: 900;
    padding:  18px 20px!important;
    font-size: 20px;
    
}
.itemNombreTable{
    vertical-align: middle!important;
}

/* Whatsapp Inicio */

.whatsapp {
    position: fixed;
    width: 218px;
    height: 50px;
    bottom: 10px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 8px;
}

.whatsapp:hover {
    background-color: #FFF;
    border-color: #25d366;
    border-style: solid;
    border-width: 1px;
    color: #25d366;
}

span.textWhatsapp {
    font-size: 15px;
}


/* Whatsapp Fin */

.logoOrganiza {    
    max-width: 100%;
    width: 120px;
}

.divImgLogos {
    padding: 10px 15px;
}

.divLogos {
    background-color: white;
    border-radius: 20px;
    max-width: 90%;
    margin-top: 15px;
    padding: 15px;
}

img.logoPrincipalEmpresa {
    padding-top: 20px;
    /* right: 10em;
    margin-top: 20px;
    position: absolute;
    z-index: 1000;
    width: 170px; */
}
.divLogoPrincipal {    
    margin-top: 20px;
}

.divAutorizacion{
    padding: 0px 15px;
}

.logoInfDer{
    position: fixed;
    width: 200px;
    bottom: 0px;
    right: 0px;
}

.logoAvion{
    width: 350px;
    max-width: 100%;
    margin-bottom: -10px;
    margin-right: -135px;
}


.espacioInicio{
    height: 100px;
}


@media screen and (max-width: 991px) {
    /* custom media queries */
    /* responsive */
    /* tamaño en celulares */
    .divCartonBingo {
        margin-top: 10px;
    }
    .inputMail {
        width: 400px;
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .imgFooterDer {
        max-width: 200px;
    }
    .iconDer {
        max-width: 50%;
        margin-top: 0px !important;
        /* padding-right: 0px !important; */
    }
    .textoCentro {
        margin-top: 0px !important;
    }
    #streaming {
        padding: 0px !important;
    }
    .divLogoEmpresa {
        text-align: center !important;
        margin: 0 auto;
    }
    .logoEvedisa {
        max-width: 110px;
    }
    .tituloPagina {
        margin-top: 20px;
    }
    #panelChat {
        max-width: 95%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .nav-tabs .nav-link {
        padding: 10px 3px;
    }
    /* .logosLogin{
        margin-top: -10px !important;
    } */
    /* .logosStreaming{
        margin-top: -10px !important;
    } */
    /* Pruebas */
    .tableCarton td,
    .tableCarton th {
        /* padding: 0.1rem; */
        padding: 0.5rem 0.1rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
    .itemCarton {
        text-align: center;
        font-family: "kpmg";
        font-size: 25px;
        font-weight: 300;
        border-style: solid;
        border-radius: 15px;
        border-color: #fff;
        background-color: #fff;
        padding-top: 6px;
        padding-right: 13px;
        padding-bottom: 6px;
        padding-left: 13px;
        cursor: pointer;
    }
    .md-mt-30 {
        margin-top: 30px;
    }
    .top-header-area {
        display: none;
    }
    .top-header-area~.navbar-top-default {
        top: 0;
    }
    #laptop-slide {
        width: 375px;
        height: 235px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 100px;
        right: 76px;
    }
    .inner-wrapper .navbar-nav {
        flex-direction: column;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 9px auto;
    }
    .navbar-expand-lg>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    h2 {
        font-size: 36px;
    }
    .video-heading {
        font-size: 36px;
    }
    .address-box {
        text-align: center;
    }
    .center-about {
        text-align: center;
    }
    .left-about {
        text-align: left;
    }
    .mb-0 {
        margin-bottom: 0px;
    }
    .sm-pt-3 {
        padding-top: 1.5rem;
    }
    .sm-mb-2r {
        margin-bottom: 2rem;
    }
    /* .bodyConFondo {
        background-image: none;
        background-color: #261149;
    } */
    .imgLogoPrincipal {
        width: 400px;
        max-width: 60%;
    }
    .sweet-alert h2 {
        color: #575757;
        font-size: 19px;
        text-align: center;
        font-weight: 600;
        text-transform: none;
        position: relative;
        margin: 10px 0;
        padding: 0;
        line-height: 20px;
        display: block;
    }
    .divLogoPrincipal {
        text-align: center;
        margin: 0 auto;
    }
    img.logoPrincipalEmpresa {
        margin-top: 0px;
        position: inherit;
        text-align: center;
        margin: auto;
        right: auto;
    }
    .inputBingo{
        width: 90%;
        margin: 0 auto;
    }

    .logoInfDer{
        display: none;
    }
    .espacioInicio{
        height: 10px;
    }

    
}

@font-face {
    font-family: 'kpmg';
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../assets/fonts/kpmg.ttf") format("ttf"), url("../assets/fonts/kpmg.ttf") format("truetype");
}


@font-face {
    font-family: 'Karbon-Regular';
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../assets/fonts/Karbon-Regular.otf") format("otf"), url("../assets/fonts/Karbon-Regular.otf") format("truetype");
}

@font-face {
    font-family: 'Karbon-Bold';
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../assets/fonts/Karbon-Bold.otf") format("otf"), url("../assets/fonts/Karbon-Bold.otf") format("truetype");
}
