@import url("https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Open+Sans&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: #FFFDF9;
  color: #282829;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

p {
  text-align: justify;
}

h1, h2, h3 {
  font-family: 'Climate Crisis', cursive;
  text-transform: uppercase;
}

h3 span {
  background: #98311E;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px 5px;
}

h2 span {
  background: #fff;
  border-radius: 4px;
  color: #98311E;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 10px 5px;
}

.navbar-brand {
  background: url(../img//logo.svg) no-repeat;
  height: 84px;
  width: 280px;
}

.bg-light {
  background: transparent !important;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-expand-lg .navbar-collapse a {
  color: #fff !important;
  font-size: 11pt;
  padding: 6px 15px !important;
}

.navbar-expand-lg .navbar-collapse .contact-link a {
  color: #282829 !important;
  background: #ecd417;
  border-radius: 50px;
  padding: 6px 25px !important;
}

h1 {
  color: #282829;
  font-size: 45px;
}

h2 {
  display: block;
  font-size: 28px;
  width: 100%;
}

h3 {
  margin-bottom: 20px;
}

.pink {
  color: #ecd417;
  font-weight: 900;
}

p.whats {
  background: url(../img/whats.svg) no-repeat left center;
  background-size: 16px;
  padding-left: 22px;
  margin-bottom: 0px;
  font-size: 18px;
}

.about {
  padding-top: 165px;
  padding-bottom: 65px;
}

.about .card {
  border: none;
  -webkit-box-shadow: #0000002a 6px 6px 12px;
          box-shadow: #0000002a 6px 6px 12px;
  padding: 25px;
  position: relative;
  padding-bottom: 45px;
}

.about .card .card-body {
  padding: 20px 0px;
}

.about .card button {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.about .card.our-team p, .about .card.our-team h3 {
  padding: 0px 25px;
}

.about h3 {
  color: #98311E;
  font-size: 18pt;
  font-weight: 400;
}

.about .icon-winner {
  background: url(../img/icon-winner.svg) no-repeat;
  display: block;
  margin-bottom: 20px;
  width: 48px;
  height: 46px;
}

.about .icon-vision {
  background: url(../img/icon-vision.svg) no-repeat;
  display: block;
  margin-bottom: 20px;
  width: 57px;
  height: 57px;
}

.about .team {
  background: url(../img/Team.svg) no-repeat;
  display: block;
  height: 147px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -2px;
}

.dropdown-menu.show a {
  color: #98311E !important;
}

.description {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: #0000002a 3px 3px 4px;
          box-shadow: #0000002a 3px 3px 4px;
  padding: 30px;
  margin-top: 25px;
  margin-bottom: -150px;
}

.description span {
  background: #98311E !important;
  color: #fff !important;
}

.description p {
  color: #98311E;
}

.sticky {
  padding: 65px 0px;
}

.sticky .container {
  background: #FBF8F2;
  border: #F0EFEB solid 1px;
  border-radius: 20px;
  padding: 30px;
}

#nosotros {
  background: url(../img/about.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 85px;
}

#nosotros h3 span {
  background: #fff;
  color: #98311E;
}

ul.crit {
  margin-top: 25px;
  padding-left: 0px;
}

ul.crit li {
  list-style-type: none;
  background: url(../img/star.svg) no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.testimonials {
  padding: 65px 0px;
}

.facebook-dark {
  background: url(../img/facebook-dark.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 18px;
  width: 10px;
}

.insta-dark {
  background: url(../img/insta-dark.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 18px;
  margin-left: 15px;
}

.tiktok-dark {
  background: url(../img/tiktok-dark.svg) no-repeat;
  background-size: 100%;
  height: 20px;
  width: 16px;
  margin-left: 15px;
}

.twitter-dark {
  background: url(../img/twitter-dark.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 22px;
  margin-left: 15px;
}

img {
  border-radius: 10px;
}

.goals {
  font-size: 18px;
  padding-left: 60px;
}

.icon-01 {
  background: url(../img/icon-01.svg) no-repeat left center;
  background-size: 45px;
}

.icon-02 {
  background: url(../img/icon-02.svg) no-repeat left center;
  background-size: 45px;
}

.icon-03 {
  background: url(../img/icon-03.svg) no-repeat left center;
  background-size: 45px;
}

.icon-04 {
  background: url(../img/icon-04.svg) no-repeat left center;
  background-size: 45px;
}

.icon-05 {
  background: url(../img/icon-05.svg) no-repeat left center;
  background-size: 45px;
}

.data {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: #0000002a 2px 3px 4px;
          box-shadow: #0000002a 2px 3px 4px;
  padding: 30px;
  margin-left: -45px;
}

.origin {
  background: url(../img/scnd.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0px 165px 0px;
  margin-bottom: -80px;
  color: #fff;
}

.origin h3 span {
  background: #fff !important;
  color: #98311E !important;
}

.origin li {
  color: #fff;
}

footer {
  margin-bottom: 40px;
}

footer .container {
  background: #98311E;
  border-radius: 20px;
  color: #fff;
  padding-top: 40px;
  text-align: center;
}

footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0px;
}

footer h4 {
  font-size: 16px;
  font-weight: 900;
}

footer hr {
  background-color: #fff;
}

footer a {
  color: #fff;
  font-size: 8pt;
  text-decoration: underline;
}

footer .facebook {
  background: url(../img/facebook.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 10px;
}

footer .insta {
  background: url(../img/insta.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 18px;
  margin-left: 15px;
}

footer .tiktok {
  background: url(../img/twitter.svg) no-repeat;
  background-size: 100%;
  height: 20px;
  width: 16px;
  margin-left: 15px;
}

footer .twitter {
  background: url(../img/tiktok.svg) no-repeat;
  background-size: 100%;
  height: 18px;
  width: 22px;
  margin-left: 15px;
}

.relative {
  position: relative;
}

.relative .animated {
  position: absolute;
  top: -20px;
  right: -15px;
}

section.event {
  padding: 65px 0px;
}

.hor-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  right: -15px;
  margin-top: 40px;
}

.hor-scroll:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.hor-scroll .card {
  position: relative;
}

.hor-scroll h3 a {
  color: #282829;
}

.hor-scroll .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border: #fff solid 1px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 10px;
  left: 10px;
  padding: 5px 12px;
  line-height: 20px;
}

.hor-scroll .date .day {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.hor-scroll .date .month {
  color: #fff;
  font-size: 16px;
}

.row-cols-md-3.hor-scroll > * {
  max-width: 28%;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #FFFDF9;
  background-color: #FFFDF9;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFDF9;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #F0EFEB;
  border: 1px solid #F0EFEB;
}

.map {
  border-radius: 8pt;
  overflow: hidden;
}

.map iframe {
  width: 120%;
  margin-left: -20px;
  margin-bottom: -20px;
}

.artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 15px;
  margin-bottom: 45px;
}

.artist img {
  width: 17%;
}

#countdown {
  position: absolute;
  color: #fff;
  bottom: 45px;
  right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

#countdown .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

#countdown .time {
  font-size: 38px;
  font-weight: 900;
}

#countdown .hrs {
  position: relative;
}

#countdown .hrs::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 30%;
  width: 1px;
  height: 50px;
  background: #fff;
}

#countdown .hrs::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 30%;
  width: 1px;
  height: 50px;
  background: #fff;
}

.date-event {
  position: absolute;
  bottom: 145px;
  right: 40px;
  width: 300px;
}

.date-event h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.contact {
  padding: 30px 0px;
}

.contact .container {
  background: #FBF8F2;
  border: #F0EFEB solid 1px;
  border-radius: 20px;
  padding: 65px 0px 0px 0px;
}

.contact .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 40px 0px -40px 0px;
}

.contact h4 {
  font-size: 18px;
}

.mailus {
  position: absolute;
  top: -20px;
  right: 45px;
}

form {
  margin-top: 40px;
}

form input {
  background-color: #F2ECE0 !important;
  border: none !important;
  border-radius: 50px !important;
  height: 40px !important;
  margin-bottom: 0px;
  padding: 8px 20px;
  width: 100%;
}

form textarea {
  background-color: #F2ECE0 !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 8px 20px;
  margin-bottom: 10px;
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  top: 20px;
}

/*****typingtext*****/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cover {
  background: url(../img/frst.jpg) no-repeat left center;
  background-size: cover;
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#frst {
  background: url(../img/frst.jpg) no-repeat;
  background-size: cover;
  height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#frst h1 {
  color: #fff;
  margin-bottom: 45px;
}

.testimonial-content {
  background: #fff;
  -webkit-box-shadow: #0000002a 3px 3px 12px;
          box-shadow: #0000002a 3px 3px 12px;
  padding: 35px 20px;
  margin: 35px 10px 30px 10px;
}

.icon-stars {
  background: url(../img/starts.svg) no-repeat;
  display: block;
  width: 63px;
  height: 11px;
  margin-bottom: 10px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ecd417;
  border: 1px solid #fff;
  border-radius: 10px;
  opacity: 1;
}

.carousel-indicators li.active {
  width: 28px;
  height: 10px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/*****buttons********/
.btn {
  border-radius: 50px;
  font-size: 12pt;
  padding: 8px 35px;
}

.btn-default {
  background: #ecd417;
  color: #fff;
}

.btn-send {
  background: #98311E !important;
  color: #fff;
}

.btn-primary {
  background: #98311E;
  padding: 5px 15px;
  border-color: #98311E;
}

.btn-primary:hover {
  background: #6e1d0e;
  border-color: #6e1d0e;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #6e1d0e;
  border-color: #6e1d0e;
}

.dropdown-item.active, .dropdown-item:active {
  background: #e7e7e7;
}

.sold {
  position: relative;
}

.sold::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  background: url(../img/sold.svg) no-repeat;
  background-size: 100%;
  width: 90px;
  height: 85px;
  z-index: 9;
}

/*****Animation*****/
@-webkit-keyframes blink {
  0% {
    background-color: #ecd417;
  }
  49% {
    background-color: #ecd417;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ecd417;
  }
}
@keyframes blink {
  0% {
    background-color: #ecd417;
  }
  49% {
    background-color: #ecd417;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ecd417;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.fadeInUp {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.in-view {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 1;
}

.mrgn {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce-1;
          animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.pulse {
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(47, 164, 30, 0.5);
            box-shadow: 0 0 0 0px rgba(47, 164, 30, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(47, 164, 30, 0.1);
            box-shadow: 0 0 0 20px rgba(47, 164, 30, 0.1);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(47, 164, 30, 0.5);
            box-shadow: 0 0 0 0px rgba(47, 164, 30, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(47, 164, 30, 0.1);
            box-shadow: 0 0 0 20px rgba(47, 164, 30, 0.1);
  }
}

/*************Mobile************/
@media (max-width: 992px) {
  .navbar-light .navbar-toggler {
    background: #ecd417;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    background: #FBF8F2;
    -webkit-box-shadow: #0000002a 3px 3px 12px;
            box-shadow: #0000002a 3px 3px 12px;
    padding: 25px;
    border-radius: 20px;
    z-index: 9999;
  }
  .navbar-expand-lg .navbar-collapse a {
    color: #98311E !important;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .row {
    margin: 0px !important;
  }
  .navbar-brand {
    width: 180px;
    background-size: 100%;
    margin-top: 20px;
    height: 76px;
  }
  h2 {
    font-size: 22px;
  }
  #frst h1 {
    font-size: 28px;
  }
  .about .team {
    background-position: bottom center;
  }
  .about .card.our-team {
    margin: 20px 0px;
  }
  .row-cols-md-3.hor-scroll > * {
    max-width: 88%;
  }
  #countdown {
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .date-event {
    display: none;
  }
  .map {
    margin-bottom: 40px;
  }
  form {
    margin-bottom: 45px;
  }
  .contact .social-media {
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact h4 {
    text-align: center;
  }
  .data {
    margin-left: 0px;
  }
}
/*# sourceMappingURL=styles.css.map */