@font-face {
  font-family: "brandon_grotesque_regularRg";
  src: url("Fonts/brandongrotesque-regular-webfont.eot");
  src: url("Fonts/brandongrotesque-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("Fonts/brandongrotesque-regular-webfont.woff2") format("woff2"),
    url("Fonts/brandongrotesque-regular-webfont.woff") format("woff"),
    url("Fonts/brandongrotesque-regular-webfont.ttf") format("truetype"),
    url("Fonts/brandongrotesque-regular-webfont.svg#brandon_grotesque_regularRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "brandon_grotesquemedium";
  src: url("Fonts/brandongrotesque-medium-webfont.eot");
  src: url("Fonts/brandongrotesque-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("Fonts/brandongrotesque-medium-webfont.woff2") format("woff2"),
    url("Fonts/brandongrotesque-medium-webfont.woff") format("woff"),
    url("Fonts/brandongrotesque-medium-webfont.ttf") format("truetype"),
    url("Fonts/brandongrotesque-medium-webfont.svg#brandon_grotesquemedium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Formula Condensed Bold';
    src: url('fonts/FormulaCondensed-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PPPangram Sans Bold';
    src: url('fonts/PPPangramSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 40px;
}

h1 {
  font-family: 'Formula Condensed Bold';
  font-size: 35px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px;
  width: 100%;
  background-image: url("Layer-1.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.holder-left {
  padding: 15px;
  color: #ce0e2d;
  text-align: center;
  font-size: 14px;
}

.holder-right {
  padding: 15px;
  color: #ce0e2d;
  text-align: center;
  font-size: 14px;
}

.holder-img {
  height: 100px;
  padding: 15px;
  color: #00833e;
  text-align: center;
  font-size: 14px;
}

.logo-hold {
  position: absolute;
  top: 29px;
  left: 41px;
  max-height: 36px;
  max-width: 95px;
}

.visit-hold {
  position: absolute;
  top: 0px;
  right: 25px;
  max-height: 108px;
  max-width: 58px;
}

.botao {
  font-family: "PPPangram Sans Bold";
  width: 376px;
  height: 50px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  line-height: 50px;
  border: 3px solid #00833e;
  background-color: transparent;
  color: #00833e;
}

.botao:hover {
  transform: scale(1.1);
}

.footer {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.green-line {
    position: absolute;
    top: 46%;
    height: 2px; /* Adjust the height of the line as needed */
    background-color: #00833e; /* Change the color of the line if necessary */
    width: 80vw; /* Ensures the line stretches across the entire width of the screen */
  }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  /* background-color:white; */
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 90%;
}

.video-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensure the container takes up the full height */
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */


  [class*="col-"] {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 29px;
    left: 41px;
    max-height: 62px;
    max-width: 151px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}

@media only screen and (min-width: 600px) and (orientation: landscape) {
  /* For tablets: */

  .logo-hold {
    position: absolute;
    top: 29px;
    left: 31px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  /* Medium devices (landscape tablets, 768px and up) */

  .green-line{
    top: 40%;
  }

  .row {
    margin-top: 20%;
  }

  [class*="col-"] {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 49px;
    left: 51px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 35px;
    max-height: 108px;
    max-width: 88px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }

  .footer{
    bottom: 30px;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .row {
    margin-top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .botao {
    width: 100%;
  }

  .row {
    margin-top: 20%;
  }

  .footer{
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  /* Medium devices (landscape tablets, 768px and up) */
  [class*="col-"] {
    width: 100%;
  }

  .green-line {
    top: 40%;
  }

  .logo-hold {
    position: absolute;
    top: 49px;
    left: 51px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 35px;
    max-height: 108px;
    max-width: 88px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}

@media only screen and (min-width: 960px) and (orientation: landscape) {
    .row {
    margin-top: 20%;
    }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 43px;
    left: 60px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }

  .footer{
    bottom: 30px;
  }
}

@media only screen and (min-width: 960px) and (max-height: 600px) and (orientation: landscape) {

  .row {
    margin-top: 10%;
  }

  [class*="col-"] {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 25px;
    left: 35px;
    max-height: 82px;
    max-width: 130px;
  }

  .visit-hold {
    position: absolute;
    right: 53px;
    max-height: 108px;
    max-width: 70px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}

@media only screen and (min-width: 992px) and (orientation: portrait) {
  .row {
    margin-top: 20%;
  }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 43px;
    left: 60px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
  
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
  /* Large devices (laptops/desktops, 992px and up) */

  .row {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0%;
  }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 43px;
    left: 60px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }

  .footer{
    bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-height: 600px) and (orientation: landscape) {
  .row {
    margin-top: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 25px;
    left: 35px;
    max-height: 82px;
    max-width: 130px;
  }

  .visit-hold {
    position: absolute;
    right: 53px;
    max-height: 108px;
    max-width: 70px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 50px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 50px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}

@media only screen and (min-width: 1200px) and (orientation: portrait) {
  h1 {
    font-size: 50px;
  }

  .row {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 40%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 79px;
    left: 91px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    /*margin-right: 200px;*/
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 66px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 40px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 66px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 50px;
  }

  .row {
    margin-top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 40%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .logo-hold {
    position: absolute;
    top: 79px;
    left: 91px;
    max-height: 82px;
    max-width: 171px;
  }

  .visit-hold {
    position: absolute;
    right: 95px;
    max-height: 108px;
    max-width: 88px;
  }

  .holder-img {
    height: 100px;
    padding: 15px;
    color: #00833e;
    text-align: center;
    font-size: 14px;
  }

  .holder-left {
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .holder-right {
    /*margin-right: 200px;*/
    padding: 15px;
    color: #ce0e2d;
    text-align: center;
    font-size: 14px;
  }

  .botao {
    width: 376px;
    height: 66px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    line-height: 66px;
    border: 3px solid #00833e;
    background-color: transparent;
    color: #00833e;
  }
}
