
@font-face {
    font-family: cinzel;
    src: url(../../fonts/static/Cinzel-Bold.ttf);
    font-weight: bold;
  }

@font-face {
    font-family: cinzel;
    src: url(../../fonts/static/Cinzel-Regular.ttf);

}

@media (min-width: 300px) {
  /* For mobile phones: */
  .about {
    padding-left: 0;
    padding-right: 0;
  }
  .header-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cronograma-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-span{
    content: "\A";
    display: block;
    position: relative;
  }

  .vertical-center {
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}


@media (min-width: 992px) {
  /* For mobile phones: */
  .about {
    padding-left: 15rem!important;
    padding-right: 15rem!important;
  }

  .footer-span{
    position: absolute;
    display: initial;
    right: 0;
  }

  .vertical-center {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}


body {
    min-height: 75rem;
    padding-top: 5rem;
  }


.bg-default {
    background-color: #8aaba4;
}

.b-header{
    border-color: #7ee083;
    color: #fff!important;
    background-color: transparent!important;
}

.b-header:hover {
    background-color: white;
    color: black;
}

.header-text {
    font-family: cinzel;
    font-size: 36px;
    line-height: 1.2em;
}

.bold {
    font-weight: bold;
}


.about-title {
    line-height: 1.33em;
    text-align: center;
    font: normal normal normal 16px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #414141;
    font-weight: bold;
}

.about-body{
    line-height: 1.4em;
    text-align: center;
    letter-spacing: normal;
    font: normal normal normal 24px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    color: #414141;
    text-justify: inter-word;
}

.parallax{

    background-image: url("../img/parallax.png");
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cronograma-title {
    line-height: 1.33em;
    text-align: center;
    font: normal normal normal 16px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #414141;
    font-weight: bold;
}

.information-event {
    font-size: 14px;
}

.patrocinadores-title {
    font: normal normal normal 16px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #414141;
    font-weight: bold;
}

.footer-information{
    background-color: rgb(147, 176, 171);
}

.footer-icon {
    color: rgb(6, 77, 43);
}

.bg-client{
    background-color: rgb(130, 205, 177);
}

.card-block .btn-outline-primary {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  
  .card {
    margin: 20px 0;
  }
  
  /* Flip Cards CSS */
  .card-container {
    perspective: 700px;
  }

  .card-flip {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    height: auto;
    transition: all 0.5s ease-out;
    background: white;
    border: none;
  }
  
  .card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    border: none;
  }
  
  .card-flip .front {
    position: relative;
    z-index: 1;
  }
  
  .card-flip .back {
    position: relative;
    z-index: 0;
    transform: rotateY(-180deg);
  }
  
  .card-container:hover .card-flip {
    transform: rotateY(180deg);
  }

  .footer-body{
    font: normal normal normal 13px/1.4em 'open sans',sans-serif;
    color: black;
  }

  .footer>a {
      color: black;
  }

  .footer-link {
      font-size: 20px;
  }

  .carousel-control-next, .carousel-control-prev {
 width: 5%;
  }

  .carousel-control-next,
  .carousel-control-prev /*, .carousel-indicators */ {
      filter: invert(100%);
  }
  .pb-6{
    padding-bottom: 4rem;
  }

  .loader-wrapper {
    background-color: #1d1f209e;
    font-size: 16px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding-top: 6rem;

  }
 .circle-loader {
    margin-bottom: 3.5em;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 5px solid #5cb85c;
    border-top: 5px solid #5cb85c;
    content: '';
    left: 3rem;
    top: 5rem;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
   }
    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
   }
    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
   }
    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
   }
}

.alert {
  position: fixed;
    z-index: 999;
    width: 100%;
}

.link-insta {
  color: black;
}

.link-insta:hover {
  color: rgb(98, 216, 107);
}