html {
  margin: 0;
}
body {
  font: 14px 'Raleway', sans-serif;
  margin: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.container {
  max-width: 960px;
  overflow: auto;
  margin: 20px auto 50px;
  box-sizing: border-box;
  padding: 0 10px;
}
h1 {
  font-weight: 900;
}
h2 {
  font-weight: 700;
}
a {
  color: #ff4a4a;
}
img {
  max-width: 100%;
  height: auto;
}
.video {
  margin: 0 auto 30px;
}
.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  background-color: #ff4a4a;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover,
.button:focus {
  background: #ff5959;
}
footer {
  margin-top: 40px;
}
.disclaimer {
  font-size: 11px;
  padding: 5px 15px;
  background-color: #fff;
}
.accordion {
  padding: 0;
}
.accordion li {
  list-style: none;
  margin-bottom: 5px;
  background-color: #fff;
}
.accordion li > .texto {
  display: none;
  padding: 0 15px 30px;
  transition: .1s ease;
  border-top: 1px solid #ddd;
}
.accordion input[type='checkbox'] {
  display: none;
}
.accordion input[type='checkbox']:checked ~ .texto {
  display: block;
}
.accordion li label {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
}
.accordion li label:hover {
  color: #999;
}
.accordion li label:before {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 30px;
  top: 1px;
  font-weight: normal;
}
.accordion li h5 {
  font-size: 13px;
}
.accordion li p {
  font-size: 12px;
  line-height: 17px;
}
.logo {
  display: table;
  margin: 0 auto 30px;
}
.link-texto {
  display: table;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
.link-texto:hover {
  color: #777;
}
.warning-message {
  background-color: #fdfbe2;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  h1 {
    font-size: 26pt !important;
  }
  h2 {
    font-size: 16pt !important;
  }
}
#outbrain-brand {
  position: absolute;
  top: 0px;
  right: 0;
  width: 102px;
  height: 102px;
  background: url(../../svg/outbrain-brand.svg) no-repeat;
  -webkit-transition: all ease 352ms;
  -moz-transition: all ease 352ms;
  -ms-transition: all ease 352ms;
  -o-transition: all ease 352ms;
}
@media only screen and (min-width: 530px) and (max-width: 960px) {
  #outbrain-brand {
    width: 92px;
    height: 92px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  #outbrain-brand {
    width: 112px;
    height: 112px;
  }
}
@media only screen and (max-width: 529px) {
  #outbrain-brand {
    width: 62px;
    height: 62px;
  }
}
.modal-exit-popup {
  display: none;
  position: fixed;
  visibility: visible;
  opacity: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #000;
  padding: 50px;
  letter-spacing: 1px;
}
.modal-exit-popup .modal-close {
  color: #fff;
  border: none;
  background-color: transparent;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 50px;
  cursor: pointer;
}
.modal-exit-popup .modal-content {
  position: absolute;
  max-width: 650px;
  height: auto;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1.25;
  width: 85vw;
}
.modal-exit-popup .modal-content h1 {
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (max-device-width: 480px) {
  .modal-exit-popup .modal-content h1 {
    margin-bottom: 10px;
  }
}
.modal-exit-popup .modal-content p {
  font-size: 30px;
  font-weight: 200;
}
@media only screen and (max-device-width: 480px) {
  .modal-exit-popup .modal-content p {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.modal-exit-popup .modal-content a.btn-close {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-top: 30px;
  font-weight: 200;
  cursor: pointer;
}
@media only screen and (max-device-width: 480px) {
  .modal-exit-popup .modal-content a.btn-close {
    font-size: 15px;
    font-weight: 200;
    padding: 20px 5px;
  }
}
.modal-exit-popup .modal-content a.btn-redirect {
  background-color: #FF0000;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  vertical-align: middle;
  max-width: 400px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  font-size: 26px;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-device-width: 480px) {
  .modal-exit-popup .modal-content a.btn-redirect {
    font-size: 23px;
    padding: 20px 5px;
    width: 85vw;
  }
}
@media only screen and (max-width: 480px) {
  .modal-exit-popup .modal-content a.btn-redirect {
    font-size: 23px;
    padding: 20px 5px;
    width: 85vw;
    height: auto;
  }
}
@media only screen and (max-width: 530px) and (max-width: 960px) {
  br {
    display: none;
  }
}
