
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Scotia';
}

p {
    font-family: 'Scotia';
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Scotia';
    font-size: 16px;
    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: #EC101A;
}

::-webkit-scrollbar-thumb {
    background: #EC101A;
}

a:hover,
a:active {
    color: #EC101A;
    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: 'Roboto';
    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: #EC101A;
    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: 17px;
    border: 1px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Scotia';
    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: #EC101A;
    color: #222d38
}

.btn.btn-white-blue.clr-g:hover {
    background: #ffffff;
    border-color: #EC101A;
    color: #222d38
}

.rev_slider .btn {
    border: 2px solid #fff
}

.rev_slider .btn.clr-g:hover {
    border-color: #EC101A
}

.rev_slider .btn.clr-b:hover {
    border-color: #EC101A
}


/* ===================================
       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: #EC101A;
    -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: #EC101A;
        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: #F8F9FB;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    color: #EC101A !important;
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 70px;
}

.headerLanding {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
}

.footerLanding {
    background-color: #EC101A;
    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;
}

#divFormIniciarSesion{
    margin:15px 0 0 0;
}

.divFormRegistro {
    /* justify-content: center; */
    align-items: center;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 15px;
    color:#EC111A;
    max-width: 90%;
    width: 500px;
}

.form .login-form {
    display: none;
}



#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: #EC101A;
    padding: 10px;
    border-radius: 20px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.itemTituloCarton {
    text-align: center;
    font-family: "kpmg";
    font-size: 40px;
    font-weight: 900;
    color: #EC101A;
}

.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: #EC101A !important;
    color: #fff;
    border-color: #EC101A;
    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: 'Scotia';
    font-size: 32px;
    line-height: 45px;
    color: #EC101A;
    font-weight: 900;
}

.subtituloLogin {
    font-family: 'Scotia';
    font-size: 30px;
    line-height: 45px;
    color: #EC101A;
    font-weight: 900;
}

.inputBingo {
    /* background-color: #210A4A; */
    color: #EC101A;
    border-color: #EC101A;
    width: 400px;
}

.btnValidarAcceso {
    font-family: 'Scotia';
    background-color: #FFFFFF;
    border-color: #EC101A;
    color: #EC101A;
    width: 100%;
    border-radius: 20px;
    font-weight: 900;
}

.btnValidarAcceso:hover {
    background-color: #EC101A;
    border-color: #fff;
    color: #fff;
}

.form-control{
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group-text{
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    color: #EC101A;
}

.tituloStreaming {
    color: #fff;
    color: #fff;
    background-color: #EC101A;
    font-size: 20px;
    /* text-align: left; */
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 5px !important;
}

.tituloHome {
    font-family: 'Scotia_Bd';
    color: #fff;
    
}

.tituloProx{
    font-family: 'Scotia';
    color:#000;
}
.txtFooter{
    font-family: 'Scotia';
    border:1px solid #fff;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
}
.textResaltado{
    font-family: 'Scotia';
    color:#fff;
    font-weight: 900;
}

.imgPeq{
    display: inline-block;
    width: 300px;
}
.imgUnida{
    display: inline-block;
    width: 800px;
    max-width: 85%;
}

.textSubtitulo{
    font-family: 'Scotia';
    color:#fff;
    line-height: 34px;
}

.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: #EC101A;
}

.tableCarton td,
.tableCarton th {
    padding-top: 10px;
    padding: .50rem;
}

.tableCarton,
th,
td {
    border: 1px solid black !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;
}



.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%;
}

.divContenidoStreaming {
    background-color: white;
    margin: 30px;
    border-radius: 20px;
}

.btnCenit {
    background-color: #EC101A;
    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: #EC101A;
    border-color: #EC101A;
    border-width: 1px;
    border-style: solid;
}

.textEmpresa {
    color: #EC101A;
}

.sweet-alert p {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: red;
}

.imgLogoPrincipal {
    /* width: 300px; */
    max-width: 100%;
    margin-top: 5px;
    /* margin-top: 40px; */
    /* margin-bottom: -40px; */
}

.imgLogoPrincipalProximamente {
    /* width: 300px; */
    max-width: 100%;
    margin-top: 40px;
    /* margin-top: 40px; */
    /* margin-bottom: -40px; */
}

.imgLogoPrincipalBingo {
    margin-top: 20px;
    /* padding-top: 20px; */
    width: 100%;
    max-width: 100%;
}

.imgBotonBingo {
    padding: 5px 20px;
    margin-top: 7px;
    border-radius: 5px;
}

body {
    background-color: #EBEBEB;
}



.logoOrganiza {
    max-height: 50px;
}

.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;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto;
    }
}

.input-group-text {
    width: 100%;
}

.input-group-prepend {
    min-width: 45px;
}

.espacioMd{
    height: 40px;
}

@media (min-width: 1200px){
    .container {
        max-width: 1300px;
        margin: auto;
    }
}

.imgPestana{
    position: absolute;
    left: 100px;
}


@media screen and (max-width: 991px) {
    /* custom media queries */
    /* responsive */
    /* tamaño en celulares */
    .imgPestana{
        position: inherit;
        left: 0px;
    }
    .imgPeq{
        display: none;
    }
    #formRegistrarse {
        padding: 20px 30px;
        max-width: 90%;
        width: 500px;
    }

    .subtituloLogin {
        font-family: 'Scotia';
        font-size: 21px;
        line-height: 35px;
        color: #EC101A;
        font-weight: 700;
    }

    .espacioMd{
        height: 5px;
    }

    .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: #EC101A;
    } */
    .imgLogoPrincipal {
        width: 400px;
        max-width: 100%;
    }
    .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: 300px;
    }
    .colorder2 {
        order: 1!important;
    }
    .colorder1 {
        order: 2!important;
    }
    
}

@font-face {
    font-family: 'Scotia';
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../assets/fonts/Scotia.ttf") format("ttf"), url("../assets/fonts/Scotia.ttf") format("truetype");
}




@font-face {
    font-family: 'Scotia_Bd';
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../assets/fonts/Scotia_Bd.ttf") format("ttf"), url("../assets/fonts/Scotia_Bd.ttf") format("truetype");
}
