* {
    font-family: Arial, sans-serif;
}

header {
    background: rgba(24, 57, 76, 0.80);
    min-height: 100px;
    border-bottom: 4px solid rgb(90, 10, 33);
    text-align: left;
}

video {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

footer {
    color: white;
    text-align: center;
    font-size: 8pt;
    background: rgba(24, 57, 76, 0.70);
    width: 100%;
    padding: 10px;
    bottom: 0px;
    z-index: 1;
    margin-top: 0px;
}

.btnBgGlobal {
    background: url('./images/btnBgGlobal.png');
    background-size: 100% 100%;
    cursor: pointer;
    padding: 10px 30px;
    text-decoration: none !important;
    text-align: center;
}

a {
    text-decoration: none !important;
}

body {
}

#logo {
    margin-left: 2%;
}

header #logo img {
    width: 250px !important;
    min-width: 200px;
    margin: 30px 0 0 30px;
}

.background {
    background: white;
    background-size: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -3;
}

section#content .whiteContainer {
    background: transparent !important;
    padding: 20px;
    min-height: 380px;
}

section#content .whiteContainer .divider {
    padding: 1px 0px 0px 0px;
}

section#content .alignMiddle {
    margin-top: 4%;
}

section#content .whiteContainer img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}

header .menu a h1 {
    color: white;
    font-size: 9pt;
    padding: 0;
    margin: 0;
}

.inline {
    display: inline-block;
}

header .menu a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
    margin-right: 35px;
}

header .menu {
    padding: 10px;
}

.loggedInBtn {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 6%;
}

.registroBtn {
    color: white !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 6%;
    background-color: #111111;
}

.ingresoTopBtn {
    color: white !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 1%;
    background-color: #57061a;
}

.siguienteBtn, .ingresoBtn, .btnVerLeyes {
    color: white;
    font-size: 10pt;
    padding: 5px 5px;
    width: 50%;
    margin: auto;
    background-color: #57061a;
}

.pruebaGratisBtn {
    color: white;
    font-size: 14pt;
    padding: 5px 5px;
    width: 90%;
    margin: auto;
    background-color: #191919;
    margin-bottom: 5px;
}

.ingresoBtn {
    padding: 10px 5px;
}

#registro {
    display: none;
}

.btnBuscador {
    background-color: #0a0a2f;
    color: white;
    border-radius: 0px;
    padding: 10px 20px;
}

.buscador {
    font-size: 13pt;
    color: black;
}

footer a, footer a:hover {
    color: white;
}

.closeX {
    position: fixed;
    z-index: 999999;
    color: white;
    font-size: 14pt;
    font-weight: 100;
    margin-left: 450px;
    margin-top: -17px;
    background: #424242;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 50px;
}

#contacto {
    position: fixed;
    bottom: 0px;
    max-width: 300px;
    right: 20%;
    z-index: 9;
}

#contacto .barra {
    cursor: pointer;
    background: rgb(90, 10, 33);
    border: 1px solid rgb(67, 7, 25);
    border-radius: 5px 5px 0 0;
    color: white;
    font-size: 11pt;
}

#contacto .barra i {
    background: rgb(67, 7, 25);
    padding: 7px 10px;
}

#contacto .contenedor {
    display: none;
    background: white;
    min-height: 100px;
    min-width: 300px;
    color: black;
    border: 1px solid #c1c1c1;
    border-radius: 5px 5px 0 0;
}

#contacto .contenedor .titulo {
    width: 100%;
    padding: 5px;
    color: white;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    background: rgb(90, 10, 33);
    font-size: 11pt;
}

#contacto .contenedor .closeBtn {
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 5px;
}

#contacto .btn-primary {
    border: none;
    border-radius: 0px;
    background: rgb(90, 10, 33);
    width: 90%;
}

.fullBg {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: -1;
}

.modal .checkbox label, .modal .radio label {
    font-size: 13pt !important;
}

#loginModal .login, #registerModal .login, #registroGlobal .login, #forgotPasswordModal .login {
    padding: 0px !important;
    margin: 0px !important;
}

#loginModal .whiteContainer,
#registerModal .whiteContainer,
#registroGlobal .whiteContainer,
#forgotPasswordModal .whiteContainer,
#modal-premium-prices .modal-body,
#modal-privacy-notice .modal-body
{
    background: #c8c9cb !important;
}

#loginModal .modal-header, #registerModal .modal-header, #registroGlobal .modal-header, #forgotPasswordModal .modal-header {
    position: absolute;
    z-index: 18;
    right: 0;
    border-bottom: none;
}

#loginModal input, #registerModal input, #registroGlobal input, #forgotPasswordModal input {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.60);
    border: 1px solid #b4b4b4;
}

#loginModal .btn-default, #registerModal .btn-default, #registroGlobal .btn-default, #forgotPasswordModal .btn-default {
    margin-left: 10px;
    border-radius: 0px;
}

#loginModal .ingresoBtn, #forgotPasswordModal .ingresoBtn {
    padding: 7px 18px;
    border: none;
    width: auto;
    margin-top: -8px;
}

#loginModal .socialLinks {
    height: 40px;
    cursor: pointer;
}

#loginModal button.close, #forgotPasswordModal button.close {
    color: white;
    opacity: 0.7;
}

#loginModal .modal-body, .modal-body .col-md-12, #registerModal .modal-body, #registroGlobal .modal-body, #forgotPasswordModal .modal-body {
    padding: 0px;
}

#registerModal .radioInline, #registerModal h3, #registroGlobal .radioInline {
    display: inline-block;
}

#registerModal .radioInline, #registroGlobal .radioInline {
    vertical-align: middle;
}

#registerModal .radioInline .radio label, #registroGlobal .radioInline .radio label {
    font-size: 11pt !important;
}

.boxLogin .title h2 {
    color: white;
}

.boxLogin .title,
#modal-premium-prices .modal-header,
#modal-premium-prices .modal-body .btnBgGlobal,
#modal-privacy-notice .modal-header,
#modal-privacy-notice .modal-body .btnBgGlobal
{
    color: white;
    padding: 7px;
    font-weight: normal;
    font-size: 9pt;
    background: rgb(90, 10, 33); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(90, 10, 33, 1) 0%, rgb(144, 11, 36) 50%, rgba(90, 10, 33, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(90, 10, 33, 1) 0%, rgb(144, 11, 36) 50%, rgba(90, 10, 33, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(90, 10, 33, 1) 0%, rgb(144, 11, 36) 50%, rgba(90, 10, 33, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a0a21', endColorstr='#5a0a21', GradientType=1); /* IE6-9 */
}

#modal-premium-prices .modal-icon,
#modal-privacy-notice .modal-icon{
    width: 20px;
    height: 19px;
}

#modal-premium-prices .modal-header,
#modal-privacy-notice .modal-header {
    border-bottom: medium none currentcolor;
}

#modal-privacy-notice .col-md-12,
#modal-premium-prices .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

#modal-premium-prices .modal-sm {
    width: 362px;
}

#modal-premium-prices .modal-body {
    padding-top: 0;
}

#modal-premium-prices .modal-body h2 {
    margin-bottom: 0;
}

#modal-premium-prices .modal-body h6 {
    margin-top: 2px;
    margin-bottom: 0;
}

#modal-premium-prices .modal-body b.month {
    font-size: 12px;
}

#modal-premium-prices .modal-body .btnBgGlobal {
    margin-top: 25px;
}

#modal-premium-prices .modal-body .btnBgGlobal h2 {
    color: #FFF;
    margin-bottom: 20px;
}

#registroGlobal .whiteContainer {
    color: black;
}

#registroGlobal .whiteContainer .radioInline .radio {
    display: inline-block;
}

#registroGlobal .whiteContainer .contenedor h3 {
    display: inline-block;
}

#registroGlobal input {
    padding: 5px !important;
}

#registroGlobal, #registerModal .listado {
    font-size: 14px !important;
}

.emailNotValidatedAlert {
    color: white;
    background: darkred;
    padding: 5px;
    width: 100%;
}

.emailNotValidatedAlert b {
    font-size: 16pt;
}

a.disabledLink h1 {
    cursor: not-allowed;
    color: #ffffff6b !important;
}

@media screen and (max-width: 432px) {
    .registroBtn, .ingresoTopBtn {
        margin: 15px 5px 0 0 !important;
        font-size: 8pt;
        padding: 8px 14px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
}

.link-privacy-notice:hover,
.link-privacy-notice:visited,
.link-privacy-notice:focus
{
    color: white;
}