/**
 * ****************************************************************************
 * Syte - Sites Synap Digital
 * Copyright 2021-2021 - https://synap.com.br
 * ************************************************************************* */
/**
 * ****************************************************************************
 * index
 * - tipografia
 * - global
 * - top
 * - header
 * - - nav
 * - - slider
 * - main
 * - - sec-vantagens
 * - - sec-grupos
 * - - sec-dicas
 * - footer
 * ************************************************************************* */

/**
 * ****************************************************************************
 * tipografia
 * ************************************************************************* */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

body,
p {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dbdbdb;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.grupos-veiculos h2, #reserva-grupos h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: #01602A;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

#input_valor_total {
  font-weight: bold;
  font-size: 1rem;
}

/**
 * ****************************************************************************
 * global
 * ************************************************************************* */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.divspace {
  height: 5rem;
}

.div-aviso {
  background-color: #01602A;
  padding: 2rem;
}

.div-aviso h2{
  color: #f6ffc0;
}

/**
 * ****************************************************************************
 * header top
 * ************************************************************************* */
#top {
  display: block;
}

@media (max-width: 767px) {
  #top {
    display: none;
  }
}


.top {
  padding: 10px 0;
  background-color: #01602A;
  color: #ffffff;
  position: relative;
}

.top-row-contacts {
  padding: 0;
}

.top-row-contacts-left {
  padding: 0;
}

.top-row-contacts-left-logo img {
  width: auto;
  height: 50px;
}

.top-row-contacts-right {
  float: right;
}

.top-ul-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  .top-ul-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

.top-ul-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .top-ul-box li {
    border: 0;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .top-ul-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

.top-ul-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.top-ul-box li.last {
  border-right: 0;
}

.top-ul-box li .top-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

.top-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

.top-box-content-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

.top-box-content-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.top-box {
  padding: 0;
}

.top-social {
  font-size: 30px;
  padding: 0.5rem;
}

.top-social-icon {
  padding: 0;
}

/**
 * ****************************************************************************
 * header nav
 * ************************************************************************* */
nav {
  background-color: #01602A;
}

.navbar-fixed {
  background-color: #01602A;
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(251, 255, 0) !important;
  border-left: 3px solid #ffb600;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 251) !important;
  border-left: 3px solid #ffffff;
}

/**
 * ****************************************************************************
 * carousel
 * ************************************************************************* */
/*-- Main slide --*/
.banner-call {
  background-color: #01602A;
}


/**
 * ****************************************************************************
 * carousel
 * ************************************************************************* */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 500px;
  color: #7EDD20;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #7EDD20;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 40px;
  line-height: 58px;
  margin: 20px 0;
  color: #7EDD20;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.slide-sub-title-small {
  font-style: normal;
  font-size: 24px;
  line-height: 58px;
  margin: 20px 0;
  color: #7EDD20;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }

  .slide-sub-title-small {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 20px;
    line-height: 30px;
  }

  .slide-sub-title-small {
    font-size: 15px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #7EDD20;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 30px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 20px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/**
 * ****************************************************************************
 * sec-call-to-action
 * ************************************************************************* */
.sec-call-to-action-box {
  position: relative;
  margin-top: 0px;
  background: #01602A;
}

.sec-call-to-action-box-text {
  color: #fff;
  margin: 0;
  padding: 1rem;
  line-height: normal;
  font-size: 32px;
  text-transform: uppercase;
}

.sec-call-to-action-box-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/**
 * ****************************************************************************
 * sec-vantagens
 * ************************************************************************* */
.sec-vantagens {
  margin-top: 1rem;
}

.vantagens-title {
  background-color: #01602A;
  padding: 3rem;
}

.vantagens-title h1 {
  color: #7EDD20 !important;
}

.vantagens-title h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7EDD20;
}

@media (max-width: 767px) {
  .vantagens-title h1 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.sec-vantagens h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 1.5rem;
  color: #01602A;
}

.sec-vantagens h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  color: #01602A;
}

.sec-vantagens p {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}

.sec-vantagens p i {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  margin-right: 1rem;
  color: #000;
}

/**
 * ****************************************************************************
 * sec-grupos
 * ************************************************************************* */
.sec-grupos {
  margin-top: 1rem;
}

.grupos-title {
  background-color: #01602A;
  padding: 3rem;
}

.grupos-title h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7EDD20;
}

@media (max-width: 767px) {
  .grupos-title h1 {
    font-size: 2rem;
    font-weight: 700;
  }
}


.sec-grupos h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #01602A;
}

.sec-grupos-placeBox {
  position: relative;
  max-width: 405px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
}

.sec-grupos-placeBox-text {
  position: relative;
  max-width: 405px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
}

.sec-grupos-imgBx {
  width: 100%;
  height: 100%;
}

.sec-grupos-imgBx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-grupos .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: baseline;
  align-items: flex-center;
}

.sec-grupos-placeBox-text .content h3 {
  position: relative;
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #01602A;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  text-align: justify;
}

.sec-grupos-placeBox-text .content h3 span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
}


/**
 * ****************************************************************************
 * sec-dicas
 * ************************************************************************* */
.sec-dicas {
  margin-top: 1rem;
}


.dicas-title {
  background-color: #01602A;
  padding: 3rem;
}

.dicas-title h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7EDD20;
}

@media (max-width: 767px) {
  .dicas-title h1 {
    font-size: 2rem;
    font-weight: 700;
  }
}


.sec-dicas h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #01602A;
}

.sec-dicas-placeBox {
  position: relative;
  max-width: 405px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
}

.sec-dicas-placeBox-text {
  position: relative;
  max-width: 405px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
}

.sec-dicas-imgBx {
  width: 100%;
  height: 100%;
}

.sec-dicas-imgBx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-dicas .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: baseline;
  align-items: flex-center;
}

.sec-dicas-placeBox-text .content h3 {
  position: relative;
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #01602A;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  text-align: justify;
}

.sec-dicas-placeBox-text .content h3 span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
}

.box-dicas-de-viagem {
  height: 150px;
}

.box-dicas-de-viagem img {
  height: 150px;
  width: 150px;
}

/**
 * ****************************************************************************
 * sec-services
 * ************************************************************************* */
.sec-services {
  padding: 20px;
  padding-top: 100px;
}

/**
 * ****************************************************************************
 * sec-articles
 * ************************************************************************* */
.sec-articles {
  padding-top: 6rem;
}

.sec-articles-latest-post {
  position: relative;
}

.sec-articles-latest-post-media .img-fluid {
  height: 20rem;
}

.sec-articles-latest-post .sec-articles-post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.sec-articles-latest-post .sec-articles-post-title a {
  color: #303030;
}

.sec-articles-latest-post .sec-articles-post-title a:hover {
  color: #ffb600;
}

.sec-articles-latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.sec-articles-latest-post .sec-articles-post-body {
  padding: 20px 0 5px;
}

/**
 * ****************************************************************************
 * sec-contact
 * ************************************************************************* */
.sec-contact {
  padding: 20px;
  padding-top: 100px;
  border: #ffb600;
  border-style: inset;
}

/**
 * ****************************************************************************
 * sec-model
 * ************************************************************************* */
.sec-model {
  padding: 20px;
  padding-top: 100px;
}

/**
 * ****************************************************************************
 * sec-psicoterapia
 * ************************************************************************* */
.sec-psicoterapia {
  padding-top: 6rem;
}

.sec-psicoterapia-box {}

.sec-psicoterapia-image-wrapper {
  margin-bottom: 30px;
}

.sec-psicoterapia-box-img {}

.sec-psicoterapia-info {
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .sec-psicoterapia-info {
    margin-left: 15px;
  }
}

.sec-psicoterapia-info h3 {
  font-size: 16px;
}

.sec-psicoterapia-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.sec-psicoterapia-box-title a {
  color: #dedede;
}

.sec-psicoterapia-box-title a:hover {
  color: #ffb600;
}

.sec-psicoterapia-ul-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.sec-psicoterapia-ul-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

.sec-psicoterapia-ul-box li a:hover {
  color: #ffb600;
}

.sec-psicoterapia-box {}

.sec-psicoterapia-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.sec-psicoterapia-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.sec-psicoterapia-box-content-title {}

.sec-psicoterapia-box-content-subtitle {}

/**
 * ****************************************************************************
 * footer
 * ************************************************************************* */
.footer {
  padding: 80px 0 60px;
  background-color: #01602A;
  color: #ffffff;
}

.footer-box {
  border: 0;
}

.footer-box-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}

.footer-p {
  font-size: 14px;
}

.footer-socials {
  margin-top: 15px;
}

.footer-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-socials ul li {
  display: inline-block;
}

.footer-socials ul li a i {
  display: block;
  font-size: 26px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-socials ul li:hover {
  color: rgb(238, 45, 45);
}

.footer-working-hours {
  padding-right: 10px;
}

.footer-working-hours .text-right {
  padding-right: 30px;
  float: right;
}

.footer-list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-list-arrow li:last-child {
  border-bottom: 0;
}

.footer-list-arrow li a,
.footer-list-arrow li:before {
  color: #747474;
}

.footer-list-arrow li:hover a,
.footer-list-arrow li:hover {
  color: #ffb600;
}

.articles-post-image {
  height: 20rem;
}

/**
 * ************************************************************************* 
 * ************************************************************************* 
 * ************************************************************************* */

/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #e78a8a;
}

.entry-header .entry-title a:hover {
  color: #ffb600;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #ffb600;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
  color: #fff;
  background: #ffb600;
  border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons>li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #afafaf;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #303030;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #ffb600;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #ffb600;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #ffb600;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ffb600;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ffb600;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #ffb600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul>li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul>li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}

/* Contato
================================================== */

.image-ebook {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.msg-sucesso {
  margin-top: 15rem;
  padding-bottom: 15rem;
}

.contact-clean {
  background: #01602A;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
  resize: none;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #000000;
  margin-top: 15px;
  color: #fff;
}

/* Contato
================================================== */

.image-ebook {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.msg-sucesso {
  margin-top: 15rem;
  padding-bottom: 15rem;
}

.contact-location {
  background: #01602A;
  padding: .5rem 0;
}

@media (max-width: 767px) {
  .contact-location {
    padding: 1rem 0;
  }
}

.contact-location form {
  width: 95%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: .5rem;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .contact-location form {
    padding: 2rem;
  }
}

.contact-location h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-location .form-group {
  display: flex;
}

@media (max-width: 767px) {
  .contact-location .form-group {
    display: block;
  }
}

.contact-location .form-group:last-child {
  margin-bottom: 5px;
}

.contact-location form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: none;
  color: inherit;
  height: 42px;
}

.contact-location form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-location form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
  resize: none;
}

.contact-location form .btn {
  margin: 0;
  padding: 0;
  height: 4rem;
  width: 100%;
  border: none;
  background: #01602A;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
  color: #fff;
}

.contact-location form .btn:hover {
  opacity: 1;
}

.contact-location form .btn:active {
  transform: translateY(1px);
}

.contact-location form .btn-primary {
  background-color: #000000;
  color: #fff;
}

.input-group-append {
  cursor: pointer;
}

/* Carrousel
================================================== */


/* scheduling
================================================== */
.retirada {
  margin: 1rem;
  text-align: center;
}

.retirada h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #01602A;
}

.groups-list {
  margin-top: 3rem;
  padding-bottom: 10rem;
}

/**
 * ***************************************************************************
 * Para AJAX LOAD
 * ***************************************************************************
 */
.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.ajax_load_box {
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
  border: 16px solid #e3e3e3;
  border-top: 16px solid #1dd1a1;
  border-radius: 50%;
  margin: auto;
  width: 80px;
  height: 80px;

  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
  margin-top: 15px;
  font-weight: bold;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/**
 * ***************************************************************************
 * Para MENSAGENS
 * ***************************************************************************
 */
.callback_messages {
  margin-top: 60px !important;
  height: 30px !important;
}

.message {
  display: block;
  padding: 3px;
  border: 2px solid #555555;
  border-left-width: 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2em;
  font-weight: 300;
}

.message.success {
  color: #1dd1a1;
  border-color: #1dd1a1;
}

.message.info {
  color: #2e86de;
  border-color: #2e86de;
}

.message.alert {
  color: #ff9f43;
  border-color: #ff9f43;
}

.message.error {
  color: #ee5253;
  border-color: #ee5253;
}

.message a {
  font-weight: 800;
  color: inherit;
}

/* div-checkout
================================================= */
#div-montagem-reserva {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 5rem;
  display: block;
}

#div-pagto-reserva {
  background-color: #01602A;
  padding: 1rem;
  margin-bottom: 20rem;
  display: none;
}

#div-pagto-reserva .form-label {
  color: #d9ff00;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 15px;
}


.div-checkout {
  position: fixed;
  right: 0;
  background: rgb(250, 250, 250);
  border: 2px solid #b2b2b2;
  border-radius: 2px;
  margin: 1rem;
  max-width: 30%;
}

.card-body {
  padding: .1rem;
}

@media (max-width: 767px) {
  .div-checkout {
    display: none;
  }

  .div-checkout-mob {
    background: rgb(250, 250, 250);
    border: 2px solid #b2b2b2;
    border-radius: 2px;
    margin: .1rem;
    padding: .1rem;
    max-width: 100%;
  }

  .card-checkout-mob {
    margin: .1rem;
    padding: .1rem;
  }

  .div-montagem-pagto {
    margin-top: .5rem;
  }
}


.div-checkout h4,
.div-checkout-mob h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #01602A;
}

.div-checkout p,
.div-checkout-mob p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #01602A;
}

.div-checkout #button-resumo {
  margin: 1rem;
}

.div-checkout span {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.div-checkout i {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #button-resumo {
    display: none;
  }

  #resumo-reserva {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/*
@media (min-width: 767px) {
  .dicas-title h1 {
    font-size: 2rem;
    font-weight: 700;
  }
}
*/

/* 
================================================= */
#valores-referencia {
  display: none;
}

.div-preco {
  text-align: right;
}

.price-row {
  padding: 0;
  margin: 0;
}

.description-row {
  padding: 0 !important;
  margin: 0 !important;
}

.price-text {
  text-align: left;
}

.price-value {
  text-align: right;
}

.description-text {
  text-align: left;
  border-bottom: 1px solid #666;
}

.description-text p,
.description-text span {
  font-size: 10px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #01602A !important;
}


.div-veiculo {
  margin: 0;
  padding: 0;
}

.div-veiculo P {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #01602A;
}

.div-veiculo h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #01602A;
}


#div-titulo {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

#div-retirada {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: block;
}

#div-devolucao {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}

#div-veiculo-1,
#div-veiculo-2,
#div-veiculo-3 {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}

#div-veiculo-1 h4,
#div-veiculo-2 h4,
#div-veiculo-3 h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #01602A;
}

#div-veiculo-seguro-vidros,
#div-veiculo-seguro-pneus,
#div-veiculo-seguro-carro,
#div-veiculo-seguro-terceiros,
#div-veiculo-seguro-total,
#div-veiculo-condutor-adicional, 
#div_confirmar_reserva {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}

#div-veiculo-seguro-vidros-mob,
#div-veiculo-seguro-pneus-mob,
#div-veiculo-seguro-carro-mob,
#div-veiculo-seguro-terceiros-mob,
#div-veiculo-seguro-total-mob,
#div-veiculo-condutor-adicional-mob {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}


#div-valor-taxa {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
}

#div-seguros-veiculo-1 {
  background-color: #eeeeee;
  padding: 1rem;
  margin-bottom: 5rem;
  display: none;
}

#div-seguro-vidros-veiculo-1,
#div-seguro-pneus-veiculo-1,
#div-seguro-carro-veiculo-1,
#div-seguro-terceiros-veiculo-1,
#div-seguro-total-veiculo-1,
#div-condutor-adicional-veiculo-1 {
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}

#div-seguros-veiculo-2 {
  background-color: #eeeeee;
  padding: 1rem;
  margin-bottom: 5rem;
  display: none;
}

#div-seguro-vidros-veiculo-2,
#div-seguro-pneus-veiculo-2,
#div-seguro-carro-veiculo-2,
#div-seguro-terceiros-veiculo-2,
#div-seguro-total-veiculo-2,
#div-condutor-adicional-veiculo-2 {
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}


#div-seguros-veiculo-3 {
  background-color: #eeeeee;
  padding: 1rem;
  margin-bottom: 5rem;
  display: none;
}

#div-seguro-vidros-veiculo-3,
#div-seguro-pneus-veiculo-3,
#div-seguro-carro-veiculo-3,
#div-seguro-terceiros-veiculo-3,
#div-seguro-total-veiculo-3,
#div-condutor-adicional-veiculo-3 {
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}

#div-valor-total {
  margin: 1rem;
  text-align: right;
  background-color: #01602A;
  border-radius: 3px;
}

#div-valor-total h4 {
  color: #fff;
}


#div-valor-total p {
  color: #fff;
}


/**
 * ***************************************************************************
 * Checkout Mob
 * ***************************************************************************
 */

#div-titulo-mob {
  text-align: center;
  padding: 1rem;
  display: block;
}

#div-retirada-mob {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: block;
}

#div-devolucao-mob {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}

#div-veiculo-1-mob,
#div-veiculo-2-mob,
#div-veiculo-3-mob {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}

#div-veiculo-1-mob h4,
#div-veiculo-2-mob h4,
#div-veiculo-3-mob h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #01602A;
}

.div-preco-mob {
  width: 100%;
  text-align: right;
}


#div-veiculo-seguro-vidros-mob,
#div-veiculo-seguro-pneus-mob,
#div-veiculo-seguro-carro-mob,
#div-veiculo-seguro-terceiros-mob,
#div-veiculo-seguro-total-mob,
#div-veiculo-condutor-adicional-mob {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: none;
}


#div-valor-taxa-mob {
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-left: .6rem;
  padding-right: .6rem;
}

#div-seguros-veiculo-1-mob {
  background-color: #eeeeee;
  padding: 1rem;
  margin-bottom: 5rem;
  display: none;
}

#div-seguro-vidros-veiculo-1-mob,
#div-seguro-pneus-veiculo-1-mob,
#div-seguro-carro-veiculo-1-mob,
#div-seguro-terceiros-veiculo-1-mob,
#div-seguro-total-veiculo-1-mob,
#div-condutor-adicional-veiculo-1-mob {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}

#div-seguros-veiculo-2-mob {
  background-color: #eeeeee;
  padding: 1rem;
  margin-bottom: 5rem;
  display: none;
}

#div-seguro-vidros-veiculo-2-mob,
#div-seguro-pneus-veiculo-2-mob,
#div-seguro-carro-veiculo-2-mob,
#div-seguro-terceiros-veiculo-2-mob,
#div-seguro-total-veiculo-2-mob,
#div-condutor-adicional-veiculo-2-mob {
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}


#div-seguros-veiculo-3-mob {
  background-color: #eeeeee;
  padding: 1rem;
  margin-bottom: 5rem;
  display: none;
}

#div-seguro-vidros-veiculo-3-mob,
#div-seguro-pneus-veiculo-3-mob,
#div-seguro-carro-veiculo-3-mob,
#div-seguro-terceiros-veiculo-3-mob,
#div-seguro-total-veiculo-3-mob,
#div-condutor-adicional-veiculo-3-mob {
  margin-top: 1rem;
  margin-left: 1rem;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
}

#div-valor-total-mob {
  margin: 1rem;
  text-align: right;
  background-color: #01602A;
  border-radius: 3px;
}

#div-valor-total-mob h4 {
  color: #fff !important;
}


#div-valor-total-mob p {
  color: #fff;
}



/**
 * ***************************************************************************
 * Section Dicas
 * ***************************************************************************
 */

.sec-dicas h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #01602A;
}

.slider--teams {
  margin-top: 10rem;
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 750px;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.slider--teams .slider--teams__team {
  position: relative;
  overflow: hidden;
}

#list {
  position: relative;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

#list li {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
}

#list li figure {
  cursor: pointer;
  margin: 1em;
  opacity: 0.5;
  backface-visibility: hidden;
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out;
  transform: scale(0.5) translateZ(0px);
}

#list li figure:hover {
  opacity: 0.8;
  transform: scale(0.6) translateZ(0px);
}

#list li figure:active {
  opacity: 1;
  transform: scale(0.7) translateZ(0px);
}

#list li figure>div {
  border-radius: 5px;
  position: relative;
  margin: 2rem auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  transform: rotate(45deg) translateZ(0px);
}

#list li figure>div>div {
  background: url(https://calissi.synap.com.br/public/assetsCalissi/img/teams.png) no-repeat;
  /*  background: url(https://localhost/geren-calissi/public/assetsCalissi/img/teams.png) no-repeat; */
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  transform: rotate(-45deg) translate(0%, -70%);
}

#list li figure figcaption h2 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 800;
}

#list li figure figcaption p {
  color: #666;
  font-size: 0.9rem;
  font-weight: 400;
}

#list li:nth-child(1) figure>div>div {
  background-position: 0px 0px !important;
}

#list li:nth-child(2) figure>div>div {
  background-position: 0px 20% !important;
}

#list li:nth-child(3) figure>div>div {
  background-position: 0px 40% !important;
}

#list li:nth-child(4) figure>div>div {
  background-position: 0px 60% !important;
}

#list li:nth-child(5) figure>div>div {
  background-position: 0px 80% !important;
}

#list li:nth-child(6) figure>div>div {
  background-position: 0px 100% !important;
}

.active {
  opacity: 1 !important;
  transform: scale(1) translateZ(0px) !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/**
 * ***************************************************************************
 * Botão Whatsapp
 * ***************************************************************************
 */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 1rem;
  right: 1rem;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


/* Tirar ***************************************************************************************************** */

/* sign in
================================================= */
.form-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
#mennu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 8em;
  margin-top: -2.5em;
}
*/


#div-montagem-reserva-mob {
  top: 100rem;
  display: none;
}

#div-montagem-reserva-mob h4 {
color: #01602A;
}


#reserva-devolucao {
  background-color: #01602A;
  display: block;
}

#reserva-resumo-1 {
  background-color: #01602A;
  display: none;
}

#reserva-grupos {
  background-color: white;
  display: none;
}

#reserva-adicionais {
  background-color: white;
  display: none;
}

#reserva-resumo-2 {
  background-color: #01602A;
  display: none;
}


.div-resumo-mob-1 {
  padding: 2rem;
}

.div-resumo-mob-1 p {
  color: white;
}



#div-montagem-reserva {
  display: block;
}

#div-montagem-reserva-mob {
  display: none;
}

#div-checkout-mob {
  display: none;
}

@media (max-width: 768px) {
  #div-montagem-reserva {
    display: none;
  }

  #div-montagem-reserva-mob {
    display: block;
  }
}