
:root {
    --orange: #f6921e; /* Definindo uma variável para a cor primária */
    --dark-blue: #425473;
    --primary-blue: #2c73b9;
    --secondary-blue: #5cc2d6;
    --light-gray: #f5f5f5;
    --yellow: #fff400;
    --green: #249945;
    --red: EE350D;
    --dark-gray: #d0d0d0;
    --white: #ffffff;
}



#myNav {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 15px;
  
  background-color: #fde61800 !important; 
  z-index: 2;
}

#myNav .nav-link {
  display: block;
  padding: 7px ;
  border-radius: 100%;
  background-color: #00000033;
  text-align: center;
  margin-bottom: 10px;
}

#myNav .nav-link.active {
  background-color: #00000033;
    transform: scale(1.3);
}



body {
    /* box-sizing: border-box; */
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    margin: 0px;
}

nav {
    background-color: var(--orange) !important;
}

h1 {
    text-transform: uppercase;
    display: flex;
    padding-top: 140px;
    padding-bottom: 5rem;;
    justify-content: center !important;
    font-weight: 500;
}
h3 {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
p {
    text-align: justify;
}
.nav-link {
  color: var(--light-gray);
  
}

.nav-link:hover {

    color: var(--primary-blue); 
    

}

#footer .nav-link:hover {

    color: var(--orange); 
    

}

.btn-contact:hover{
    
    color: var(--primary-blue);
    
}


.color-pb {
    color: var(--primary-blue);
}
.color-db {
    color: var(--dark-blue);
}
.color-og {
    color: var(--orange);
}





#services h5{
  font-weight: 300;
}






.wtp-btn {
  padding: 1rem 2rem !important;
    width: fit-content;
    background: var(--primary-blue);
    border-radius: 8px;
    margin: 0px;
    color: white;
    font-size: 20px;
    transition: 0.3s;
}

.wtp-btn:hover{
  transform: scale(1.02);

}
.container{
    padding-bottom: 120px;

}

.navbar .container {
    padding-bottom: 0px;

}


/************* inicio sessão gallery *************/


  /***** draggable slides***************************************/

  .wrapper {
    
    max-width: 1100px;
    width: 100%;
    position: relative;
  }
  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;

  }

  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    z-index: 1;
    left: -22px;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel-dgb{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% /3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  

  .carousel-dgb::-webkit-scrollbar {
    display: none;
  }
  .carousel-dgb.no-transition {
    scroll-behavior: auto;
  }
  .carousel-dgb.dragging {
    
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel-dgb.dragging .card-dgb {
    
    cursor: grab;
    user-select: none;

  }
  .carousel-dgb :where(.card-dgb, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media screen and (max-width: 1200px) {
    .wrapper .carousel-dgb {
      grid-auto-columns: calc((100% /2.5) - 9px);
    }
  }

  @media screen and (max-width: 998px) {
    .wrapper .carousel-dgb {
      grid-auto-columns: calc((100% /1.8) - 9px);
    }
  }
    
  @media screen and (max-width: 768px) {
    .wrapper .carousel-dgb {
      grid-auto-columns: calc((100% /1.3) - 9px);
    }
  }
  @media screen and (max-width:600px) {
    .wrapper .carousel-dgb {
      grid-auto-columns: 100%;
    }
  }

  
  /**************slides services******************************/

  .carousel-dgb  .card-services {
    margin: 8px;

    scroll-snap-align: start;
    border-radius: 8px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
   /*overflow: hidden;*/
  }

  .carousel-dgb  .card-services h3{
    word-break: break-word;
    font-weight: 300;
  }

  .carousel-dgb p{
    text-align: center;
  }

  .carousel-dgb  .card-services .card-body{
   width: 100%;
    margin: 0 10px 2rem 10px;
  }
  

  /**************slides gallery******************************/

  
  .carousel-dgb .card-gallery {

    margin: 8px;
    scroll-snap-align: start;
    height: 220px;
    /* list-style: none; */
    /* background: #fff; */
    /* cursor: pointer; */
    /* flex-direction: column; */
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.25));
    /* overflow: hidden; */
  }

  .carousel-dgb .card-gallery img {
  /* position: absolute; */
  border-radius: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
/************* fim sessão gallery *************/





 
#history, #contactus {
    background: var(--orange);
    background-image: url(../images/paper-texture.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
}

#history p {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

#services h1{
    padding-bottom: 3rem;
}

#services .card-img-top{
  height:200px;
  object-fit: cover;
}

#services .card-body{
  color: var(--dark-blue);
  padding: 30px;
  
  

}

#myNav {
  opacity: 0; /* Inicialmente transparente */
  transition: opacity 0.5s; /* Transição suave de 0.5 segundos */
}
#myNav.show {
  opacity: 1; /* Torna a div visível */
}

#partnerships {
    background: var(--secondary-blue);
    background-image: url(../images/paper-texture.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
}
#partnerships img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



/* #contactus{
  background: var(--orange);
  width: 100%;
  height: auto;
  object-fit: cover;
  background-image: url(../images/paper-texture.jpg);
  background-blend-mode: color-burn;
 
} */



#contactus p{
 background: radial-gradient(#e8dfdf42,#e8dfdf3f,#e8dfdf42, #9198e500, #9198e500) !important;
  /* padding: 0px; */
  color: var(--white);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 24px;
font-weight: 400;
}

#location{
  padding-bottom: 50px;

}
  
#location h5{
  font-weight: 300;
}


#location h1{
  padding-bottom: 1rem;
}

@media (max-width: 768px) { /* Define a regra para dispositivos móveis */
  #youtube-player {
    width: 90%; /* Define a largura do iframe para 90% */
  }
  #myNav{
    display: none;
  }

  #contactus p{
    font-size: 16px;
  }

}

#quotes{
    background: var(--orange);
    background-image: url(../images/paper-texture.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
}

#quotes h1{
    font-weight: 600;
}

.card-quote{
    background: var(--white);
    padding: 25px 38px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card-quote p{
    font-weight: 200;
}

.card-quote small{
    color: var(--dark-gray);
}

.card {
    /*  height: 440px; */
    background: var(--light-gray);
    border: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-bob:hover .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:active .hvr-icon {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* fade in down efect*/
.fadeInDown {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.5s, transform 0.5s;
  }
  
  .fadeInDown.start {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s, transform 1.5s;
  }
  
 /*  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  } */


  .card-team {
    justify-content: center;
    align-items: center;
    color: var(--dark-blue);
  }

  .card-team img{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

    width: 172px;
    height: auto;
  }



  .card-team h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .card-team p{
    font-weight: 400;
    text-transform:capitalize;
  }

  footer{
    color: var(--white);
    background: var(--primary-blue);
    padding-top: 90px;
  }

  footer h5{
    font-weight: 600;
    font-size: 20px;  
    letter-spacing: 2px;
    text-transform: uppercase;
}

  footer .cop{
    background: var(--dark-blue);
    padding-bottom: 0;
  }

  footer .social-media img:hover{
    transform: scale(1.2);
  }

  /*****contact form****/
 


label,
input,
textarea,
.form-button {
  display: block;
} 

input,
textarea{
  width: 100%;
  padding: 1.25rem;
  font-weight: 400;
}


input,
textarea {
  margin-bottom: 1rem;
  color: var(--dark-blue);
  background: var(--white);
  border: none;
  border-radius: 8px;
  transition:  filter 0.3s;
}
input::placeholder, 
textarea::placeholder{
  color: var(--dark-gray);
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}

label {
  margin-bottom: 0.5rem;
  color: var(--white);
}

textarea {
  min-height: 12.5rem;
  resize: vertical;
}

.form-button {
  font-size: 20px;
  padding: 1rem;

    width: 45%;
  border: none;
  border-radius: 8px;
  color: white;
  background: var(--primary-blue);
  cursor: pointer;
  transition: 0.3s;
}

.form-button:hover,
.form-button:focus {
  outline: none;
  background-color: var(--primary-blue);
  transform: scale(1.02);

}

.form-button:disabled {
  cursor: not-allowed;
  background: var(--dark-blue);
}

.success,
.error {
  text-align: center;
}

.success {
  color: var(--green);
  width: 100%;
  background: #f5f5f546 !important;
  font-weight: 600;
}

.error {
  color:red;
  width: 100%;
  background: #f5f5f546 !important;
  font-weight: 600;
}