*{font-family: "Roboto", sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: "Dancing Script", cursive;}

:root{
  --color-primary: #f5e0ef;
  --color-secondary: #e067be;
  --font-48: 48px;
  --font-20: 20px;
  --font-p: 17px;
}

.light-page{
    background: #fff;
}
#wrap {
    overflow-x: hidden;
    overflow-y: hidden;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #8ee6f1;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #8ee6f1;
    -webkit-border-radius: 3px;
}

.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.btn-ctal{  
  font-size: 18px;
  color: #fff;
  background: #25d366;;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  white-space: normal;
  display: block;
}
.btn-ctal:hover{
  opacity: 0.8;
  text-decoration: none !important;
}
.btn-ctal .icon{
    width: 20px;
    height: 20px;
}
.whatsapp-button {
  position: fixed;
  width: 112px;
  height: 60px;
  bottom: 75px;
  z-index: 10;
  right: 0%;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  animation: i1 1s infinite;
  animation-direction: alternate;
}
@keyframes i1{
form{
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to{
    -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  }
}
hr {
    width: 16%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e8e9ece6;
}
/*===========================
    Home
=============================*/

  .pl-md-5 {
      padding-left: 5px !important;
  }

  .pr-md-5 {
      padding-right: 5px !important;
  }

#wrap{
  border-left: 50px solid var(--color-primary);
  border-right: 50px solid var(--color-primary);
}
#home h1, #home-2 h2, #home-3 h2{
  font-size: var(--font-48);
  color: var(--color-secondary);
  margin-bottom: 20px;
}
#home p{
  font-size: var(--font-p);
  color: #000;
}
#home-2 .foto{
  height: 248px;
  object-fit: cover;
  object-position: center;
}
#home-2 .gallery-item{
  background-color: var(--color-primary);
}
.gallery-item.gallery-style-8 .item-img {
    opacity: 1;
}

.seta{
  width: 37px;
  height: 60px;
  background: url('../images/seta.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.seta2{
  width: 37px;
  height: 60px;
  background: url('../images/seta2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-nav .owl-prev {
  left: -44px;
  top: 55%;
}
.owl-nav .owl-next {
  right: -44px;
  top: 55%;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}
.owl-theme .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 5px 7px !important;
  background: #fff;
  border-width: 0px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  border-radius: 20px;
  cursor: pointer;
}
.owl-dot.active>span{
  background: #dfe1e5 !important;
  border-color: #dfe1e5 !important;
}
.carousel-dots-center-bottom .owl-dots{
  bottom: -32px;
}


@media (min-width: 576px){
  .modal_politicas .modal-dialog {
    max-width: 80%;
  }
}
.modal_politicas .modal-content{
  width: 80%;
  margin: 0 auto;
  padding: 26px;
}
.modal_politicas p {
  font-size: 15;
  font-family: circularM;
}
.modal_politicas h3{
  font-family: circularB;
  font-size: var(--font-20);
  color: #3e3e3c;
  margin-bottom: 20px;
  
}

@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  
  :root {
    --font-48: 28px;
    --font-40: 16px;
    --font-37: 24px;
    --font-22: 22px;
    --font-20: 15px;
  }
  #wrap{
  border-left: 20px solid var(--color-primary);
  border-right: 20px solid var(--color-primary);
  }
  #home-2 .foto {
    height: 133px;
  }
}

@media (max-width: 1000px) {
 .linha-secao{
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}