@font-face {
  font-family: 'gotham pro bold';
  src: local("gotham pro bold"), local("gotham pro-bold"), local("gotham-pro-bold"), local("gothamprobold"), url(../fonts/GothaProBol.woff);
  font-display: swap;
}

@font-face {
  font-family: 'gotham pro medium';
  src: local("gotham pro medium"), local("gotham pro-medium"), local("gotham-pro-medium"), local("gothampromedium"), url(../fonts/GothaProMed.woff);
  font-display: swap;
}

@font-face {
  font-family: 'gotham pro regular';
  src: local("gotham pro regular"), local("gotham pro-regular"), local("gotham-pro-regular"), local("gothamproregular"), url(../fonts/GothaProReg.woff);
  font-display: swap;
}

:root {
  --color-primary: #fdac2b;
  --color-gradient-start: #fdac2b;
  --color-gradient-stop: #fdac2b;
}

body {
  font-family: 'gotham pro regular', sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  color: #666;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'gotham pro medium', sans-serif;
  line-height: 1.2em;
}

.h1, h1,
.h2, h2 {
  color: #24140d;
}

.h3, h3,
.h4, h4,
.h5, h5 {
  letter-spacing: -1px;
  color: #181b31;
}

.h1, h1 {
  font-family: 'gotham pro bold', sans-serif;
  font-size: 45px;
}

.h2, h2 {
  font-size: 36px;
  line-height: 1.32em;
}

.h3, h3 {
  font-size: 29px;
}

.h4, h4 {
  font-size: 25px;
}

.h5, h5 {
  font-size: 21px;
}

.h6, h6 {
  font-size: 16px;
  color: #fdac2b;
}

.mainbar-wrap {
  padding-left: 35px;
  padding-right: 35px;
}

.main-nav > li > a {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
  color: #fff;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.header-module .btn {
  color: #fff;
  border-color: #fff;
}

.header-module .btn:hover {
  background-color: #fff;
  color: #000;
}

.btn-solid {
  background-color: #fdac2b;
  border-color: #fdac2b;
  color: #000;
}

.btn-solid:hover {
  background-color: #fff;
  color: #000;
}

.countdown .countdown-period {
  font-size: 14px;
}

.main-footer {
  padding-top: 140px;
  color: #a1a3ab;
}

.main-footer a:not(.btn) {
  color: rgba(240, 240, 240, 0.7);
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.main-footer .social-icon a {
  color: #fff;
}

.main-footer .widget-title {
  color: #ffe8bf;
}

@media (min-width: 992px) {
  .main-footer section {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.font-size-100{
  font-family: 'gotham pro medium', sans-serif;
  line-height: 1.1em;
  font-size: 130px !important;
}
.font-size-200{
  font-family: 'gotham pro medium', sans-serif;
  line-height: 1.1em;
  font-size: 200px !important;
}
.font-size-300{
  font-family: 'gotham pro medium', sans-serif;
  line-height: 1.1em;
  font-size: 300px !important;
}
.text-verde{
  color:#cc3333;
}
.text-agua{
  color:#00ffff;
}
.text-rojo-90{
  color:#cc3333;
  font-size: 80px !important;
}
.text-rojo{
  color:#c20114;
}
.text-gris{
  color:#888;
}
.font-size-90{
  font-size: 90px !important;
}
.font-size-80{
    font-size: 80px !important;
    line-height: 1;
    font-family: 'gotham pro bold';
}
.lh1{
  line-height: 1 !important;
}
.liquid-progressbar-bar.color-1{
  background-color: #911427 !important;
}

.liquid-progressbar-bar.color-2{
  background-color: #33a586 !important;
}

.liquid-progressbar-bar.color-3{
  background-color: #620a77 !important;
}

.liquid-progressbar-bar.color-4{
  background-color: #85074f !important;
}
.liquid-progressbar-bar.color-5{
  background-color: #cc3333 !important;
}
.liquid-progressbar-bar.color-6{
  background-color: #003366 !important;
}

.bg-rojo {
  background: #ea1818 !important;
}
.bg-gradient-primary-rojo {
  background: -webkit-gradient(linear, left top, right top, from(#bb0705), color-stop(35%, #f91303), color-stop(35%, #f9f4f3));
  background: linear-gradient(to right, #bb0705 0%, #f91303 40%, #f9f4f3 40%);
}
span.liquid-progressbar-value {
  display: none !important;
}
.fancy-box-classes .fancy-box-label {
  font-size: 14px !important;
}  
@media (min-width: 992px){
  .bg-lg-none {
      background: none !important;
  }
}
@media (max-width: 768px) {
  .h1, h1 {
    font-family: 'gotham pro bold', sans-serif;
    font-size: 35px !important;
  }

  .font-size-40{
    font-size: 23px !important;
  }
  .font-size-100{
    font-family: 'gotham pro medium', sans-serif;
    line-height: 1.1em;
    font-size: 90px !important;
  }
  .font-size-300{
    font-family: 'gotham pro medium', sans-serif;
    line-height: 1.1em;
    font-size: 200px !important;
  }
}
