 /* -----------------------------------------------------------------------------------------------------------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');
 * {
     margin: 0;
     padding: 0;
 }
 html {
     min-width: 100%;
     width: 100%;
     max-width: 100%;
     min-height: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     background: #ffffff;
 }
 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: Rubik, sans-serif;
     font-size: 21px;
     font-weight: 300;
     color: #fff;
 }
 body.joven {
     background: #c59f4f;
 }
 body.crianza {
     background: #c59f4f;
 }
 body.reserva {
     background: #c59f4f;
 }
 body.granreserva {
     background: #c59f4f;
 }
 body.alt {
     background: #000 url(../imgs/bck-body.jpg) no-repeat center center !important;
 }
 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;
 }
 .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: 'Anton', sans-serif;
     font-size: 46px;
     font-weight: 400;
     letter-spacing: 1px;
     text-align: center;
     color: #fff;
     /*letter-spacing: 0.03em;*/
 }
 p, label, h3, h4 {
     display: block;
     margin: 0;
     padding: 20px 0;
     font-family: 'Anton', sans-serif;
     font-size: 30px;
     font-weight: 600;
     color: #fff;
     text-align: center;
 }
 h4 a {
     color: #fff;
     text-decoration: none;
     border: 2px solid #fff;
     padding: 20px;
 }
 p {
     display: block;
     margin: 0;
     padding: 10px 0;
     font-family: Rubik, 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: #c59f4f;
 }
 h5 {
     display: block;
     width: 100%;
     margin: 0;
     padding: 10px 0;
     font-family: Rubik, sans-serif;
     font-size: 14px;
     font-weight: 300;
     color: #fff;
     text-align: center;
     text-transform: uppercase;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }
 input {
     display: block;
     width: calc(100% - 40px);
     margin: 0;
     padding: 20px;
     font-family: Rubik, sans-serif;
     font-size: 22px;
     font-weight: 300;
     color: #FFF;
     text-align: center;
     border: 0;
     background: none;
     border-bottom: 1px solid #FFF;
 }
 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;
 }
 .quiz-footer {
     position: fixed;
     bottom: 0px;
     left: 0;
     margin: 0;
     padding: 0;
     height: 70px;
     width: 100%;
     z-index: 99;
     text-align: center;
     border-bottom: 15px solid #fff;
 }
 .quiz-footer img {
     height: 79px;
 }
 /* ----------------------------------------------------------------------------------------------------ESTILOS PREGUNTAS Y RESPUESTAS */

 #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: #c59f4f;
     background: #fff;
     border-left: 4px solid #c59f4f;
     border-right: 4px solid #c59f4f;
 }
 button, a.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(0, 0, 0, 0.6);
     border-radius: 35px;
     color: #fff;
     text-decoration: none;
 }
 a.quiz-question-answer-button.boton.joven {
     background-color: rgba(0, 0, 0, 0.6);
     text-transform: uppercase;
 }
 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);
     text-transform: uppercase;
 }
 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);
     text-transform: uppercase;
 }
 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);
     text-transform: uppercase;
 }
 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;
 }
 .slide-config {
     display: inline-block;
     width: 80%;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 100px;
 }
 .content-respuestas {
     display: inline-block;
     width: 60%;
     margin-top: 50px;
 }
 #save-email button {
     width: 100%;
 }
 .countdown {
     display: none;
 }
 p.titulo-rtespuestas {
     font-size: 16px;
     font-weight: 400;
     text-transform: uppercase;
 }
 .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;
 }
 /* --------------------------------------------------------------------------------------------------------------------CONTROL SLIDES DIRECTOR DE CATA*/

 #prev-slide, #next-slide, #prev-slide a, #next-slide a {
     position: fixed;
     top: 0;
     width: 40px;
     color: #FFF;
     height: 100%;
     z-index: 999;
 }
 #prev-slide {
     left: 15px;
     text-align: left;
 }
 #next-slide {
     right: 15px;
     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:hover a, #next-slide:hover a {
     display: block;
     text-decoration: none;
     height: 100%;
 }
 .quiz-block-mask {
     position: absolute;
     display: table;
     width: 100%;
     height: calc(100% - 8px);
     top: 0;
     background: rgba(255, 255, 255, 1);
     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: Rubik, 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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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;
     text-transform: uppercase;
     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*/

.row{
     text-align: center;
}

#responsible_administrador{
     width: 40px;
     display: inline;
}

.informacion{
     display: inline;
}