ƒ /* -----------------------------------------------------------------------------------------------------------ESTILOS GLOBALES */

 @import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i');
 @import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
     margin: 0;
     padding: 0;
 }
 html {
     min-width: 100%;
     width: 100%;
     max-width: 100%;
     min-height: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     background: #ffffff;
      font-family: 'Oswald', sans-serif;
 }

 h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;

 } 


 body {
     min-height: 100%;
     /*margin: 0 15px;*/
     background: #c59f4f;
     /*background : #e74d5b url(../imgs/bck-body-3.svg) no-repeat center center;*/
     /*background : #fb1c17 url(../imgs/bck-body.jpg) no-repeat center center;*/
     background-size: cover !important;
    font-family: 'Oswald', sans-serif !important;
     font-size: 21px;
     font-weight: 300;
     color: #fff;
     padding: 20px;

 }

 h3.texto-question-0{
    font-family: 'Oswald', sans-serif !important;
 }
.boton {
     font-family: 'Oswald', sans-serif !important;

}
  body.categoria {
     background-image: url(../imgs/bck-body-black.jpg) ;
     background-size: cover;
      padding-bottom: 100px;
     min-height: 100vh;
     background-position: center;

  }  
 body.joven {
    background-image: url(../imgs/bck-body.jpg) ;
     background-size: cover;
    
     padding-bottom: 100px;
     min-height: 100vh;
     background-position: center;
 }
 body.crianza {
     background: #c59f4f;
 }
 body.reserva {
     background: #c59f4f;
 }
 body.granreserva {
     background: #c59f4f;
 }
 body.alt {
     background-image: url(../imgs/bck-body.jpg) ;
     background-size: cover;
    
     padding-bottom: 100px;
     min-height: 100vh;
     background-position: center;
 }

 input[type=text]{
    margin: 20px auto;
 } 

  input[type=email]{
    margin: auto;
 } 

 input[type=text], button {
     -webkit-appearance: none;
     /* WebKit */
     -moz-appearance: none;
     /* Mozilla */
     -o-appearance: none;
     /* Opera */
     -ms-appearance: none;
     /* Internet Explorer */
     appearance: none;
     /* CSS3 */
     box-shadow: none;
     border: none;
 }
 ::placeholder {
     /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: rgba(255, 255, 255, 0.6);
     ;
     opacity: 1;
     /* Firefox */
 }
 :-ms-input-placeholder {
     /* Internet Explorer 10-11 */
     color: rgba(255, 255, 255, 0.6);
     ;
 }
 ::-ms-input-placeholder {
     /* Microsoft Edge */
     color: rgba(255, 255, 255, 0.6);
     ;
 }
 .borders {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     overflow: hidden;
     z-index: 100;
     display: none;
 }
 .borders .border {
     background-color: #ffffff;
     position: fixed;
     z-index: 30;
 }
 .borders .border.top {
     width: 100%;
     height: 15px;
     top: 0;
     left: 0;
 }
 .borders .border.right {
     width: 15px;
     height: 100%;
     top: 0;
     right: 0;
 }
 .borders .border.bottom {
     width: 100%;
     height: 15px;
     left: 0;
     bottom: 0;
 }
 .borders .border.left {
     width: 15px;
     height: 100%;
     left: 0;
     top: 0;
 }
 h1, h2, h3, h4, h5, h6 {
     display: block;
     margin: 0;
     padding: 10px 0;
     font-family: 'Oswald', sans-serif !important;
     font-size: 46px;
     font-weight: 400;
     text-align: center;
     color: #fff;
     /*letter-spacing: 0.03em;*/
 }
 p, label, h3, h4 {
     display: block;
     margin: 0;
     /*padding: 20px 0;*/
     
     font-size: 30px;
     font-weight: 600;
     color: #fff;
     text-align: center;
     font-family: 'Oswald', sans-serif;
     text-shadow: 1px 2px 1px #000;
 }
 h4 a {
     color: #fff;
     text-decoration: none;
     border: 2px solid #fff;
     padding: 20px;
 }
 p {
     display: block;
     margin: 0;
     padding: 10px 0;
     font-family: 'Oswald', sans-serif;
     font-size: 22px;
     font-weight: 300;
     color: #fff;
     text-align: center;
     letter-spacing: 0.03em;
 }
 p a {
     color: #000;
     font-weight: 400;
     text-decoration: none;
 }
 body.alt p a {
     color: #ccc;
 }
 h5 {
     display: block;
     width: 100%;
     margin: 0;
     padding: 10px 0;

     font-size: 14px;
     font-weight: 300;
     color: #fff;
     text-align: center;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }
 input {
     display: block;
     margin: 20px auto;
     padding: 20px;
     font-family: 'Oswald', sans-serif;
     font-size: 22px;
     font-weight: 400;
     color: #FFF;
     text-align: center;
     border: 0;
     background: none;
     border-bottom: 1px solid #FFF;
     background: #ffffff26;
 }
 input:hover, input:focus {
     border: 0px;
     box-shadow: none;
     border-bottom: 2px solid #fff;
     outline: none;
 }
 .header {
     width: 100%;
     height: 100px;
     background: #fff url(../imgs/logotipo-franco-espanolas-dark-retina.png) no-repeat center center;
     background-size: auto 60px;
     display: none;
 }
 .quiz-footer {
     position: fixed;
     bottom: 0px;
     left: 0;
     margin: 0 20px;
     padding: 0;
     height: 70px;
     width: calc(100% - 40px);
     z-index: 99;
     text-align: center;
     border-bottom: 15px solid #fff;
     background: #fff;
     border-radius: 15px 15px 0 0;
    box-shadow: 0px -4px 4px 4px rgba(0, 0, 0, 0.12);
 }
 .quiz-footer .logo-footer {
     height: 79px;
 }

 .prev-slide {
     margin-left: 50px;
 }
 /* ----------------------------------------------------------------------------------------------------ESTILOS PREGUNTAS Y RESPUESTAS */
  /* --------------------ELIGE VINO */

  .elige-vinos-container{
     margin-top: 30px;
  }
  .elige-vino {
     border: 1px solid white;
     margin-bottom: 30px;
     border-radius: 20px;
     background: white;

     cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    
    outline: 0;
}

.elige-vino input[type="checkbox"] {
    display: none;
}
.elige-vino-checked {
    border-color: #000;
    -webkit-box-shadow: 3px 5px 19px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 3px 5px 19px 0px rgba(0,0,0,0.49);
box-shadow: 3px 5px 19px 0px 
}

 .elige-vino label{
     color: #000;
     text-shadow: none;
     font-size: 18px;
     font-weight: 400;
     color: #000;

 }
 .elige-vino img{
    width: 90%;
    height: 200px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
 }




  /* --------------------FIN ELIGE VINO */
 p.wel{
     margin: 0;
     padding: 0;
     
 }
 .wel-title{
     margin: 0;
     padding: 0;
     font-family: 'Oswald', sans-serif;
     
 }
 .wel-franco{
     font-family: 'Oswald', sans-serif;
      margin: 0;
     padding: 0;
     font-weight: 300;
 }
.brazo{
     width: 60%;
}


@media (max-width: 768px) {
     .brazo{
           max-height: 100px;
     }
}

h3.texto-question{
    
font-weight: 800;

text-shadow: 1px 2px 1px #000;
text-transform: unset;
}
 #form-login {
     display: block;
     margin: 0 auto;
     padding: 15px;
 }
 #login-code {
     display: block;
     margin: 0 auto;
     padding: 0;
 }
 .msgError {
     display: block;
     margin: 10px 0 0 0;
     padding: 15px 0;
     text-align: center;
     font-style: italic;
     font-weight: 600;
     color: #797979;
     background: #fff;
     border-left: 4px solid #c59f4f;
     border-right: 4px solid #c59f4f;
 }
 button, a.quiz-question-answer-button.boton ,  button.quiz-question-answer-button.boton{
     display: block;
     position: relative;
     margin: 15px 0;
     padding: 15px;
     cursor: pointer;
     text-align: center;
     font-weight: 400;
     background-color: rgba(255, 255, 255, 1);
     border-radius: 10px;
     color: #000;
     text-decoration: none;
     font-family: 'Oswald', sans-serif;
     -webkit-box-shadow:  0px 4px 8px rgba(0, 0, 0, 0.06);
-moz-box-shadow:  0px 4px 8px rgba(0, 0, 0, 0.06);
box-shadow:  0px 4px 8px rgba(0, 0, 0, 0.06);
line-height: 18px;
font-size: 18px;
 }

  button span, a.quiz-question-answer-button.boton span {
    display: block;
    text-transform: initial;
    color: #8a8a8a;
    font-style: italic;
    
}

  .brazos button , .brazos a.quiz-question-answer-button.boton{
   margin-top: 0 !important;
}

 a.quiz-question-answer-button.boton.joven {
     background-color: rgba(0, 0, 0, 0.6);
 }
 a.quiz-question-answer-button.boton.joven:hover {
     background-color: rgba(0, 0, 0, 0.9);
 }
 a.quiz-question-answer-button.boton.crianza {
     background-color: rgba(0, 0, 0, 0.6);
 }
 a.quiz-question-answer-button.boton.crianza:hover {
     background-color: rgba(0, 0, 0, 0.9);
 }
 a.quiz-question-answer-button.boton.reserva {
     background-color: rgba(0, 0, 0, 0.6);
 }
 a.quiz-question-answer-button.boton.reserva:hover {
     background-color: rgba(0, 0, 0, 0.9);
 }
 a.quiz-question-answer-button.boton.granreserva {
     background-color: rgba(0, 0, 0, 0.9);
 }
 a.quiz-question-answer-button.boton.granreserva:hover {
     bbackground-color: #272626;
 }
 button:hover, button:focus, a.quiz-question-answer-button.boton:hover, a.quiz-question-answer-button.boton:focus {
     background-color: rgba(0, 0, 0, 0.9);
     -webkit-transition: all .3s;
     -moz-transition: all .3s;
     transition: all .3s;
     color: white;
 }
 .slide-config {
     display: block;
     width: 100%;
     text-align: center;
     margin: auto;
     padding-bottom: 100px;
     max-width: 900px;
 }
 .content-respuestas {
     display: inline-block;
     width: 100%;
     margin-top: 20px;
 }
 #save-email button {
     width: 100%;
 }
 .countdown {
     display: none;
 }
 p.titulo-rtespuestas {
     font-size: 16px;
     font-weight: 400;
 }
 .contador-wrap {
     margin-top: 40px;
 }
 span.contador {
     font-size: 42px;
     font-weight: 400;
     color: #fff;
 }
 #slide-0, #slide-1, #slide-2, #slide-3, #slide-4, #slide-5, #slide-6, #slide-7, #slide-8, #slide-9, #slide-2, #slide-10, #slide-11, #slide-12, #slide-13, #slide-14, #slide-15, #slide-16, #slide-17, #slide-18, #slide-19, #slide-20, #slide-21, #slide-22, #slide-23, #slide-24, #slide-25, #slide-26, #slide-27, #slide-28, #slide-29, #slide-30, #slide-31, #slide-32, #slide-33, #slide-34, #slide-35, #slide-36, #slide-37, #slide-38 {
     display: block;
   /*  padding: 30px 0 0 0;*/
     text-align: center;
     max-width: 1000px;
margin: 0 auto;
 }
 /* --------------------------------------------------------------------------------------------------------------------CONTROL SLIDES DIRECTOR DE CATA*/

 #prev-slide, #next-slide, #prev-slide a, #next-slide a {
     position: fixed;
     bottom: 10px;
     width: 130px;
     color: #000;
   
     z-index: 999;
 }
 #prev-slide {
     left: 15px;
     text-align: left;
 }
 #next-slide {
     right: 35px;
     text-align: right;
 }
 #prev-slide a, #next-slide a {
     background-color: rgba(255, 255, 255, 0.6);
     display: none;
     text-decoration: none;
 }
/* #next-slide a img {
     top: 45%;
     position: absolute;
     right: 0px;
 }
 #prev-slide a img {
     top: 45%;
     position: absolute;
     left: 0px;
 }
*/
 #prev-slide a, #next-slide a {
    display: block;
    text-decoration: none;
    height: 47px;
}

#prev-slide:hover a, #next-slide:hover a {
/*    display: block;
    text-decoration: none;
    height: 100%;*/
    background-color: rgba(0, 0, 0, 0.253);
}
 .quiz-block-mask {
     position: absolute;
     display: table;
     width: 100%;
     height: calc(100% - 8px);
     top: 0;
     background-image: url(../imgs/bck-body.jpg) ;
     color: #fff;
     z-index: 99999;
     left: 0



    
 }
 .quiz-block-mask-msg {
     display: table-cell;
     vertical-align: middle;
     font-size: 16px;
     text-align: center;
     color: #000000;
         font-family: 'Oswald', sans-serif;
     font-size: 14px;
     font-weight: 700;
 }
 /*precarga entre pantallas*/

 .loader-controller {
     display: block;
     width: 100%;
     margin: 0;
     padding: 20px 0;
     text-align: center;
 }
 .loader-controller img {
     display: inline-block;
     max-width: 100px;
     margin: 0;
     padding: 0;
 }
 /* -----------------------------------------CLOSE----------------------------CONTROL SLIDES DIRECTOR DE CATA*/

 /* -----------------------------------------OPEN----------------------------ESTILOS RESUMEN POR EQUIPOS*/

 .numrespuestas-subquestion p {
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     font-size: 16px;
     font-weight: 300;
     color: #fff;
 }
 .numrespuestas-subquestion p.numero-personas {
     font-size: 12px;
     margin-top: 10px;
     letter-spacing: 0.05em;
 }
 .numrespuestas-subquestion span.numrespuestas-subquestion-value {
     position: relative;
     float: left;
     width: 100%;
     margin: 10px 0;
     padding: 0 0 0 0;
     font-weight: 400;
     font-size: 60px;
     color: #fff;
 }
 .numrespuestas-subquestion img {
     max-height: 25px;
 }
 .subresumen-yesno p {
     color: #fff;
     font-size: 18px;
     letter-spacing: 0.03em;
 }
 .subresumen-yesno p strong {
     font-weight: 500;
     font-size: 27px;
 }
 .resumen-respuestas .icono {
     display: inline-block;
     width: 40px;
     text-align: center;
     height: 40px;
     /* margin-bottom: -20px; */
 }
 .resumen-respuestas .icono img {
     max-height: 30px;
     display: block;
     margin-top: 15px;
 }
 /* -----------------------------------------CLOSE----------------------------ESTILOS RESUMEN POR EQUIPOS*/

 /* -----------------------------------------OPEN----------------------------GRAFICOS ESTADISTICOS VERTICAL*/

 .resumen-respuestas.resumen-respuestas-aid-0, .resumen-respuestas.resumen-respuestas-aid-1 {
     display: inline-block;
     position: relative;
     width: 15%;
     margin-top: 40px;
 }
 .resumen-respuestas.resumen-respuestas-aid-0 .respuesta, .resumen-respuestas.resumen-respuestas-aid-1 .respuesta {
     display: inline-block;
     width: 100%;
     text-align: center;
     z-index: 5;
     font-size: 12px;
 }
 .resumen-respuestas.resumen-respuestas-aid-0 .num_respuestas_value, .resumen-respuestas.resumen-respuestas-aid-1 .num_respuestas_value {
     display: inline-block;
     width: 100%;
     text-align: center;
     z-index: 5;
     font-size: 30px;
     color: #fff;
     font-weight: 500;
 }
 .resumen-respuestas.resumen-respuestas-aid-0 .stats-wrap, .resumen-respuestas.resumen-respuestas-aid-1 .stats-wrap {
     display: inline-block;
     float: none;
     text-align: center;
     margin: 20px 0;
     width: 7px;
     height: 200px;
     background: #e63812;
     border-radius: 50px;
     overflow: hidden;
     border: 2px solid #fff;
 }
 .resumen-respuestas.resumen-respuestas-aid-0 .stats-wrap.full, .resumen-respuestas.resumen-respuestas-aid-1 .stats-wrap.full {
     background: #ff0600;
 }
 .resumen-respuestas.resumen-respuestas-aid-0 .stats-wrap .stats-fill, .resumen-respuestas.resumen-respuestas-aid-1 .stats-wrap .stats-fill {
     display: block;
     width: 100%;
     background: #fff;
     height: 100%;
     -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 2s ease-in-out;
     -o-transition: all 2s ease-in-out;
     transition: all 2s ease-in-out;
 }
 .stats-label {
     position: absolute;
     bottom: 2px;
     height: 20px;
     border-radius: 100%;
     text-align: center;
     width: 100%;
 }
 .stats-label span {
     position: relative;
     margin-top: 2px;
     color: #fff;
     font-size: 15px;
     text-align: center;
     letter-spacing: 0.03em;
 }
 /* -----------------------------------------OPEN----------------------------GRAFICOS ESTADISTICOS HORIZONTAL*/

 .subresumen-ab.wrap.horizontal {
     width: 80%;
     margin: 0 auto;
 }
 .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-0, .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-1 {
     display: inline-block;
     position: relative;
     width: calc(49% - 100px);
     margin: 50px;
 }
 .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-0 .respuesta, .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-1 .respuesta {
     display: inline-block;
     width: auto;
     padding: 10px 0 5px;
     text-align: left;
     z-index: 5;
     font-size: 16px;
     color: #fff;
     letter-spacing: 0.03em;
 }
 .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-0 .num_respuestas_value, .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-1 .num_respuestas_value {
     display: inline-block;
     width: auto;
     z-index: 5;
     font-size: 24px;
     color: #fff;
 }
 .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-0 .stats-wrap, .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-1 .stats-wrap {
     display: inline-block;
     float: none;
     text-align: center;
     margin: 20px 0;
     width: 100%;
     height: 7px;
     background: #000;
     border-radius: 50px;
     overflow: hidden;
     border: 2px solid #fff;
 }
 .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-0 .stats-wrap.full, .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-1 .stats-wrap.full {
     background: #fb241a;
 }
 .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-0 .stats-wrap .stats-fill, .subresumen-ab.wrap.horizontal .resumen-respuestas.resumen-respuestas-aid-1 .stats-wrap .stats-fill {
     display: inline-block;
     position: relative;
     float: right;
     width: 100%;
     background: #fff;
     height: 100%;
     -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 2s ease-in-out;
     -o-transition: all 2s ease-in-out;
     transition: all 2s ease-in-out;
 }
 .subresumen-ab.wrap.horizontal .stats-label {
     position: absolute;
     bottom: 2px;
     width: 20px;
     height: 20px;
     background: #3B3932;
     left: calc(50% - 14px);
     border-radius: 100%;
     text-align: center;
     border: 4px solid #eeeae7;
 }
 .subresumen-ab.wrap.horizontal .stats-label span {
     position: relative;
     float: left;
     width: 20px;
     height: 20px;
     margin-top: 2px;
     color: #fff;
     font-size: 12px;
     text-align: center;
 }
 .numrespuestas-subquestion {
     margin-top: 20px;
 }
 /* -----------------------------------------CLOSE----------------------------GRAFICOS ESTADISTICOS HORIZONTAL*/

 /* -----------------------------------------OPEN----------------------------PATROCINADORES*/

 .organizadores {
     display: inline-block;
     width: 100%;
     margin-top: 30px;
     padding: 0 0 0 0;
     text-align: center;
 }
 .organizador {
     display: inline-block;
     width: 120px;
     height: auto;
     margin: 20px;
     padding: 0 0 0 0;
 }
 .patrocinadores {
     float: left;
     width: 70%;
     margin: 10px 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
 }
 .colaboradores {
     float: left;
     width: 28%;
     margin: 10px 0 0 2%;
     padding: 0 0 0 0;
     text-align: center;
 }
 .patrocinador {
     display: inline-block;
     width: 130px;
     margin: 0 15px;
     padding: 0 0 0 0;
 }
 .conectados {
     display: inline-block;
     width: 100%;
     margin: 0 0 0 0;
     padding: 5px 0;
     text-align: center;
     color: #fff;
 }
 .conectados p {
     display: inline-block;
     width: 100%;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
     color: #fff;
     font-size: 16px;
 }
 .conectados p span {
     margin: 0 0 0 0;
     padding: 0 0 0 10px;
     font-size: 42px;
     font-weight: 400;
     text-align: center;
     color: #fff;
 }
 .bienvenidas {
     display: inline-block;
     width: 100%;
     margin: 0 0 0 0;
     /*padding: 10px 0 10px 0;*/
     text-align: center;
     color: #fff;
 }
 .ultima-bienvenida {
     display: inline-block;
   /*  width: 40%;*/
     margin: 0 0 0 0;
     padding: 20px 0;
     text-align: center;
     font-size: 36px;
 }
 .url br {
     display: none;
 }
 .contenedor-imagen img {
     width: 150px;
 }
 .wrap.por-equipos.resumen-aciertos {
     width: 80%;
     margin: 80px auto 0;
 }
 .media-respuestas {
     display: inline-block;
     width: calc(49% - 100px);
     margin: 0 50px;
     color: #fff;
 }
 .media-respuestas .respuesta {
     font-size: 30px;
     font-weight: 300;
     margin-bottom: 30px;
 }
 .media-respuestas .media {
     font-size: 60px;
     font-weight: 400;
     display: inline-block;
 }
 .media-respuestas .unidades {
     font-size: 24px;
     color: rgba(255, 255, 255, .7);
 }
 .escanea {
     margin: 20px 0;
 }
 .escanea p.url {
     display: inline-block;
     width: 100%;
     margin: 20px 0 0 0;
     padding: 0 0 0 0;
 }
 .escanea p.url a {
     display: inline-block;
     width: calc(100% - 40px);
     margin: 20px 0 0 0;
     padding: 10px 20px;
     font-weight: 600;
     color: #c59f4f;
     font-size: 28px;
 }
 .contenedor-imagen {
     width: 150px;
     margin: 40px auto 0;
 }
 .contenedor-imagen img {
     width: 150px;
     margin: 40px auto 0 !important;
 }
 #conditions {
     border: 1px solid #fff;
     width: 20px;
 }
 #login-code .conditions-check {
     margin-top: 30px;
 }
 .conditions-check input {
     display: inline-block;
 }
 .conditions-check label {
     display: inline-block;
     font-size: 15px;
     font-weight: 300;
     vertical-align: top;
     padding: 10px;
 }
 /*OPEN: BOTELLAS FRANCO ESPAÑOLAS*/

 .botellas-bf {
     display: inline-block;
     width: 100%;
     margin: 20px 0 0 0;
     padding: 0 0 0 0;
 }
 .botellas-bf img {
     display: inline-block;
     width: calc(100%/2 - 44px);
     max-width: 180px;
     margin: 0 20px;
     padding: 0 0 0 0;
 }
 /*CLOSE: BOTELLAS FRANCO ESPAÑOLAS*/

p.msg-final{
margin-bottom: 30px;
}
.row{
     text-align: center;
}

#responsible_administrador{
     width: 40px;
     display: inline;
}

.informacion{
     display: inline;
}

.admin-check input {
    display: inline-block;
    width: 40px;
}

.admin select {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 20px;
}



/* Checkbox acepto condiciones */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    text-align: left;
    text-shadow: none;
}
  /* Hide the browser's default checkbox */



  .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-check input:checked ~ .checkmark {
    background-color: #c59f4f;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* Checkbox acepto condiciones */


.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d9;
    position: absolute;
    z-index: 9999;
    text-align: center;
    display: flex;
    align-items: center;
}

.loader lottie-player {
    margin: 0 auto;
}


.fin-preguntas a {
    text-shadow: none;
    font-weight: bold;
}

.welcome {
    margin-bottom: 30px;
}

.imagen-categoria{
    max-width: 150px;
    margin-top: 50px;
} 

.container-categoria  h2{
    text-shadow: 1px 2px 1px #000;
    font-size: 1.75rem;

}

#prev-slide a img, #next-slide a img {
  border-radius: 5px;
}



.container-puntuacion {
    background: white;
    border:  2px solid #000;
    border-radius: 5px;
    color: #000;
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: left;
}
.container-puntuacion .imagen-puntuacion{
    display: inline-block;
}

.container-puntuacion .imagen-puntuacion img{
    width: 45px;
    border-radius: 2px 0 0 2px;
   
}

.container-puntuacion .texto-puntuacion{
   padding: 5px 10px;
   display: inline-block;
   width: calc(100% - 50px);
    position: relative;

}

.container-puntuacion .label-puntuacion{
  text-align: left;
  font-family: 'Oswald', sans-serif;
  text-align: left;
}

h1.titulo-ranking {
    margin-top: 20px;
    font-size: 2rem;
}
.container-puntuacion .numero-puntuacion{
    float: right;
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}