/*ACTUALIZACION DATOS - Hoja de Estilos Modal*/
#upDateModal .width-force {
  max-width: 100%;
}


a.linksUdpData{
  text-decoration: underline;
}

#modDialog-text{
  color: #919191;
  font-family: 'Lato',sans-serif;
  font-size: 1rem;
  text-align: center;
  padding: 0.7rem 2rem 0.1rem 2rem;
  line-height: 1.2rem;
}
#modDialog-text strong{
    font-family: 'Lato',sans-serif;
    font-weight: 900;
}

.modDialog-title{
  padding: 2.5rem 2rem 1rem 2rem;
}
.modDialog-title2{
  margin: 0 0 1rem 0;
}

span#title-bold1{
  font-family: 'Lato',sans-serif;
  color: #25a8c4;
}

span#title-bold2{
  font-family: 'LatoBold',sans-serif;
  color: #25a8c4;
}

.close-reveal-modal {
  color: #25a8c4;
  font-size: 1.8rem;
  margin: 0rem;
}

#modDialog-btn{
  background: #f26122;
  border: solid 1px #f26122;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px auto 30px;
  display: block;
  transition: .5s;
  max-width: 262px;
  color: #fff;
  padding: 0.7rem 5rem 0.6rem 5rem;
  font-size: 1rem;
  cursor: pointer;
}

#modDialog-btn:hover{
  border: solid 1px #fff;
}

.personal-data{
  padding: 1.5rem 2rem 1rem 2rem;
}

.personal-interests{
  background-color: #fff;
  padding: 1.5rem 0rem 1rem 0rem;
}

.app-data-info{
  padding: 1.5rem 2rem 1rem 2rem;
}

.personal-data label{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
  display: block;
  padding: 0 0 8px 3px;
}

.app-data-info label{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
  display: block;
  padding: 0 0 8px 3px;
}

.personal-data input[type=email], .personal-data input[type=text], .personal-data input[type=password]{
  width: 100%;
  height: 45px;
  background: #FFF;
  color: #414141;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  font-size: 0.8rem;  
}

.personal-data select{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #919191;
  background-color: #ffffff;
}

.app-data-info select{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
}

select:hover {
  background-color: #fff;
  border-color: #cccccc;
}

/* Custom Select */
.custom-select {
  font-family: 'Lato',sans-serif;
  font-style: normal;
  position: relative;
  display: block;
  height: 45px;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  margin: 0 0 1rem 0;
}

select{
  height: 45px;
}

/* Arrow */
.custom-select::after{
  content: '\25BC';
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #19aed8;
  pointer-events: none;
}
input .custom-select::after{
  content: '\25BC';
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #19aed8;
  pointer-events: none;
}

.personal-data input[type=date]{
  font-family: 'Lato',sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #919191;
  position: relative;
  display: block;
  height: 45px;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  margin: 0 0 1rem 0;
}

.personal-interests input[type=checkbox] + label {
  background: #fff;
  border: 1px solid #8b8b8b;
  padding: 7px 15px;
  border-radius: 30px;
  color: #8b8b8b;
  cursor: pointer;
  margin: 5px;
  font-size: 0.8rem;
  font-family: 'Lato',sans-serif;
}

.personal-interests input[type=checkbox]:checked + label {
  background: #19aed8;
  border: 1px solid #19aed8;
  padding: 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 0.8rem;
  font-family: 'Lato',sans-serif;
}

.personal-interests input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input#user_birthday .form-control::after{
  content: '\25BC';
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #19aed8;
  pointer-events: none;
}


.temas-interests-mod{
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1rem;
  color: #919191;
}

.centrar-interests-mod{
  padding: 0 2rem 0 2rem;
}

/*Place Holder*/

.personal-data input[type=email]::-webkit-input-placeholder, .personal-data input[type=text]::-webkit-input-placeholder, .personal-data input[type=password]::-webkit-input-placeholder{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
}

.personal-data input[type=email]::-moz-placeholder, .personal-data input[type=text]::-moz-placeholder, .personal-data input[type=password]::-moz-placeholder{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
}

.personal-data input[type=email]:-ms-input-placeholder, .personal-data input[type=text]:-ms-input-placeholder, .personal-data input[type=password]:-ms-input-placeholder{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
}

.personal-data input[type=email]:-moz-placeholder, .personal-data input[type=text]:-moz-placeholder, .personal-data input[type=password]:-moz-placeholder{
  font-family: 'Lato',sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: #919191;
}

.btn-links{
  text-align: center;
  padding: 0rem 2rem 2rem 2rem;
  color: #969696;
}

.img-cvv {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  right: 0;
  position: absolute;
}
#security img{
     width: 22%;
}
span#text-secure-shop {
    font-size: 0.81rem;
    display: block;
        margin: 8px 0 0;
}


/*Round Checkbox */

#input-billing input[type="checkbox"] {
  display: none;
}
#input-billing label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #919191;
    font-family: 'Lato',sans-serif;
    font-size: 0.9rem;    
    margin: 0 1rem 1rem;
    padding: 0;
    margin-left: 0!important;
}
#input-billing label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid #25a8c4;
    border-radius: 50%;
    vertical-align: -7px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    background: #ffffff;
}
#input-billing label span::before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #25a8c4;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}
#input-billing label span::after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #25a8c4;
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}
#input-billing label:hover span::after {
    width: 10px;
    transition: width 150ms ease 100ms;
}
#input-billing label:hover span::before {
    width: 5px;
    transition: width 100ms ease;
}
#input-billing input[type="checkbox"]:checked + label:hover span {
    background-color: #25a8c4;
    transform: scale(1.25);
}
#input-billing input[type="checkbox"]:checked + label span {
    background-color: #25a8c4;
    transform: scale(1.25);
}
#input-billing input[type="checkbox"]:checked + label:hover span::before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
#input-billing input[type="checkbox"]:checked + label:hover span::after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
#input-billing input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 1rem;
}
#input-billing input[type="checkbox"]:checked + label span::before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
#input-billing input[type="checkbox"]:checked + label span::after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
.back-input-remove {
    background: #ebebeb!important;
    color: #ababab !important;
    cursor: context-menu;
}

#text-dates p{
color: #919191;
font-family: 'Lato',sans-serif;
font-size: 0.9rem;
margin: 0 0 1rem;
}

#lbl-expiration-date {
  text-align: left;
  color: #3798b9;
  font-size: 0.87rem;
  font-weight: normal;
  font-family: 'Lato',sans-serif;
  padding: 0 0 17px 3px;
  text-transform: inherit;
}
div#datos-tarjeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#datos-tarjeta .select-multi {
    height: 28px;
    padding: 0 0.2rem;
}
#datos-tarjeta input[type="text"] {
    height: 28px;
}

/*Media Query Mobiles*/

@media (max-width: 1232px) and (min-width: 641px) {
.reveal-modal.large{
  margin-left: -49%;
  width: 98%;}
}
@media all and (max-width: 1024px) {
div#datos-tarjeta {
  display: block;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
}
@media all and (max-width: 640px) {
#input-billing {
  margin: 1.5rem 0 0 0;
}
}
@media all and (max-width: 39.9375em) {
  .row .row.collapse {
    width: auto;
    max-width: none;
    margin: auto;
  }

  #modDialog-btn{
    background: #f26122;
    border: solid 1px #f26122;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px auto 30px;
    display: block;
    transition: .5s;
    max-width: 250px;
    color: #fff;
    padding: 0.7rem 2.5rem 0.6rem;
    font-size: 1rem;
  }

  #modDialog-btn:hover{
    border: solid 1px #fff;
  }
  .personal-interests{
    margin: 0 -18px !important;
}
.centrar-interests-mod {
    padding: 0 0.5rem 0;
}
#modDialog-text {
    padding: 0px;
}
.modDialog-title {
    padding: 1.8rem 0rem 1rem;
}
.personal-data {
    padding: 1.5rem 0rem 1rem;
}
.app-data-info {
    padding: 1.5rem 0 1rem;
}
div#datos-tarjeta {
  display: block;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.btn-links{
  padding: 0;
}
#input-billing label {
    font-size: 0.87rem;
}
#datos-tarjeta .select-multi {
    padding: 0 0.5rem;
}
}
select.disabled {
    color: graytext;
}