﻿
html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  display: flex;
  /*height: 100vh;*/
  flex-flow: column nowrap;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #888;
  font-weight: 400;
  /*background-color: #ddd;*/
  /*background-color: #fff;*/
  background-color: #5F803C;
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://pixelatlstoragelrs1.blob.core.windows.net/public-986fc35d975f4a10bd28ecea7d8bd354/pattern-fondo-atlas-01.png);*/
  background-image: linear-gradient(rgba(95, 128, 60, 0.80), rgba(95, 128, 60, 0.80)), url(https://pixelatlstoragelrs1.blob.core.windows.net/public-986fc35d975f4a10bd28ecea7d8bd354/pattern-fondo-atlas-01.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}

h1.news {
  margin-top: 64px;
  margin-bottom: 96px;
  display: inline-block;
  color: #51AF31;
  text-transform: uppercase;
  border-top: 2px solid #51AF31;
  border-bottom: 2px solid #51AF31;
  /*font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  letter-spacing: 0.2em;
}

h2.news {
  margin-top: 12px;
  margin-bottom: 12px;
  /*display: inline-block;*/
  color: #51AF31;
  text-transform: uppercase;
  text-align:center;
  border-top: none;
  border-bottom: none;  
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 28px;
  /*letter-spacing: 0.2em;*/
}

h5.card-title {
  color: white;
  text-align:center;
  font-weight: 600;
  margin-top: 10px;
  font-size: 12px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.main-banner-logo-container {
  display: flex;
  justify-content: center;
  align-items: center; 
}

.main-banner-section {
  margin: 0;
  padding: 0;
  background-image: url("https://pixelatlstoragelrs1.blob.core.windows.net/public-986fc35d975f4a10bd28ecea7d8bd354/2021-public/pixelatl-atlas-asset-0-banner-principal-background-v2.jpg");  
  height: 90vh;
  background-position: center;
}

  .main-banner-section a {
    text-decoration: none;
    color:white;
  }

section {
  scroll-behavior: smooth;
}

/*.main-banner-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;  
}*/

/*.main-banner-logo-round-background {
  width: 300px;
  padding: 12px;
}*/

/*.main-banner-logo-img {*/
  /*width: 100%;*/
  /*margin: auto;*/

  /* display: block; */
  /* width: 320px; */
  /* height: 320px; */
  /* margin: auto; */
  /* top: 192px; */
  /* margin-bottom: auto; */
  /* margin-left: auto; */
  /* margin-right: auto; */
/*}*/

/*.main-banner-shortcuts-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
  text-align: center;  
  color: #fafafa;
}*/

  /*.main-banner-shortcuts-container img {
    display: block;
    width: 84px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
  }*/

/*@media only screen and (max-width: 991px) {
  .main-banner-section {
    background-size: cover;
    height: 500px;
  }
}*/