body {margin: 0px;position: relative;height: 100%;}

body{
  font-family: 'Gotham Rounded';
  color:#000;
  background-image: url(../images/textura-blanca.jpg);
  background-repeat: repeat;
  background-position: center;
}
.bg-white {background: #fff !important;}
.color_white {color:#FFF !important;}
.color_black {color:#000 !important;}
.c_gold {color: #FFE681; }
.c_red {color: #B02028; }
.c_red2 {color: #B02028; }
.ff_gotham {font-family: 'Gotham Rounded'; font-weight: 300;}
.ff_nescafesans {font-family: 'nescafe_sansregular';}
.ff_nescafesans_light {font-family: 'nescafe_sanslight';}
.ff_worksans {font-family: 'Work Sans';}
.fw-medium {font-weight: 500;}
.fw-light {font-weight: 300;}
.fs_12 {font-size:12px; line-height: 16px;}
.fs_14 {font-size:14px; line-height: 18px;}
.fs_16 {font-size:16px; line-height: 20px;}
.fs_18 {font-size:18px; line-height: 22px;}
.fs_20 {font-size:20px; line-height: 26px;}
.fs_30 {font-size:30px; line-height: 36px;}
.fs_36 {font-size:36px; line-height: 42px;}
.fs_40 {font-size:40px; line-height: 46px;}
.fs_45 {font-size:45px; line-height: 50px;}
.fs_70 {font-size:70px; line-height: 80px;}
.mw-1600px{max-width:1600px;}
.mw-200px {max-width: 200px;}
.mw-250px {max-width: 250px;}
.row-half {height:50%;}
.row-height-60 {height:60%;}
.row-height-40 {height:40%;}
.bg_red_texture{
  background-color: #B02028 !important;
  background-image: url(../images/rojo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
}
.bg_dark_red_texture
{
  background-color: #B02028 !important;
  background-image: url(../images/rojo-oscuro.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  font-size: 20px;
}


@media (min-width: 991.98px) {
  .fs_md_35 {font-size:35px !important; line-height: 45px;}
  .fs_md_45 {font-size:45px !important; line-height: 50px;}
}

.mt-20 {
  margin-top: 20px;
}

.mt-75 {
  margin-top: 75px;
}

.color-gradient {
  background: #D09838;
  background: -webkit-linear-gradient(to right, #D09838 0%, #f0dc7f 50%, #D09838 100%);
  background: -moz-linear-gradient(to right, #D09838 0%, #f0dc7f 50%, #D09838 100%);
  background: linear-gradient(to right, #D09838 0%, #f0dc7f 50%, #D09838 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-dashed {
  border-top: 10px dashed;
  border-bottom: 10px dashed;
  border-width: 2px;
  border-color: #D09838;
}

.img_linea_dorada {
  margin: 36px 0px 36px 0px;
  font-size: 60px;
  font-family: MyCreativeLand;
  line-height: 80px;
  color: #f7ca63;
  text-align: center;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.banner-title {
  text-align: center;
}

.banner-title h1, .general-title {
  font-size: 70px;
  font-family: MyCreativeLand;
  line-height: 80px;
  color: #f7ca63;
}

.login-title h1 {
  font-size: 55px;
  font-family: 'Gotham Rounded';
  line-height: 80px;
  color: #000;
  text-align: center;
  padding-top: 25px;
}

.banner-title span {
  font-size: 28px;
  color: white;
  font-family: MyCreativeLand SemiBold;
  line-height: 34px;
  margin-top: 36px;
}

.descargate_app_section {
  padding: 120px 0;
  background: linear-gradient(90deg, #282828 -0.31%, #000000 99.69%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.div_descargate_la_app {
  margin-top: 250px;
}

@media (max-width: 991.98px) {
  .descargate_app_section {
    background-position: center bottom;
    background-position-y: 100%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .banner-title h1, .general-title {
    font-size: 4em;
  }

  .descargate_app_section {
    padding-top: 40px;
    padding-bottom: 20px;
    /*margin-top: 20px;*/
  }

  .div_descargate_la_app {
    margin-top: 0px;
  }

  .nescafe-box {
    background-size: cover;
    margin: 0px;
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .generic-banner {
    height: 440px;
  }

  .long-banner {
    height: 590px !important;
  }
}

.title-banner-app,
.title-banner-compra {
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .como_consigo_compra-img {
    max-height: unset;
  }
  .title-banner-app,
  .title-banner-compra {
    font-size: 40px;
  }
}

.title-banner-app,
.title-banner-compra {
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .como_consigo_compra-img {
    max-height: unset;
  }
  .title-banner-app,
  .title-banner-compra {
    font-size: 40px;
  }

  .navbar-brand img {
    height: 50px !important;
    margin-bottom: 12px !important;
  }
}
