.login_webinar fieldset{
    border:none;
}
.transmissao{
    text-align: center;
    margin:0 auto;
}
.modal{
    display:none;
}
.video-embed-width{
    width:100%;
    max-width: 470px;
    margin:0 auto;
    /* transform: translateX(-14px); */
}
#player{ 
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
}
iframe{
    position: absolute;
    top:0;
    left:0;
}
.login_webinar input{
    width:100%;
}
.clientes{
    padding:0;
}
.slick-arrow{
    display:none;
} 


.clientes .slider img {
    width: 70px;
}

/* ==========================================================================
RESET
========================================================================== */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
a {text-decoration: none;}
h1, h2, h3, h4, h5, h6 {margin: 0;}

/* ==========================================================================
LAYOUT
========================================================================== */

body {
    font-family: 'Lato', sans-serif; 
    background-attachment: fixed!important;
}

.container {
    width:100%; 
    height:100%; 
    display:flex;
}

.cont-left {
    background-color: #ffffff;
    background-attachment: fixed;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.cont-left::after {
    width: 50%;
    height: 100%;
    background: #fff;
    position: fixed;
    content: " ";
    z-index: -1;
}

.cont-right {
    width: 50%;
    height: 100%;
}

/* === */
.cont-right .contagem {
    margin-top: 50px;
}

@media (max-height:720px){
    .cont-right .contagem {
        margin-top: 10px;
    } 
    }

.alert {max-width: 500px; margin: 0 auto; font-size: 15px;margin-bottom: 20px; margin-top: -10px;}
.alert.alert-danger {display:none;font-style: italic;}
.cont-left .suporte h3 a {color: #007db4;}
.cont-right .formulario .entrar-btn {color:#007db4; }
input[type="text"]:focus,input[type="password"]:focus {background:#ff9 !important;}
iframe {border:0;width:100%;height:100%;display:block;margin:0;padding:0;}
iframe#teste_de_conexao {height:450px;}
/* Google Maps */
p.mapa {
/*    background:url('../images/location.png') no-repeat;*/
    margin-top:10px;
    cursor:pointer;
/*    text-indent:10px;*/
}
p.mapa:hover {
/*    background:url('../images/location_hover.png') no-repeat;*/
    color:#B42329 !important;
}
#mapa {
    height: 400px;
    border: 10px solid #ccc;
    margin-bottom: 20px;
}
/* ==========================================================================
CONTENT LEFT - Conteúdo da Esquerda
========================================================================== */

.cont-left-container{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    min-height: 100%;
    width: 90%;
    max-width: 500px;
    color: #505050;
    padding-top: 100px;
    /* justify-content: center; */
} 

.hasVideo .cont-left-container {padding-top: 30px;}
    
@media (max-width:720px){
    .cont-left-container{
        transform: scale(.75);
        } 
    }

/* --- */

.cont-left .logo {
    width: 200px;
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.cont-left .logo img {
    max-width: 100%!important; 
    max-height: 100%!important;
    align-self: center;
}

.cont-left .title {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.cont-left .title h1 {
    font-size: 20px; font-weight: 700;
}
.cont-left .title h3 {
    font-size: 16px; font-weight: 300; margin-bottom: 20px;
}
.cont-left .data-local {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.cont-left .data-local h2 {
    font-size: 14px; font-weight: 700;
}

.cont-left .data-local h2:nth-child(2) {font-weight: 300;}
.cont-left .data-local h2:nth-child(4) {font-weight: 400;}

.cont-left .data-local p {
    font-size: 14px;
    color: #7e7e7e;
    text-align: center;
}
.cont-left .suporte{
    display: flex;
    flex-direction: column;
    margin-top: 0!important;
    text-align: center;
}
.cont-left .suporte h3 {
    font-size: 14px;
}
.cont-left .suporte h3 a{
    color: #007db4;
    text-decoration: none;
}
.cont-left .suporte h3 a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.cont-left .suporte p {
    font-size: 11px;
    color: #505050;
    text-align: center;
    margin-top: 5px;
}
/* ==========================================================================
Conteúdo da Direita
========================================================================== */
/* Relógio */
.cont-right .contagem p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.privado-container{
    background: rgba(0,0,0,0.5);
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}
.privado{
    font-style: italic;color:white;display:table-cell;height:55px;text-align:center;vertical-align:middle;width:230px;
}
.cont-right .contagem .relogio {
    background: rgba(0,0,0,0.5);
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 0 6px;
    width: 252px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    
}
.cont-right .contagem .relogio .numeros {
    width: 58px;
    height: 46px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: left;
}
.cont-right .contagem .relogio .numeros strong {
    width: 17px;
    display: block;
    position: relative;
    top: -34px;
    left: 52px;
    font-size: 24px;
}
.cont-right .contagem .relogio .numeros span {
    font-size: 30px;
}
.cont-right .contagem .relogio .numeros .align-span {
    margin-left: 7px;
}
/* Formulário */
p.alert.alert-danger.form-group.privado-container {
    margin-bottom: 30px;
}

.cont-right .formulario {
    padding: 10px 55px;
    max-width: 500px;
    margin: 0 auto;
}
.cont-right .formulario fieldset legend{
    padding-bottom: 6px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.cont-right .formulario fieldset label {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    float: none;
    margin-bottom: 6px;
}
.cont-right .formulario .form-group {
    margin-bottom: 10px;
}
.cont-right .formulario fieldset .col-md-4 {
    width: 100%;
    float: none;
}
.cont-right .formulario .form-control {
    height: 30px;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
}
.cont-right .formulario .submitForm{
    display:flex;
    justify-content: center;
    margin-top:22px;
}
.cont-right .formulario .entrar-btn {
    width: 90px;
    color: #000;
    background: #AAA;
    border: none;
    border-radius: 5px;
    padding: 6px 12px;
    cursor:pointer;
}
.cont-right .formulario .entrar-btn:hover {
    background: #add549;
    color: #fff;
}
/*logo-link Cross*/
.cont-left .marca {
    width: 150px;
    font-size: 12px;
    color: #818181;
    float: left;
    padding-top: 2px;
}
.cont-left .assinatura {
    width: 290px;
    float: right;
    font-size: 12px;
    color: #818181;
}
.cont-left p {
    margin-top: 14px;
}
.cont-left .assinatura img {
    float: right;
    border: none;
    text-decoration: none;
}

/* Termos de Uso */
.box-termos-uso {
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    display: flex;
    margin-top: 20px;
    padding: 10px;
    width:calc(100% - 20px);
}

/* Checkbox Container */
.container-checkbox {
    cursor: pointer;
    display: block;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0!important;    
    padding-left: 35px;
    position: relative;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .container-checkbox em {
    font-size: 10px;
    opacity: 0.5;
    text-transform: lowercase;
}

  .container-checkbox a {color:#2196F3;}
  
  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    background-color: #fff;
    border-radius: 5px;
    height: 20px;
    position: absolute;
        top: 4px;
        left: 0;
    width: 20px;  
  }

  
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: #eee;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {display: block;}
  
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 7.8px;
    top: 3.4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* Ocultar */
.hide, .hidden {display: none;}

/* ==========================================================================
Responsive
========================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cont-left,.cont-left-container{
        display:block;
    }
    .cont-left-container{
        margin:0 auto;
    }
    .cont-left .logo{
        display:block;
        margin:0 auto;
    }
    }

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .cont-left {
        width: 100%;
        padding-bottom: 50px;
    }
    
    .cont-right {
        width: 100%;
    }

    .cont-left .suporte {margin-bottom: 30px;}
    .cont-left::after {display: none;}
}

@media screen and (max-width: 490px) {
    
}

@media screen and (max-height: 414px) and (orientation: landscape) {
    .video-embed-width{display: none;}
}
@media screen and (max-width: 490px) {
    /* .cont-left, .cont-right {height: auto; width: 100%; padding: 50px 20px 20px;} */
    /* .cont-right {margin-bottom: 45px;} */
    /* .cont-left .assinatura {
        background: #fff;
        position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
        padding-left: 10px;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0px -5px 20px 10px rgba(0,0,0,0.1); 
                box-shadow: 0px -5px 20px 10px rgba(0,0,0,0.1);
    }    */
    /* .cont-left .assinatura img {margin: 0 24px 0 0;} */
    /* .cont-left .assinatura p {margin-top: 18px;} */
}
.alert-info {display:none!important;}
#hubspot-messages-iframe-container {opacity: 1;}