/* GENERAL
================================================== */
html, body, .fullScreen {
  height: 100%;
}
body {
  font-size: 15px;
  font-weight: 400;
  color: #004761;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background: #f7f8f8;
}
button, input, optgroup, select, textarea {
  font-family: "Lato", sans-serif;
}
button:focus {
  outline: 0 !important;
}
a, .simple-hover img, button, .btn, .pricing-card {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #4a90e2;
  text-decoration: none;
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #aeaeae;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #004761;
  letter-spacing: 1px;
}
h1, .h1 {
  font-size: 24px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 15px;
  font-weight: 400;
}
.title-font {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
}
.border-btm1 .container {
  position: relative;
}
  .border-btm1 .container:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #eee;
  }
hr {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(74, 144, 226, 0.04);
}
.small, small {
  font-size: 80%;
  font-weight: 400;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
.label {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 10px;
}

.text-danger {
  color: #c9302c !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-info {
  color: #5bc0de !important;
}
.text-white {
  color: white !important;
}
.text-white-gray {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-dark-gray {
  color: rgba(34, 35, 45, 0.5) !important;
}
.text-green {
  color: #c2d067;
}
.text-dark-blue {
  color: #004761!important;
}
.text-blue {
  color: #008fb6!important;
}
.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pos-relative {
  position: relative;
}
.lead {
  font-weight: 400;
  font-size: 20px;
}
.fw-bold {
  font-weight: 900!important;
}


/* MARGIN & PADDING
================================================== */
.pb-10 {
  padding-bottom: 10px;
}
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-160 {
  padding-top: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}
.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}


/* PRELOADER
================================================== */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #22232d;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }



/* BUTTONS
================================================== */
.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 300 !important;
  font-size: 0.9rem !important;
  font-family: "Lato", sans-serif !important;
  padding: 8px 20px 8px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .btn span {
    font-weight: 700;
  }
  .btn i {
    display: inline-block;
    vertical-align: inherit;
  }
  .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: 0 !important;
  }
    .btn:hover:before, .btn:focus:before {
      transition: all .3s;
      -webkit-transition: all .3s;
      z-index: -1;
    }
.btn-color {
  background-color: #008fb6;
  color: #fff;
  font-size: 19px!important;
  font-weight: 400!important;
}
  .btn-color:hover, .btn-color:focus, .btn-color:active {
    background: #004761;
    color: #fff;
  }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #22232d;
  }
.btn-primary {
  background: #ec5d60;
  border: 1px solid #ec5d60 !important;
  color: #fff !important;
  border-radius: 23px;
  padding: 3px 30px;
  font-size: 1.25rem!important;
  font-weight: 900!important;
  text-transform: uppercase;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #008fb6;
    border: 1px solid #008fb6 !important;
    color: #fff;
  }
  .btn-primary span {
    color: #ffde31;
  }
.btn-success {
  background: #5cb85c;
  color: #fff !important;
}
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #5cb85c;
    color: #fff;
  }
.btn-outline {
  background-color: transparent;
  color: #fff;
  font-size: 1.125rem!important;
  font-weight: 500!important;
  text-transform: none;
  max-width: auto;
  border-radius: 25px;
  border: 2px solid #fff;
  padding: 12px 30px !important;
  line-height: 0;
}
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: #26a7d5;
    color: #fff;
    border: 2px solid #26a7d5;
  }
    .btn-outline:hover:before, .btn-outline:focus:before, .btn-outline:active:before {
      width: 100%;
      background-color: #26a7d5;
      border: none;
    }
    .btn-outline i {
      margin: 0;
    }


/* HEADER
================================================== */
.navbar .container, .navbar .container-fluid {
  position: relative; }

.navbar .navbar-nav .nav-link {
  font-weight: 300;
  font-size: .8rem;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  border-top: 2px solid transparent;
  cursor: pointer; }

.navbar-light.navbar .navbar-nav .nav-link {
  color: rgba(34, 35, 45, 0.6);
}
  .navbar-light.navbar .navbar-nav .nav-link:hover, .navbar-light.navbar .navbar-nav .nav-link:focus, .navbar-light.navbar .navbar-nav .nav-link:active, .navbar-light.navbar .navbar-nav .nav-link.active {
    color: #4a90e2;
    border-top-color: #4a90e2;
  }
.fixed-top {
    position: fixed;
    top: 0;
    height: 79px;
    z-index: 1;
  }
  .navbar-expand-lg.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    background: #edeef0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    height: 79px;
  }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
      padding-left: 1rem;
      padding-right: 1rem;
    }
      .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
        padding-right: 0px;
      }
    .navbar-expand-lg.navbar .navbar-nav .nav-link {
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
      padding-left: 0;
      padding-right: 0;
    }
  .navbar-right .nav-item .nav-link {
    border-left: 1px solid #eee;
    padding-left: 1rem !important;
  }
    .navbar-right .nav-item .nav-link.btn {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      border: 0px !important;
      border-radius: 23px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
      color: #fff;
      text-transform: uppercase;
      font-size: .875rem !important;
    }
      .navbar-right .nav-item .nav-link.btn:hover {
        color: #fff;
      }


/* HOME
================================================== */
#home {
  background: url('../img/medical-law-in-rio-home.jpg') top center no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
  padding-top: 1rem;
  height: 100%;
}
  #home .title-font {
    font-size: 3.3125rem;
    line-height: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3rem;
  }
  #home h4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c2d067;
  }
#title .half-fluid .right-half {
  padding-right:0 !important;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: auto;
  width: auto;
  max-width: 100vw;
}


/* TITLE
================================================== */
#title h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: .2rem;
}
#title h3 {
  font-size: 2.75rem;
  text-transform: uppercase;
  font-weight: 900;
}
#title p {
  font-size: 1.625rem;
}
#title h4 {
  font-size: 1.625rem;
  font-weight: 300;
}
#title h5 {
  font-size: 5rem;
  font-weight: 900;
  display: initial;
  font-style: italic;
  letter-spacing: .2rem;
}
  #title sup.real {
    font-size: 2.5rem;
    font-weight: 400;
    top: -.7em;
    font-style: italic;
  }
  #title sup.cents {
    font-size: 2.75rem;
    font-weight: 900;
    top: -0.6em;
    font-style: italic;
    padding-left: 5px;
  }
  #title .price p {
    font-size: 1.1875rem;
  }
#title .date h1 {
  font-size: 2.3125rem;
  text-transform: uppercase;
}
#title .date h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
#title .date p {
  font-size: 1.125rem;
  font-weight: 300;
}


/* COUNTER
================================================== */
#counter {
  background: url(../img/medical-law-in-rio-counter.jpg) center center no-repeat;
  background-size: cover;
}
  #counter h3 {
    font-size: 2rem;
  }
#days, #hours, #minutes, #seconds {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
}
#days, #hours, #minutes {
  border-right: 3px solid #fff;
}
.counterText {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #008fb6;
}


/* PALESTRANTES
================================================== */
#palestrantes h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: .2rem;
}
#palestrantes p {
  font-size: 1.625rem;
}
#palestrantes h4 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
#palestrantes .description {
  font-size: 1.25rem;
  font-weight: 300;
}


/* ESTRUTURA
================================================== */
#estrutura .half-fluid .right-half {
  padding-right:0 !important;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: auto;
  width: auto;
  max-width: 100vw;
  height: 600px!important;
}
#estrutura .half-fluid .imagert {
  background: url(../img/medical-law-in-rio-estrutura.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
}
#estrutura h3 {
  font-size: 2.75rem;
  text-transform: uppercase;
  font-weight: 900;
}
#estrutura p {
  font-size: 1.375rem;
}


/* PROGRAMACAO
================================================== */
#programacao {
  background: url(../img/medical-law-in-rio-programacao.jpg) center center no-repeat;
  background-size: cover;
}
  #programacao h3 {
    font-size: 2rem;
    text-transform: uppercase;
  }
  #programacao p {
    font-size: 1.375rem;
  }
  #programacao h4 {
    font-size: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }


/* INGRESSO
================================================== */
#ingresso {
  background: #edeef0;
}
  #ingresso h3 {
    font-size: 2.75rem;
    text-transform: uppercase;
    font-weight: 900;
  }
  #ingresso p {
    font-size: 1.625rem;
  }
  #ingresso h4 {
    font-size: 1.625rem;
    font-weight: 300;
  }
  #ingresso h5 {
    font-size: 5rem;
    font-weight: 900;
    display: initial;
    font-style: italic;
    letter-spacing: .2rem;
  }
    #ingresso sup.real {
      font-size: 2.5rem;
      font-weight: 400;
      top: -.7em;
      font-style: italic;
    }
    #ingresso sup.cents {
      font-size: 2.75rem;
      font-weight: 900;
      top: -0.6em;
      font-style: italic;
      padding-left: 5px;
    }
    #ingresso .price p {
      font-size: 1.1875rem;
    }


/* APOIADORES
================================================== */
#apoiadores h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: .2rem;
}
#apoiadores p {
  font-size: 1.625rem;
}


/* FOOTER
================================================== */
footer {
  background: url(../img/medical-law-in-rio-footer.jpg) top center no-repeat #004761;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
  footer .bd { 
    border-top: 1px solid #fff;
    margin-top: 15px;
  }
  footer .bdt { 
    border-bottom: 1px solid #fff;
  }
  footer .btn {
    font-size: 1.375rem!important;
    border-radius: 30px;
    font-weight: 500!important;
    margin-bottom: 15px;
  }
  footer img.logo {
    max-width: 332px;
  }
  footer p {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  footer a {
    color: #fff;
  }
    footer a:hover {
      color: #c2d067;
    }
  footer ul.sociais li {
    display: inline-block;
    padding: 0 10px;
  }
.social-icon {
  font-size: 1.375rem;
  line-height: 40px !important;
  color: #fff;
  float: left;
}
  .social-icon:hover {
    color: #c2d067;
  }
  .social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative; 
  }
footer .hero-form {
  padding: 40px 20px;
}
  footer .hero-form h3 {
    font-size: 25px;
  }
footer form p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 18px;
}
footer form .btn {
  border-radius: 6px;
  font-size: 19px !important;
  width: auto;
  padding: 5px 70px;
  margin-bottom: 10px;
}
footer .form-control {
  min-height: 48px;
  border: 0px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.18) inset;
}
  footer .form-control:focus {
    border: 0px;
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
  }
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.help-block ul li, .required span {
    color: #fff;
    font-size: 12px;
}
#FormFinal .message {
  display: none;
}
#FormFinal.submited .message {
  display: block;
}
footer .btn-primary {
  background: transparent;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 23px;
  margin: 0 10px;
}
  footer .btn-primary:hover {
    background: transparent;
    border: 1px solid #26a7d5 !important;
  }
footer p.m-0 {
  font-size: .75rem;
}


/* RESPONSIVE
================================================== */
@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }
  .call-wz {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
    font-size: 30px;
    display: block;
  }
    .call-wz a {
      color: #6ace25;
    }
      .call-wz a:hover {
        color: #499b11;
      }
  .pb-md-00 {
    padding-bottom: 0;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .ptb-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .txt-sm-center {
    text-align: center;
  }
  #home .title-font {
    font-size: 2.3125rem;
  }
  #home h4 {
    font-size: 2rem;
  }
  #title h1 {
    font-size: 1.8rem;
  }
  #title p {
    font-size: 1.5rem;
  }
  #title .date h1 {
    font-size: 2rem;
  }
  #programacao {
    background-position: center left;
  }
}
@media (max-width: 767px){
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  #home img {
    max-width: 60%;
  }
  #home .title-font {
    font-size: 1.75rem;
  }
  #home h4 {
    font-size: 1.45rem;
  }
  .navbar img {
    max-width: 200px;
  }
  #title h1 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #title p {
    font-size: 1.25rem;
  }
  #title .date h1, #palestrantes h1 {
    font-size: 1.5rem;
  }
  #title .date h2 {
    font-size: 1.375rem;
  }
  #counter h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 575px){
  .mb-xs-20 {
    margin-bottom: 20px!important;
  }
  .pt-xs-0 {
    padding-top: 0px;
  }
  .pb-xs-0 {
    padding-bottom: 0px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-right .nav-item .nav-link.btn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 12px !important;
  }
  #home .title-font {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .navbar-brand > img {
    width: 165px;
  }
  #title h1 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  #title p {
    font-size: 1.125rem;
  }
  #title h3, #ingresso h3 {
    font-size: 2rem;
  }
  #title .date h1, #palestrantes h1, #apoiadores h1, #palestrantes p, #apoiadores p {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  #title .date h2 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  #days, #hours, #minutes, #seconds {
    font-size: 2rem;
  }
  .counterText {
    font-size: 1rem;
  }
  #estrutura h3 {
    font-size: 1.75rem;
  }
  #estrutura p {
    font-size: 1.125rem;
  }
  #programacao h3 {
    font-size: 1.25rem;
  }
  #programacao p {
    font-size: 1.125rem;
  }
  #programacao h4 {
    font-size: 1.125rem;
  }
  footer img.logo {
    max-width: 232px;
  }
}
@media (max-width: 375px) {
  .pb-xs-20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 299px){
  #landingkit-navbar {
    display: none;
  }
}