@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{
  font-family: "Montserrat", sans-serif!important;
}

.bg-custom-blue-2{
  background-color: #040423;
}

.bg-blue-custom{
  background: #024388;
  transition: .2s;
}

.from-custom-blue{
  --tw-gradient-from: #01012B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-custom-blue{
  --tw-gradient-to: #030241 var(--tw-gradient-to-position);
}

.borda-texto{
  -webkit-text-stroke-width: .5px; /* largura da borda */
  -webkit-text-stroke-color: #fff; /* cor da borda */
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 60rem;
  max-height: 70dvh;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
      transform: scale(0);
  }

  to {
      transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.bg-blue-custom:hover{
  background: #0d10ce;
  transition: .2s;
}

.logo{
  padding-left: 1.25rem !important;
  width: 275px !important;
}

.image-logo{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  width: 210px !important;
}

.flex-wrapper {
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: justify !important;
}

.text-heading {
  font-size: 2.25rem !important; /* text-4xl */
  font-weight: bold !important; /* font-bold */
  margin-bottom: 1rem !important; /* mb-4 */
  color: white !important; /* text-white */
  margin-top: 0.75rem !important; /* mt-3 */
  line-height: 2.5rem !important;
}

.text-heading-paragraph{
  width: 100% !important;
  font-size: 1.125rem !important; /* 18px */
  line-height: 1.75rem !important; /* 28px */
}

.padding-mais-sobre{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.sub-text-produto{
  font-size: 1.5rem !important; /* 24px */
  line-height: 2rem !important; /* 32px */
}

@media (min-width: 768px) { 
  .logo{
    width: 480px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .image-logo{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    width: 300px !important;
  }

  .flex-wrapper {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .text-heading {
    font-size: 6rem !important; /* md:text-8xl */
    width: 600px !important; /* md:w-[600px] */
    line-height: 1 !important;
  }

  .text-heading-paragraph{
    width: 700px !important;
    font-size: 1.25rem !important; /* 20px */
    line-height: 1.75rem !important; /* 28px */
  }

  .padding-mais-sobre{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .text-produto{
    margin-bottom: 2.5rem !important;
    text-align: center !important;
  }

  .sub-text-produto{
    font-size: 1.875rem !important; /* 30px */
    line-height: 2.25rem !important; /* 36px */
  }

  .md-flex{
    display: flex !important;
  }
}

@media (min-width: 1776px) { 
  .logo{
    width: 600px !important;
  }

  .image-logo{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    width: 350px !important;
  }

  .flex-wrapper {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .padding-mais-sobre{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

}

#lang-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 5px;
}

.hidden {
  display: none;
}

.lang-option {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
}
