/* Banner info cookies*/

.banner-cookies { position: fixed;
  margin: 0;
  padding: 25px 9% 25px 7%;
  bottom: 0;
  background-color: #000;
  color: #fff;
  z-index: 10000000000;
  text-align: center;
  border-radius: 0;
  background-color: #000;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  font-size: 0.85em;
  display: none;
}

.banner-cookies.show{
  display: block;
}

.banner-cookies .cookieClose {
  right: 6%;
}

.banner-cookies .bt_cookies {
  margin-top: 10px;
}

.banner-cookies .bt_cookies button { color: #000!important;
  border: none;
  padding: 5px 18px;
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
}
.banner-cookies h1 {  margin: 0;
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.banner-cookies .info { float: right;
  width: 100%; }

.banner-cookies .info a.link_politica {
  text-decoration: underline;
}

.banner-cookies .btn {  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 0 4px 2px 4px;
  line-height: 15px;
  margin: 0;
  border-radius: 100px;
  background-color: darkred;
  font-weight: bold;
  border: none;
  background-image: none;
  position: relative;
  left: 50px;
  top: -15px;
}


.banner-cookies .bt_cookies .btnPink.bg-gris5{
  color: #fff!important;
}

/* END Banner info cookies*/

/* base sobre el que parte el modal/popup cookies */
#capa-total.capa-total{ /* esta class solo esta metida en la capa de cookies y se podria incluir en posteriores capas */
  display: none;
}
#capa-total.capa-total.show{
  display: block;
}

.modal a {
  color: #79b800;
  cursor: pointer;
  text-decoration: none;
}

.modal a#asociar_cuenta, .modal a#crear_cuenta {
  padding: 0 0 0 5px; }

.modal span {
  color: #79b800 !important; }

.warning, .cuponWarning {
  /* IMPORTANTE oculto el hover de la ficha por evitar conflictos de los hovers */
  color: red !important; }

.warning.tarjeta {
  font-weight: bold; }

.closeModal {
  border: none;
  background: #990000;
  float: right;
  margin: 16px 16px 0 0;
  text-transform: uppercase;
  width: 16px;
  height: 16px;
  background: url(/img/base.png) no-repeat -539px 0;
  text-indent: -9999px;
  -webkit-appearance: button;
  cursor: pointer;
  height: 17px;
  width: 17px;
  padding: 0; }

.contenedor_player .closeModal {
  margin: -19px; }

.modalBox {
  background: #F9F9F9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3); }

.modalBoxMiddle {
  background: #F9F9F9;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.3); }

.modalBoxBig {
  background: #F9F9F9;
  width: 990px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.modalColumnContent {
  width: 425px;
  float: left;
  padding: 0 30px; }

.modalColumnContent.first {
  background: url(/img/modal-line-v.png) no-repeat right top; }

.modalHeader,
.modalContent,
.modalFooter {
  padding: 25px 50px 15px 50px; }

.modalHeader {
  padding-top: 35px; }

.modalContent {
  background: url(/img/modal-line.png) no-repeat center top; }

.modalFooter .btnGrey {
  min-width: 210px;
  min-height: 46px;
  margin-right: 0; }

.modalFooter .modalMidleText {
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  color: #000;
  line-height: 1.3em; }

.modalFooterAdulto {
  margin: 25px auto 65px; }

.modalFooterAdulto .btnGrey {
  width: 300px;
  height: 50px;
  font-size: 22px;
  color: #999; }

.modalHighText {
  color: #333;
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.modalMidleText {
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  color: #666;
  font-size: 21px;
  line-height: 22px;
  margin: 0;
  padding: 0; }

.modalMiddleLowText {
  color: #666;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0; }

.modalMiddleBrightText {
  color: #999;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0; }

.modalMiddleHightText {
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  color: #666;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0;
  max-width: 320px; }

.modalLightText {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  margin: 10px auto;
  padding: 0; }

.modalFooter .modalLightText {
  font-size: 16px;
  line-height: 16px; }

.modalNormalText {
  color: #333;
  font-size: 21px;
  line-height: 21px;
  margin: 10px auto;
  padding: 0; }

.modalPriceText {
  color: #333;
  font-size: 35px;
  line-height: 35px;
  margin: 5px auto;
  padding: 0; }

.modalContInput {
  text-align: left; }

.login input::-webkit-input-placeholder {
  text-align: left; }

.login input:-moz-placeholder {
  text-align: left; }

.login input::-moz-placeholder {
  text-align: left; }

.login input:-ms-input-placeholder {
  text-align: left; }

.modalContInput.login {
  height: 33px;
  text-align: center;
  width: 275px;
  margin: 0 auto;
  clear: both; }

.modalContInput.login input:focus {
  opacity: 1;
  box-shadow: 0px 0px 6px 5px rgb(0 0 0 / 15%);
}

.modalContInput.login input {
  opacity: 0.5;
  padding: 10px 15px;
  width: 250px;
  margin: 20px 0 10px 0;
  /* estilos a?adidos para tomar como excepci?n este imput que no lleva los link como el resto ya que es el login */
  -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
  background: #ebe8e8;
  /*Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ebe8e8 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebe8e8), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebe8e8 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebe8e8 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebe8e8 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ebe8e8 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe8e8', endColorstr='#ffffff',GradientType=0 );
  border: 1px solid #fff;
  /* fin de estilos a?adidos */
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.modalBox.login {
  background-color: #f9f9f9;
  display: table-cell;
  vertical-align: middle;
  max-width: 990px;
  z-index: 0;
}

.modalBox.login .modalHighText {
  margin: -10px 0 5px 0; }

.modalBox.login .modalHeader {
  border-bottom: 1px solid #e0e0e0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 50%, #eeeeee 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f9f9f9), color-stop(99%, #eeeeee));
  background: -webkit-linear-gradient(top, #f9f9f9 50%, #eeeeee 99%);
  background: -o-linear-gradient(top, #f9f9f9 50%, #eeeeee 99%);
  background: -ms-linear-gradient(top, #f9f9f9 50%, #eeeeee 99%);
  background: linear-gradient(to bottom, #f9f9f9 50%, #eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); }

.modalBox.login a {
  border-bottom: 1px dotted #79B800;
  padding: 0px !important; }

.modalBox.login .modalFooter, .modalBox.login .modalContent {
  background: transparent; }

.modalBox.login .modalFooter.background-line {
  background: url("/img/modal-line-captcha.png") no-repeat scroll 85px 0 transparent; }


.modalBlock {
  display: block;
  float: left; }

.modalBlock.right {
  width: 420px;
  background-color: #f9f9f9;
  border-radius: 10px; }

.modalBlock.left {
  width: 229px;
  border-left: 1px dashed #d6d6d6;
  border-top: 1px solid #f8f8f8;
  padding: 30px 35px;
  min-height: 390px;
  border-bottom-right-radius: 10px;
  background: #d4d4d4;
  background: -moz-linear-gradient(left, #d4d4d4 0%, #e8e8e8 14%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d4d4d4), color-stop(14%, #e8e8e8), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(left, #d4d4d4 0%, #e8e8e8 14%, #f0f0f0 100%);
  background: -o-linear-gradient(left, #d4d4d4 0%, #e8e8e8 14%, #f0f0f0 100%);
  background: -ms-linear-gradient(left, #d4d4d4 0%, #e8e8e8 14%, #f0f0f0 100%);
  background: linear-gradient(to right, #d4d4d4 0%, #e8e8e8 14%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#f0f0f0',GradientType=1 ); }

.modalBlock.left h2 {
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  color: #333;
  line-height: 22px;
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  margin: 0; }

.modalBlock.left p {
  color: #999;
  text-align: left;
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif; }

.modalBlock.left p span {
  font-weight: bolder;
  color: #999 !important; }

.modalImgLog {
  height: 174px;
  width: 286px;
  background-image: url(/img/modalLogin.png);
  float: left;
  margin-left: -36px;
  margin-top: 35px; }

.modalContent label {
  font-size: 16px;
  color: #333;
  width: 100px;
  float: left;
  margin: 13px 0 0 56px; }

.modalContent span {
  padding: 11px;
  display: block;
  font-size: 18px; }

.modalColumnContent label {
  font-size: 16px;
  color: #333;
  width: 65px;
  float: left;
  margin: 13px 0 0 23px;
  line-height: 15px; }

.modalContInput input,
.rowShop input.text,
.modalContent .custom,
.rowShop .custom,
#yomvicaptcha #recaptcha_response_field {
  width: 287px;
  text-align: left;
  height: 19px;
  padding: 10px 5px;
  float: left;
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  font-size: 1em;
  color: #999999;
  border: 1px solid #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #333;
}

/* comunes  a revisar */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.btnPink {
  background: #79b800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white!important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #79b800; /* cambio de pink a 79b800 */
  max-height: 51px;
}

.btnGrey {
  background: #79b800;
  -webkit-border-radius: 05px;
  -moz-border-radius: 05px;
  border-radius: 05px;  border:1px solid #333;
  padding: 10px 18px;
  display: inline-block;
  cursor: pointer;
  max-height: 51px; }

.bg-verdeMv {
  background-color: #79b800; }

.bg-gris1 {
  background-color: #DEDEDE; }

.bg-gris2 {
  background-color: #cccccc; }

.bg-gris3 {
  background-color: #999999; }

.bg-gris4 {
  background-color: #7D7D7D; }

.bg-gris5 {
  background-color: #555555; }

.bg-gris6 {
  background-color: #393939; }

.bg-gris7 {
  background-color: #333333; }

.bg-gris8 {
  background-color: #222222; }

.bg-gris9 {
  background-color: #1b1b1b; }

.bg-blanco {
  background-color: #ffffff; }

.bg-negro {
  background-color: #000000; }

.gris1 {
  color: #DEDEDE; }

.gris2 {
  color: #cccccc; }

.gris3 {
  color: #999999; }

.gris4 {
  color: #7D7D7D; }

.gris5 {
  color: #555555; }

.gris6 {
  color: #393939; }

.gris7 {
  color: #333333; }

.gris8 {
  color: #222222; }

.gris9 {
  color: #1b1b1b; }

.negro {
  color: #000000; }

.verdeMv {
  color: #79b800; }
/* END base sobre el que parte el modal/popup cookies */

.modalBox.cookies {
  width: 960px;
  height: 510px;
  background-color: #333;
  box-sizing: border-box;
  padding: 20px 5%;
  position: relative;
}

.modalBox.cookies .modalHeader {
  padding-top: 15px;
  padding-left: 0;
}
.modalBox.cookies .modalHeader .modalHighText {
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  font-weight: normal;
}

.modalBox.cookies .modalHighText {
  text-transform: initial;
  font-size: 1.5em;
  text-align: left;
  color: #fff;
}
.cookies_content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding-top: 20px;
}
.cookies_content ul {
  width: 50%;
  margin: 0;
  position: relative;
  padding: 0;
  margin-right: 3%;
}

.cookies_content ul:first-child {
  margin-right: 7%; /* de 60px a 7% */
  width: 40%;
}
.popupCookie_tabs li {
  background-color: #242424;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 13px 10px 13px 18px;
  color: #555;
  cursor: pointer;
  list-style: none;
  text-align: left;
}
.popupCookie_tabs li:last-child {
  margin-bottom: 0;
}
.popupCookie_tabs li.active {
  color: #fff;
}
.popup_cookie_info li[class^='popupCookie_tab pctab'] p {
  margin: 0 0 10px;
}

.popup_cookie_info li {
  text-align: justify;
  font-size: 0.9em;
}

.cookieClose {
  position: absolute;
  right: 17px;
  top: 15px;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 11px;
  justify-content: center;
  display: flex;
  cursor: pointer;
  background: none;
  border: none;
}
.cookieClose:after, .cookieClose:before {
  content: "";
}
.cookieClose:after, .cookieClose:before {
  position: absolute;
  height: 1.5px;
  width: 18px;
  background: #999;
  border-radius: 2px;
}
.cookieClose:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.cookieClose:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.cookie_buttons {
  text-align: left;
  position: absolute;
  bottom: 25px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding-right: calc(3% + 50px);
  box-sizing: border-box;
  align-items: center;
}
.modal .cookie_buttons .cookiegotopage {
  color: #fff;
  line-height: normal;
  background: transparent;
  border-radius: 20.5px;
  padding: 10px 25px;
  border: 1px solid #fff;
}

.cookie_buttons--div {
  display: flex;
}

button.cookie_buttons--button:first-child {
  margin-right: 15px;
}

.cookie_buttons--button {
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;
  background: #666;
  border-radius: 5px;
  padding: 14px 18px;
  border: none;
  font-size: 1em;
  color: #fff;
}

/* switch */
.switch-button {
  display: inline-block;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 10;
}
.switch-button .switch-button__checkbox {
  display: none;
}
.switch-button .switch-button__label {
  background-color: #848484;
  width: 3.2rem;
  height: 1.6rem;
  border-radius: 3rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.switch-button .switch-button__label:before {
  transition: .2s;
  display: block;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #222222;
  content: '';
  border-radius: 50%;
  margin-top: 0.15rem;
}

.switch-button #switch-label1:checked + .switch-button__label, .switch-button #switch-label2:checked + .switch-button__label, .switch-button #switch-label3:checked + .switch-button__label {
  background-color: #79B800;
}
.switch-button #switch-label1 + .switch-button__label:before, .switch-button #switch-label2 + .switch-button__label:before, .switch-button #switch-label3 + .switch-button__label:before {
  transform: translateX(0.15rem);
}
.switch-button #switch-label1:checked + .switch-button__label:before, .switch-button #switch-label2:checked + .switch-button__label:before , .switch-button #switch-label3:checked + .switch-button__label:before  {
  transform: translateX(1.75rem);
}
/* END switch */

/* scroll bar para popup y pagina compartida con ayuda contenido-cookies es la clase compartida en ayuda*/

.popup_cookie_info, .contenido-cookies{
  margin: 0;
  position: relative;
}

.popup_cookie_info li, .contenido-cookies article {
  overflow-y: auto;
  scrollbar-color: #ccc #555;
  scrollbar-width: thin;
}

.popup_cookie_info li{
  max-height: 300px;
  padding-right: 50px;
}

.contenido-cookies article{
  max-height: 498px;
  padding-right: 50px;
}

.popup_cookie_info li::-webkit-scrollbar, .contenido-cookies article::-webkit-scrollbar {
  width: 12px!important;
}

.popup_cookie_info li::-webkit-scrollbar-thumb, .contenido-cookies article::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.popup_cookie_info li::-webkit-scrollbar-thumb:active, .contenido-cookies article::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.popup_cookie_info li::-webkit-scrollbar-thumb:hover, .contenido-cookies article::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

.popup_cookie_info li::-webkit-scrollbar-track, .contenido-cookies article::-webkit-scrollbar-track {
  background-color: #555555;
}
.popup_cookie_info li::-webkit-scrollbar-track:hover, .popup_cookie_info li::-webkit-scrollbar-track:active,
.contenido-cookies article::-webkit-scrollbar-track:hover, .contenido-cookies article::-webkit-scrollbar-track:active {
  background: #444444;
}

.popup_cookie_info:not(.nogradient):after, .contenido-cookies:not(.nogradient):after{
  position: absolute;
  width: calc(100% - 50px);
  height: 50px;
  bottom: 0;
  content: "";
  box-sizing: border-box;
  left: 0;
}
.contenido-cookies:not(.nogradient):after{
  background: rgb(34,34,34);
  background: -moz-linear-gradient(180deg, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
  background: linear-gradient(180deg, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1);
}
.popup_cookie_info:not(.nogradient):after{
  background: rgb(51,51,51);
  background: -moz-linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
  background: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1);
}

/*  END scrollbar */

/* LO UNIFICO CON AYUDA */
/* seccion cookies */
.contenido-cookies{
  display: none;
}
section.contenido-cookies p{
  margin: 0;
}
.contenido-cookies.active{
  display: block;
}
.menu-lateral ul.menu li .popupCookieButton:before {
  content: initial;
}

.contenido-cookies .cont_table .table {
  margin: 10px 0 0 0;
  padding: 0;
}
.contenido-cookies .cont_table .table .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contenido-cookies .cont_table .table .row p {
  width: 50%;
  text-align: center;
  border-width: thin;
  margin: 0;
  border-width: thin thin 0px thin;
  border-style: solid;
  border-color: #fff;
  padding: 5px 0;
}
.contenido-cookies .cont_table .table .row:last-child p {
  border-width: thin;
}

@media only screen and (max-width : 1024px) {
  .modalBox.cookies{
    width: 95%;
    margin: 0 auto;
    padding: 20px 3%;
  }
  .cookie_buttons{
    width: calc(100% - 6%);
  }
}

@media only screen and (max-width : 800px) {
  .modal.rwdesign {
    height: 100vh;
    background-color: #333;
    padding: 2.5%;
    box-sizing: border-box;
    margin: 0;
  }
  .modalBox.cookies{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    overflow-y: auto;
  }

  .modalBox.cookies::-webkit-scrollbar{
    display: none;
  }

  .cookies_content{
    display: block;
    padding-top: 20px;
    width: 100%;
  }
  .cookies_content ul{
    width: 100%;
    margin: 0;
    position: relative;
  }
  .cookies_content ul:first-child {
    margin-bottom: 20px;
    width: 100%;
  }
  .popup_cookie_info li {
    padding: 0;
    max-height: none;
  }

  .switch-button{
    position: relative;
  }
  .popup_cookie_info:not(.nogradient):after, .contenido-cookies:not(.nogradient):after{
    content: none;
  }

  .cookie_buttons{
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    top: 15px;
  }
  .modal .cookie_buttons .cookiegotopage {
    position: absolute;
    width: 70%;
    text-align: center;
    margin: 0 15%;
    bottom: 0;
    box-sizing: border-box;
  }
  .cookie_buttons--button {
    width: 100%;
  }
  .cookie_buttons--button:last-child {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .cookie_buttons--div {
    display: block;
  }
}

@media only screen and (max-width : 678px) {

}

/* nuevo modal login / credenciales */
body.estilo_portada_gestion_login {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.perfil_anonimo.estilo_portada_gestion_login .container:after {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  background: rgba(34, 34, 34, 0.5);
  content: "";
  z-index: 2;
}

.perfil_anonimo.estilo_portada_gestion_login .container:before {
  background-image: url(../img/back_login.png);
  opacity: .6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  left: 0;
  background-size: cover;
}

/* .estilo_portada_gestion_login .fondo-blanco:before {
  background-image: url(../img/back_login.png);
  opacity: .6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  left: 0;
  background-size: cover;
 } */

.modalBox.login.newModal {
  border-radius: 6px;
  box-shadow: 0px 0px 23px rgba(0,0,0, 0.8);
  opacity: 1;
  background-color: rgba(42,42,42, 0.9);
  padding: 52px 66px 0 66px;
  position: relative;
}

#capa-total.fondo-blanco.login_form {
  height: auto;
  top: calc(50% - 206px);
  /* transform: translate(0, -50%); salen rayas en el input al renderizar */
  z-index: 10000000;
  background: none;
}

@media (max-width: 1200px) {
  .modalBox.login.newModal{
    top: -40px;
  }
}

.modalBox.login.newModal .closeModal {
  background-image: none;
  right: 0;
  position: absolute;
  margin: 0;
  width: 24px;
  height: 24px;
}

.modalBox.login.newModal .modalHeader {
  background: transparent;
  border: none;
}

.modalBox.login.newModal .modalHeader .modalHighText {
  color: rgba(255,255,255,1);
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 26px;
  text-transform: initial;
  initial-letter: normal;
  margin-bottom: 10px;
}

.modalBox.login.newModal .modalBlock {
  background: transparent;
  border: none;
}

.modalBox.login.newModal .modalBlock .modalContent .modalLightText {
  opacity: 0.702567;
  color: rgba(255,255,255,1);
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: -0.2px;
}

.modalFooter__text {
  border-radius: 0px 0px 6px 6px;
  opacity: 1;
  background-color: rgba(30,30,30, 1);
  position: relative;
  bottom: 0;
  margin-top: 0px; /* de 39 a 0 */
  padding: 14px 0;
}
.modalBox.login.newModal .modalFooter > :not(.modalFooter__text):last-of-type:not(p) {
  margin-bottom: 45px;
}

.modalFooter .modalFooter__text .modalMidleText {
  position: relative;
  z-index: 1;
}

.modalFooter__text:before {
  content: "";
  width: calc(100% + 132px);
  height: 100%;
  left: -66px;
  bottom: 0;
  position: absolute;
  z-index: 0;
  border-radius: 0 0 6px 6px;
  background-color: rgba(30,30,30, 1);
}

.modalBox.login.newModal .modalHeader, .modalBox.login.newModal .modalContent, .modalBox.login.newModal .modalFooter, .modalBox.login.newModal .modalBlock {
  padding: 0;
  margin: 0;
  width: 248px;
}

.modalBox.login.newModal .modalFooter {
  background: none;
}

.modalBox.login.newModal .modalContInput.login {
  width: 100%;
  opacity: 1;
  height: 46px;
  margin: 8px 0 0;
  position: relative;
}

::-ms-reveal { /* oculta ojo password por defecto Edge */
  display: none;
}

.modalBox.login.newModal .modalContInput.login input {
  width: 100%;
  border-radius: 6px;
  opacity: 1;
  background-color: rgba(255,255,255, 0.05);
  box-sizing: border-box;
  height: 46px;
  margin: 0;
  background-image: none;
  border: none;
  color: rgba(255,255,255,1);
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 19px;
  padding: 10px 13px;
  letter-spacing: -0.2px;
}

.modalBox.login.newModal .modalContInput.login i.active + input {
  padding-right: 43px;
}

.modalBox.login.newModal input.warning, .modalBox.login.newModal input.cuponWarning {
    border: none!important;
}

.modalBox.login.newModal .modalContInput.login input::placeholder{
  color: rgba(255,255,255,.25);
}

.modalBox.login.newModal .modalContInput.login input:-webkit-autofill,
.modalBox.login.newModal .modalContInput.login input:-webkit-autofill:hover,
.modalBox.login.newModal .modalContInput.login input:-webkit-autofill:focus,
.modalBox.login.newModal .modalContInput.login input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px rgb(50 50 50) inset !important;
  -webkit-text-fill-color: white !important;
  caret-color: white;
  border: 6px solid rgb(50 50 50);
  padding: 5px 8px;
}

.modalBox.login.newModal .modalContInput.login input.warning:-webkit-autofill{
  -webkit-text-fill-color: red !important;
  -webkit-box-shadow: 0 0 0 30px rgb(80 80 80) inset !important;
  -webkit-box-shadow: 0 0 0 30px rgb(50 50 50) inset !important;

}

.modalBox.login.newModal .modalContInput.login input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,1);
}
.modalBox.login.newModal .modalContInput.login input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,1);
}
.modalBox.login.newModal .modalContInput.login input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,1);
}
.modalBox.login.newModal .modalContInput.login input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,1);
}

.modalBox.login.newModal .modalContInput.login input:focus {
  border-radius: 7px;
  outline: 1px solid rgba(155,155,155, 1);
  background-color: transparent;
}

.modalBox.login.newModal a {
  color: rgb(1, 155, 244);
  border: none;
}

.modalBox.login.newModal .modalFooter .modalLightText, .modalBox.login.newModal .modalFooter .modalMidleText {
  color: rgba(148,148,148,1);
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;;
  font-size: 13px;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 16px;
}

.modalBox.login.newModal .modalFooter .btnModal {
  border-radius: 24px;
  opacity: 1;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  background-color: rgba(1, 155, 244, 1);
  color: rgba(255,255,255,1);
  max-height: 48px;
}

.modalBox.login.newModal .modalFooter .btnModal:hover {
  background-color: #34AFF6;
}

.modalBox.login.newModal .modalFooter .btnModal:disabled {
  background-color: rgba(255,255,255, 0.03);
  color: rgba(255,255,255,.2);
  cursor: default;
}

.modalBox.login.newModal .modalFooter .modalLightText a, .modalBox.login.newModal .modalFooter .modalMidleText a {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.modalBox.login.newModal .modalFooter .modalMidleText a {
  font-size: 14px;
}

.modalBox.login.newModal .modalFooter .modalLightText a:hover, .modalBox.login.newModal .modalFooter .modalMidleText a:hover {
  text-decoration: underline;
}

.modalBox.login.newModal .modalContent {
  margin-bottom: 5px;
}

.modalBox.login.newModal .div-closeModal {
  background-color: rgba(113,113,113, .4);
  background-image: none;
  right: 20px;
  top: 20px;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.modalBox.login.newModal .div-closeModal:after, .modalBox.login.newModal .div-closeModal:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #fff;
}

.modalBox.login.newModal .div-closeModal:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalBox.login.newModal .div-closeModal {
  background-color: rgba(113,113,113, .4);
  background-image: none;
  right: 20px;
  top: 20px;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.modalBox.login.newModal .div-closeModal:after, .modalBox.login.newModal .div-closeModal:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #fff;
}

.modalBox.login.newModal .div-closeModal:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalBox.login.newModal .modalHeader .modalLightText {
  opacity: 0.702567;
  color: rgba(255,255,255,1);
  font-family: 'Helvetica', 'Roboto',"Arial", sans-serif;;
  font-size: 17px;
}

.modalBox.login.newModal .modalContent .packageSelector {
  width: 100%;
}

.modalBox.login.newModal .modalContent .packageSelector li span {
  position: relative;
  left: -20px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #999;
  background: none;
}

.modalBox.login.newModal .modalContent .packageSelector li {
  padding-left: 20px;
  text-align: left;
}

.modalBox.login.newModal .modalContent .packageSelector li:hover {
  opacity: .8;
  color: #fff;
}

.modalBox.login.newModal .modalContent .packageSelector li {
  color: #fff;
}

.modalBox.login.newModal .modalContent .packageSelector::-webkit-scrollbar-thumb{
  background-color: rgba(216,216,216,.12);
  border-radius: 5px;
}

.modalBox.login.newModal .modalContent .packageSelector::-webkit-scrollbar {
  width: 7px;
}

.modalBox.login.newModal .modalContent .packageSelector::-webkit-scrollbar-thumb:active {
  background-color: #d8d8d8;
  border-radius: 5px;
}
.modalBox.login.newModal .modalContent .packageSelector::-webkit-scrollbar-thumb:hover {
  opacity: .7;
}

.modalBox.login.newModal .modalContent .packageSelector::-webkit-scrollbar-track, .contenido-cookies article::-webkit-scrollbar-track {
  background: transparent;
}

.modalBox.login.newModal .modalContent .packageSelector li span:hover,
.modalBox.login.newModal .modalContent .packageSelector li span:active {
    background: none;
    opacity: 1;
}

.modalBox.login.newModal .modalContent .packageSelector li span:after, .modalBox.login.newModal .modalContent .packageSelector li span:after {
    background-color: rgba(50,50,50, 1);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(42,42,42, 0.9);
    box-sizing: border-box;
    opacity: 1;
}

.modalBox.login.newModal .modalContent .packageSelector li.active span:after, .modalBox.login.newModal .modalContent .packageSelector li:hover span:after{
    background-color: rgba(1, 155, 244, 1);
}
/* END newModal */

/* modalMedium */
.modalBox.login.newModal.modalMedium {
  width: min(43%, 626px);
  height: auto;
  box-sizing: border-box;
  padding: 60px 105px 0 105px;
  background-color: rgba(42,42,42, 1);
}

.modalBox.login.newModal.modalMedium .modalHeader,
.modalBox.login.newModal.modalMedium .modalContent,
.modalBox.login.newModal.modalMedium .modalFooter,
.modalBox.login.newModal.modalMedium .modalBlock {
  width: min(410px, 86%);
  margin: 0 auto;
}

.modalBox.login.newModal.modalMedium .modalFooter .btnModal {
  width: min(250px, 100%);
  display: block;
}
.modalBox.login.newModal.modalMedium .modalContent .modalContent__div {
  margin: -6px 0 14px 0;
}
.modalBox.login.newModal.modalMedium .modalContent .modalContent__div .modalNormalText, .modalBox.login.newModal.modalMedium .modalContent .modalContent__div a {
  margin: 0;
}
.modalBox.login.newModal.modalMedium .modalContent .modalContent__div .modalNormalText {
  text-transform: uppercase;
}
.modalBox.login.newModal.modalMedium .modalContent .modalNormalText {
  margin-bottom: 17px;
  position: relative;
  margin-top: 0;
}
.modalBox.login.newModal.modalMedium .modalContent .modalNormalText.last {
  margin-bottom: 53px;
}

/*.modalBox.login.newModal.modalMedium .modalContent .modalNormalText:after {
  border-bottom: 1px dashed rgba(255,255,255,.7);
  width: 30px;
  content: "";
  position: relative;
  top: 27.5px;
  margin: 0 auto;
  display: block;
  transform: scaleX(1.7);
}*/

.modalBox.login.newModal.modalMedium .modalHeader .modalHighText {
  margin-bottom: 22px;
  margin-top: 0;
}

.modalBox.login.newModal.modalMedium .modalFooter {
  color: rgba(178,178,178,1);
  font-size: 13px;
  font-weight: 300;
}

.modalBox.login.newModal.modalMedium .modalFooter .modalFooter-remember__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.modalFooter-remember {
  position: relative;
  width: 170px;
  margin: -16px auto 55px;
}

.modal .modalFooter-remember__label {
  padding: 0px 0 0 28.5px;
  color: rgba(178,178,178,1)!important;
  line-height: 15px;
      -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modalFooter-remember__input + .modalFooter-remember__label:before {
  position: absolute;
  left: 8px;
  top: -3px;
  width: 22px;
  height: 22px;
  border-radius: 1px;
  border: 1px solid rgba(147,147,147, 1);
  opacity: 0.589685;
  content: "";
}

.modalFooter-remember i {
  position: absolute;
  content: "";
  border-radius: 1px;
  background-color: rgba(255,255,255, 0.05);
  width: 16px;
  height: 16px;
  left: 12px;
  top: 1px;
}
.modalFooter-remember__input:checked ~ .modalFooter-remember__label:after {
  content: "";
  width: 10px;
  height: 5px;
  border: 3px solid #019BF4;
  margin-left: -1.75em;
  border-right: 0;
  border-top: 0;
  margin-top: 1em;
  transform: rotate(-55deg);
  position: absolute;
  left: 36px;
  top: -10px;
}
/* END modalMedium */

/* header especial para este login */
.login-sign {
  z-index: 9999999;
  position: fixed;
  display: flex;
  padding: 45px 96px;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.login-sign__left {
  width: 105px;
  height: auto;
}

.login-sign__right {
  display: flex;
}

.login-sign__right-p {
  font-size: 17px;
  color: rgba(255,255,255,.7);
  text-wrap: nowrap;
  font-weight: 200;
  margin: 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-sign__right-bt {
  border-radius: 7px;
  opacity: 1;
  background-color: rgba(1, 155, 244, 1);
  /*width: 100%;*/
  font-size: 17px;
  font-weight: 300;
  border: none;
  max-height: 51px;
  text-transform: uppercase;
  /*min-width: 220px;*/
  text-align: center;
  line-height: 50px;
  font-size: 19.32px;
  padding: 0 23px;
  font-family: 'apercuBold';
  letter-spacing: 0.4px;
  transition: opacity .5s ease;
}
.login-sign__right-bt:hover{
  background: #ffffff;
  color: #000000;
  opacity: .7;
}
@media (max-width: 800px) {
  .login-sign{
    margin: 30px;
    padding: 0;
    box-sizing: border-box;
    width: calc(100% - 60px);
    justify-content: space-between;
  }
  .login-sign__right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .login-sign__right-p {
    margin-top: 6px;
    font-size: 14px;
  }
  .login-sign__right-bt{
    font-size: 13px;
    padding: 9px 23px;
    line-height: 13px;
    min-height: 34px;
    box-sizing: border-box;
    line-height: 16px;
  }
}
.modalBox.login.newModal .modalContInput.login input::placeholder{
  color: rgba(255,255,255,.25);
}
.modalBox.login.newModal .modalContInput.login span {
  color: rgba(1, 155, 244, 1) !important;
}

.modalBox.login.newModal .modalNormalText {
  color: rgba(255,255,255,.7);
  font-size: 17px;
  font-weight: 300;
}
/* aspa usuario */
.user_aspa {
  opacity: 0;
  transition: opacity .5s;
}
.user_aspa.active {
  opacity: 1;
}
.user_aspa:before, .user_aspa:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  background-color: rgba(255,255,255, 1);
  width: 2px;
  height: 16px;
  transform: rotate(-45deg) translate(8px, 0px);
}
.user_aspa:after {
  transform: rotate(45deg) translateY(-50%);
}
/* END aspa usuario */

/* ojo password */
.bi.bi-eye {
  position: absolute;
  right: 0;
  background-image: url(../img/ico-ojoOn.svg);
  width: 24px;
  height: 22px;
  top: 12px;
  right: 12px;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.bi.bi-eye-slash {
  position: absolute;
  right: 0;
  background-image: url(../img/ico-ojoOff.svg);
  width: 24px;
  height: 22px;
  top: 12px;
  right: 12px;
}
.bi.bi-eye, .bi.bi-eye-slash {
  opacity: 0;
  transition: opacity .5s;
}

.bi.bi-eye.active, .bi.bi-eye-slash.active {
  opacity: 1;
}
/* end ojo password */
/* END nuevo modal credenciales */
