@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Cabin');
body {
  background-color: #000;
}
a.link-copy {
  padding: 0;
  margin: 0;
  color: #a09d9d;
  text-decoration: underline;
  text-align: center!important;
  font-size: 12px;
}
a.link-copy:hover {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  a.link-copy {
    font-size: 8px;
  }
}
a.link-chk {
  color: #5f1212;
  text-decoration: underline;
}
a.link-chk:hover {
  color: #963838;
}
.bg-black {
  background-color: #000;
}
.bg-texture {
  background-color: #67b9de;
  /*background-image: url();*/
  background-repeat: no-repeat;
  background-size: 10%;
  background-blend-mode: multiply;
}
.bg-texture-info {
  background-color: #fff;
  background-image: url(../images/pages/page-cpl-lair-venda/bg-info/bg-icon-info.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-blend-mode: multiply;
}
.bg-gray {
  background-color: #cebf9d;
  background-image: url(../images/pages/page-cpl-lair-venda/bg-info/bg-icon-lair.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-blend-mode: multiply;
}
.bottom {
  padding-bottom: 50px;
}
header {
  margin: 0 -15px 0 -15px;
  padding: 0;
  height:186px;
  background-color: white;
  background-image: url(../images/header/header_agua.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 10px solid #530f21;
}
header h1.title {
  color: #5a91ea;
  padding: 60px 0 0 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 5.0rem;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  hyphens: none !important;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}
header p {
      color: #daf784;
      background-color: #1db701;
      padding: 0;
      font-family: 'Cabin', sans-serif;
      text-align: center !important;
      font-size: 1.5em;
      clear: both;
}
@media only screen and (max-width: 1024px) {
  header {
    margin: 0 -15px 0 -15px;
    background-image: url(../images/header/header_agua.png);
    background-color: #2f0208;
  }
  header h1.title {
    padding: 40px 8% 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 3.2em;
    font-family: 'Cabin', sans-serif;
    hyphens: none !important;
    float: none;
  }
}
@media only screen and (max-width: 720px) {
  header {
    margin: 0 -15px 0 -15px;
    /*height: 85px;*/
    background-image: url(../images/header/header_agua.png);
    background-color: #2f0208;
  }
  header h1.title {
    color: #fff;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    font-family: 'Cabin', sans-serif;
  }
  header p {
    color: #fff;
    background-color: transparent;
    padding: 0;
    text-align: center;
    font-size: 1.8em;
    font-family: 'Cabin', sans-serif;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
        font-weight: bold;
  }
}
.sessao-video {
  margin: 0 -15px 0 -15px;
  padding: 5px;
  background-color: #7082ff;
}
.sessao-video h1.title-video {
  color: #fff;
  padding: 20px;
  margin: 0;
  font-family: 'cabin', sans-serif;
  font-size: 1.6em;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .sessao-video h1.title-video {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
  }
}
.frame-video {
  margin: 0px -15px 0 -15px;
  padding: 0;
  background-color: #fff;
  text-align: center;
  font-family: 'cabin', sans-serif;
}
.frame-video img {
  width: 75%;
  padding: 15px;
  margin: 0 auto;
}
.frame-video .wrap-video {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
  height: 3em;
  padding-bottom: 50%;
  padding-top: 0;
  margin: 0;
/*
  background-color: white;
  width: 100%;
  display: grid;
  */
}
.frame-video .wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.frame-video iframe {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .frame-video img {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
  }
  .frame-video .wrap-video {
    position: relative;
    float: none;
    margin: 0 auto;
    width: 95%;
    height: 3em;
    padding-bottom: 50%;
    padding-top: 0;
  }
  .frame-video .wrap-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
}
.btn-loja {
  margin: -1px -15px 0 -15px;
  padding: 50px 0 20px 0;
  background-color: #000;
  font-family: 'cabin', sans-serif;
  font-size: 1.6em;
  text-align: center;
}
.btn-loja a.ckt {
  color: #fff;
  background-color: #ef5207;
  border-bottom: 3px solid #501126;
  border-radius: 6px;
  padding: 12px 30px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-loja a.ckt:hover {
  border: 2px solid #dedede;
  border-radius: 6px;
  background-color: rgb(21, 76, 43);
  transition: 0.3s;
}
@media only screen and (max-width: 576px) {
  .btn-loja a.ckt {
    color: #fff;
    width: 100%;
    font-size: 0.6em;
    padding: 20px 30px;
    text-decoration: none;
    cursor: pointer;
  }
  .btn-loja a.ckt:hover {
    border: 2px solid #dedede;
    background-color: transparent;
    transition: 0.3s;
  }
}
.carousel-central {
  margin: -1px -15px 0 -15px;
  padding: 40px 0;
  height: auto;
  font-family: 'cabin', sans-serif;
  text-align: center;
  background-image: url();
  background-size: cover;
  background-attachment: fixed;
}
.carousel-central h1.title {
  color: #fff;
  padding: 20px 0 10px 0;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Cabin', sans-serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.carousel-central .carousel-control-prev {
  left: -150px;
}
.carousel-central .carousel-control-next {
  right: -150px;
  z-index: 20;
}
@media only screen and (max-width: 576px) {
  .carousel-central h1.title {
    color: #fff;
    padding: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Cabin', sans-serif;
    hyphens: none !important;
  }
  .carousel-central .carousel-inner {
    position: relative;
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
  }
  .carousel-central .carousel-control-prev {
    left: 0;
    color: #000;
  }
  .carousel-central .carousel-control-next {
    right: 0;
    color: #000;
    z-index: 20;
  }
}
.info {
  margin: -1px -15px 0 -15px;
  padding: 25px 0 50px 0;
  height: auto;
  font-family: 'cabin', sans-serif;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
}
.info h1.title {
  color: #380C19;
  padding: 20px 0 10px 0;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}
.info img {
  width: 30%;
}
@media only screen and (max-width: 576px) {
  .info h1.title {
    color: #380C19;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: 'Cabin', sans-serif;
    hyphens: none !important;
  }
  .info img {
    width: 40%;
  }
}
.info p {
  text-align: left;
  font-size: 1em;
}
.info p.centralizado {
  text-align: center;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 576px) {
  .info p.centralizado {
    text-align: left;
    font-size: 0.8em;
  }
}
.info p.center {
  margin: 20px 0;
  padding: 25px 0;
  text-align: center;
  font-size: 1.4em;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 576px) {
  .info p.center {
    font-size: 1em;
    margin-top: 30px;
  }
}
.info p.preco {
  margin: 20px 0 10px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8em;
  color: #ff0000;
}
@media only screen and (max-width: 576px) {
  .info p.preco {
    font-size: 1.8em;
    margin-top: 30px;
  }
}
.info p.preco_oferta {
  margin: 25px 0;
  padding: 10px 0;
  color: #0b9116;
  text-align: center;
  font-weight: bold;
  line-height: 90%;
  font-size: 2.8em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 576px) {
  .info p.preco_oferta {
    font-size: 2em;
    margin-top: 10px;
  }
}
.info span.destaque {
  background-color: #fe0;
  padding: 10px 30px;
  color: #000;
  font-size: 1.5em;
}
@media only screen and (max-width: 576px) {
  .info span.destaque {
    padding: 15px;
  }
}
.info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info a.ckt {
  color: #fff;
  font-size: 2.3em;
  background-color: #ed0a0a;
  border-bottom: 3px solid #501126;
  border-radius: 6px;
  padding: 12px 30px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.info a.ckt:hover {
  color: #501126;
  border: 2px solid #501126;
  background-color: transparent;
  transition: 0.3s;
}
@media only screen and (max-width: 576px) {
  .info a.ckt {
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    text-decoration: none;
    border: 2px solid #dedede;
    cursor: pointer;
  }
}
.info .card-text {
  text-align: center;
  font-size: 1.2em;
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 576px) {
  .info .card-text {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.info-produto {
  margin: -1px -15px 0 -15px;
  padding: 0;
  height: auto;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  border-top: 15px solid #380C19;
}
.info-produto h1.title {
  color: #fff;
  padding: 11rem 0 10px 0;
  margin-bottom: 0;
  text-align: left !important;
  text-transform: uppercase;
  font-size: 4em;
  font-family: 'cabin', sans-serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.info-produto p {
  color: #fff;
  font-family: 'Raleway';
  font-size: 1.3em;
  text-align: justify;
  line-height: 150%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 20px;
  padding-bottom: 60px;
}
.info-produto img {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .info-produto h1.title {
    color: #fff;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.1em;
    font-family: 'Cabin', sans-serif;
    hyphens: none !important;
  }
  .info-produto p {
    color: #fff;
    font-family: 'Raleway';
    font-size: 1em;
    text-align: justify;
    line-height: 150%;
    padding: 20px;
}
  .info-produto img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 60%;
  }
}
.bg-depoimentos {
  background-color: #501126 !important;
  color: #501126;
  text-align: center;
  padding: 60px;
  margin: 0 -15px 0 -15px;
}
@media only screen and (max-width: 980px) {
  .bg-depoimentos {
    padding: 30px 0 30px 20px;
  }
}
.bg-depoimentos h3 {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .bg-depoimentos h3 {
    font-size: 1em;
    text-align: center;
  }
}

.card{
  display: block;
}
.card-text {
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 576px) {
  .card-text {
    padding-right: 2px;
    padding-left: 2px;
  }
}
/*
.col-md-5 {
  padding-bottom: 68px;
}
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row + .bg-depoimentos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
*/
