@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i");

:root {
  --primary: #17AFE1 !important;
  --primary-hover: #1699c4 !important;
  --danger: #f58220 !important;
  --danger-hover: #bd6110 !important;
}

#categorias-sm{
  display: none;
}

#modal-categorias .modal-body{
  max-height: 80vh;
  overflow: auto;
}

.font-bold{
  font-weight: 600 !important;
}

.bg-blue{
  background-color: #f58220;
}

.bg-border-blue{
  border: 5px solid #f58220;
  border-width: 0 0 5px 0;
}

.border-default{
  border: 1px solid #c7c7c7 !important;
}

.card-body{
  overflow-x: auto;
}

.container{
  max-width: 1200px !important;
}

.navbar-light{
  box-shadow: 0 0 0 3px #f58220 !important;
}

.hiddenImg{
  display: none !important;
}

.page-footer{
  bottom: 0;
  width: 100%;
  border:solid 3px #f58220;
  border-width: 3px 0 0 0;
  padding: .5rem 0 0 0 !important;
}

.text-danger{
  color: var(--danger) !important;
}

.btn-danger{
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: var(--danger-hover) !important;
  /* color: black !important; */
}

.page .landing-page{
  margin-top: 5rem;
}

.t-small{
  font-size: small;
}

.redes-sociais{
  font-size: xx-large;
  margin: 0 3px;
}

.fa-facebook-square{
  color: #3b5998;
}

.fa-youtube{
  color: #c4302b;
}

.fa-facebook-square:hover{
  color: #30487a;
}

.fa-youtube:hover{
  color: #ac2c28;
}

.share-facebook{
  background-color: #3b5998;
}

.share-twitter{
  background-color :#1DA1F2 ;
}

.share-whatsapp{
  background-color: #45c556;
}

.share{
  color: white;
  padding: .75rem;
}

.share:hover{
  color: rgb(237, 237, 237);
  padding: .75rem;
  transform: scale(1.05);
}

.bg-danger{
  background-color: var(--danger) !important;
}

.bg-primary{
  background-color: var(--primary) !important;
}

.clean-block{
  padding-bottom: 1rem;
}

.text-limit{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}


.cookie-div{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  animation: cookies 1s ease-in-out ;
}

#cookies{
  border: 1px solid black;
}

.hidden{
  display: none !important;
  transition: 1s;
}

.block-heading{
  padding-top: 3rem !important;
  margin-bottom: 30px;
}

.block-heading p{
  max-width: 100% !important;
}

.slick-track{
  display: flex !important;
  align-items: center !important;
}

.slick-slide img {
  height: 120px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

a.estado path{
  fill: #BABABA;
}

a.estado.selected path {
  fill: #CF3633 !important;
}

a.estado path:hover {
  fill: #CF3633 !important;
}

.video-home{
  max-width: 475px !important;
  max-height: 245px !important;
}

.nav-home a{
  font-size: .8rem !important;
  padding-left: .4rem !important;
  padding-right: .4rem !important;
}

.cat-carrossel-img{
  max-height: 200px;
}

.col-categoria{
  border-radius: 40px 0 40px 0;
}

.cat-carrossel-img > img{
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  max-height: 200px;
  border-radius: 30px 0  0 0 ; 
}

.home-cat-titulo{
  border: 1px solid var(--danger);
    border-width: 0px 2px 2px 0px;
    border-radius: 0 0 30px 0;
}

.msg-erro{
  position: fixed;
  z-index: 2;
  right: 10px;
  top: -200px;
  max-width: 400px;
  animation: msg_erro 10s ease-in-out ;
  opacity: 0;
  z-index: 9999 !important;
}

.contato > p, .contato label, .contato input, .contato textarea, .contato select{
  font-size: smaller;
  width: 100%;
  margin: 0;
}

.container {
  max-width: 960px;
}

.growl-animated{
  top: 60px !important;
} */

.container{
  max-width:1200px;
}

.mapa{
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.footer-logo{
  width: 100%;
  max-width: 150px;
  object-fit: contain;
}

#can_curriculo{
  width: 100% !important;
}

@keyframes msg_erro{
  0%{
    display: inline-block;
    opacity: 0;
    top: 1px;
  }
  10%{
    opacity: 1;
    top: 60px;
  }
  90%{
    opacity: 1;
    top: 60px;
  }
  100%{
    opacity: 0;
    top: 1px;
  }
}

@keyframes cookies{
  0%{
    bottom: -200px;
    left: 0;
  }
  80%{
    bottom: 10px;
    left: 0;
  }
  100%{
    bottom: 0;
    left: 0;
  }
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* carrossel */
.carousel{
  position: relative;
}


.carousel-control.right,
.carousel-control.left{
  background-image: none;
}

/* width */
.carousel-indicators::-webkit-scrollbar {
  
  height: 8px;
}

/* Track */
.carousel-indicators::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.carousel-indicators::-webkit-scrollbar-thumb {
  background: var(--danger);
}

/* Handle on hover */
.carousel-indicators::-webkit-scrollbar-thumb:hover {
  background: var(--danger);
}


.empreen_img{
  max-height: 300px;
  height: 100%;
  object-fit: cover;
}

.empreen_header{
  height: 250px;
}

.card-header .btn-link{
  padding: 1rem;
  text-decoration: none;
  color: black;
}

.card-header{
  border-bottom: 3px solid#f58220;
}

.b-0{
  border: none;
}

.card{
  margin: 1rem 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media(max-width: 991px){

  #categorias{
    display: none;
  }

  #categorias-sm{
    display: inherit;
  }

  .form-control{
    padding: 0 !important;
  }

}