/*
0.ÁREA :: GENERAL
1.ÁREA :: Banner
2.ÁREA :: Login
3.ÁREA :: Register User
4.ÁREA :: Options
5.ÁREA :: Registre New User Form
6.ÁREA :: Modal Recuperar Pss
7.ÁREA :: Área Interesante
8.ÁREA :: Activar Dipositivo
9.ÁREA :: Área Intro/Extra text
10.ÁREA :: Info Activación (Modal)
11.ÁREA :: Área métricas
12.ÁREA :: Área pedidos
13.ÁREA :: Área datos

15.ÁREA :: Área Médica
*/

/*------------------------------------
0.ÁREA :: General
------------------------------------*/
.green-success{
  color:#00AA3C;
}

.secondary-text{
  color:#3F6A92;
}
.dark-text{
  color:#243749;
}

.z-0{z-index: 0;}
.z-9{z-index: 9;}

.acceso-form {
  max-width: 39%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #243749;
  border-radius: 10px;
  padding: 0;
}

.acceso-form h3 {
  font-size: 20px;
  border-bottom: 1px solid #eceff2;
  line-height: 1em;
  padding: 15px 0;
  font-weight: 700;
  margin-bottom: 0;
}

.acceso-form form {
  margin-bottom: 35px;
}

.acceso-form form label{ font-size: 14px;}

.acceso-form form button.forgot, .forgot-2 {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 20px 0 0;
  color: #243749;
  margin: 0;
  line-height: 1em;
  background: transparent;
  border: none;
  cursor: pointer;
}

.acceso-form form button.forgot:hover {
  opacity: 0.75;
}

/*------------------------------------
1.ÁREA :: Banner
------------------------------------*/
#banner {
  background: rgba(0,183,234,1);
  background: -moz-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,183,234,1)), color-stop(100%, rgba(0,101,190,1)));
  background: -webkit-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: -o-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: linear-gradient(to right, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#0065be', GradientType=1 );
}

#banner .banner-ttl {
  position: relative;
}

#banner .banner-ttl h1.ttl {
  color: #ffffff;
  line-height: 1em;
  padding: 40px 0;
  font-size: 48px;
  font-weight: 300;
  width: 100%;
  display: block;
  margin: 0;
}

#banner .banner-ttl a.go-home  {
  position: absolute;
  top: calc(50% - 13px);
}

#banner .banner-ttl a.go-home i {
  color: #ffffff;
  font-size: 32px;
}

#banner .banner-ttl a.go-home:hover {
  opacity: 0.75;
}

/*------------------------------------
2.ÁREA :: Login User
------------------------------------*/
#login-md.acceso-form {
  box-shadow: 0px 1px 6px #888888;
}

/*------------------------------------
3.ÁREA :: Register User
------------------------------------*/
#register-md.acceso-form {
  border: 1px solid #a1b1bc;
}

/*------------------------------------
4.ÁREA :: Options
------------------------------------*/
ul.area-options {
  padding: 0;
  width: 100%;
  display: block;
}

ul.area-options + ul.area-options {
  margin-top: 35px;
}

ul.area-options li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

ul.area-options li i {
  color: #a1b1bc;
  font-size: 55px;
}

ul.area-options li p.txt {
  text-transform: uppercase;
  color: #a1b1bc;
  line-height: 1.2em;
  padding: 0 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

ul.area-options li a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.area-options li a i,
ul.area-options li a p.txt {
  color: #243749;
}

ul.area-options li a:hover i,
ul.area-options li a:hover p.txt {
  color: #00b9ea;
}

ul.area-options li a.active,
ul.area-options li a.active i,
ul.area-options li a.active p.txt,
ul.area-options li a.active:hover i,
ul.area-options li a.active:hover p.txt {
  color: #a1b1bc;
  cursor: default;
  pointer-events: none;
}

/*------------------------------------
5.ÁREA :: Registre New User Form
------------------------------------*/
#registroUsuario.modal-form .modal-dialog.modal-lg {
  max-width: 900px;
  margin-top: 5%;
  margin-bottom: 5%;
}

#registroUsuario.modal-form form .form-group h3 {
  text-align: left;
  font-size: 18px;
  margin-top: 15px;
}

#registroUsuario.modal-form form .form-group h3 i {
  margin-right: 8px;
}

#registroUsuario.modal-form form .form-group p.txt {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

#registroUsuario.modal-form form .form-group label {
  margin-right: 15px;
}

#registroUsuario.modal-form form .form-group label.nif-md {width: 52%;}
#registroUsuario.modal-form form .form-group label.email-md {width: 17.5%;}
#registroUsuario.modal-form form .form-group label.nombre-md {width: 19%;}
#registroUsuario.modal-form form .form-group label.apellidos-md {width: 19%;}
#registroUsuario.modal-form form .form-group label.direccion-md {width: 19%;}
#registroUsuario.modal-form form .form-group label.poblacion-md {width: 19%;}
#registroUsuario.modal-form form .form-group label.codpostal-md {width: 10%;}
#registroUsuario.modal-form form .form-group label.provincia-md {width: 30%;}
#registroUsuario.modal-form form .form-group label.pais-md {width: 10%;}
#registroUsuario.modal-form form .form-group label.phone-md {width: 27%;}
#registroUsuario.modal-form form .form-group label.birth-md {width: 48%;}
#registroUsuario.modal-form form .form-group label.sexo-md {width: 19%;}
#registroUsuario.modal-form form .form-group label.especialidad-md {width: 40%;}
#registroUsuario.modal-form form .form-group label.doctor-md {width: 15%;}
#registroUsuario.modal-form form .form-group label.patologia-md {width: 15%;}
/*#registroUsuario.modal-form form .form-group label.centro-md {width: 23%;}*/
#registroUsuario.modal-form form .form-group label.farmacia-md {width: 25%;}
#registroUsuario.modal-form form .form-group label.centro-md {width: 30%;}
#registroUsuario.modal-form form .form-group label.password-md {width: 24%;}
#registroUsuario.modal-form form .form-group label.repeatpasword-md {width: 37.5%;}


#registroUsuario.modal-form form .form-group label.nif-md + input {width: calc(100% - 52% - 20px)}
#registroUsuario.modal-form form .form-group label.email-md + input {width: calc(100% - 17.5% - 20px)}
#registroUsuario.modal-form form .form-group label.nombre-md  + input {width: calc(100% - 19% - 20px)}
#registroUsuario.modal-form form .form-group label.apellidos-md+ input {width: calc(100% - 19% - 20px)}
#registroUsuario.modal-form form .form-group label.direccion-md + input {width: calc(100% - 19% - 20px)}
#registroUsuario.modal-form form .form-group label.poblacion-md + input {width: calc(100% - 19% - 20px)}
#registroUsuario.modal-form form .form-group label.codpostal-md + input {width: calc(100% - 10% - 20px)}
#registroUsuario.modal-form form .form-group label.provincia-md + select {width: calc(100% - 30% - 20px)}
#registroUsuario.modal-form form .form-group label.pais-md + select {width: calc(100% - 30% - 20px)}
#registroUsuario.modal-form form .form-group label.phone-md + input {width: calc(100% - 27% - 20px)}
#registroUsuario.modal-form form .form-group label.birth-md + input {width: calc(100% - 48% - 20px)}
#registroUsuario.modal-form form .form-group label.sexo-md + select {width: calc(100% - 19% - 20px)}
#registroUsuario.modal-form form .form-group label.especialidad-md + select {width: calc(100% - 40% - 20px)}
#registroUsuario.modal-form form .form-group label.doctor-md + input {width: calc(100% - 23% - 20px)}
#registroUsuario.modal-form form .form-group label.patologia-md + input {width: calc(100% - 23% - 20px)}
/*#registroUsuario.modal-form form .form-group label.centro-md + input {width: calc(100% - 23% - 20px)}*/
#registroUsuario.modal-form form .form-group label.farmacia-md + input {width: calc(100% - 40% - 20px)}
#registroUsuario.modal-form form .form-group label.centro-md + input {width: calc(100% - 30% - 20px)}
#registroUsuario.modal-form form .form-group label.password-md + input {width: calc(100% - 24% - 20px)}
#registroUsuario.modal-form form .form-group label.repeatpasword-md + input {width: calc(100% - 37.5% - 20px)}



#registroUsuario.modal-form form .form-group div.iblk {
  margin-bottom: 20px;
}

#registroUsuario.modal-form form button.btn {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

/*------------------------------------
6.ÁREA :: Modal Recuperar Pss
------------------------------------*/
#recuperarPassword button.btn {
  margin-bottom: 10px;
}

/*------------------------------------
6.ÁREA :: Welcome Loged
------------------------------------*/
#welcome-mssg article .ttl {
  font-size: 28px;
  line-height: 1em;
}

#welcome-mssg article .txt {
  font-size: 26px;
  width: 100%;
  display: block;
  line-height: 1em;
}

/*------------------------------------
7.ÁREA :: Área Interesante
------------------------------------*/
#interesante-list.interesante-md {
  padding-bottom: 0;
}

#interesante-list.interesante-md article {
  border-bottom: 1px solid #eceff2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#interesante-list.interesante-md .col-md-4 {
  padding: 0;
}

#interesante-list.interesante-md .col-md-4 img {
  width: 100%;
  height: auto;
}

#interesante-list.interesante-md .col-md-8 {
  background: #f5fbff;
  padding: 15px 30px;
  position: relative;
}

#interesante-list.interesante-md .col-md-8 h2.ttl {
  font-weight: 400;
  font-size: 18px;
  height: auto;
  margin-bottom: 10px;
}

#interesante-list.interesante-md .col-md-8 p.txt {
  margin: 0;
  line-height: 1.4em;
}

#interesante-list.interesante-md .col-md-8 .time {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

#interesante-list.interesante-md .col-md-8 .link {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

#interesante-list.interesante-md article:nth-child(even) .col-md-8 {
  background: #ffffff;
}

/*------------------------------------
8.ÁREA :: Activar Dipositivo
------------------------------------*/
#activar-md.acceso-form {
  border: 1px solid #a1b1bc;
  margin-top: 40px;
}

.tooltip-devicare {
  position: absolute;
  display: block;
  top: 38px;
  right: 25px;
  cursor: pointer;
}

.tooltip-devicare .tooltiptext {
  visibility: hidden;
  width: 155px;
  background-color: #292c39;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 100%;
  margin-left: -14px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  padding: 10px;
  text-align: left;
  line-height: 1.2em;
  border-bottom-left-radius: 0;
}

.tooltip-devicare .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 11px;
  margin-left: -11px;
  border-width: 7px;
  border-style: solid;
  border-color: #292c39 transparent transparent transparent;
}

.tooltip-devicare:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/*------------------------------------
9.ÁREA :: Área Intro/Extra text
------------------------------------*/
#intro-md i {
  font-size: 84px;
  color: #00b9ea;
  margin: 0 auto 25px;
}

#intro-md p.txt {
  max-width: 80%;
  margin: 0 auto 0;
}

#extra-info {
  margin-bottom: 60px;
}

#extra-info h4 {
  display: block;
  width: 100%;
  font-size: 24px;
}

#extra-info a.btn {
  padding: 10px 0;
}


/*------------------------------------
10.ÁREA :: Info Activación (Modal)
------------------------------------*/
#activaDispositivo.modal-form .modal-dialog.modal-lg {
  max-width: 900px;
  margin-top: 5%;
  margin-bottom: 5%;
}

#activaDispositivo.modal-form .modal-body h3,
#activaDispositivo.modal-form .modal-body h4 {
  text-align: center;
}

#activaDispositivo.modal-form .modal-body h3 {
  font-size: 28px;
  line-height: 1em;
}

#activaDispositivo.modal-form .modal-body h4 {
  font-size: 22px;
  width: 100%;
  display: block;
  line-height: 1em;
  font-weight: 400;
}

#activaDispositivo.modal-form .modal-body .codigo-activar {
  max-width: 45%;
  margin: 40px auto;
  border: 2px solid #243749;
  padding: 30px 15px;
  box-shadow: 0px 1px 6px #888888;
  border-radius: 10px;
  text-align: center;
}

#activaDispositivo.modal-form .modal-body .codigo-activar p.txt {
  font-size: 21px;
}

#activaDispositivo.modal-form .modal-body .codigo-activar strong {
  font-size: 40px;
}

#activaDispositivo.modal-form .modal-body .steps-activar {
  margin: 0 !important;
}

#activaDispositivo.modal-form .modal-body .steps-activar p.ttl {
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
}

#activaDispositivo.modal-form .modal-body .steps-activar p.txt {
  font-size: 22px;
  width: 100%;
  display: block;
  line-height: 1em;
  font-weight: 400;
}

#activaDispositivo.modal-form .modal-body .steps-activar .col-md-4 {
  text-align: center;
  margin: 20px 0 0;
  background-color: #dcf8ff;
  width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 33.333333%;
  padding: 20px;
  border-radius: 10px;
}

#activaDispositivo.modal-form .modal-body .steps-activar .col-md-4 p.subttl {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1em;
}

#activaDispositivo.modal-form .modal-body .steps-activar .col-md-4 p.txt {
  font-size: 16px;
}

#activaDispositivo.modal-form .modal-body .steps-activar .col-md-4 p.txt.number {
  background-color: #00b9ea;
  border-radius: 50%;
  line-height: 40px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
}

#activaDispositivo.modal-form .modal-body .steps-activar .col-md-4 img {
  margin-bottom: 15px;
}

#activaDispositivo.modal-form .modal-body .video-activar {
  margin: 40px auto 20px;
}

#activaDispositivo.modal-form .modal-body .video-activar p {
  font-size: 19px;
  text-align: center;
  padding: 0 15px;
}

#activaDispositivo.modal-form .modal-body .video-activar video {
  width: 100%;
  height: auto;
}


/*------------------------------------
11.ÁREA :: Área métricas
------------------------------------*/
.metric-box {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  border: 1px solid #eceff2;
  overflow: hidden;
  margin-top: 35px;
}

.metric-box h3 {
  border-top: 4px solid #4ce7fb;
  -webkit-border-image: -webkit-linear-gradient(left, #00b9ea, #0065bd)1;
  -o-border-image: -o-linear-gradient(left, #00b9ea, #0065bd)1;
  border-image: linear-gradient(to right, #00b9ea, #0065bd)1;
  color: #00b9ea;
  font-size: 21px;
  padding: 12px;
  font-weight: 400;
  margin: 0;
}

.metric-box h4 {
  background: #eceff2;
  text-align: center;
  font-size: 19px;
  color: #243749;
  padding: 12px;
  width: 100%;
  margin-top: 40px;
}

#chartdiv {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#chartdiv .amcharts-main-div .amcharts-chart-div a {
  display: none !important;
}

ul#consejos-md {
  width: 97%;
  display: block;
  padding: 0;
  margin: 18px auto 38px;
}

ul#consejos-md li {
  background: #eff8fe;
  margin: 0;
  width: 20%;
  text-align: center;
  position: relative;
}

ul#consejos-md li h6 {
  background: #a6dbf8;
  padding: 10px;
  font-weight: 700;
  min-height: 58px;
  position: relative;
}

ul#consejos-md li h6.infeccion,
ul#consejos-md li h6.litiasis,
ul#consejos-md li h6.vejiga {
  line-height: 38px;
}

ul#consejos-md li h6.litiasis {background: #cdeafb;}
ul#consejos-md li h6.calcificación {background: #b6e1f9;}
ul#consejos-md li h6.sindrome {background: #c4e6fa;}
ul#consejos-md li h6.vejiga {background: #9bd8f7;}

ul#consejos-md li h6 i {
  height: 30px;
  width: 30px;
  background: transparent;
  display: block;
  position: absolute;
  left: 10px;
  top: 14px;
  border-radius: 50% 50%;
  border: 1px solid #243749;
  background-size: cover;
}

ul#consejos-md li h6.infeccion i {background: url('../images/content/portada-infeccion-urinaria2.svg') center center no-repeat transparent;}
ul#consejos-md li h6.litiasis i {background: url('../images/content/portada-litiasis-renal2.svg') center center no-repeat transparent;}
ul#consejos-md li h6.calcificación i {background: url('../images/content/portada-calcificacion-cateter-urinario2.svg') center center no-repeat transparent;}
ul#consejos-md li h6.sindrome i {background: url('../images/content/portada-vejiga-hiperactiva2.svg') center center no-repeat transparent;}
ul#consejos-md li h6.vejiga i {background: url('../images/content/portada-vejiga-dolorsa2.svg') center center no-repeat transparent;}

ul#consejos-md li h6.infeccion:after {content:""; position: absolute; bottom: -31px; left: 50%; width: 26px; height: 32px; margin-left: -13px; background: url('../images/icons/arrow1.png') center center no-repeat transparent;}
ul#consejos-md li h6.litiasis:after {content:""; position: absolute; bottom: -31px; left: 50%; width: 26px; height: 32px; margin-left: -13px; background: url('../images/icons/arrow2.png') center center no-repeat transparent;}
ul#consejos-md li h6.calcificación:after {content:""; position: absolute; bottom: -31px; left: 50%; width: 26px; height: 32px; margin-left: -13px; background: url('../images/icons/arrow3.png') center center no-repeat transparent;}
ul#consejos-md li h6.sindrome:after {content:""; position: absolute; bottom: -31px; left: 50%; width: 26px; height: 32px; margin-left: -13px; background: url('../images/icons/arrow4.png') center center no-repeat transparent;}
ul#consejos-md li h6.vejiga:after {content:""; position: absolute; bottom: -31px; left: 50%; width: 26px; height: 32px; margin-left: -13px; background: url('../images/icons/arrow5.png') center center no-repeat transparent;}

ul#consejos-md li p.txt {
  margin: 0;
  padding: 45px 35px 25px;
  line-height: 1.2em;
}

ul#consejos-md li p.txt i.fa-caret-right {
  margin-left: 5px;
}

ul#consejos-md li p.txt i.fa-caret-left {
  margin-right: 2px;
}

#historico-md table.table {
  border: 15px solid #ffffff;
  margin: 10px 0 0;
}

#historico-md table.table tr th,
#historico-md table.table tr td {
  width: 19.75%;
  text-align: center;
  line-height: 1em;
}

#historico-md table.table thead tr th {
  color: #00b9ea;
  font-size: 18px;
  vertical-align: bottom;
  border-bottom: 1px solid #00b9ea;
}

#historico-md a.link {
  display: block;
  width: 200px;
  margin: 0 auto 15px;
  text-align: center;
}

#historico-md a.link i {
  top: 0.5px;
  position: relative;
}

#metricas-md .add-metrica {
  background: #f5fbff;
  padding: 0 25px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #a1b1bc;
}

#metricas-md form.add-metrica .form-group {
  margin: 20px 0;
}

#metricas-md form.add-metrica .form-group label {font-size: 14px;}
#metricas-md form.add-metrica .form-group label.ds-md {width: 100%;}
#metricas-md form.add-metrica .form-group label.ph-md {width: 100%;}
#metricas-md form.add-metrica .form-group label.date-md {width: 100%;}
#metricas-md form.add-metrica .form-group label.time-md {width: 50%;}

#metricas-md form.add-metrica .form-group label.ds-md + select {width: calc(100% - 0 - 20px); text-align: center;}
#metricas-md form.add-metrica .form-group label.ph-md + input {width: calc(100% - 0% - 0px); text-align: center; height: 38px;}
#metricas-md form.add-metrica .form-group label.date-md + input {width: calc(100% - 0% - 0px)}
#metricas-md form.add-metrica .form-group label.time-md + input {width: calc(100% - 0% - 20px)}

#metricas-md form.add-metrica .form-group input[type=date]:before {display: none;}

#metricas-md form.add-metrica button.btn {
  line-height: 1em;
  padding: 16.5px 0;
  margin-top: 14px;
}

#metricas-md button.col-md-5 {
  margin: 40px auto 35px;
  padding: 15px 0 12px;
  font-size: 20px;
}

#metricas-md button.col-md-5 i {
  margin-right: 5px;
  font-size: 22px;
}

#metricas-md{margin-bottom: 30px;}

a[href="http://www.amcharts.com"]{display:none!important} /* anular titulo de gráfica: "JS chart by amCharts"*/


/*------------------------------------
12.ÁREA :: Área pedidos
------------------------------------*/
#pedidos-list {
  padding: 0;
}

#pedidos-list table td {
  font-size: 14px;
}

#pedidos-list table thead tr th {
  color: #00b9ea;
  font-weight: 700;
  font-size: 15.5px;
  border-bottom: 1px solid #00b9ea;
  border-top: none;
}

#pedidos-list table tr th:nth-child(1) {width: 11%;}
#pedidos-list table tr th:nth-child(2) {width: 11%;}
#pedidos-list table tr th:nth-child(3) {width: 20%;}
#pedidos-list table tr th:nth-child(4) {width: 43%;}
#pedidos-list table tr th:nth-child(5) {width: 10%;}
#pedidos-list table tr th:nth-child(6) {width: 20%;}

#pedidos-list table td ul {
  padding: 0;
  margin: 0;
}

#pedidos-list table td ul li {
  list-style: none;
}

#pedidos-list table td a {
  display: block;
  width: 135px;
}

#pedidos-list table td a i {
  margin-top: 11px;
  color: #00b9ea;
}

#pedidos-list table td a i:hover {
  opacity: 0.65;
}

#pedidos-list table td .btn {
  font-size: 14px;
  text-transform: none;
  width: 110px;
  padding: 9px 0;
  font-weight: 400;
  line-height: 1em;
}

#pedidos-list table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}


/*------------------------------------
13.ÁREA :: Área datos
------------------------------------*/
#datos-md.metric-box .boxed-info,
#datos-medicos-md.metric-box .boxed-info,
#password-md.metric-box .boxed-info {
  width: 100%;
  padding: 15px 15px 35px;
}

#datos-md.metric-box div.boxed-info button.btn-secondary {
  margin-top: 30px;
}

#datos-md.metric-box .boxed-info form .form-group label.address-md {width: 10.5%;}
#datos-md.metric-box .boxed-info form .form-group label.provincia-md {width: 26%;}
#datos-md.metric-box .boxed-info form .form-group label.pais-md {width: 14%;}
#datos-md.metric-box .boxed-info form .form-group label.email-md {width: 18%;}

#datos-md.metric-box .boxed-info form .form-group label.address-md + input {width: calc(100% - 10.5% - 20px);}
#datos-md.metric-box .boxed-info form .form-group label.provincia-md + select {width: calc(100% - 26% - 20px);}
#datos-md.metric-box .boxed-info form .form-group label.pais-md + select {width: calc(100% - 14% - 20px);}
#datos-md.metric-box .boxed-info form .form-group label.email-md + input {width: calc(100% - 18% - 20px);}

#datos-md.metric-box .boxed-info form .custom-checkbox {
  margin-left: 15px;
  margin-bottom: 0;
}

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

#datos-medicos-md.metric-box .boxed-info form .form-group label.patologia-md {width: 30%;}
#datos-medicos-md.metric-box .boxed-info form .form-group label.doctor-md {width: 14%;}
#datos-medicos-md.metric-box .boxed-info form .form-group label.centromedico-md {width: 21%;}
#datos-medicos-md.metric-box .boxed-info form .form-group label.farmacia-md {width: 32%;}
#datos-medicos-md.metric-box .boxed-info form .form-group label.especialidad-md {width: 34%;}

#datos-medicos-md.metric-box .boxed-info form .form-group label.patologia-md + input {width: calc(100% - 30% - 20px);}
#datos-medicos-md.metric-box .boxed-info form .form-group label.doctor-md + input {width: calc(100% - 14% - 20px);}
#datos-medicos-md.metric-box .boxed-info form .form-group label.centromedico-md + input {width: calc(100% - 27% - 20px);}
#datos-medicos-md.metric-box .boxed-info form .form-group label.farmacia-md + input {width: calc(100% - 32% - 20px);}
#datos-medicos-md.metric-box .boxed-info form .form-group label.especialidad-md + select {width: calc(100% - 36% - 20px)}

#datos-medicos-md.metric-box .boxed-info form p.txt {
  font-size: 14px;
  margin-top: 15px;
}

#datos-medicos-md.metric-box .boxed-info form div.iblk button {
  width: 100%;
  display: block;
  max-width: 100%;
}

#datos-medicos-md.metric-box .boxed-info form .form-group:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}

#password-md.metric-box .boxed-info {
  width: 100%;
  padding: 15px;
}

#password-md.metric-box .boxed-info form .form-group label {
  margin-right: 10px;
}

#password-md.metric-box .boxed-info form .form-group label.password-md {width: 26%;}
#password-md.metric-box .boxed-info form .form-group label.repeatpasword-md {width: 42%;}

#password-md.metric-box .boxed-info form .form-group label.password-md + input {width: calc(100% - 26% - 20px);}
#password-md.metric-box .boxed-info form .form-group label.repeatpasword-md + input {width: calc(100% - 42% - 20px);}

#password-md.metric-box .boxed-info form .form-group button.btn {
  padding: 5px;
}

/*------------------------------------
15.ÁREA :: Área médica
------------------------------------*/
.background-light{
  background-color: #E8F8EF;
}

.pointer{
  cursor: pointer;
}

/* Titulo sección */

.am-titulo-section h4{
  font-weight: bold!important;
  font-size: 24px!important;
  color:#243749!important;
}

/* Start:: CARD */
.am-card{
  border-radius: 10px;
  -webkit-box-shadow:  0px 1px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow:  0px 1px 8px rgba(0, 0, 0, 0.16);
  box-shadow:  0px 1px 8px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.am-card.base {
  padding: 16px 18px;
}

.am-card .idioma p {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

.am-card div.card-img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 196px;
}

/* img compartiendo experiencias */
.am-card div.card-img.video-01{
  background-image: url('../images/medicos/1-jesusmaqueda.png');
}
.am-card div.card-img.video-01 {
  background-image: url('../images/medicos/1-jesusmaqueda.webp');
}
.am-card div.card-img.video-02{
  background-image: url('../images/medicos/2-xabierperez.png');
}
.am-card div.card-img.video-02{
  background-image: url('../images/medicos/2-xabierperez.webp');
}
.am-card div.card-img.video-03{
  background-image: url('../images/medicos/3-elsamartinez.png');
}
.am-card div.card-img.video-03{
  background-image: url('../images/medicos/3-elsamartinez.webp');
}
.am-card div.card-img.video-04{
  background-image: url('../images/medicos/4-blancagomez.png');
}
.am-card div.card-img.video-04{
  background-image: url('../images/medicos/4-blancagomez.webp');
}
.am-card div.card-img.video-05{
  background-image: url('../images/medicos/5-leticiarubial.png');
}
.am-card div.card-img.video-05{
  background-image: url('../images/medicos/5-leticiarubial.webp');
}
.am-card div.card-img.video-06{
  background-image: url('../images/medicos/6-marianegeroles.png');
}
.am-card div.card-img.video-06{
  background-image: url('../images/medicos/6-marianegeroles.webp');
}

/* dosier de productos */
#dosier-productos .am-card div img {
  height: 170px;
}

.am-card.base .cta-card{
  border-radius: 4px;
  padding: 8px;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight:bold;
}

.am-card.base .cta-card.secondary-dark{
  background-color: #fff;
  border: 1px solid #3F6A92;
  color:#3F6A92;
}

.am-card.base .cta-card.secondary-dark:hover{
  transition: all 0.18s;
  opacity:0.8;
}

.am-card.login {
  padding: 33px 0;
}

.am-card hr.hr-dashed {
  border: 0;
  text-align: center;
}

.am-card hr.hr-dashed:before {
  content: "\2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022";
  font-size: 8px;
  color: #A1B1BC;
}

.border-gradient{
  height:100%;
  border-left: 7px solid #4ce7fb;
  -webkit-border-image: -webkit-linear-gradient(top, #00b9ea, #0065bd)1;
  -o-border-image: -o-linear-gradient(top, #00b9ea, #0065bd)1;
  border-image: linear-gradient(to top, #00b9ea, #0065bd)1;
  /*border-image: linear-gradient(45deg, #00b9ea, #0065bd)1;*/
}

.border-left-blue{
  height:100%;
  border-left: 10px solid #93E4FD;
}

.border-left-green{
  height:100%;
  border-left: 10px solid #79E5A9;
}

.border-left-yellow{
  height:100%;
  border-left: 10px solid #F8CF49;
}

.border-top-green{
  width:100%;
  border-top: 10px solid #79E5A9;
}


/* Start:: CTA AM */
.am-cta{
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration:none;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight:bold;
}

.am-cta.standard{
  background-color: #00b9ea;
  color:#fff;
  border:0;
  cursor: pointer;
}

.am-cta.standard:hover{
  background-color: #00b9ea;
  transition: all 0.18s;
  opacity:0.8;
}

.am-cta.green{
  background-color: #83DF84;
  color:#fff!important;
}

.am-cta.green:hover{
  background-color: #56C658;
  color:#fff;
  transition: all 0.18s;
}

.am-cta.secondary{
  background-color: #fff;
  border: 1px solid #00b9ea;
  color:#00b9ea;
}

/* Start:: CTA SMALL AM */
.am-cta-small{
  border-radius: 4px;
  padding: 9px 13px;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight:bold;
}

.am-cta-small.secondary-dark{
  background-color: #fff;
  border: 1px solid #3F6A92;
  color:#3F6A92;
}

.am-cta-small.secondary-dark:hover{
  transition: all 0.18s;
  opacity:0.8;
}


.hover-scale{
  transition: transform .4s;
}

.hover-scale:hover{
  transform: scale(1.05);
}
/* END :: CTA AM */

/* modal */
.am-modal-subtitle{
  font-size: 18px;
}

.label-detail{
  font-size:12px;
  font-style: italic;
}

.am-texto-regular{
  font-weight:400;
  color:#243749;
  width: 100%;
  text-align: center;
}

.am-subtitulo{
  font-size: 18px;
  color:#3F6A92;
}

.am-parrafo{
  font-size: 16px;
}

#compartiendo-exp .am-card h5{
  font-size: 18px;
  color: #243749;
  font-weight: bold;
}

#compartiendo-exp .am-card h6{
  font-size: 14px;
  color: #3F6A92;
  font-weight: bold;
}

#compartiendo-exp .div0{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 16px 16px 16px;
}

#compartiendo-exp .div-text{
  padding: 16px 16px 0 16px;
}



#recursos-profesionales h4{
  margin-bottom: 30px;
  font-weight: bold;
  color: #3F6A92;
  text-align: center;
  font-size: 22px;
}

#recursos-profesionales .am-card h5, #dosier-productos .am-card h5{
  font-size: 18px;
  color: #3F6A92;
  font-weight: bold;
}

#recursos-profesionales .am-card h4{
  font-size: 24px;
  color: #243749;
}

#recursos-profesionales .card-m{
  margin-bottom: 16px;
}

#recursos-profesionales .card-m .am-card .cta-card.webinar{
  padding-left: 24px;
  padding-right: 24px;
}

#recursos-profesionales .card-m .am-card .am-flag{
  width: 23px;
  height: 16px;
}

#dashboard {
  padding-top: 39px;
}

#dashboard .box{
  height: 81px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 40px rgba(63, 106, 146, 0.19);
  display: flex;
  align-items: center;
  padding: 18px 16px;
}

#dashboard .box .am-parrafo{
  line-height: 19px;
}

#dashboard .box h1{
  font-weight: 500;
  font-size: 40px;
  text-align: right;
}
#dashboard .box h1.paciente{
  color: #77c3f0;
}

#dashboard .box h1.puntos{
  color: #88C441;
}


/*START:: Zona free - register home */

#am-options{
  padding-top:76px;
  padding-bottom:59px;
}

#am-options h5{
  font-size: 21px;
  color:#3F6A92;
  text-align: center;
}

#am-options h6{
  font-size: 18px;
  font-weight: bold;
}

#am-options p{
  font-size: 16px;
  color: #3F6A92;
}

#am-options .diamond{
  margin-bottom: 70px;
}

#am-options .disabled{
  opacity: .6;
}
#am-options.am-fondo-seccion{
  background-color: #F6FBFF;
}
/*END:: Zona free-register home */

#am_home_banner_delegado h4{
  line-height:177%;
  font-weight: 600;
  margin-bottom: 41.5px;
}

.am-fondo-gradient{
  background: rgba(0,183,234,1);
  background: -moz-linear-gradient(45deg, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: -webkit-gradient(45deg, right top, color-stop(0%, rgba(0,183,234,1)), color-stop(100%, rgba(0,101,190,1)));
  background: -webkit-linear-gradient(45deg, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: -o-linear-gradient(45deg, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  background: linear-gradient(45deg, rgba(0,183,234,1) 0%, rgba(0,101,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#0065be', GradientType=1 );
  height: auto;
}

.am-fondo-gradient h2{font-weight: 300;}
.am-fondo-gradient h2 a{
  font-weight: 400;
  color:#243749;
}


.filete-degradado{
  border-top: 2px solid #4ce7fb;
  -webkit-border-image: -webkit-linear-gradient(left, #00b9ea, #0065bd)1;
  -o-border-image: -o-linear-gradient(left, #00b9ea, #0065bd)1;
  border-image: linear-gradient(to right, #00b9ea, #0065bd)1;
  color: #00b9ea;
  font-size: 21px;
  padding: 12px;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

.shadow-1{
  -webkit-box-shadow: -1px 0px 18px 0px rgba(36,55,73,0.25);
  -moz-box-shadow: -1px 0px 18px 0px rgba(36,55,73,0.25);
  box-shadow: -1px 0px 18px 0px rgba(36,55,73,0.25);
}

.shadow-2{
  -webkit-box-shadow: -1px 4px 11px 0px rgba(36,55,73,0.15);
  -moz-box-shadow: -1px 4px 11px 0px rgba(36,55,73,0.15);
  box-shadow: -1px 4px 11px 0px rgba(36,55,73,0.15);
}

.shadow-3{
  -webkit-box-shadow:  0px 1px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow:  0px 1px 5px rgba(0, 0, 0, 0.16);
  box-shadow:  0px 1px 5px rgba(0, 0, 0, 0.16);
}

#tips {text-align: center; margin-bottom: 91px;}
#tips i {margin-bottom: 30px;}
#tips h5 {margin-bottom: 20px;}

#product {padding-top: 60px; padding-bottom: 60px;}
#product .image {height: 239px; width: 100%; background-color: #fff!important;}

#product .tab-content {height: 173px;}
#product .nav-tabs .nav-link.active {
    /* border-color: #eceff2 #eceff2 #fff!important; */
    color: #00b9ea;
    border-top: 2px solid #00b9ea;
    border-bottom: 3px solid #fff;
}

.bt-main-lt{
    width: auto;
    height: 32px;
    background: #00b9ea;
    border-radius: 16px;
    padding-left: 15px!important;
    padding-right: 15px!important;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border:none;
}

a.bt-main-lt{
    line-height: 30px;
}

.bt-scondary-lt{
    width: auto;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    padding: 4px 15px;
    border: 1px solid #00b9ea;
    cursor: pointer;
    font-size: 14px;
    color: #00b9ea;
}

a.bt-scondary-lt{
    text-align:center;
    color: #00b9ea!important;
    /* line-height: 30px; */
    /* padding-top: 7px;
    padding-bottom: 7px; */
}

.bt-scondary-lt-green{ /*for buttons*/
    width: auto;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #2ea836;
    cursor: pointer;
    font-size: 14px;
    color: #2ea836;
}

a.bt-scondary-lt-green{
    text-align:center;
    color: #2ea836!important;
    line-height: 30px;
    /* padding-top: 7px;
    padding-bottom: 7px; */
}

.bt-main-lt:hover{opacity: 0.5;transition: all 0.25s;color: white;}
.bt-scondary-lt:hover, a.bt-scondary-lt:hover{opacity: 0.5;transition: all 0.25s; color:#fff!important; background-color: #00b9ea;}
.bt-scondary-lt-green:hover{opacity: 0.5;transition: all 0.25s; color:#fff!important; background-color: #2ea836}1

#eventos .modulo{margin-top: 0;}
.eventos{margin-bottom: 10px;}
#interesante{margin-top:81px}
#interesante .modulo{margin-top:0; height: 136px}
.readmore{color:#00b9ea}
.col-sm-6.two-column{max-width:49%}

#video-pq-recomedar{padding-top: 100px;padding-bottom: 100px;}

#video-pq-recomedar .col-md-4 button {
    border:0px;
    padding: 0 !important;
    position: relative;
    cursor: pointer !important;
}

#video-pq-recomedar .col-md-4 button:hover {
    box-shadow: 0px 1px 20px #b0b0b0 !important;
    transition:all 0.25s;
}

#video-pq-recomedar .col-md-4 button .content {
  position: absolute;
  bottom:0;
  padding-left: 27px;
  padding-right: 5px;
  padding-bottom: 15px;
}

#video-pq-recomedar .col-md-4 button .content p:nth-of-type(1) {
  font-size:18px;
  font-weight:700px;
  color:#fff;
  text-align: left; line-height: 20px;
}
#video-pq-recomedar .col-md-4 button .content p:nth-of-type(2) {
  font-size:14px;
  font-weight:700px;
  color:#fff;
  text-align: left;
  padding-top: 8px;
}

#tips .block{
  border-bottom:0px solid #eceff2;
  border-left:0px solid #eceff2;
  border-right:0px solid #eceff2;
  -webkit-box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  -moz-box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  min-height: 350px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 0 5px 5px;
}

.block-12{
  border-bottom:0px solid #eceff2;
  border-left:0px solid #eceff2;
  border-right:0px solid #eceff2;
  -webkit-box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  -moz-box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 0 5px 5px;
}

.block-12 a{color:#243749;}

#tips .block div{
  position: absolute;
  bottom: 31px;
  left: 39%;
}

#tips i.crecom{
  font-size: 60px;
  padding-top: 20px;
  color: #243749;
  margin: 0;
}
.pas1{
  margin-top: 25px!important;
  margin-bottom: 45px!important;
  display: block;
  margin: auto;
  width: 49px!important;
  height: 50px!important;
  border: 1px solid #243749;
  border-radius: 40px;
  color: #243749;
  font-size: 27px;
  line-height: 45px;
}

/* START:: MULTISELECT CHECKBOXES*/

/* .multiselect {width: 200px;} */
.selectBox {position: relative;}
.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  color: #243749;
  font-weight: 300;
}

#checkboxes input[type=checkbox]{position: relative; top:2px;}

/* END:: MULTISELECT CHECKBOXES*/

/*START:: caixa standar filet gradient*/
#box-bgradient .block{
  border-bottom:0px solid #eceff2;
  border-left:0px solid #eceff2;
  border-right:0px solid #eceff2;
  -webkit-box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  -moz-box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  box-shadow: 0px 5px 17px 3px rgba(36,55,73,0.10);
  /* min-height: 500px; */
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
/*END:: caixa standar filet gradient*/

#cupon h1.descuento{
  font-size:110px;
  font-weight: bold;
  color:white;

}
#cupon h2{
  font-size: 38px;
  color:white;
  position: relative; top: -18px;
}


/* START:: IMAGES SECTION */

.shadow-3 {
    -webkit-box-shadow: -1px 0px 18px 0px rgba(36,55,73,0.15);
    -moz-box-shadow: -1px 0px 18px 0px rgba(36,55,73,0.15);
    box-shadow: 1px 1px 8px 1px rgba(36,55,73,0.15);
  }

i.downimage{
  color: #243749;
  margin: 10px 5px 0 0!important;
  font-size: 16px;
}

.shadow-3 .myImg{
  height:163px!important;
  margin-left:auto;
  margin-right:auto;
}


  /* start:: modal images */
  /* Style the Image Used to Trigger the Modal */
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  #myImg:hover {opacity: 0.7;}

  /* The Modal (background) */
  .modal-i {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  }

  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }

  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close-i {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close-i:hover,
  .close-i:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
  /* end:: modal images */

/* END:: IMAGES SECTION */

/* START::NOTIFICACIONES AREA MEDICA */

#notifications .box{
  width: 265px;
  min-height: 55px;
  /* height: auto; */
}
#notifications .box.new{
  border-left:3.5px solid #fbb03b;
  border-right:0.25px solid #eaeaea;
  border-top:0.25px solid #eaeaea;
  border-bottom:0.25px solid #eaeaea;
  background-color: #fff4e6;
}

#notifications .box.visit{
  border-left:3.5px solid #00b9ea;
  border-right:0.25px solid #eaeaea;
  border-top:0.25px solid #eaeaea;
  border-bottom:0.25px solid #eaeaea;
  background-color: #fff;
}
#notifications .box.more{
  min-height:15px!important;
  border-left:0.25px solid #eaeaea;
  border-right:0.25px solid #eaeaea;
  border-top:0.25px solid #eaeaea;
  border-bottom:0.75px solid #00b9ea;
  background-color: #fff;
}

#notifications .box i{
  font-size: 16px;
  color: #ccc;
}

#notifications i.bell{
  font-size: 20px;
}

#notifications .box.new i.bell.fas.fa-bell{
  color: rgba(0, 0, 0, 0.0)!important;
  display: inline-block;width: 18px;height: 21px;
  background: url('../images/icons/am/bell-not.svg') center center no-repeat transparent;
}

#notifications .box.visit i.bell{
  color: #ccc;
}

#notifications .box i.star{
  color: rgba(0, 0, 0, 0.0)!important;
  display: inline-block;width: 18px;height: 16px;
  background: url('../images/icons/am/star-not.svg') center center no-repeat transparent;
}

#notifications div>p{font-size: 14px; color:#243749}
#notifications p.date{font-size: 10px;}

.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: visible;
}

/* END::NOTIFICACIONES AREA MEDICA */
