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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

#barraaceptacion {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 12em;
  background-color: rgba(20, 19, 19, 0.9);
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  font-size: 16px;
  color: #fff;
  z-index: 200;
}

#menu-bar {
  display: none;
}
.inner .of {
  float: right;
  color: #cc9900;
  text-decoration: none;
  font-weight: bold;
}

.inner {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 14px;
  padding: 15px;
  box-sizing: border-box;
}

.inner a.ok {
  padding: 3px 5px;
  border: 1.5px solid #fff;
  border-radius: 5px;
  color: #c8a415;
  text-decoration: none;
  font-size: 13px;
}

.inner a:hover {
  color: #35BEE5;
}

.inner a.info:hover {
  color: #35BEE5;
}

.inner a.info {
  padding-right: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.inner .cookies {
  color: #c8a415;
  text-decoration: none;
}

.inner a {
  line-height: 35px;
}
.faq {
  max-width: 800px;
  margin: 0 auto;
}

.question {
  margin-bottom: 20px;
}

.question h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.question p {
  font-size: 16px;
  line-height: 1.5;
}


@media (max-width: 768px) {
  #barraaceptacion {
    height: 13em;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) and (min-width:576px) {
  #barraaceptacion {
    height: 15em;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) and (min-width:440px) {
  #barraaceptacion {
    height: 18em;
    padding-bottom: 15px;
  }
}

@media (max-width: 439px) and (min-width:354px) {
  #barraaceptacion {
    height: 18em;
    padding-bottom: 15px;
  }
  .inner {
    font-size: 12px;
  }
  .inner a.info {
    font-size: 12px;
  }
  .inner a.ok {
    font-size: 12px;
  }
}

@media (max-width: 353px) and (min-width:280px) {
  #barraaceptacion {
    height: 22em;
    padding-bottom: 15px;
  }
  .inner {
    font-size: 12px;
  }
  .inner a.info {
    font-size: 12px;
  }
  .inner a.ok {
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

header {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.contenedor {
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  .preguntas, .respuestas {
    display: none;
  }
}

@media (max-width: 768px) {
  .derecha .perfil, .afiliado, .idioma {
    display: none;
  }
}

@media (max-width: 768px) {
  .derecha .lupa {
    margin-top: 22px;
  }
}

#menu-bar {
  display: none;
}

#menu-bar3 {
  display: none;
}

.icon-menu {
  float: left;
  margin: 19px 20px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.icon-menu3 {
  float: left;
  margin: 19px 20px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

@media (max-width: 768px) {
  .icon-menu {
    float: left;
    margin: 19px 20px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
  }
  .icon-menu3 {
    float: left;
    margin: 19px 20px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
  }
}

.logotipo {
  float: left;
  width: 35px;
  margin: 13px 5px 5px 70px;
}

.logotipo2 {
  float: left;
  width: 35px;
  
}

.marca {
  float: left;
  margin-top: 18px;
  color: #c8a415;
  font-weight: 900;
  font-family: Cinzel, serif;
  font-size: 20px;
}

.marca2 {
  float: left;
  margin-top: 18px;
  color: #c8a415;
  font-weight: 900;
  font-family: Cinzel, serif;
  font-size: 20px;
}
.social-icon {
    width: 30px;
    margin-top: 0;
    padding: 5px 5px 5px 5px
}
.preguntas {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  margin: 12px 2px 15px 20px;
  font-weight: bold;
  background: #35BEE5;
  box-shadow: 2px 2px 2px rgb(187, 186, 186);
  padding: 7px 13px;
  border-radius: 5px;
}

.respuestas {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  margin: 12px 7px 20px;
  font-weight: bold;
  background: #35BEE5;
  box-shadow: 2px 2px 2px rgb(187, 186, 186);
  padding: 7px 13px;
  border-radius: 5px;
}

.contenedor .derecha {
  float: right;
  margin-right: 18px;
}

.contenedor .derecha .perfil {
  width: 45px;
  border-radius: 50%;
  margin-top: 8px;
  margin-left: 7px;
}

.contenedor .derecha .afiliado {
  width: 26px;
  margin-bottom: 8px;
  margin-left: 7px;
}

.contenedor .derecha .idioma {
  width: 24px;
  margin-bottom: 9px;
  margin-left: 7px;
}

.contenedor .derecha .lupa {
  width: 20px;
  margin-bottom: 10px;
}

header .contenedor {
  display: table;
}

.icon-menu .icon {
  position: absolute;
  z-index: 2;
  width: 22px;
  font-weight: 300;
}

.icon-menu3 .icon {
  width: 22px;
  font-weight: 300;
}

.menu {
  position: fixed;
  z-index: 8;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  transform: translateX(-100%);
}
 
#menu-bar:checked~.menu {
  transform: translateX(0%);
}

.menu .inicio3:hover {
  background: #ffffff;
}
.menu .logotipo3 {
  float: left;
  width: 35px;
  margin-top: -3px;
  margin-left: -3px;
 }
@media (min-width: 768px) {
    #menu3 {
        display: none;
    }
}


.menu .inicio3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
  height: 61px;
  z-index: 8;
}
.menu .marca3 {
  float: left;
  font-size: 20px;
  margin: 4px 20px 15px;
  color: #c8a415;
  font-weight: 900;
  font-family: Cinzel, serif;
  font-size: 20px;
}
@media (min-width: 769px) {
  #menu-bar:checked~.menu {
    transform: translateX(-100%);
  }
}

.menu a {
  background: #fff;
  display: block;
  color: rgba(20, 19, 19, 0.8);
  font-weight: bold;
  font-size: 15px;
  top: 0;
  width: 33vw;
  height: 50px;
  text-decoration: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 0 0 15px;
}

@media (max-width: 750px) and (min-width: 704px) {
  .menu a {
    width: 35vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}

@media (max-width: 703px) and (min-width: 678px) {
  .menu a {
    width: 36vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 677px) and (min-width: 630px) {
  .menu a {
    width: 39vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 629px) and (min-width: 600px) {
  .menu a {
    width: 41vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 599px) and (min-width: 584px) {
  .menu a {
    width: 42vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}

@media (max-width: 583px) and (min-width: 562px) {
  .menu a {
    width: 44vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 561px) and (min-width: 518px) {
  .menu a {
    width: 48vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 517px) and (min-width: 484px) {
  .menu a {
    width: 51vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 483px) and (min-width: 460px) {
  .menu a {
    width: 53vw
  }
}.menu {
  height: 100%;
  bottom: 0;
}
@media (max-width: 459px) and (min-width: 440px) {
  .menu a {
    width: 56vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 439px) and (min-width: 400px) {
  .menu a {
    width: 60vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
} 

@media (max-width: 399px) and (min-width: 370px) {
  .menu a {
    width: 66vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 369px) and (min-width: 345px) {
  .menu a {
    width: 71vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 344px) and (min-width: 320px) {
  .menu a {
    width: 76vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 319px) and (min-width: 310px) {
  .menu a {
    width: 79vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 309px) and (min-width: 285px) {
  .menu a {
    width: 82vw;
  }
  .menu {
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 284px) and (min-width: 1px) {
  .menu a {
    width: 100%;
   }
   .menu {
    height: 100%;
    bottom: 0;
  }
}

.menu a:hover {
  background: #f7f7f7;
}

.menu img {
  float: left;
  width: 22px;
}

.menu .usuario {
  position: fixed;
  margin: 14px 10px 10px -212px;
}

.menu .perfil {
  padding: 14px 0 0 51px;
}

.menu .escudo {
  float: right;
  margin-right: 110px;
  width: 21px;
}

.menu .pregunta {
  margin-right: 15px;
}

.menu .respuesta {
  margin-right: 15px;
}

.menu .idioma2 {
  margin-right: 15px;
}

.menu .panel {
  margin-right: 15px;
}

.menu .salir {
  margin-right: 15px;
}

.menu .empezar {
  margin-right: 15px;
}

.menu .estrella {
  margin-right: 15px;
}

.menu .ayuda {
  margin-right: 15px;
}

.menu3 {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 40%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s;
  transform: translateX(-100%);
  z-index: 8;
}
.menu3 .fondo3 {
  width: 28vw;
  height: 100vh;
}
.menu3 .fondo3:hover {
  background: #fff;
}
#menu-bar3:checked~.menu3 {
  transform: translateX(0%);
  left: 0;
}

@media (max-width: 768px) {
  .menu3 {
    display: none;
  }
}

.menu3 a {
  background: #fff;
  display: block;
  color: rgba(20, 19, 19, 0.8);
  font-weight: bold;
  font-size: 15px;
  top: 0;
  left: 0;
  width: 28vw;
  height: 50px;
  text-decoration: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 0 0 15px;
}

@media (max-width: 960px) and (min-width: 850px) {
  .menu3 a {
    width: 31vw;
  }
  .menu3 .fondo3 {
    width: 31vw;
  }
}

@media (max-width: 850px) and (min-width: 800px) {
  .menu3 a {
    width: 33vw;
  }
  .menu3 .fondo3 {
    width: 33vw;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .menu3 a {
    width: 35vw;
    
  }
  .menu3 .fondo3 {
    width: 35vw;
  }
}
.menu3 a:hover {
  background: #f7f7f7;
}

.menu3 .inicio2:hover {
  background: #ffffff;
}
.menu3 .logotipo2 {
  float: left;
  width: 35px;
  margin-top: -3px;
  margin-left: -5px;
 
} 
.menu3 .inicio2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
  height: 61px;
  z-index: 8;
}
.menu3 .marca2 {
  float: left;
  font-size: 20px;
  margin: 4px 20px 15px;
  
}

.menu3 img {
  float: left;
  width: 22px;
}

.menu3 .empezar {
  margin-right: 15px;
}

.menu3 .estrella {
  margin-right: 15px;
}

.menu3 .ayuda {
  margin-right: 15px;
}

.menu3 .frecuentes {
  margin-right: 15px;
}
 
.principal {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  display: block;
  margin-top: 62px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 17px;
}

.principal a {
  color: #c8a415;
  font-size: 16px;
}

.contenido .texto {
  width: 97%;
  height: auto;
  background: #fff;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-bottom: 15px;
}
.contenido p {
  margin: auto;
}
.foro {
  height: auto;
  }

.contenido .texto h1 {
  color: #c8a415;
  font-size: 32px;
  font-weight: 800;
  font-family: Cinzel, serif;
  text-align: center;
  margin-top: 30px;
}
 
.contenido .texto h2 {
  color: #c8a415;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.contenido .texto h3 {
  color: #35BEE5;
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 440px) {
  .contenido .texto h2 {
    font-size: 15px;
    margin: 0 10px;
 }
  .contenido .texto h3 {
    font-size: 14px;
 }
}
@media (max-width: 485px) {
 .contenido .texto {
   width: 96%;
   margin-top: 0;
   padding: auto;
 }
} 
@media (max-width: 485px) {
  .contenido .texto p {
    width: 96%;
    margin: 0;
    padding: 0;
  }
 } 
.logoVQ {
  width: 20vw;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.contenido .texto p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: #f7f7f7; 
  padding: 15px 25px 40px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 40px;
}

footer {
  background-color: #006978;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-bottom: 35px;
}

footer H3 {
  color: #fff;
  filter: contrast(70%);
  margin-top: 37px;
  margin-bottom: 12px;
  font-family: Cinzel, serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

footer a:hover {
  color: #D4AF37;
  font-weight: bold;
}

.flex-item {
  width: 240px;
}

.copyright {
  font-size: 14px;
  margin-top: 12px;
  line-height: 16px;
}

.copyright a {
  font-size: 14px;
}

.copyright-text {
  color: #fff;
  filter: contrast(70%);
  font-size: 12px;
  line-height: 13px;
}

.social {
  margin-right: 13px;
  width: 25px;
}
.social1 {
  margin-left: 24px;
  margin-right: 6px;
  padding-right: 0;
  width: 25px;
}

.social:hover {
  padding: 3px;
  background: #c8a415;
  border-radius: 3px;
}
.social1:hover {
  padding: 3px;
  background: #c8a415;
  border-radius: 3px;
}
.boton {
    float: left;
    width: 20px;
    height: 20px;
    margin: 20px;
}