@font-face {
  font-family: 'LG Smart Light';
  src: url('https://minisitios.ripley.cl/minisitios/estatico/lg/tvs_premium_2020/assets/fonts/LG_Smart_Light.ttf');
}

@font-face {
  font-family: 'LG Smart SemiBold';
  src: url('https://minisitios.ripley.cl/minisitios/estatico/lg/tvs_premium_2020/assets/fonts/LG_Smart_SemiBold_0.ttf');
}

@font-face {
  font-family: 'LG Smart Bold';
  src: url('https://minisitios.ripley.cl/minisitios/estatico/lg/tvs_premium_2020/assets/fonts/LG_Smart_Bold_0.ttf');
}

@font-face {
  font-family: 'LG Smart Regular';
  src: url('https://minisitios.ripley.cl/minisitios/estatico/lg/tvs_premium_2020/assets/fonts/LG_Smart_Regular_0.ttf');
}

@font-face {
  font-family: 'Novecentowide Light';
  src: url('https://minisitios.ripley.cl/minisitios/estatico/lg/tvs_premium_2020/assets/fonts/Novecentowide-Light.otf');
}

@font-face {
  font-family: 'Novecentowide Normal';
  src: url('https://minisitios.ripley.cl/minisitios/estatico/lg/tvs_premium_2020/assets/fonts/Novecentowide-Normal.otf');
}

#page-container body {
  margin: 0;
  padding: 0;
  font-family: "LG Smart SemiBold", sans-serif !important;
}

#page-containerbody * {
  font-family: "LG Smart SemiBold", sans-serif !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #FFFFFF;
  border: 1px solid #000;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #A60234;
}

.link {
  text-decoration: none !important;
}

.title {
  font-size: 29px;
  margin: 40px 0;
  color: #000;
}

.subtitle {
  font-family: "LG Smart Regular", sans-serif !important;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.button {
  background-color: #A60234;
  position: relative;
  padding: 8px 50px;
  border-radius: 6px;
  font-weight: 500;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #FFFFFF;
}

.button:hover:after {
  background: rgba(255, 255, 255, .2);
}

.button:active:after {
  background: rgba(0, 0, 0, .2);
}

.button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small-button {
  background-color: #A60234;
  position: relative;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #FFFFFF;
}

.small-button:hover:after {
  background: rgba(255, 255, 255, .2);
}

.small-button:active:after {
  background: rgba(0, 0, 0, .2);
}

.small-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-button {
  background-color: #A60234;
  position: relative;
  padding: 15px 35px;
  font-weight: 500;
  border-radius: 6px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #FFFFFF;
  border: none;
  font-size: 30px;
}

.play-button:hover:after {
  background: rgba(255, 255, 255, .2);
}

.play-button:active:after {
  background: rgba(0, 0, 0, .2);
}

.play-button:focus {
  background-color: #A60234;
  outline: none;
}

.play-button:hover {
  background-color: #A60234;
  border: none;
}

.play-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-container {
  text-align: center;
}

#video-container iframe,
#video-container object,
#video-container embed {
  border-radius: 4px;
}

#page-container {
  max-width: 1140px;
  width: 100%;
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}

#page-container.modal-header {
  border: 0 !important;
  padding: 5px !important;
}

.button-play-container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
}

.image-container {
  position: relative;
  width: 100%;
}

#close-button {
  font-size: 30px;
}

@media (max-width: 768px){
  .button {
    padding: 5px 30px;
    font-size: 12px;
  }

  .small-button {
    padding: 5px 30px;
    font-size: 12px;
  }
}

@media (max-width: 543px){
  .title {
    font-size: 20px;
    margin: 30px 0;
  }

  .subtitle {
    font-size: 14px;
    padding: 0 20px;
  }

  .button {
    padding: 8px 50px;
    font-size: 14px;
  }
}
