/**
 * @file    css/estilos.css
 * @author  Luciano Jose Alves <luciano@liutayh.com.br>
 * @version 1.0.0
 *
 * @brief Estilos da página.
 *
 * @copyright Copyright(C) 2024 - Liutayh Tecnologia (www.liutayh.com.br)
 *  - Licensed under the GNU General Public License version 3.
 *
 */

.justify-align {
  text-align: justify;
}

nav {
  height: 110px;
}

a#logo-container img {
  position: relative;
  top: -20px;
  width: 240px;
}

img.iconeTopo {
  width: 32px;
  position: relative;
  top:10px;
}

#index-banner {
  background-position: center bottom;
  background-size: cover;
}

div.parallax-container  {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.slogan {
/*
  text-shadow: 1px 2px 1px #000;
*/
  text-shadow: 3px 3px 4px #000;
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .slogan {
    text-shadow: 1px 2px 1px #000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 19px;
  }
  .bannerSlogan {
    margin-top: 100px;
  }
}

#btEnvia {
  width: 100%
}
