a:focus {
  box-shadow:none !important;
}
.content-header{
  padding: 0;
  margin: 0;
}
.form-item{
  margin: 0;
}
.form-element{
  min-height: 60px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #c1c1c1;
  background-color: #fff;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.form-element:focus {
  box-shadow: 0 0 0 1px white, 0 0 0 3px black;
}
.form-element:hover:focus {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #ff7a31;
}
/*estilos usuario logueado*/

body{
  /*background-image: radial-gradient(circle at 50% 49%, #ffc179, #ff7a31 90%, #ff4500 170%);*/
  background-image: url('../images/background.png'), radial-gradient(circle at 50% 49%, #ffc179, #ff7a31 90%, #ff4500 170%);
  /*background-image: radial-gradient(circle at 50% 49%, #FF9950, #FF7A3A 90%, #FF4F1B 170%);*/
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Corbel-Regular', sans-serif;
  font-size: 16px;
  color: #1f1f1f;
}
.path-node{
  color: white;
}
/*user-logged-in::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:  1440px;
  height: 900px;
  opacity: 0.2;
  background-image: url('../images/filtro.png');
  background-repeat: no-repeat;
  background-size: cover;
}*/
.content-header {
  position: absolute;
  width: 100%;
  background: transparent;
  text-align: center;
  z-index: 1;
}
.content-header .region-navigation{
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.content-header .region-navigation #block-forja-main-menu{
  max-width: 1440px;
  margin: 0 auto;
}
.content-header .region-navigation #block-forja-main-menu ul{
  padding: 0;
  margin: 0;
  text-align: right;
  margin-right: 70px;
}
.content-header .region-navigation #block-forja-main-menu ul li{
  padding: 30px;
  margin: 0;
  list-style: none; 
}
.content-header .region-navigation #block-forja-main-menu ul li a:hover{
  font-family: 'Corbel-Bold', sans-serif;
}
.content-header .region-navigation #block-forja-main-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width:  24px;
  height: 24px;
  background-image: url('../images/logout.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.content-header .region-navigation #block-forja-main-menu ul li a{
  text-decoration: none;
  color: white;
  position: relative;
  padding-left: 24px;
}
.content-header .l-branding{
  max-width: 1440px;
  margin: 0 auto;
}
.content-header .l-branding a {
  z-index: 1;
  position: relative;
}
.content-header .l-branding img {
  width: 134px;
  height: 28px;
  padding: 30px;
}
.content-main{
  padding-top: 88px;
  padding-left: 59px;
  padding-right: 59px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  min-height: calc(100vh - 100px);
}
.content-main::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width:  100%;
  height: 97px;
  background-image: url('../images/footer-home.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: -1;
}
.l-footer {
  background: white;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.l-footer a {
  font-size: 14px;
  text-decoration: none;
  color: #1f1f1f;
}
.l-footer img{
  width: 60px;
  filter: brightness(0%);
}


/*estilos deslogueado*/

.user-logged-out.path-frontpage .content-main{
  padding: 0;
  min-height: auto;
}
.user-logged-out.path-frontpage .content-main::before{
  position: relative;
}
.user-logged-out.path-frontpage .region-sidebar-second{
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: white;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-imagenlogin,
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-imagenlogin{
  background-image: url('../images/bg-login.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-imagenlogin::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background-image: url('../images/login-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 0;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-imagenlogin::after{
  content: "";
  position: absolute;
  bottom: 18px;
  left: 35px;
  width: 164px;
  height: 43px;
  background-image: url('../images/logo-forja.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 1;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-imagenlogin .field--name-field-image {
  display: flex;
  margin-top: 116px;
  position: relative;
  width: 100%;
  background: url('../images/bg-login-2.png') calc(50% + 24px) 77px no-repeat;
  /*comentar esta linea si se quiere igual al diseño*/
  background-size: auto calc(100vh - 317px);
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-imagenlogin .field--name-field-image img{
  margin: 0 auto;
  width: auto;
  height: 100%;
  z-index: 1;
  max-height: 784px;
  max-width: 409px;
  /*comentar esta linea si se quiere igual al diseño*/
  max-height: calc(100vh - 116px);
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock{
  margin-top: 245px;
  padding: 0;
  /*comentar este par de lineas si se quiere igual al diseño*/
  align-items:  center;
  margin-top:0;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width:  100%;
  height: 105px;
  background-image: url('../images/login-footer-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 0;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form {
  max-width: 388px;
  align-self: 'center';
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .form-element{
  margin-top: 20px;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .form-item--email,
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .form-item--password
{
  position: relative;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .form-item--email::before{
  content: '';
  position: absolute;
  right: 25px;
  top: 40px;
  background-image: url('../images/email.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .form-item--password::before{
  content: '';
  position: absolute;
  right: 25px;
  top: 40px;
  background-image: url('../images/lock.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form h1{
  max-width: 240px;
  margin: 0 auto;
  font-size: 45px;
  line-height: 0.87;
  letter-spacing: normal;
  text-align: center;
  font-family: 'Corbel-Bold', sans-serif;
  margin-bottom: 13px;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .description{
  max-width: 388px;
  font-size: 22px;
  text-align: center;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .description strong {
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions{
  margin-top: 14px;
  float: right;
  position: relative;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions .throbber-example{
  float: left;
  position: absolute;
  width: 100px;
  right: 0;
  z-index: 1;
  height: 60px;
  display: none;
  align-items: center;
}
.form-process-in-progress .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions .throbber-example {
  display: flex !important;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions .continue-button{
  float: left;
  border-radius: 25px;
}
.form-process-in-progress .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions .button {
  opacity: 0.6;
  box-shadow: none !important;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions .button{
  width: 58px;
  height: 58px;
  padding: 17px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ff7a31;
  margin: 0;
  color: transparent;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form #edit-actions .button:hover{
  background-color: #FE4500;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .button:hover{
  background-color: #FE4500;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .button-container{
  position: relative;
}
.user-logged-out.path-frontpage .region-sidebar-second #block-forja-loginblock .app-functions-login-form .button-container::before{
  content: "";
  position: absolute;
  right: 17px;
  top: 17px;
  pointer-events: none;
  width:  24px;
  height: 24px;
  background-image: url('../images/arrow_forward.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 1;
}
.form-process-in-progress .region-sidebar-second #block-forja-loginblock .app-functions-login-form .button-container::before{
  opacity: 0.4;
}
.user-logged-out.path-frontpage .l-footer,
.user-logged-out.path-user .l-footer {
  background: #FE4500;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.user-logged-out.path-frontpage .l-footer a,
.user-logged-out.path-user .l-footer a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.user-logged-out.path-frontpage .l-footer img,
.user-logged-out.path-user .l-footer img{
  width: 60px;
}
.user-logged-out.path-user .region-content{
  height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-logged-out.path-user .content-header .l-branding{
  padding: 30px;
}
.user-logged-out.path-user .content-header .l-branding .wrapper-branding{
  width: 134px;
  height: 28px;
  margin: 0 auto;
}
.user-logged-out.path-user .region-content::after{
  content: "";
  position: absolute;
  bottom: 18px;
  left: 35px;
  width: 164px;
  height: 43px;
  background-image: url('../images/logo-forja.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 1;
}
.user-logged-out.path-user .region-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width:  100%;
  height: 105px;
  background-image: url('../images/login-footer-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 0;
}
.user-logged-out.path-user .region-content #user-login-form .button{
  background: #FE4500;
  border-radius: 20px;
  color: white;
  margin: 0 auto;
  margin-top: 50px;
}


/*estilos Home usuario logueado*/

.user-logged-in.path-frontpage .content-main{
  padding-left: 0;
  padding-right: 0;

}
.user-logged-in.path-frontpage .content-main .l-content,
.user-logged-in.path-frontpage .content-main .wrapper-first{
  max-width: 1044px;
  margin: 0 auto 0 265px;
}
.user-logged-in.path-frontpage .content-main .l-content{
  margin-top: 88px;
  /*comentar esto para que sea como el diseño*/
  /*margin-top: 58px;*/
}
.user-logged-in.path-frontpage .content-main .l-content #block-forja-userblock .hello{
  color: white;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: normal;
}
.user-logged-in.path-frontpage .content-main .l-content #block-forja-userblock .name{
  color: white;
  font-size: 25px;
  font-family: 'Corbel-Bold', sans-serif;
  line-height: 1.16;
  letter-spacing: normal;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first{
  display: flex;
  align-items: flex-start;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock{
  width: 502px;
  max-height: 395px;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width:  100%;
  height: 114px;
  background-image: url('../images/home-card-footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock .description {
  margin-bottom: 26px;
  margin-left: 48px;
  margin-right: 80px;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock .title {
  font-size: 35px;
  font-family: 'Corbel-Bold', sans-serif;
  margin-top: 57px;
  margin-bottom: 30px;
  padding-left: 138px;
  margin-right: 80px;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: left;
  position: relative;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock .title::after{
  content: "";
  position: absolute;
  top: 0;
  left: 48px;
  width:  74px;
  height: 74px;
  background-image: url('../images/analitycs.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 0;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form{
  display: flex;
  margin-left: 48px;
  margin-right: 80px;
  margin-bottom: 48px;
  z-index: 1;
  position: relative;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .id-number{
  max-width: 316px;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .button {
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 0;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ff7a31;
  color: transparent;
  margin-left: 16px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .button:hover{
  background-color: #FE4500;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .button-container{
  position: relative;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .button-container::before{
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  pointer-events: none;
  width:  24px;
  height: 24px;
  background-image: url('../images/arrow_forward.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 1;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-imagehome{
  margin-left: -100px;
  margin-top: -115px;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-imagehome img{
  position: relative;
  margin-bottom: -8px;
  width: auto;
  /*comentar esto para que sea como el diseño*/
  /*max-height: calc(100vh - 88px);*/
}


/*estilos historial*/
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .back,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .back
{
  position: relative;
  padding-left: 15px;
  margin-bottom: 11px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .back,
.user-logged-in .content-main .region-content .block-history-list-header-block .back
{
  position: relative;
  padding: 0;
  margin: 0;
  color: white;
  background: no-repeat;
  box-shadow: none;
  padding-left: 15px;
  margin-bottom: 11px;
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center left;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .back:hover,
.user-logged-in .content-main .region-content .block-history-list-header-block .back:hover
{
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .back::before, 
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .back::before, 
.user-logged-in .content-main .region-content .app-functions-patient-data-form .back::before 
{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width:  10px;
  height: 10px;
  background-image: url('../images/back.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .back a,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .back a,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .back a
{
  color: white;
  text-decoration: none;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .back a:hover,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .back a:hover,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .back a:hover
{
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-info-container,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .patient-info-container,
.user-logged-in .content-main .region-content .block-history-list-header-block .patient-info-container
{
  display:flex;
  margin: 0;
  padding: 12px 40px 11px 15px;
  border-radius: 10px;
  border: solid 1px #fff;
  margin-bottom: 19px;
}

.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-info-container,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .patient-info-container,
.user-logged-in .content-main .region-content .block-history-list-header-block .patient-info-container
{
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: normal;
  color: white;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .value,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-info-container .value,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .patient-info-container .value,
.user-logged-in .content-main .region-content .block-history-list-header-block .patient-info-container .value
{
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .edit-user,
.user-logged-in .content-main .region-content .block-history-list-header-block .patient-info-container .edit-user
{
  color: #FFF500;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
  transition: all 0.3s ease;
  margin: 0;
  background: none;
  box-shadow: none;
  padding: 0;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .edit-user:hover{
  color: white;
  transform: translateX(0.5%) scale(1.05);
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-info-container .patient-info-container-1,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .patient-info-container-1a,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .patient-info-container .patient-info-container-1
{
  flex: 1;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .patient-info-container-2,
.user-logged-in .content-main .region-content .block-history-list-header-block .patient-info-container .patient-info-container-2
{
  flex: 1;
  text-align: center;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .patient-info-container-3,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-info-container .patient-info-container-2a,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-info-container .patient-info-container-2,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-info-container .patient-info-container-2,
.user-logged-in .content-main .region-content .app-functions-patient-data-form .patient-info-container .patient-info-container-2,
.user-logged-in .content-main .region-content .block-history-list-header-block .patient-info-container .patient-info-container-3
{
  margin-right: 21px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container{
  float: right;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preferences-show-form-container{
  float: right;
  width: 100%;
}

.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preferences-show-form{
  margin: 0;
  background-color: #02A7A7;
  float: right;
  height: 40px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 35px 11px 21px;
  transition: all 0.3s ease;
  background-image: url(../images/arrow_forward.png);
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 24px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preferences-show-form:hover{
  background-color: #FE4500;
  transform: translateX(-0.05%) scale(1.005);
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .preference-fields-wrapper,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-fields-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 105px;
  padding-top: 30px;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper
{
  margin: 0 auto;
  max-width: 780px;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields{
  background-color: white;
  float: left;
  border-radius: 10px;
  width: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: url('../images/home-card-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 133px;
  padding: 20px 40px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields{
  background-color: white;
  float: right;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 406px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-image: url('../images/home-card-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 406px 133px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields{
  background-color: white;
  float: right;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 406px;
  position: absolute;
  right: 60px;
  top: 10px;
  background-image: url('../images/home-card-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 406px 133px;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields .history-hide-form,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .preferences-hide-form{
  background-color: white;
  color: transparent;
  width: 25px;
  height: 25px;
  float: right;
  padding: 0;
  margin: 0;
  background-image: url('../images/cancel.png');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  border-radius: 25px;
  margin: 11px;
  transition: all 0.5s ease;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields .history-hide-form:hover,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .preferences-hide-form:hover{
  transform: translateX(-0.5%) scale(1.05);
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields h5,
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields h5{
  float: left;
  width: 100%;
  font-size: 31px;
  line-height: 33px;
  font-weight: normal;
  text-align: center;
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields h5{
  float: left;
  font-size: 31px;
  line-height: 33px;
  font-weight: normal;
  text-align: left;
  width: -webkit-fill-available;
  margin: 25px 53px;
  font-family: 'Corbel-Regular', sans-serif;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields h5 strong{
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields h5{
  float: left;
  width: 100%;
  font-size: 31px;
  line-height: 33px;
  font-weight: normal;
  margin: 10px 53px;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields h5 strong,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields h5 strong{
  font-family: 'Corbel-Bold', sans-serif;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .form-type--textfield,
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .form-type--email{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields .address-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields .address-container .form-element{
  padding:0 5px;
  min-height: calc(((var(--input-padding-vertical) + var(--input-border-size)) * 2) + var(--input-line-height));
  height: auto;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields .address-container input{
  max-width: 65px;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields .address-container select{
  min-width: 60px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields .form-type--email,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--select,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--textarea,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--textfield{
  float: left;
  width: 100%;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .form-type--textfield input,
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .form-type--email input
{
  width: 100%;
  min-height: 50px;
  height: 50px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields .form-type--email .form-item__error-message,
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .form-type--textfield .form-item__error-message,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--textarea .form-item__error-message{
  margin-left: 50px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields .form-type--email input{
  width: -webkit-fill-available;
  margin: 0 53px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--textarea textarea{
  max-width: 316px;
  width: 100%;
  min-height: 165px;
  margin: 0 auto;
  padding-top: 20px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--select select,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--textfield input{
  max-width: 316px;
  margin-left: 45px;
  width: 100%;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--select label,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .form-type--textfield label{
  margin-left: 45px;
  margin-top: 20px;
  font-family: 'Corbel-Bold', sans-serif;
  font-size: 16px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #history-form-container .history-form-fields .history-submit-form{
  float: right;
  width: 58px;
  height: 58px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FF7A31;
  color: transparent;
  margin: 0;
  padding: 0;
  margin-top: 17px;
  margin-right: 37px;
  margin-bottom: 28px;
  background-image: url('../images/arrow_forward.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .preferences-submit-form{
  float: right;
  width: 58px;
  height: 58px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FF7A31;
  color: transparent;
  margin: 40px 0;
  padding: 0;
  background-image: url('../images/arrow_forward.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .preferences-submit-form{
  float: right;
  width: 58px;
  height: 58px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FF7A31;
  color: transparent;
  margin: 0;
  padding: 0;
  margin-top: 17px;
  margin-right: 37px;
  margin-bottom: 28px;
  background-image: url('../images/arrow_forward.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease;
}
.user-logged-in.path-datos-paciente .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-form-fields  .preferences-submit-form:hover,
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form #preference-form-container .preference-form-fields .preferences-submit-form:hover{
  background-color: #FE4500;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .patient-preferences-container{
  float: left;
  width: 100%;
  color: white;
  line-height: 18px;
  text-align: justify;
  margin-top: 30px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .show-productivity input{
  background-color: #ff4500;
  height: 40px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 20px 11px 21px;
  transition: all 0.3s ease;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .show-productivity input:hover{
  background-color: #FF7A31;
  transform: translateX(-0.05%) scale(1.005);
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .patient-preferences-container .body{
  margin-bottom: 10px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .patient-preferences-container .date{
  font-family: 'Corbel-Bold', sans-serif;
  margin-bottom: 10px;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .patient-preferences-container .more{
  color: #FFF500;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
  margin-top: 10px;
  float: left;
  transition: all 0.5s ease;
}
.user-logged-in.path-historial .content-main .region-content .app-functions-history-list-form .patient-preferences-container .more:hover{
  color: white;
  transform: translateX(0.5%) scale(1.005);
}

.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .no-results,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .no-results
{
  font-size: 25px;
  text-align: center;
  margin-top: 100px;
  float: left;
  width: 100%;
  color: white;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 105px;
  padding-top: 30px;
}

.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card{
  width: 32%;
  height: 294px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 22px;
  border: none;

  background-image: url('../images/home-card-footer.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -30px center;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card{
  width: 32%;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 22px;
  border: none;
  background-image: url('../images/home-card-footer.png');
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: bottom -30px center;
  padding-bottom: 72px;
  position: relative;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity{
  width: 100%;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .patient-productivity-form{
  float: left;
  width: 100%;
  margin: 20px 30px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .patient-productivity-form .form-item--group-service{
  float: left;
  margin-right: 20px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .patient-productivity-form .show-productivity {
  float: left;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .no-result{
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .data{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .data .object{
  width: 33.33%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object{
  float: left;
  margin: 10px 0;
}

.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .history-show-form-container .button{
  height: 39px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ff4500;
  padding: 0 10px;
  margin-top: 10px;
  float: right;
  transition: all 0.3s ease;
} 
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .history-show-form-container .button:hover{
  background-color: #FF7A31;
  transform: translateX(-0.05%) scale(1.005);
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .history-show-form-container .resend{
  background-color: #02A7A7;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value-lineal,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value
{
  float: left;
  margin: 0 34px;
  margin-top: 7px;
  width: -webkit-fill-available;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .confirm-schedule{
  background-color: #ff4500;
  height: 40px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 20px 11px 21px;
  transition: all 0.3s ease;
  margin: 10px 34px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .confirm-schedule:hover{
  background-color: #FF7A31;
  transform: translateX(-0.05%) scale(1.005);
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .title-value-lineal{
  float: left;
  margin: 0 34px;
 
  width: -webkit-fill-available;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .title-value-lineal .title
{
  margin-right: 5px;
  float: left;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal .value,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal .value,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value .value,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value .value,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .title-value-lineal .value
{
  font-family: 'Corbel-Bold', sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .subtitle{
  font-family: 'Corbel-Bold', sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-left: 20px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal .date,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal .date,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value .date,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value .title
{
  line-height: 18px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal .value,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .patient-productivity .title-value-lineal .title
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal .value,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .object .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value-lineal .title,
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .title-value-lineal .value
{
  float: left;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .date{
  color: #FE4500;
  margin: 0 34px;
  line-height: 18px;
}
.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card .body{
  margin: 0 34px;
  overflow: hidden;
}

.user-logged-in .content-main .region-content .app-functions-history-list-form .patient-history-container .card h5,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card h5{
  margin: 27px 34px 0 34px;
  font-family: 'Corbel-Bold', sans-serif;
  font-size: 35px;
  line-height: 35px;
 
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .date{
  color: #FE4500;
  margin: 0 34px 10px 34px;
}

.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .body{
  margin: 10px 34px 18px 34px;
  height: 91px;
  overflow: hidden;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .b-1{
  height: 65px;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .b-2{
  height: 40px;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .b-3{
  height: 18px;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .more{
  padding: 12px 0;
  width: 127px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FF4500;
  color: white;
  text-decoration: none;
  align-self: flex-end;
  margin-right: 17px;
  transition: all 0.3s ease;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .patient-history-container .card .more:hover{
  background-color: #FF7A31;
  color: #1F1F1F;
  transform: translateX(-0.5%) scale(1.005);
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions-wrapper{
  width: 100%;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions{
  float: right;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-first,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-last
{
  padding: 8px 26px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFD800;
  color: #1F1F1F;
  text-decoration: none;
  transition: all 0.3s ease;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-first:hover,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-last:hover{
  background-color: #FE4500;
  color: white;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-first{
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 5px center;
  margin-right: 20px;
  padding: 8px 8px 8px 25px;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-last{
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5px center;
  margin-left: 20px;
  padding: 8px 25px 8px 15px;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-prev{
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-next{
  background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-prev,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-next{
  padding: 10px 5px;
  transition: all 0.3s ease;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-prev:hover,
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions #edit-next:hover
{
  border-radius: 5px;
  background-color: rgba(255, 69, 0, 0.5);
}

.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions .number{
  color: #1F1F1F;
  font-size: 18px;
  text-decoration: none;
  padding: 10px;
  transition: all 0.3s ease;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions .number:hover{
  border-radius: 5px;
  background-color: rgba(255, 69, 0, 0.5);
  color: white;
}
.user-logged-in .content-main .region-content .app-functions-preferences-list-form .actions .active{
  border-radius: 5px;
  background-color: #FF4500;
  color: white;
  font-family: 'Corbel-Bold', sans-serif;
}
.node--type-preferences .back{
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.node--type-preferences .back a{
  color: white;
  text-decoration: none;
  background-image: url('../images/back.png');
  background-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.node--type-preferences .back a:hover{
  font-family: 'Corbel-Bold', sans-serif;
}
.node--type-preferences span{
  font-size: 18px;
}
.node--type-preferences span strong{
  font-family: 'Corbel-Bold', sans-serif;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields{
  background-color: white;
  float: right;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 10px;
  background-image: url('../images/home-card-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 700px 133px;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields h5{
  float: left;
  width: 100%;
  font-size: 31px;
  line-height: 33px;
  font-weight: normal;
  text-align: center;
  margin-top: -25px;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields h5 strong{
  font-family: 'Corbel-Bold', sans-serif;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--select,
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--textfield{
  float: left;
  width: 44%;
  margin-left: 5%;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-item--customer-phone,
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-item--customer-service
{
  float: right;
  margin-left: 0;
  margin-right: 5%;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--textarea{
  width: 88%;
  float: left;
  margin: 0 5%;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--select label,
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--textfield label,
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--textarea label{

  margin-top: 20px;
  font-family: 'Corbel-Bold', sans-serif;
  font-size: 16px;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--select select,
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--textfield input{
  width: 100%;
}
.path-frontpage .content-main .app-functions-history-form #create-customer-container .create-customer-fields-wrapper .create-customer-form-fields .form-type--textarea textarea{
  width: 100%;
  min-height: 165px;
  margin: 0 auto;
  padding-top: 20px;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .create-customer-hide-form{
  background-color: white;
  color: transparent;
  width: 25px;
  height: 25px;
  float: right;
  padding: 0;
  margin: 0;
  background-image: url('../images/cancel.png');
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  border-radius: 25px;
  margin: 11px;
  transition: all 0.5s ease;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .create-customer-hide-form:hover{
  transform: translateX(-0.5%) scale(1.05);
  background-color: white;
}
.user-logged-in.path-frontpage .content-main .wrapper-first .region-sidebar-first #block-forja-historyblock form .create-customer-submit-form{
  float: right;
  width: 58px;
  height: 58px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FF7A31;
  color: transparent;
  margin: 0;
  padding: 0;
  margin-top: 17px;
  margin-right: 37px;
  margin-bottom: 28px;
  background-image: url(../images/arrow_forward.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease;
}

.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container{
  width: 100%;
  padding-top: 30px;

  width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 105px;
    padding-top: 30px;
}
.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper{
  margin: 0 auto;
}

.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields{
  background-color: white;
  float: left;
  border-radius: 10px;
  width: 100%;
  max-width: 1440px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: url('../images/home-card-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  min-height: 250px;
  padding-bottom: 80px;
  background-position: bottom -30px center;
}

.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields h5{
  float: left;
  width: 100%;
  font-size: 31px;
  line-height: 33px;
  font-weight: normal;
  text-align: center;
  font-family: 'Corbel-Bold', sans-serif;
  margin: 40px 0;
}
.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields .element{
  float: left;
  width: 100%;
  border-bottom: 0.5px solid #c1c1c1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields .element:last-child{
  border: none;
}
.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields .title-value{
  float: left;
  padding: 0 40px;
  margin-top: 10px;
  width: 27%;
}

.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields .title-value-complete{
  float: left;
  padding: 0 40px;
  margin-top: 10px;
  width: auto;
}
.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields .title-value-complete .title,
.path-detalles .content-main .region-content .app-functions-patient-data-form #preference-form-container .preference-fields-wrapper .preference-form-fields .title-value .title{
  font-family: 'Corbel-Bold', sans-serif;
  line-height: 16px;
}

#block-forja-views-block-process-in-progress-block-1{
  background-color:#02A7A7;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
} 
#block-forja-views-block-process-in-progress-block-1 h2{
  color: #FFF;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress{
  position: relative;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick-list.draggable{
  max-width: 1200px;
  margin: 0 auto;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick-list.draggable .slick__slide{
  max-width: 300px;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__slide .views-field-field-image img{
  display: inline;
  width: 100px;
}

#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__slide .views-field{
  color: #fff;
  text-align: center;
}

#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__slide .views-field-field-process-in-progress{
  font-size: 22px;
  font-family: 'Corbel-Bold', sans-serif;
}

#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__slide .views-field-field-process-status{
  font-size: 18px;
  font-family: 'Corbel-Bold', sans-serif;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__arrow{
  width: 100%;
  top: 45%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__arrow .slick-arrow{
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  font-size: 0;
  background: none;
  pointer-events: all;
  cursor: pointer;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__arrow .slick-arrow:focus{
  outline: none;
  box-shadow: none;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__arrow .slick-disabled{
  opacity: 0.5;
  pointer-events: none;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__arrow button:nth-child(1):before{
  width: 47px;
  height: 48px;
  left: 0px;
  top: -3px;
  content: "";
  position: absolute;
  background: url('../images/flecha-izquierda.png') center right no-repeat;
}
#block-forja-views-block-process-in-progress-block-1 .slick--view--process-in-progress .slick__arrow button:nth-child(2):before{
  width: 47px;
  height: 48px;
  right: 0px;
  top: -3px;
  content: "";
  position: absolute;
  background: url('../images/flecha-derecha.png') center right no-repeat;
}
#block-forja-views-block-process-in-progress-block-1 .view-process-in-progress .view-footer{
  display: flex;
  justify-content: flex-end;
}
#block-forja-views-block-process-in-progress-block-1 .view-process-in-progress .view-footer a{
  background-color: #ff4500;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 20px 11px 21px;
  transition: all 0.3s ease;
  margin: 0;
  margin-right: 30px;
  margin-top: 20px;
  min-width: 150px;
}
#block-forja-views-block-process-in-progress-block-1 .view-process-in-progress .view-footer a:hover{
  background-color: #FF7A31;
  transform: translateX(-0.05%) scale(1.005);
}
#block-forja-views-block-process-in-progress-block-1 .view-process-in-progress .view-empty{
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.node-process-in-progress-form .layout-form,
.node-process-in-progress-form .layout-node-form,
.node-process-in-progress-edit-form .layout-form,
.node-process-in-progress-edit-form .layout-node-form
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 105px;
  padding-top: 30px;
  position: relative;
}
.node-process-in-progress-form .layout-form .layout-region,
.node-process-in-progress-form .layout-node-form .layout-region,
.node-process-in-progress-edit-form .layout-form .layout-region,
.node-process-in-progress-edit-form .layout-node-form .layout-region
{
  margin: 0 auto;
  max-width: 780px;
}
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content h1,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content h1,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content h1,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content h1
{
  float: left;
  width: 100%;
  font-size: 31px;
  line-height: 33px;
  font-weight: normal;
  text-align: center;
  font-family: 'Corbel-Bold', sans-serif;
  color: #1F1F1F;
}
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content
{
  background-color: white;
  float: left;
  border-radius: 10px;
  width: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: url('../images/home-card-footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 133px;
  padding: 20px 40px;
  width: -webkit-fill-available;
  padding-bottom: 150px;
}
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content .claro-autocomplete,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content .claro-autocomplete,
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content .form-item,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content .form-item,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content .claro-autocomplete,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content .claro-autocomplete,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content .form-item,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content .form-item
{
  width: 100%;
}
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content label,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content label,
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content h4,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content h4,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content label,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content label,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content h4,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content h4
{
  color: #1F1F1F;
}
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content input,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content input,
.node-process-in-progress-form .layout-form .layout-region--main .layout-region__content select,
.node-process-in-progress-form .layout-node-form .layout-region--node-main .layout-region__content select,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content input,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content input,
.node-process-in-progress-edit-form .layout-form .layout-region--main .layout-region__content select,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-main .layout-region__content select
{
  width: 100%;
}
.node-process-in-progress-form .layout-form .layout-region--secondary,
.node-process-in-progress-form .layout-node-form .layout-region--node-secondary,
.node-process-in-progress-edit-form .layout-form .layout-region--secondary,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-secondary
{
  display: none;
}
.node-process-in-progress-form .layout-form .layout-region--footer,
.node-process-in-progress-form .layout-node-form .layout-region--node-footer,
.node-process-in-progress-edit-form .layout-form .layout-region--footer,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-footer
{
  position: absolute;
  bottom: 160px;
  right: 320px;
}
.node-process-in-progress-form .layout-form .layout-region--footer .layout-region__content,
.node-process-in-progress-form .layout-node-form .layout-region--node-footer .layout-region__content,
.node-process-in-progress-edit-form .layout-form .layout-region--footer .layout-region__content,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-footer .layout-region__content
{
  margin: 0;
}
.node-process-in-progress-form .layout-form .layout-region--footer .layout-region__content .divider,
.node-process-in-progress-form .layout-node-form .layout-region--node-footer .layout-region__content .divider,
.node-process-in-progress-edit-form .layout-form .layout-region--footer .layout-region__content .divider,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-footer .layout-region__content .divider
{
  display: none;
}
.node-process-in-progress-form .layout-form .layout-region--footer .layout-region__content .form-actions,
.node-process-in-progress-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions,
.node-process-in-progress-edit-form .layout-form .layout-region--footer .layout-region__content .form-actions,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions
{
  display: block;
}
.node-process-in-progress-form .layout-form .layout-region--footer .layout-region__content .form-actions input,
.node-process-in-progress-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions input,
.node-process-in-progress-edit-form .layout-form .layout-region--footer .layout-region__content .form-actions input,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions input
{
  float: right;
  width: 58px;
  height: 58px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FF7A31;
  color: transparent;
  margin:0;
  padding:0;
  background-image: url('../images/arrow_forward.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease;
}
.node-process-in-progress-form .layout-form .layout-region--footer .layout-region__content .form-actions input:hover,
.node-process-in-progress-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions input:hover,
.node-process-in-progress-edit-form .layout-form .layout-region--footer .layout-region__content .form-actions input:hover,
.node-process-in-progress-edit-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions input:hover
{
  background-color: #FE4500;
}