html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
}

.img-banner {
  background: linear-gradient(
  to left,
  rgba(0,0,0,0),
  #451364
),url(../img/bg-hazte-cliente.jpg);
  background-size: cover;
  align-items: center;
  justify-content: center;
  padding: 45px 20px;
}

.banner-hazte-cliente {
  height: 240px;
  background-position: center;
} 

.banner-hazte-cliente-voucher {
    height: 149px;
    background-position: inherit;
  } 

.banner-hazte-cliente .container-text .title, .banner-hazte-cliente-voucher .container-text .title {
  font-family: 'Faustina', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 65px;
}

.content {
    max-width: 1106px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    font-weight: 300;
    padding: 0 20px;
}

.content .box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  padding: 35px 20px;     
}

.content .box .text{
  font-family: Titillium Web;
  font-size: 20px;
  line-height: 30px;  
  padding: 0 70px;
  margin: 0; 
}

@media (max-width: 800px) {
.content .box .text{

  font-size: 18px;
  line-height: 27px;  
  padding: 0 20px;
}
}

.content .item {
  padding-bottom: 20px;
  border-bottom: 1px solid  #E9E9E9;
}

.content .item .title{
  color: #692A92;
  font-family: Titillium Web;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
}


/* INICIO AJUSTES ETIQUETAS BUSCADOR */
.search-tag {
  background-color: #f4f6f8;
  border-radius: 8px;
  padding: 3px 10px;
  width: auto;
  font-size: 14px;
  margin: 0;
}

.search-tag .tag-icon-close {
  padding-left: 10px;
}

.selection {
  font-size: 14px;
}

.select2-results__option {
  color: #555555;
  font-size: 14px;
  background-color: #f4f6f8;
  /* border-radius: 8px; */
  padding: 3px 10px;
  width: auto;
  font-size: 14px;
  margin: 0;
}

.select2-selection__choice {
  background-color: #f4f6f8 !important;
  border-radius: 8px !important;
  padding: 3px 10px !important;
  width: auto !important;
  font-size: 14px !important;
  margin: 0;
  border: inherit !important;
  position: relative;
  padding-right: 30px !important;
  color: #555555 !important;
}

.select2-selection__choice__remove {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 10px;
  z-index: 11;
}

.select2-selection__choice__remove .la-times {
  position: absolute;
  right: -10px;
  top: -2px;
  z-index: 14;
  padding-right: 7px;
  font-size: 17px;
  cursor: pointer;
}

/* FIN AJUSTES ETIQUETAS BUSCADOR */

/* INICIO CHECKBOX */
.input-checkbox {
  position: relative;
  margin-bottom: 0px;
  margin-top: 16px;
  overflow: hidden;
  float: right !important;
  user-select: none;
}

.input-checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  z-index: 3;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0;
}



.input-checkbox input:checked + .fakecheck:after {
  text-align: center;
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 25px;
  height: 25px;
  z-index: 2;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.input-checkbox .fakecheck {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border: solid 1px #cccccc;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  border-radius: 4px;
  /* position: relative; */
}

.input-checkbox label {
  text-align: justify;
  color: #555555;
  font-size: 16px;
  line-height: 27px;
  margin-top: 3px;
  cursor: pointer;
  padding-left: 30px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .input-checkbox  {
    margin-bottom: 30px;
  }
}



/* FIN CHECKBOX */

input:focus{
outline:0px;
}

textarea:focus{
outline:0px;
}

button:focus{
outline:0px;
}

.email-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-contact--holder select{
  color: #999 !important;
} 

.button {
  border: solid 1px #692e91;
  display: inline-block;
  border-radius: 3px;
  min-width: 175px;
  max-width: 100%;
  text-align: center;
  color: #6a2e92;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 10px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .button {
    margin-bottom: 15px;
  }
}

@media (max-width: 470px) {
  .button {
    width: 100%;
  }
}

.button + .button {
  margin-left: 15px;
}

@media (max-width: 470px) {
  .button + .button {
    margin-left: 0;
  }
}

.button.approves {
  background-color: #498B2B;
  border-color: #498B2B;
  color: #fff;
}

.button.approves:hover {
  background-color: #3A7021;
}

.button.neutro {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #555555;
}

.button.neutro:hover {
  background-color: #CCCCCC;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.label {
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  white-space: inherit;
  text-align: start;
}
  
.clear {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #4a4a4a;
  position: relative;
  padding-left: 45px;
}
 
input[type='text'], textarea {
  border-radius: 3px;
  display: inline-block;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 9px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
  position: relative;
  width: 100%;
}

textarea {
  min-height: 130px;
  margin-bottom: 0px;
}

input[type='submit'] {
  cursor: pointer;
  border-radius: 3px;
  border: none;
  padding: 8px 5px;
  width: 176px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  background-color: #498B2B;
}

input[type='submit']:hover {
  background-color: #3A7021;
}

input[type='submit'].disabled {
  opacity: 0.4;
  pointer-events: none;
}

.right input[type='submit'] {
  margin-left: 15px;
}

.input p {
  margin-bottom: 0;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 21px;
}

.input-error {
  position: relative;
}

.input-error input, .input-error textarea, .input-error select {
  border-color: #db3b3b;
  margin-bottom: 0;
}

.input-error p {
  color: #E60D2E;
  font-size: 14px;
  line-height: 19.6px;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
}

.error-p{
  display:none;
}

.input-error .error-p{
  display: block
}  

.input-date {
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .input-date {
    margin-bottom: 20px;
  }
}

.input-date input {
  cursor: pointer;
}

.input-date icon {
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 2px #cccccc;
  z-index: 2;
  pointer-events: none;
  color: #692e91;
  font-size: 30px;
  padding: 6px 5px;
  padding-bottom: 0;
  height: 100%;
}

 /* INICIO ESTILOS INPUT */

.input-single {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .input-single {
    margin-bottom: 15px;
  }

  .title {
      font-size: 27px !important;
    }
}

.box .input-single {
  margin-bottom: 20px;
}

/* FIN ESTILOS INPUT */


 /* INICIO ESTILOS SELECT */

select {
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border: none;
  border-radius: 3px;
  display: block;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 9px 10px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
  position: relative;
  margin-bottom: 20px;
  outline: 0;
  background-image: url("../img/select.png");
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: 95% 18px;
  appearance:none;
}

select::-ms-expand {
  display: none;
}

 /* FIN ESTILOS SELECT */


 .button-icon {
  color: #6A2E92;
  font-size: 26px !important;
  cursor: pointer !important;
}



/* Reset button */
button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}



.card {
border-radius: 5px;
background: #DAD3E3;
border: 1px solid #C9B8D5;
display: flex;
align-items: center;
margin-top: 7px;
margin-bottom: 7px;
}

@media (max-width: 800px) {
.card {
  display: inherit;
  padding: 20px 5px;
}
.card .input {
  padding: 5px !important;
}

}



.card .input {
padding: 15px;
}

.card .input-checkbox {
margin-bottom: 0;
overflow: inherit;
}

.card .input-checkbox .fakecheck  {
top: 0;
}

.card .input-checkbox label  {
margin: 0;
line-height: 22px;
}

.card .input .label{
padding-top: 0;
}

.card .input .label strong {
font-weight: 700;
}

.less {
color: #692A92;
cursor: pointer;
display: flex;
vertical-align: middle;
float: right;
padding-top: 20px;
padding-bottom: 20px;
}

@media (max-width: 1199px) {
.less {
display: block;
  }
}

.less a {
color: #692A92;
font-size: 16px;
font-weight: 600;
}

.less i {
font-size: 26px;
cursor: pointer;
padding-left: 5px;
}

.upload {
display: flex;
align-items: center;
vertical-align: middle;
padding-bottom: 20px;

}

.upload a {
margin: 0;
}

.upload-document {
display: flex;
}

/* COMPROBNTE */
.voucher {
max-width: 1106px;
margin: 0 auto;
font-weight: 300;
padding: 20px;
}

.voucher .container-check {
background: #E4F3DD;
display: flex;
align-items: center;
max-width: 1127px;
padding: 35px 85px;
margin-top: 10px;
margin-bottom: 30px;
}

.voucher .container-fail {
  background: #f8d7da;
  display: flex;
  align-items: center;
  max-width: 1127px;
  padding: 35px 85px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* @media (max-width: 450px) {
  .voucher .container-check {
    background: #E4F3DD;
    display: flex;
    align-items: center;
    max-width: 1127px;
    padding: 35px 20px 35px 35px;
 
  }
} */

.voucher .container-check img {
  width: 46px;
  height: 46px;
  margin-bottom: 0px !important;
}

.voucher .container-fail img {
    width: 46px;
    height: 46px;
    margin-bottom: 0px !important;
}

.voucher .text--1 {
margin-left: 58px;
width: 100%;
}

.voucher .text--1  .head{
font-size: 20px;
}

.voucher .text--1  p{
margin: 0;
}

.voucher .container-check .text--1  .head {
	width: 100%;
}

.voucher .container-fail .text--1  .head {
  width: 100%;
}

.voucher .container-check .text--1  p.description  span {
  font-size: 14px;
  float: right;
}

.voucher .container-fail .text--1  p.description  span {
  font-size: 14px;
  float: right;
}


@media (max-width: 450px) {
  .voucher .container-check .text--1  p.description  span {
    font-size: 14px;
    float: left;
    padding-top: 10px;
  }
  .voucher .container-check {
    background: #E4F3DD;
    display: flex;
    align-items: center;
    max-width: 1127px;
    padding: 35px 20px 35px 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .voucher .text--1 {
    margin-left: 15px;
    width: 100%;
  }

  .voucher .container-fail .text--1  p.description  span {
    font-size: 14px;
    float: left;
    padding-top: 10px;
  }
  .voucher .container-fail {
   background: #f8d7da;
    display: flex;
    align-items: center;
    max-width: 1127px;
    padding: 35px 20px 35px 35px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  }

  @media (max-width: 768px) {
    .voucher .container-check .text--1  p.description  span {
      font-size: 14px;
      float: left;
      padding-top: 10px;
    }
	.col-xs-12{
		float:none;
	} 

    .voucher .container-fail .text--1  p.description  span {
      font-size: 14px;
      float: left;
      padding-top: 10px;
    }
    }
    
    @media (max-width: 375px) {
    .table-info {
        font-family: 'Titillium Web', sans-serif;
        font-size: 14px !important;
    }
    }
    
    @media (max-width: 320px) {
    .table-info {
        font-family: 'Titillium Web', sans-serif;
        font-size: 13px !important;
    }
    }


/* TABLA */
.table-info {
height: auto;
font-family: 'Titillium Web', sans-serif;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
padding: 20px 30px 20px 30px;
background: #FFFFFF;
border-radius: 5px;
font-size: 16px;
}

.table-info--error {
display: flex;
align-items: center;
}

.table-info--error p {
margin: 0;
font-size: 18px;
}

.table-info--error i {
font-size: 48px;
padding-right: 20px;
}

.table-info .table-info-box .line {
border-bottom: 1px solid #D8D8D8;
padding-top: 20px;
margin-bottom: 20px;
display: flex;
}

.table-info .table-info-box .line {
border-bottom: 1px solid #D8D8D8;
padding-top: 10px;
margin-bottom: 10px;
display: flex;
}

.table-info .table-info-box .list-content .title-list{
color: #6A2E92;
font-weight: 600;
}

.table-info .table-info-box .list-content .list{
font-weight: 100;
font-weight: 400;
padding-left:15px;
line-height: 30px;
font-size: 16px;
column-count: 2;
}

.table-info .table-info-box .list-content .list-item .insurance{
font-size: 12px;
color: #999999;
padding-left: 10px;
padding-right: 10px;
}

.table-info .table-info-box .list-content .list-item .insurance i{
font-size: 16px;
}

.table-info .table-info-radio:first-child {
border-top: none;
padding: 0;
}

.table-info .table-info-radio {
 border-top: 1px solid #D8D8D8;
 padding: 15px 0;
}

.table-info .table-info-radio .question {
font-size: 16px;
font-weight: 600;
}

.table-info .table-info-radio .data-description {
color: #555555;
font-size: 12px;
line-height: 18px;
text-align: justify;
padding-top: 5px;
}

.table-info .table-info-radio .item-checks .form-check {
display: inline;
padding-right: 15px;
color: #6A2E92;
}

.table-info .data  {
width: 100%;
}

.table-info .data .data-info {
text-align: right;
}

.table-info .data .data-fila, .table-info .data-fila {
border: none;
}

.table-info .data .data-fila .data-description {
font-weight: 500;
color: #6a2e92;
}

.table-info .data .data-fila td, .table-info  .data-fila td {
padding: 5px 0 0;
}

.bold {
font-weight: 600 !important;
}


.table-title {
color: #692A92;
font-weight: 600;
font-size: 24px;
line-height: 37px;
padding-bottom: 5px;
}

.voucher-button {
margin-top: 35px;
text-align: center;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #555;
opacity: 1 /* esto es porque Firefox le reduce la opacidad por defecto */;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ccc;
opacity:  1;
}
::-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ccc;
}

select,
option {
    color: #555;

}

@supports (-moz-appearance:none) {
select, option
{
-moz-appearance:none !important;
color: #555;
}
}



.captcha {
  padding: 10px;
  background: pink;
  margin-bottom: 20px;
  text-align: center;
  min-width: 250px;
  margin: 0 auto;
}


.confirmation_button {
  text-align: end;
}