/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

:root {
  --font-family: 'Montserrat', 'Arial', sans-serif;
  --font-weight-light: 400;
  --font-weight-bold: 700;
  --body-color: #222323;
  --primary-color: #ee1d4c;
  --secundary-color: #e8e9e9;
  --primary-background: var(--primary-color);
  --secundary-background: var(--secundary-color);
}

body {
  overflow-x: hidden;
  font-family: var(--font-family);
  font-weight: var(--font-weight-light);
  color: var(--body-color);
}

img{
  max-width: 100%;
}

a {
  color: var(--primary-color);
}

a:hover {
  text-decoration: underline;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secundary {
  color: var(--secundary-color);
}

.bg-primary{
  background: var(--primary-background) !important;
}

.bg-secundary{
  background: var(--secundary-background);
}

.bg-chat{
  background: #f7f9f9;
  height: 100%;
  padding: 0 2vw;
  position: relative;
}

.bg-chat .title{
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  position: relative;
}

.bg-chat .title:after{
  content: "";
  background: var(--primary-background);
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.bg-chat .description{
  color: var(--body-color);
  text-align: center;
  padding-top: 20px;
}

.bg-chat .formChat{
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding: 0 2vw;
}

.bg-chat .formChat #comentario {
  background: transparent;  
  border: 0;
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
  color: var(--body-color);
  padding: 5px 10px;
  border-radius: 0;
}

.bg-chat .formChat #comentario:focus {
  outline: none !important;
  border: 1px solid var(--primary-color);
}

.bg-chat .formChat #comentario-btn {
  background: transparent;  
  border: 0;
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
  color: var(--body-color);
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  padding: 5px 10px;
}

.bg-chat .formChat #comentario-btn:hover {
  border: 1px solid var(--primary-color);
  cursor: pointer;  
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--body-color) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--body-color) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--body-color) !important;
}

.navbar-toggler{
  background-color: var(--primary-background);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.line-primary {
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D45453FF' stroke-width='4' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.line-secundary {
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2348bed9FF' stroke-width='4' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

#navbartop{
  padding: .25rem 5vh;
}

#navbarname{
  top: 48px;
  padding: .1rem 0;
}

#navbartop.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
  /* font-weight: bold; */
  text-align: center;
  margin-right: 15px;
}

.nav-link.active{
  color: var(--primary-color);
  font-weight:bold;
}

#navbartop li.nav-item .nav-link{
  color: var(--body-color);
  font-weight: 400;
}

#navbartop li.nav-item.active .nav-link, #navbartop li.nav-item:hover .nav-link, #navbartop.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-dark .navbar-toggler{
  color: #ffffff;
  border-color: #ffffff;
}

.navbar-dark .navbar-toggler:focus{
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  /* font-family: var(--font-family); */
}

section {
  padding: 80px 0 60px 0;
}

.btn {
  /* font-family: var(--font-family); */
  font-weight: 900;
  font-size: 12px;
  padding: .575rem .75rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #ea5353;
  border-color: #ea5353;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #48bed9 !important;
  border-color: #48bed9 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* LOGIN PAGE */

.nomeHP{
  color: #48bed9;
  font-weight: 700;
  font-size: 19px;
}

.cargoHP{
  color: #009AC7;
  font-weight: 300;
  font-size: 15px;
}

.cargoHP.verde{
  color: #48bed9;
}

.trabalhoHP{
  color: #808080;
  font-weight: 300;
  font-size: 13px;
}

.text-orange{
  color: #f18700;
}

.text-orange:hover{
  text-decoration: underline;
  cursor: pointer;
}

.bootbox-form{
  padding: 0 !important;
}

.button-okay{
  background: var(--primary-background);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 10px;
  width: 100px;
}

.button-okay:hover{
  background: var(--secundary-background);
  color: var(--primary-color);
  transition: background 0.2s linear;
  cursor: pointer !important;
}

.button-login {
  background: transparent;
  display: inline-block;
  color: #ffffff;
  font-weight: var(--font-weight-light);
  border-radius: 20px;
  padding: 5px 50px;
  text-align: center;
  border: 1px solid #ffffff;
}

.button-login:hover {
  background: #ffffff;
  color: var(--primary-color);
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-register {
  background: transparent;
  display: inline-block;
  color: var(--primary-color);
  font-weight: var(--font-weight-light);
  border-radius: 20px;
  padding: 5px 50px;
  text-align: center;
  border: 1px solid var(--primary-color);
}

.button-register:hover {
  background: var(--primary-color);
  color: #ffffff;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-cancel {
  background: #ea5353;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: center;
}

.button-cancel:hover {
  background: #ea5353;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.btn-view{
  background: #ea5353;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-view:hover{
  background: #48bed9;
  color: #fff;
  transition: background 0.2s linear;
  cursor: pointer !important;
}

form {
  padding: 30px 20px;
  border-radius: 40px;
  position: relative;
}

.form-group{
  position: relative;
}

form#login{
  background: var(--primary-background);
  max-width: 100%;
}

form#login label{
  color: #ffffff;
  font-weight: var(--font-weight-bold);
  padding-left: 20px;
  font-size: 14px;
}

form#login .form-group{
  margin: 0 auto;
  margin-bottom: 1rem;
}

form#login .recover{
  color: #ffffff;
  padding-left: 20px;
  font-size: 12px;
}

form#login .recover:hover{
  text-decoration: underline;
  cursor: pointer;
}

form#register{
  background: var(--secundary-background);
  border: none;
}

form#register label{
  color: var(--body-color);
  font-weight: var(--font-weight-bold);
  padding-left: 20px;
  font-size: 14px;
}

form input{
  background: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 25px !important;
  padding: 6px 20px !important;
  position: relative;
}

.custom-control{
  padding-left: 2.5rem;
}

.custom-control-label::before{
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  left: -2.5rem;
}

.custom-control-label::after{
  width: 2rem;
  height: 2rem;
  left: -2.5rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--primary-background);
}

/* END LOGIN PAGE */

/* WEBINAR PAGE */

.table-agenda td{
  padding: 0.25rem 0.75rem !important;
  border-top: none !important;
}

.table-agenda .hours{
  color: var(--primary-color);
  font-weight: bold;
  font-size: 20px;
}

.table-agenda .topic-blue{
  background: var(--primary-color);
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  padding: 0.25rem 30px !important;
}

.table-agenda .topic-cyan{
  background: var(--secundary-color);
  font-weight: bold;
  font-size: 20px;
  color: var(--primary-color);
  padding: 0.25rem 30px !important;
}

.table-agenda .topic-by{
  font-weight: 300;
  font-size: 16px;
  color: var(--body-color);
  padding: 0.75rem 30px !important;
}

#headerSection{

}

#headerImg{
  max-width: 100%;
}

#logo{
  position: absolute;
  right: 5%;
  top: 10%;
  transform: translate(-5%, -10%);
}

.chat{
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.chat .titulo{
  background: #009AC7;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
}

.user{
  background: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.user .titulo{
  background: #48bed9;
  color: #ffffff;
  font-family: var(--font-family);
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.user div{
  font-size: 14px;
}

.abertura{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: var(--font-family);
}

.abertura .titulo{
  background: #48bed9;
  color: #ffffff;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.abertura .nome{
  color: #000;
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: bold;
}

.abertura .descricao{
  color: #ea5353;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.abertura .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: var(--font-family);
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.moderador{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: var(--font-family);
}

.moderador .titulo{
  /*background: #D55353;*/
  background: transparent;
  color: #80CEDE;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.moderador .nome{
  color: #48bed9;
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: bold;
}

.moderador .descricao{
  color: #ea5353;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.moderador .cv{
  color: #898a8d;
  font-size: 12px;
  font-family: var(--font-family);
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes{
  background: #ffffff;
  background: transparent;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: var(--font-family);
}

.palestrantes .titulo{
  color: var(--primary-color);
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 300;
}

.palestrantes .nome{
  color: var(--primary-color);
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: bold;
}

.palestrantes .descricao{
  color: var(--body-color);
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.palestrantes .cv{
  color: var(--body-color);
  font-size: 12px;
  font-family: var(--font-family);
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-top: 5px;
}

.palestrantes .cv:hover{
  color: var(--primary-color);
}

.box{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: var(--font-family);
}

.box .titulo{
  background: var(--primary-background);
  color: #ffffff;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.box2{
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: var(--font-family);
}

.box2 .titulo{
  background: var(--secundary-background);
  color: #ffffff;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.survey{
  background: #48bed9;
  color: #ffffff;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px;
}

.survey a{
  color: #ffffff;
}

.survey a:hover{
  color: #ffffff99;
}

.survey span{
  display: inline-block;
  width: 100%;
}

.survey #seta{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.docs{
  background: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.docs .titulo{
  background: #FD9727;
  color: #ffffff;
  font-family: var(--font-family);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.docs a .doc{
  color: #48bed9;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
}

.docs a .doc #seta{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.separator{
  margin: 20px 0;
}

.separator .line{
  display: block;
  border-top: 2px dotted #a5a4a5;
}

.palestrantes .separator:last-child{
  margin-bottom: 0;
}

.lineSplitter {
	border-bottom: #696a6c solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.chat .form-group{
  border-bottom: 2px solid #a3a2a3;
}

.chat #comentario{
  width: 100%;
  border: 0;
  height: 50px;
  color: #a3a2a3;
  resize: none;
  padding: 10px;
}

.chat #comentario-btn{
  margin-bottom: 12px;
}

.chat #comentario-btn:hover{
  cursor: pointer;
  text-decoration: underline;
}

/* END WEBINAR PAGE */

/* DASHBOARD PAGE */

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
    font: normal normal normal 1rem/1 FontAwesome !important;
}

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc{
    white-space: nowrap;
}

#dashboard {
    background: #fff;
    padding: 20px;
}

#dashboard select{
    background: #ededed url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border-color: #ededed;
    border-radius: 0;
}

#dashboard input{
    background: #ededed;
    border-color: #ededed;
    border-radius: 0;
}

#dashboard #usersTable tr th{
    border: none;
    background: var(--primary-background);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

#dashboard #usersTable tr td{
    white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td{
    background: #ededed;
}

#dashboard #usersTable tr td button{
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin-right: 5px;
}

#dashboard #usersTable tr td button:last-child{
    margin-right: 0;   
}

#dashboard .pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#dashboard .pagination .page-item.active .page-link{
    background-color: #48bed9;
    border-color: #48bed9;
    color: #fff;
}

#dashboard .pagination .page-item .page-link{
    background-color: #ea5353;
    border-color: #ea5353;
    color: #fff;
    border-radius: 0;
}

/* END DASHBOARD PAGE */

/* FOOTER */

footer {
  padding: 20px 0;
  color: #ffffff;
  background-color: var(--body-color);
  font-size: 12px;
  font-weight: var(--font-weight-light);
}

.link-foot{ 
  color: #ffffff;
}

.link-foot:hover{
  color: #ffffff;
  text-decoration: underline;
}

/* FOOTER */

.bootbox-body{
  color: #000;
}


/*Atrium*/
#atrium_background{
  position:absolute;
  z-index:-1;
  margin-top:-2vh;


}

/*Sala de exposição*/
#exposicao_background{
  position:absolute;
  z-index:-1;
  margin-top:-2vh;
  height:100vh;


}

#exposicao_background_mobile{
  position:absolute;
  z-index:-1;
 
}

#rcm_atrium{
  margin-top: 37vh;
}


#logos{
  position: absolute; z-index:20;top:50px;position:fixed;height:130px;
}
@media only screen and (max-width: 768px) {
  section#webinar{
    /*padding-top: 50px;*/
  }

  #atrium_background{  
    margin-top:35px;
    background-position:top;
    background-size: contain;
  }

  #logos{
    top:45px;
    height:50px;
  }

 
}

@media only screen and (min-width: 1800px) {
  #rcm_atrium{
    margin-top: 45vh!important;
  }

  

}