/**
* Template Name: Regna - v4.9.1
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: rgba(52, 59, 64, 0.9);
  color: #666666;
  font-family: "Open Sans", sans-serif;
  animation: fade-in 0.9s ease-in-out forwards;
}

a {
  color: #eee;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}



/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(52, 59, 64, 0.9);
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(52, 59, 64, 0.9);
  height: 70px;
  transition: all 0.5s;
}

.scrolled-offset {
  margin-top: 70px;
}



/*
  I SLIDE

*/
#inicio {
  margin: 0; /* Remova a margem padrão do corpo */
  overflow: hidden; /* Remova a barra de rolagem */

  /* Mantenha a imagem de fundo responsiva */
  background: url("../img/Slide/Slide1.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  animation: fade-in 0.9s ease-in-out forwards;

  height: 95.7vh;
}


@media (max-width: 768px){
  #inicio {
    width: 100%;
    height: 93vh;
  }
}


#inicio .inicio-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#inicio h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#inicio h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#inicio .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #464646;
  border: 2px solid #464646;
}

#inicio .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}


@media (min-width: 1024px) {
  #inicio {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #inicio h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #inicio h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*      
   Slide Inicio
*/

.slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* Defina a altura desejada para o slide */
  overflow: hidden;
}

/*
#silide:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Defina a opacidade e cor desejadas */
}



.caption img {
  width: 50%;
}

#iccon {
  display: flex;
  justify-content: center;  
  width: 100%;
  font-size: 150%;
}


#icon1 {
  padding: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.3s;
}

#icon1:hover {


  color:#006D91 ;
}

#icon2 {
  padding: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.3s;
}

#icon2:hover {
  color: #006D91;
}

#icon3 {
  padding: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.3s;
}

#icon3:hover {
  color: #006D91;
}


@media (max-width: 768px) {

  #icon1 {
    padding: 1%;
    transition: 0.3s;
  }

  #icon2 {
    padding: 1%;
    transition: 0.3s;
  }

  #icon3 {
    padding: 1%;
    transition: 0.3s;
  }




}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  animation: fade-in 1s ease-in-out forwards;
}



.btnI {
  background-color: #ff581600;
  border: 2px solid #006D91;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 15px;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
}

.btnI:hover {

  background-color: #fff;
  border: 2px solid #fff;
  color: #006D91;


}



@media (max-width: 768px) {
  .caption img {
    width: 100%;
  }

  .h11 {
    font-size: 2px;
  }

  .btnI {
    background-color: #ff581600;
    border: 2px solid #006d91;
    text-align: center;
    color: #fff;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 15px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: 0.5s;
  }

  #icon1 {
    padding: 30px;
    transition: 0.3s;
  }

  #icon2 {
    padding: 30px;
    transition: 0.3s;
  }

  #icon3 {
    padding: 30px;
    transition: 0.3s;
  }

}


/*
  F Slide
*/

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #006d91;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}