@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px){
  .padding-body{
    padding-left: calc(3rem / 3);
    padding-right: calc(3rem / 3);
  }

  .padding-body-2{
    padding-left: calc(3rem / 2);
    padding-right: calc(3rem / 2);
  }
}

/* Spinner */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* Button Styles */
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square, .btn-sm-square, .btn-lg-square {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
    padding: 0;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}



/* ozonvit Header */
.ozonvit-header {
    position: relative;
    margin-top: -85px;
    padding-top: 10rem;
    padding-bottom: 4rem;
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.ozonvit-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.ozonvit-header .container {
    position: relative;
    z-index: 1;
}

.ozonvit-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/* Testimonial Section */
.testimonial {
    position: relative;
    background-size: cover;
}

.testimonial .quote img{
    position: absolute;
    margin-top: -90px;
}

.testimonial-wrapper{
    background-color: #ffffff2e;
    border-radius: 20px;
    padding: 30px;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #ffffff40;
    color: #fff;
}

/* Footer */
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #2790b1;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: #2790b1;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}






.fixed-top {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1030 !important;
  }

.bg-blue-50{
    background-color: #2790b1 !important;
}

.text-gray-50{
    color: #545454 !important;
}

.text-blue-50{
    color: #2790b1 !important;
}

.btn-blue-50{
    background-color: #2790b1 !important;
    color: #fff !important;
}

.btn-blue-50:hover{
  background-color: #0380a7 !important;
  color: #fff !important;
}

.btn-primary {
    background-color: #2790b1 !important;
    border-color: #2790b1 !important;
}

/** NAVBAR **/
.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

/* Sticky Navbar */
.sticky-top {
    top: -150px;
    transition: .5s;
}

.btn-ozonvit{
    background-color: #00396d !important;
    color: #fff !important;
    border-radius: 20px !important;
}

.btn-ozonvit:hover{
    background-color: #002950 !important;
    color: #fff !important;
}

.btn-outline-ozonvit{
    background-color: transparent !important;
    color: #438fae !important;
    border: 2px solid #4d88b9 !important;
    border-radius: 10px !important;
}

/* END NAVBAR */

/* SECTION BANNER */
#banner h4{
    font-size: 1.2rem !important;
}
/* SECTION BANNER END */

/* SECTION OZONVIT */

#ozonvit .icon-box .sub-title {
    color: #438fae !important;

}

#ozonvit .icon-box .title {
    color: #545454 !important
}

#ozonvit .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
}

#ozonvit .icon-box p {
    font-family: "Mada", sans-serif;
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

#ozonvit p{ 
    font-size: 20px;    
}

#ozonvit h3{
    font-weight: 800;
    font-size: calc(1rem + 1vw);
    letter-spacing: 0.5px;    
}

@media (max-width: 768px){
    #ozonvit h3{
      font-size: 1.6rem;
      letter-spacing: 0.5px; 
  }
}



#ozonvit h4{
    font-weight: 800;
    font-size: calc(1.3rem + 0.5vw);
    background: #dbeef399;
    padding: 15px;
}


.icon-box .icon{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    transition: 0.5s;
}
#ozonvit .video-box {
    background: url(../img/girassol.webp) center center no-repeat;
    background-size: contain;
    min-height: 300px;
}

#ozonvit img{
    width: 64px;
    height: 64px;    
}

#ozonvit .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    top: calc(50% - 47px);
    overflow: hidden;
}
  
#ozonvit .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  #ozonvit .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(63, 67, 253, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  #ozonvit .play-btn:hover::after {
    border-left: 15px solid #3f43fd;
    transform: scale(20);
  }
  
  #ozonvit .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  /* END SECTION OZONVIT*/

  /* SECTION VANTAGENS*/
  #vantagens{
    position: relative;
    margin-top: -85px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url(../img/bg-2.webp) center center no-repeat;
    background-size: cover;
  }
  #vantagens h3{
    font-family: "Yeseva One", serif !important;
  }

  #vantagens li {   
    list-style-type: none;  
}

   /*SECTION PREOCUPACOES */
   #preocupacoes{
    background-color: #fbfbfb !important;
   }
    /*SECTION PREOCUPACOES END */


  /** FORM CONTROL **/
  .form .form-control{
    background: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 10px;
    color: #888;
  }

  .form-container{
    justify-items: center;
}
   .form {
    max-width: 800px;
    background: #fff;
    padding: 2rem;
    align-items: center;
    justify-items: center;    
}

  /* END FORM CONTROL*/


  /* IMAGE GALLERY */
  #gallery{
    min-height: 120vh;
  }

  .image-preview {
    width: 100%;
    height: auto;
    filter: blur(10px);
    transition: filter 0.3s ease;
    border-radius: 10px;
  }

  #gallery-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
    border: none !important;
}

#gallery-flters .btn-blur {
    width: 50px !important;
}

#gallery-flters .btn-blur::after {
  border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
}

#gallery-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 21px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 48px solid #FFFFFF;
}

#gallery-flters .btn:hover,
#gallery-flters .btn.active {
    color: #FFFFFF !important;
    background: #2790b1 !important;
}
  /* IMAGE GALLERY END */

/* CALL TO ACTION */

.call-to-action {
    padding: 5rem 1rem 5rem 1rem;
}

.call-to-action .container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  clip-path: inset(0 round 15px);
}

.call-to-action .container img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action .container:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container .content {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #FFF;
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, #3f43fd, transparent 20%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid #3f43fd;
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #FFF;
  color: #FFF;
}

.call-to-action .cta-btn:hover {
  background:  #3f43fd;
  border: 2px solid  #3f43fd;
}

@media (min-width: 768px) {
    .call-to-action .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .call-to-action .container {
        max-width: 90%;
    }
}



@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* CALL TO ACTION END */

/* WHATSAPP BUTTON */
.whatsapp-button {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 999;
}

.animation {
  animation: alerta 3s infinite;
}

.whatsapp {
  border-radius: 70px;
  box-shadow: 0 0 0 0 rgba(9, 165, 19, 0.50);
  display: inline-block;
  transition:  padding 800ms ease-in-out; 
}

  @keyframes alerta {
  0% {
      transform: scale();
  }
  70% {
      transform: scale();
      box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
  }
      100% {
      transform: scale();
      box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}
  
/** WHATSAPP BUTTON END **/

  /** FOOTER **/

  #footer{
    background-color: #fbfbfb !important;
    background-size: cover;
  }

  .btn-outline-primary {
    background-color: transparent !important;
    color: #438fae !important;
    border: 2px solid #4d88b9 !important;
    border-radius: 10px !important;
 
  }

  .form-newsletter {
    background: rgba(255, 255, 255, .3) !important;
}
 
@media(max-width: 780px){
   .faixas img{
        width: 100% !important;
        transform: rotate(0deg) !important;
        display: flex;
 

    }

}

/* COOKIES */

.cookies-msg{
    width: 80%;
    background-color: #fff;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 15px;
    display: none;
    z-index: 9999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media(max-width: 830px){
   .cookies-msg{
        bottom: 0;
        width: 100% !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

.cookies-msg.mostrar{
    display: block;
}

.cookies-msg .cookies-txt{
    display: flex;
    align-items: center;
    text-align: justify;
}

@media(min-width: 780px){
  .gdpr-header{
    display: none;
  }
}

@media(max-width: 830px){
  .cookies-msg .cookies-txt{
      margin-top: 0px;
      padding: 0px;
  }
}

.cookies-msg .cookies-btn{
    margin-left: 30px;
}
 @media (max-width: 780px){
    .cookies-msg .cookies-btn{
        margin-left: 0px;
    }
 }

.cookies-msg .cookies-btn button{
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;  
    padding: 10px;
    cursor: pointer;
    transition: .2s;
    border-radius: 10px;
    width: 8rem;
}

.cookies-msg .cookies-btn button:hover{
    transform: scale(0.9);
}

a{
    color: #438fae;
}

a:hover{
    color: #438fae;
}





