/*
0.FORM :: General
1.FORM :: Contact Form
2.FORM :: Modal Form
3.FORM :: Datos usuario
4.FORM :: Modal Nueva dirección
5.FORM :: Método de pago
6.FORM :: Modal mensajes
7.FORM :: Search
*/

/*------------------------------------
0.FORM :: General
------------------------------------*/
form .fl {
  margin: 0;
}

form .form-group {
  margin: 18px 0;
}

form .form-group input,
form .form-group textarea,
form .form-group select {
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #a1b1bc;
  color: #243749;
  outline: 0 none !important;
  box-shadow: none !important;
}

html[lang="es-PA"] form .form-group textarea {
  min-height: 120px;
}

form .form-group input[type=date]:before {
  content: "\f073";
  font-family: Font Awesome\ 5 Free;
  font-weight: 300;
  margin-right: 7px;
  color: #a1b1bc;
  font-size: 12px;
}

form .form-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1b1bc;
  opacity: 1;
  /* Firefox */
}

form .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1b1bc;
}

form .form-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1b1bc;
}

form .form-group textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1b1bc;
  opacity: 1;
  /* Firefox */
}

form .form-group textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1b1bc;
}

form .form-group textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1b1bc;
}

.custom-control-labe,
.custom-control-label::after,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  outline: none 0 !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background: #394a5a;
}

label.custom-control-label.error_input::after {
  outline: solid 1px #FF6D68 !important;
  border-radius: 4px !important;
}

#checkAcepto+label,
#checkAceptoconsentimiento+label
{
color: #243749;
font-size: 14px;
}

#checkAcepto+label a,
#checkAceptoconsentimiento+label a {
  color: #243749;
  text-decoration: underline !important;
}

#checkAcepto+label a:hover,
#checkAceptoconsentimiento+label a:hover {
  opacity: 0.75;
}

label::before,
label::after {
  outline-style: none !important;
  box-shadow: none !important;
}

.w-0 {
  width: 0% !important
}

.w-5 {
  width: 5% !important
}

.w-10 {
  width: 10% !important
}

.w-15 {
  width: 15% !important
}

.w-17 {
  width: 17% !important
}

.w-20 {
  width: 20% !important
}

.w-30 {
  width: 30% !important
}

.w-35 {
  width: 35% !important
}

.w-40 {
  width: 40% !important
}

.w-45 {
  width: 45% !important
}

.w-55 {
  width: 55% !important
}

.w-60 {
  width: 60% !important
}

.w-65 {
  width: 65% !important
}

.w-70 {
  width: 70% !important
}

.w-80 {
  width: 80% !important
}

.w-85 {
  width: 85% !important
}

.w-90 {
  width: 90% !important
}

.w-95 {
  width: 95% !important
}

/*------------------------------------
1.FORM :: Contact Form
------------------------------------*/
.bckg.contacto-form {
  padding-bottom: 60px;
}

.contact-md {
  margin-bottom: 30px;
  margin-top: 40px;
}

.contact-md .custom-control.custom-checkbox {
  margin-left: 15px;
}

.contact-md+div button.btn-devicare {
  padding: 8px 0 !important;
}


/*------------------------------------
2.FORM :: Modal Form
------------------------------------*/
.modal-form .modal-body {
  padding: 0;
}

.modal-form .modal-dialog.modal-lg {
  max-width: 700px;
}

.modal-form button.close {
  margin: 25px;
}

.modal-form .modal-body h6 {
  text-align: center;
  border-bottom: 1px solid #eceff2;
  padding-bottom: 15px;
  font-size: 20px;
  margin-bottom: 30px;
}

.modal-form .modal-body button.btn-devicare {
  margin: 40px auto 10px;
  padding: 12px 0;
}

.modal-form .modal-body .col-md-12 button.btn-devicare {
  margin-top: 20px;
}

.modal-form h6.uk {
  border: none;
  font-size: 18px;

}





/*------------------------------------
3.FORM :: Datos usuario
------------------------------------*/
#datos-md .boxed-info {
  padding: 15px 15px 35px;
}

#datos-md .boxed-info form .form-group label {
  margin-right: 15px;
}

#datos-md .boxed-info form .form-group label.direccion-md {
  width: 22%;
}

#datos-md .boxed-info form .form-group label.nombre-md {
  width: 19%;
}

#datos-md .boxed-info form .form-group label.apellidos-md {
  width: 17%;
}

#datos-md .boxed-info form .form-group label.dni-md {
  width: 15%;
}

#datos-md .boxed-info form .form-group label.poblacion-md {
  width: 30%;
}

#datos-md .boxed-info form .form-group label.provincia-md {
  width: 30%;
}

#datos-md .boxed-info form .form-group label.address-md {
  width: 15%;
}

#datos-md .boxed-info form .form-group label.cp-md {
  width: 10%;
}

#datos-md .boxed-info form .form-group label.tel-md {
  width: 27%;
}

#datos-md .boxed-info form .form-group label.email-md {
  width: 19%;
}

#datos-md .boxed-info form .form-group label.direccion-md+select {
  width: calc(100% - 22% - 20px)
}

#datos-md .boxed-info form .form-group label.nombre-md+input {
  width: calc(100% - 19% - 20px)
}

#datos-md .boxed-info form .form-group label.apellidos-md+input {
  width: calc(100% - 17% - 20px)
}

#datos-md .boxed-info form .form-group label.dni-md+input {
  width: calc(100% - 15% - 20px)
}

#datos-md .boxed-info form .form-group label.poblacion-md+input {
  width: calc(100% - 30% - 20px)
}

#datos-md .boxed-info form .form-group label.provincia-md+input {
  width: calc(100% - 30% - 20px)
}

#datos-md .boxed-info form .form-group label.provincia-md+select {
  width: calc(100% - 30% - 20px)
}

#datos-md .boxed-info form .form-group label.address-md+input {
  width: calc(100% - 15% - 20px)
}

#datos-md .boxed-info form .form-group label.cp-md+input {
  width: calc(100% - 10% - 20px)
}

#datos-md .boxed-info form .form-group label.tel-md+input {
  width: calc(100% - 27% - 20px)
}

#datos-md .boxed-info form .form-group label.email-md+input {
  width: calc(100% - 19% - 20px)
}

#datos-md .boxed-info button.btn-secondary {
  margin-left: 15px;
  margin-top: 30px;
}

/*------------------------------------
4.FORM  :: Modal Nueva dirección
------------------------------------*/
.direccion-new .modal-body form {
  max-width: 90%;
  margin: 0 auto;
}

.direccion-new .modal-body form .form-group label.address-md {
  width: 22%;
}

.direccion-new .modal-body form .form-group label.cp-md {
  width: 16%;
}

.direccion-new .modal-body form .form-group label.poblacion-md {
  width: 29%;
}

.direccion-new .modal-body form .form-group label.provincia-md {
  width: 29%;
}

.direccion-new .modal-body form .form-group label.poblacion-md+input {
  width: calc(100% - 29% - 20px)
}

.direccion-new .modal-body form .form-group label.provincia-md+input {
  width: calc(100% - 29% - 20px)
}

.direccion-new .modal-body form .form-group label.provincia-md+select {
  width: calc(100% - 29% - 20px)
}

.direccion-new .modal-body form .form-group label.cp-md+input {
  width: calc(100% - 16% - 20px)
}

.direccion-new .modal-body form .form-group label.address-md+input {
  width: calc(100% - 22% - 20px)
}

/*------------------------------------
5.FORM  :: Método de pago
------------------------------------*/

#datos-md .boxed-info form .form-group label.tpago-md {
  width: 27%;
}

/*------------------------------------
6.FORM :: Modal mensajes
------------------------------------*/
.mesage i {
  font-size: 35px;
  padding-bottom: 13px;
}

/*------------------------------------
7.FORM :: Search
------------------------------------*/
#ctn-bars-search .input-group-text {
  background-color: #fff;
  border: 1px solid #a1b1bc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.input-search {
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #a1b1bc;
  border-left: 0px !important;
  color: #243749;
  outline: 0 none !important;
  box-shadow: none !important;
  height: 42px;
  border-radius: 8px;
  width: 100%;
}

input.input-search::placeholder {
  font-weight: 700;
  color: #243749 !important;
}

input.input-search:focus {
  border: 1px solid #a1b1bc;
}

#spinner_modal {
  position: absolute;
  top: 47%;
  left: 46%;
}

.loading-content {
  border: 19px solid #fff0c5;
  border-top: 19px solid #ffc107;
  background-color: #ffffffcc;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  animation: spin 2s linear infinite;
}

	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

/*Mensaje informativo input*/
p{
  &.info-input{
    font-size:13px;
    line-height: 19px;
    font-style: italic;
  }
}

.error_text {
  color: #FF6D68;
  font-size: 14px;
}

.error_input {
  border: 2px solid #FF6D68 !important;
}

label.custom-control-label.error_input::after {
  outline: solid 2px #FF6D68 !important;
  border-radius: 4px !important;
}