/*!
 * Start Bootstrap - Creative v5.0.3 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Montserrat, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

/* Estilo para os links do popup de login */

a.user-password-link,
a.user-register-link {
  color: #51cbce !important;
  font-size: 80%;
}

a.user-register-link {
  padding-left: 5px;
}

/* Estilo para o popup do login */
div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
  border-radius: 12px;
}

div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
  border-radius: 10px;
}

h1.ui-dialog-title {
  font-size: 15px;
  font-weight: 700;
  font-family: Arial;
}


form.user-login-form .form-actions {
  margin-bottom: 0px;
}

form.user-login-form button.form-submit {
  font-size: 0.8571em;;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, 'Helvetica Neue', Arial, sans-serif;
}

h2 {
  font-weight: 500;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.9);
}

.text-muted {
  color: rgba(0, 0, 0, 0.7) !important;
  font-weight: 500;
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

.section-pricing-heading {
  margin-top: 0;
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: Montserrat, 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-family: GoodTimes, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/bg/kaitlyn-baker-vZJdYl5JVXY-unsplash_orange2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  /* min-height: 650px;
  padding-top: 0; */
  /* padding-bottom: 0; */
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
  /* font-size: 3rem; */
}

header.masthead p {
  font-weight: 500;
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: Montserrat, 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: Montserrat, 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/*!
 * Start Bootstrap - Creative v5.0.3 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
.pricing {
  /*background: #333;*/
  background: #948c8c;
  padding: 8rem 0;
}

.pricingTable {
  text-align: center;
  background: #595555;
  transition: all 0.3s ease 0s;
  border-radius: 30px 30px 30px 30px;
}

.pricingTable:hover {
  /*background: #f95b34;*/
  background: #F05F40;
}

.pricingTable .pricingTable-header {
  padding: 25px 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricingTable-header {
  color: #222;
}

.pricingTable .icon {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}

.pricingTable .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.pricingTable .price-value {
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: -5px;
  right: -24px;
}

.pricingTable .currency {
  font-size: 25px;
  position: absolute;
  top: 9px;
  left: -40px;
}

.pricingTable .month {
  font-size: 12px;
  position: absolute;
  top: 44px;
  right: 24px;
}

.pricingTable .pricing-content {
  padding: 35px 0;
  background: #222;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.pricingTable .pricing-content ul li {
  font-size: 14px;
  line-height: 40px;
}

.pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  border: 2px solid #595555;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s ease 0s;
}

.pricingTable .pricingTable-signup:hover {
  background: #E06446;
  border-color: #E06446;
  color: #222;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}

.pricingTable .save-money {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0px 8px;
  font-size: 12px;
  /*background: #fffa6b;#ffbd03;*/
  background: #03ff2e;
  color: black;
  border-radius: 10px;

}

/* Disposição para tornar sem efeito a formatação vinda de "paper-dashboard.css" */
.carousel .carousel-inner {
  box-shadow: inherit;
}

/* Atributos para os cards obtidos do tema PAPER-KIT */
.card.card:not(.card-plain) .card-image .img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card.card-blog .card-image .img,
.card.card-testimonial .card-description+.card-title .card-image .img {
  border-radius: 12px;
}

.card-description {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.node__content {
  margin-top: 0 !important;
}

/* Atributos o modal na frontpage */
.modal-dialog {
  padding-top: 20px;
  max-width: 80%;
}

.btn-close-modal-publicacao {
  top: 15px;
  right: 15px;
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  z-index: 10;
}

.modal-publicacao {
  background-color: #fff;
}

/* Cria o estilo para um frame com scrollbar sempre visível e limite vertical */
.frame {
  overflow-y: auto;
  /* border: 1px solid black; */
  max-height: 60%;
  width: 100%;
  text-align: justify;
}

.frame::-webkit-scrollbar {
  -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
  width: 14px;
}

.frame::-webkit-scrollbar:horizontal {
  height: 14px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.226);
}

/* Estilo dos títulos das publicacoes exibidos no carousel */
.publicacao-title {
  margin-bottom: .75rem;

}

/* Estilo para a seção Sobre */
.about-section {
  padding-top: 5rem;
  min-height: 700px;
}

/* Estilo para a seção Services */
.services-section {
  padding-top: 5rem;
  min-height: 700px;
}

/* Estilo para a seção das notícias */
.news-section {
  padding-top: 4rem;
  /* background-color: #dbdbdb; */
  background-image: url("../img/bg/homem_lendo_jornal.jpg");
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */

  background-position: center center;
  background-size: cover;
  /* width: 100%; */
  /* height: 400px; */
  /* height: 100%; */
}

/* Estilo para a seção Contato */
.contact-section {
  height: 400px;
  padding-bottom: 0rem;
}

/* Estilo para os cards das publicacoes */
.card-container {
  height: 500px;
}

/* Estilo para os cards das publicacoes */
.card-body {
  /* top | right | bottom | left */
  padding: 10px !important;
}

/* Estilo para os cards das publicacoes */
.card-title {
  /* top | right | bottom | left */
  margin-bottom: 10px;
}

/* Classe para limitar o número de linhas do elemento */
.lines-8 {
  --numLines: 8;
  --lineHeight: 22.5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: var(--lineHeight);
  /* fallback */
  max-height: calc(var(--numLines) * var(--lineHeight));
  /* fallback */
  -webkit-line-clamp: var(--numLines);
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* Classe para limitar o número de linhas do elemento */
.lines-10 {
  --numLines: 10;
  --lineHeight: 22.5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: var(--lineHeight);
  /* fallback */
  max-height: calc(var(--numLines) * var(--lineHeight));
  /* fallback */
  -webkit-line-clamp: var(--numLines);
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* Classe para limitar o número de linhas do elemento */
.lines-17 {
  --numLines: 17;
  --lineHeight: 22.5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: var(--lineHeight);
  /* fallback */
  max-height: calc(var(--numLines) * var(--lineHeight));
  /* fallback */
  -webkit-line-clamp: var(--numLines);
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* Classe para limitar o número de linhas do elemento */
.lines-19 {
  --numLines: 19;
  --lineHeight: 22.5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: var(--lineHeight);
  /* fallback */
  max-height: calc(var(--numLines) * var(--lineHeight));
  /* fallback */
  -webkit-line-clamp: var(--numLines);
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.card-footer {
  /* top | right | bottom | left */
  padding: 10px 10px 0px 10px;
}

/* Estilo para os cards das publicacoes */
.card-publicacao {
  -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.5);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/* Estilo para as imagens dos cards das publicacoes, quando for exibida apenas
a imagem*/
.card-publicacao-image .img-alone {
  /* top-left | top-right | bottom-right | bottom-left */
  border-radius: 12px 12px 0 0;
  width: -webkit-fill-available;
  /* width: fit-content; */
}

/* Estilo para as imagens dos cards das publicacoes */
.card-publicacao-image .img {
  /* top-left | top-right | bottom-right | bottom-left */
  border-radius: 12px 12px 0 0;
  width: -webkit-fill-available;
  /* width: fit-content; */
  max-height: 200px;
}

img {
  display: block;
}

.navbar-toggler {
  padding: 1px 6px;
}

/* Media queries */
/* Mobile Small - 320px*/
@media only screen and (max-width: 320px) {
  .container {
    max-width: 280px;
  }
}

/* Mobile Medium - 375px*/
@media only screen and (min-width: 321px) {
  .container {
    max-width: 320px;
  }
}

/* Mobile Large - 425px*/
@media only screen and (min-width: 376px) {
  .container {
    max-width: 375px;
  }
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  header.masthead p {
    font-size: 1.15rem;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: unset;
  }

  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    /* color: #fff; */
    color: #F05F40;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 1rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, 0.9);
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    /* color: #fff; */
    color: #F05F40;
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #F05F40;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}
