@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700');
body {
    overflow-x: hidden;
    font-family: 'Helvetica';
}

.Roboto {
    font-family: 'Helvetica';
}

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

p {
    font-family: 'Helvetica';
}

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: #9CFF00;
}

::-webkit-scrollbar-thumb {
    background: #9CFF00;
}

a:hover,
a:active {
    color: #9CFF00;
    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;
}

img {
    max-width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-family: 'Helvetica';
    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;
}

.slider-p {
    font-size: 18px !important;
}

.h-100vh {
    min-height: 100vh !important;
}


/* 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: 'Helvetica';
    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: #9CFF00;
    color: #222d38
}

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

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

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

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


/* ===================================
       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: #9CFF00;
    -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: #9CFF00;
        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;
    }
}

@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%;
    /* padding-top: 30px; */
    padding-top: 0px;
    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: url('../images/fondoStreaming.jpg') no-repeat fixed bottom center; */
    /* background-color: #9CFF00; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000 !important;
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 50px;
}

.headerLanding {
    /* background-color: white; */
    /* margin: 30px;
    border-radius: 20px; */
}

.footerLanding {
    background-color: #9CFF00;
    text-align: center;
    padding: 20px;
}

.logoEmpresa {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 180px;
    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;
}

#formRegistrarse {
    justify-content: center;
    align-items: center;
}

#avisoRegistro {
    padding: 20px;
}

.divImgHablar {
    margin-top: 60px;
}

.imgHablar {
    cursor: pointer;
    max-width: 200px;
}

.btnValidarAcceso {
    background-color: #9CFF00;
    border-color: #9CFF00;
    color: #072135;
}

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

.btnCerrarSesion {
    text-transform: inherit !important;
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btnCerrarSesion:hover {
    background-color: #fff;
    border-color: #9CFF00;
    color: #9CFF00;
}

.tituloStreaming {
    color: #072135;
    background-color: #9CFF00;
    font-size: 20px;
    text-align: left;
    /* border-radius: 20px; */
    padding: 2px 17px;
    margin-bottom: 5px !important;
    display: inline-block;
    /* border-radius: 10px; */
    font-weight: 900;
}

.tituloStreaming2 {
    color: #9CFF00;
    font-size: 30px;
    font-weight: 900;
    text-align: left;
    border-radius: 20px;
    padding: 2px 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.imgIconTitulo {
    width: 20px;
    display: inline-block;
    margin-bottom: 6px;
}

.imgIconTitulo2 {
    font-size: 46px;
    display: inline-block;
    margin-bottom: 13px;
    color: #9CFF00;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

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

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

.textEmpresa {
    color: #9CFF00;
}

.sweet-alert p {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #072135;
}

.imgLogoPrincipal {
    width: 250px;
    max-width: 90%;
    margin-top: 0px;
    margin-top: 15px;
}

body {
    background-color: #EBEBEB;
}


/* 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-height: 50px;
}

.divImgLogos {
    padding: 10px 15px;
}

.divLogos {
    background-color: white;
    border-radius: 20px;
    max-width: 90%;
    margin-top: 15px;
    padding: 15px;
}

img.logoPrincipalEmpresa {
    right: 10em;
    margin-top: 20px;
    position: absolute;
    z-index: 1000;
    width: 170px;
}

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

.spacerImgIzq {
    /* height: 120px; */
    height: 7em;
}

#divFormRegistroRegister,
#divFormRegistro {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-color: #000;
    background-color: #fff;
}

.mostrarLoginRegister {
    cursor: pointer;
    background-color: yellow;
    border-radius: 12px;
    font-weight: 700;
}

.header .navbar {
    background-color: transparent !important;

    box-shadow: 0px 0px 49px 0px rgba(133,133,133,1);
    -webkit-box-shadow: 0px 0px 49px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 49px 0px rgba(133,133,133,1);
    border-radius: 30px;
    margin: 20px;
    /* background-color: rgb(255 255 255 / 70%) !important; */
    /* background-color: #9CFF00!important; */

    /* background: linear-gradient(180deg, rgba(67,19,101,0.9220063025210083) 39%, rgba(31,89,163,0.9164040616246498) 66%)!important; */

    /* background: url('../images/fondoHeader.png') no-repeat fixed top center; */

    /* padding: 0px; */
}

.navbar-brand {

    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.navbar{
  max-width: 50%;
  margin: 0 auto !important;
  margin-top: 10px !important;
}

.divLinkJuegoPreguntas {
    margin: 10px;
}

.btnLinkJuegoPreguntas {
    padding: 5px 20px;
    margin-top: 7px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 5px 2px rgb(255 255 255);
    box-shadow: 0px 0px 5px 2px rgb(255 255 255);
}

.btnLinkJuegoPreguntas:hover {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 5px 5px rgb(255 255 255);
    box-shadow: 0px 0px 5px 5px rgb(255 255 255);
}

.btn-ayuda {
    padding: 5px 10px;
    min-width: 115px;
    margin: 5px;
    background-color: green;
    color: white;
    border-radius: 5px;
}

.divAyudasJuegoPreguntas {
    text-align: right;
    padding: 10px;
}

.text-dark {
    color: #9CFF00 !important;
}

.btnHeader {
    background-color: #9CFF00;
    padding: 10px 40px;
    color: #fff;
    margin: 10px;
}

.btnHeader:hover {
    border-color: #9CFF00;
    background-color: #fff;
    color: #9CFF00;
}


/* .btnHeader:after {
    content: "";
    position: absolute;
    top: 51px;
    border-width: 18px;
    border-style: solid;
    border-color: transparent transparent transparent #9CFF00;
}

.btnHeader:hover:after {
    content: "";
    position: absolute;
    top: 51px;
    border-width: 18px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
} */

.divContentTransmision {
    margin-top: 50px;
    margin-bottom: 25px;
}

.divVideo {
    border-color: #9CFF00;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}


/* .divInstagram>iframe {
    height: 500px im !important;
} */

iframe#instagram-embed-0 {
    height: 500px;
    max-height: 500px im !important;
}

.menuMillonario {
    min-width: 280px !important;
    font-size: 20px !important;
}

.imgHeader {
    width: 400px
    max-width:100%;
    /* margin: 2px; */
}

.navbar-nav {
    text-align: center;
}

.linkSalvavidas {
    cursor: pointer;
}



/* Estilos para Modal */

.modal-content {
    background: url('../images/fondoModal.jpg') no-repeat fixed center center;
    /* background: url('../images/fondoStreaming.jpg') no-repeat fixed bottom center; */
    /* background-color: #9CFF00; */
    -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;

    /* color: #fff; */
}

#schedule .schedule-item:hover {
    background-color: #9CFF00;
}

.btn-cerrarModal {
    background-color: #B8302B;
}

.btn-cerrarModal {
    background-color: #B8302B;
    border-color: #B8302B;
    color: #fff;
}

.btn-cerrarModal:hover {
    background-color: #fff;
    border-color: #B8302B;
    color: #B8302B;
}

.close{
    color: #fff !important;
    text-decoration: none;
    opacity: .75;
}


/*  Fin Estilos para Modal*/



#mensajeError{
    color: #FFF;
}


.btn-custom{
    outline: 0;
    background: #9CFF00;
    width: 100%;
    border: 0;
    padding: 8px;
    border-radius: 3px;
    /* border-style: solid;
    border-color: #000; */
    color: #072135;
    border-width: 1px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3 ease;
    cursor: pointer;
    font-size: 16px;
}

.btn-custom:hover {
    background: #fff;
    border-style: solid;
    border-color: #9CFF00;
    color: #072135;
    border-width: 1px;
    transition: all 0.3 ease;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
  .logoEmpresa {
      position: static;
      text-align: center;
      margin: 0 auto;
      width: 100px;
      max-width: 100%;
  }

    #divTituloRedesSociales {
        display: none;
    }
    .btnHeader:after {
        border: none;
    }
    .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;
    }
    .bodyConFondo {
        /* background-image: none;
        background-color: #9CFF00; */
        /* background: url('../images/fondoMovil.jpg') no-repeat fixed bottom center; */
        background-color: #9CFF00;
    }
    .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;
    }
}


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