@charset "UTF-8";
/*------------------------datos fijos------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  line-height: initial;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 20px;
  font-family: Josefin Sans;
  font-weight: 300;
  font-size: 15px;
  background-color: #F6F6F6; }

html {
  font-family: Josefin Sans;
  background-color: #F6F6F6; }

.bg_blanco {
  background-color: #fff; }

.bg_azul {
  background: #00acfb; }

.pie {
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  font-weight: 500; }

.sin_m {
  margin: 0px; }

.sin_p {
  padding: 0px; }

.center {
  margin: auto;
  float: none;
  display: table; }

.boton {
  margin: auto;
  display: table;
  background: #FDBE00;
  cursor: pointer;
  border: none;
  color: #151515;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 50px;
  padding: 20px 45px 15px 45px;
  font-size: 35px;
  margin-top: 2%; }
  .boton:hover {
    background: #BC8F06; }
  .boton:focus {
    outline-color: #245B9A; }

#banner {
  padding-top: 1%;
  background: url(../img/banner-01.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  padding-bottom: 3%;
  background-position-y: 30%; }
  #banner .title {
    text-align: center;
    padding-top: 2%; }
    #banner .title h1 {
      font-weight: 600;
      font-size: 65px;
      padding: 1% 27% 0; }
    #banner .title h2 {
      font-size: 50px;
      font-weight: 600;
      padding: 10px; }
    #banner .title label, #banner .title span {
      font-size: 35px; }
    #banner .title label {
      font-weight: 300; }
    #banner .title span {
      font-weight: 500; }

#modal_favor {
  z-index: 100000; }

#tema {
  padding-top: 2%;
  color: #505050;
  padding-bottom: 2%; }
  #tema .title {
    padding-right: 3%; }
    #tema .title h2 {
      font-size: 55px;
      font-weight: 700;
      text-align: center;
      padding-bottom: 3%; }
  #tema .cont_temas {
    padding-right: 3%;
    color: #B5B5B5; }
    #tema .cont_temas .cont_tema {
      background-color: #fff;
      border-left: 15px solid #0094FB;
      padding: 3% 0;
      box-shadow: 5px 4px 6px -1px rgba(177, 177, 177, 0.45);
      margin-bottom: 2%; }
      #tema .cont_temas .cont_tema span {
        font-size: 55px;
        font-weight: 700;
        color: #505050; }
      #tema .cont_temas .cont_tema label {
        font-size: 35px;
        color: #16A1FB;
        font-weight: 700; }
      #tema .cont_temas .cont_tema ul {
        font-weight: 300;
        font-size: 26px;
        padding-top: 10px;
        padding-right: 30%;
        list-style: none; }
        #tema .cont_temas .cont_tema ul li {
          padding-bottom: 5px; }
  #tema .cont_reglas {
    margin-bottom: 1.3%;
    color: #B5B5B5;
    background-color: #fff; }
    #tema .cont_reglas .posi_reg {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    #tema .cont_reglas .cont {
      text-align: center; }
      #tema .cont_reglas .cont label {
        font-size: 35px;
        font-weight: 300;
        padding: 25% 5% 10% 5%;
        line-height: 43px; }
        #tema .cont_reglas .cont label span {
          font-size: 55px;
          font-weight: 700;
          color: #505050; }
      #tema .cont_reglas .cont hr {
        margin: 0 10%;
        background-color: #CECECE;
        height: 2px; }

#expertos {
  padding-bottom: 5%; }
  #expertos .title {
    text-align: center; }
    #expertos .title h2 {
      font-size: 55px;
      font-weight: 700;
      padding-bottom: 2%;
      padding-top: 3%;
      color: #505050; }
  #expertos .cont_expert {
    color: #B5B5B5;
    padding-top: 2%; }
    #expertos .cont_expert .cont_1 {
      padding-bottom: 10%; }
    #expertos .cont_expert .empre, #expertos .cont_expert .expo {
      margin: 0 2%;
      background-color: #fff;
      height: 100%;
      padding: 4% 8%; }
    #expertos .cont_expert p, #expertos .cont_expert li {
      font-size: 22px;
      line-height: 30px; }
    #expertos .cont_expert .empre img {
      padding-bottom: 8%;
      width: 40%; }
    #expertos .cont_expert .expo .cont_img {
      position: absolute;
      top: -100px;
      left: 0; }
      #expertos .cont_expert .expo .cont_img img {
        width: 15%; }
    #expertos .cont_expert .expo .cont_expo {
      padding-top: 3%; }
      #expertos .cont_expert .expo .cont_expo h2, #expertos .cont_expert .expo .cont_expo h3 {
        color: #151515;
        text-align: center; }
      #expertos .cont_expert .expo .cont_expo h2 {
        font-size: 28px;
        font-weight: 500; }
      #expertos .cont_expert .expo .cont_expo h3 {
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
        margin-top: 10px; }
      #expertos .cont_expert .expo .cont_expo ul {
        padding-top: 5%;
        list-style: none; }
        #expertos .cont_expert .expo .cont_expo ul li:before {
          content: "✔";
          padding-right: 10px; }

#section-publi .contener_event {
  height: 273px; }
#section-publi .log_banner_blue {
  padding-top: 3%;
  position: relative;
  z-index: 40; }
  #section-publi .log_banner_blue img {
    width: 25%;
    padding-bottom: 2%; }
#section-publi .text_banner_blue {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: initial; }
#section-publi .img_girl {
  height: 345px;
  position: absolute;
  bottom: 0;
  display: block; }

@media (max-width: 1920px) {
  #banner {
    background-position-y: 10%; }
    #banner img {
      width: 15%; }
    #banner .title h1 {
      font-size: 55px; }
    #banner .title h2 {
      font-size: 40px; }
    #banner .title label, #banner .title span {
      font-size: 28px; }

  .boton {
    padding: 20px 45px 15px 45px;
    font-size: 25px; }

  #tema .title h2 {
    font-size: 45px; }
  #tema .cont_temas .cont_tema label {
    font-size: 26px; }
  #tema .cont_temas .cont_tema ul {
    font-size: 22px; }
  #tema .cont_temas .cont_tema span {
    font-size: 45px; }
  #tema .cont_reglas .cont label {
    font-size: 28px;
    line-height: 35px; }
    #tema .cont_reglas .cont label span {
      font-size: 45px; }

  #expertos .title h2 {
    font-size: 45px; }
  #expertos .cont_expert p, #expertos .cont_expert li {
    font-size: 18px;
    line-height: 25px; }
  #expertos .cont_expert .expo .cont_img {
    top: -65px; }
    #expertos .cont_expert .expo .cont_img img {
      width: 18%; }
  #expertos .cont_expert .expo .cont_expo {
    padding-top: 7%; }
    #expertos .cont_expert .expo .cont_expo h2 {
      font-size: 23px; }
    #expertos .cont_expert .expo .cont_expo h3 {
      font-size: 20px;
      line-height: 27px; }

  #section-publi .text_banner_blue {
    font-size: 20px; }
  #section-publi .log_banner_blue img {
    width: 35%; }

  .banner_pie {
    font-size: 22px; } }
@media (max-width: 1680px) {
  #banner {
    background-position-y: 0%;
    background-size: 140% 130%; }
    #banner img {
      width: 17%; }
    #banner .title h1 {
      font-size: 52px; }
    #banner .title h2 {
      font-size: 37px; }
    #banner .title label, #banner .title span {
      font-size: 25px; }

  #tema .cont_temas .cont_tema label {
    font-size: 24px; }
  #tema .cont_temas .cont_tema ul {
    font-size: 20px;
    padding-right: 15%; }
  #tema .cont_temas .cont_tema span {
    font-size: 40px; }
  #tema .cont_reglas .cont label {
    font-size: 25px;
    line-height: 30px;
    padding: 20% 5% 12% 5%; }

  #expertos .cont_expert .expo .cont_img img {
    width: 22%; } }
@media(max-width:1380px) {
  #banner {
    padding-top: 2%; }
    #banner img {
      width: 20%; }
    #banner .title h1 {
      font-size: 50px;
      padding: 1% 15% 0; }
    #banner .title h2 {
      font-size: 35px; }
    #banner .title label, #banner .title span {
      font-size: 23px; }

  .boton {
    padding: 20px 45px 15px 45px;
    font-size: 23px; }

  #tema .title h2 {
    font-size: 40px; }
  #tema .cont_temas .cont_tema span {
    font-size: 35px; }
  #tema .cont_reglas .cont label {
    font-size: 23px;
    line-height: 27px;
    padding: 20% 5% 12% 5%; }
    #tema .cont_reglas .cont label span {
      font-size: 35px; }

  #expertos .title h2 {
    font-size: 40px; }

  #section-publi .img_girl {
    width: 40%; }
  #section-publi .log_banner_blue img {
    width: 42%; } }
@media(max-width: 1199px) {
  #section-publi .img_girl {
    width: 45%; } }
@media(max-width:991px) {
  #banner {
    background-size: 235% 130%; }
    #banner img {
      width: 25%; }
    #banner .title h1 {
      font-size: 45px; }
    #banner .title h2 {
      font-size: 30px; }

  #tema .cont_temas .cont_tema {
    border-left: 5px solid #1C50A9; }
    #tema .cont_temas .cont_tema label {
      font-size: 20px; }
    #tema .cont_temas .cont_tema ul {
      font-size: 18px; }

  #expertos .cont_expert {
    padding-top: 5%; }
    #expertos .cont_expert p, #expertos .cont_expert li {
      font-size: 16px;
      line-height: 23px; }
    #expertos .cont_expert .expo, #expertos .cont_expert .empre {
      padding: 4% 6%; }
    #expertos .cont_expert .expo .cont_expo h2 {
      font-size: 20px; }
    #expertos .cont_expert .expo .cont_expo h3 {
      font-size: 17px;
      line-height: 24px; }

  #section-publi .log_banner_blue img {
    width: 35%; }
  #section-publi .text_banner_blue h2 {
    margin-left: 0; }

  .banner_pie {
    font-size: 18px;
    padding: 1.2rem 1.5rem; } }
@media(max-width:820px) {
  #expertos .cont_expert {
    padding-top: 7%; }
    #expertos .cont_expert .expo .cont_img img {
      width: 27%; } }
@media(max-width:767px) {
  #banner .title h1 {
    padding: 1% 3% 0; }

  #tema {
    padding-top: 6%; }
    #tema .cont_temas {
      padding-left: 3%; }
      #tema .cont_temas .cont_tema ul {
        padding-right: 15%; }
    #tema .cont_reglas {
      margin: auto;
      float: none;
      display: table; }
      #tema .cont_reglas .posi_reg {
        top: 0%;
        transform: translateY(0%); }

  #expertos {
    padding-left: 3%;
    padding-right: 3%; }
    #expertos .cont_expert .expo, #expertos .cont_expert .empre {
      padding: 2% 4%; }
    #expertos .cont_expert .cont_1 {
      padding-bottom: 0; }
    #expertos .cont_expert .cont_2 {
      padding-top: 5%; }
    #expertos .cont_expert .empre img {
      padding-bottom: 4%; }
    #expertos .cont_expert .expo .cont_img {
      position: relative;
      top: 0; }
      #expertos .cont_expert .expo .cont_img img {
        width: 20%; }
    #expertos .cont_expert .expo .cont_expo {
      padding-top: 3%; }
      #expertos .cont_expert .expo .cont_expo ul {
        padding-top: 3%; }

  #section-publi .log_banner_blue img {
    width: 30%; }
  #section-publi .contener_event {
    height: 200px; } }
@media(max-width:576px) {
  #banner {
    padding-bottom: 10%;
    background-size: 325% 130%; }
    #banner img {
      width: 40%; }
    #banner .title h1 {
      font-size: 37px; }
    #banner .title h2 {
      font-size: 25px; }
    #banner .title label, #banner .title span {
      font-size: 20px; }

  #tema .title h2 {
    font-size: 33px; }
  #tema .cont_temas .cont_tema label {
    font-size: 22px; }
  #tema .cont_temas .cont_tema ul {
    font-size: 18px; }
  #tema .cont_temas .cont_tema span {
    font-size: 32px; }
  #tema .cont_reglas .cont label {
    font-size: 20px;
    line-height: 25px;
    padding: 20% 5% 12% 5%; }
    #tema .cont_reglas .cont label span {
      font-size: 32px; }

  #expertos .title h2 {
    font-size: 33px; }
  #expertos .cont_expert .expo .cont_img img {
    width: 30%; }

  #section-publi .log_banner_blue img {
    width: 50%; } }
@media(max-width:490px) {
  #banner {
    padding-bottom: 3%; } }
@media(max-width:380px) {
  #banner {
    padding-top: 5%;
    padding-bottom: 10%;
    background-size: 350% 130%; }
    #banner img {
      width: 50%; }
    #banner .title h1 {
      font-size: 32px; }
    #banner .title h2 {
      font-size: 21px; }
    #banner .title label, #banner .title span {
      font-size: 16px; }

  .boton {
    padding: 15px 35px 10px 35px;
    font-size: 16px; }

  #expertos .cont_expert .expo .cont_img img {
    width: 40%; }

  #section-publi .log_banner_blue img {
    width: 60%; } }

/*# sourceMappingURL=estilo.css.map */
