:root {
  --color-princ: #a4c9c7;
  /*--color-princ-hover: #94B5B3;*/
  --color-second: #48697d;
  --color-text: #fff;
  --color-text-inverse: #fff;
  --color-text-header: #fff;
  --color-text-footer: #fff;
  --color-text-title-box: #fff;
  --color-text-subtitle-box: #fff;
  --color-text-menu: #fff;
  --color-text-menu-icon: #fff;
  --color-text-subheader: #fff;
  --color-text-bton-main: #fff;
  --color-text-bton-second: #fff;
  --color-bg-body: #fff;
  --color-bg-menu: #fff;
  --color-bg-menu-inverse: #fff;
  --color-bg-box: #fff;
  --color-bg-box-inverse: #fff;
  --color-bg-box-icon: #fff;
  --color-bg-box-icon-inverse: #fff;
  --color-bg-box-subheader: #fff;
  --color-bg-bton-main: #fff;
  --color-bg-bton-second: #fff;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  scroll-behavior: smooth;
}
body {
  background: var(--color-bg-body);
  color: var(--color-text);
  box-sizing: border-box;
  margin: 0;
}
.btn-color-princ {
  background-color: var(--color-bg-bton-main);
  border-color: var(--color-bg-bton-main);
  color: var(--color-text-bton-main) !important;
}
.btn-color-princ-invert {
  background-color: var(--color-text-bton-main);
  border: 2px solid !important;
  border-color: var(--color-bg-bton-main);
  color: var(--color-bg-bton-main) !important;
  font-weight: 700;
  font-size: 0.85rem !important;
}
.btn-color-second {
  background-color: var(--color-bg-bton-second);
  border-color: var(--color-bg-bton-second);
  color: var(--color-text-bton-second) !important;
}
.btn-color-tert {
  background-color: var(--color-bg-box-inverse);
  border-color: var(--color-bg-box-inverse);
  color: var(--color-text-bton-main) !important;
}
.btn-color-red {
  background-color: rgb(224, 117, 117);
  border-color: rgb(224, 117, 117);
  color: var(--color-text-bton-main) !important;
  text-shadow: 0px 1px 1px grey;
  font-size: 0.85rem !important;
}

#falseMap img {
  height: 200px;
  width: 100%;
  object-fit: none;
  display: block;
  margin: auto;
}

#video_btn-container,
#print_btn-container,
#btn-cancel-container {
  flex-shrink: 1 !important;
}

a {
  color: var(--color-text);
  cursor: pointer;
}

.link {
  display: inline-block;
  cursor: pointer;
}

.a-link {
  color: var(--color-text-inverse);
  cursor: pointer;
}
.a-link:hover {
  color: var(--color-text-inverse);
  text-decoration: none;
}
.text-color-princ {
  color: var(--color-text);
}
.color-princ {
  color: var(--color-princ);
}
.text-color-second {
  color: var(--color-second);
}
.text-color-white {
  color: var(--color-text-bton-main) !important;
}
.text-danger {
  color: var(--color-text) !important; /*A petición de Jorge, REVISAR*/
}
.text-color-header {
  color: var(--color-text-header);
}
.text-color-subheader {
  color: var(--color-text-subheader);
}
.text-title-box {
  color: var(--color-text-title-box);
}
.text-box-inverse {
  color: var(--color-bg-box-icon-inverse) !important;
}
.color-text-inverse {
  color: var(--color-text-inverse);
}

.bg-subheader {
  background: var(--color-bg-box-subheader);
}

/*************LANDING************/
#landing {
  width: 100vw;
  height: 100vh;
}

.carousel-inner img {
  height: 100vh;
  object-fit: cover;
  filter: grayscale(70%);
}

#carousel {
  position: relative;
}

#carousel .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--color-text-bton-main);
  z-index: 5;
}

#carousel .overlay .container .row .texto-encima {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#logo-landing-div {
  height: 100px;
  width: 100%;
  padding: 0px 10px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.logo-landing-div {
  height: 100px;
  width: 100%;
  padding: 0px 10px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

#logo-landing-div img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}

.logo-landing-div img {
  height: 100%;
  width: 95%;
  object-fit: scale-down;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}

#landing-title {
  font-style: italic;
  font-size: 1.3rem;
}

#footer-landing {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--color-text-bton-main);
  z-index: 10;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding-bottom: 0px;
}

#footer-landing #btn-access {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

#banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  /* background-color: var(--color-bg-menu-inverse); */
  background-color: rgba(255, 255, 255, 0.9); /*Meter en backoffice*/
  z-index: 25;
  /* opacity: 0.7; */
  padding: 10px 15px;
}

#banner a {
  /* color: var(--color-text-subheader); */
  text-decoration: underline;
  cursor: pointer;
}

#banner div {
  display: flex;
  justify-content: center;
  width: 100%;
}

#banner div .btn {
  width: 49%;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  #banner div .btn {
    width: 20%;
    margin: 5px;
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  #modalCookies {
    padding: 50px 200px;
  }

  #modalCookies .modal-content {
    padding: 10px 20px;
  }

  #modalCookies .modal-content p {
    margin: 10px 50px;
  }
}

.modal-body p a {
  cursor: pointer;
}

.radio {
  position: relative !important;
  left: 0px !important;
  width: 15px !important;
  height: 15px !important;
  visibility: visible !important;
  margin-left: 10px;
  margin-right: 5px;
}

/*************!LANDING************/

/***************HEADER***************/
header {
  width: 100%;
}
header nav {
  width: 100%;
  background: var(--color-princ);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 70px;
  /* height: 100%; */
}
header nav ul {
  overflow: hidden;
  list-style: none;
  padding-left: 15px;
}
header nav ul li {
  float: left;
}

header nav ul li a {
  color: var(--color-text-menu);
  font-size: 16px;
  font-weight: 600;
  padding: 20px 3px;
  display: block;
  text-decoration: none;
}
header nav ul li a span {
  color: #fff;
}

header nav ul li span {
  padding-right: 15px;
}
header nav ul li a:hover {
  background: var(--color-bg-menu-inverse);
  text-decoration: none;
  color: var(--color-bg-menu);
}
.menu_bar {
  display: none;
}

#llena_menu ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}

/******************MENU DE LENGUAJE Y CONTACTO************************/
#menu_lang,
#menu_contact {
  position: absolute;
  display: inline-block;
  height: 110px;

  list-style: none;
  margin: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: var(--color-princ);
}

#menu_lang {
  width: 170px;
}

#menu_contact {
  width: 180px;
}

#menu_lang li,
#menu_contact li {
  width: 201px;
  height: 50px;
  margin: 0;
  padding: 0;
}
#menu_lang li a,
#menu_contact li a {
  color: var(--color-text-menu);
  font-weight: 600;
  display: block;
  text-decoration: none;
}
#menu_lang li a:hover,
#menu_contact li a:hover {
  background: var(--color-bg-menu-inverse);
  text-decoration: none;
  color: var(--color-bg-menu);
  width: 201px;
  height: 60px;
  margin: 0;
}
/******************MENU DE LENGUAJE ************************/
/***************HEADER***************/
footer {
  /* position: absolute; */
  /* left: 0px; */
  bottom: 0px;
  width: 100%;
  /* height: 400px; */
  color: var(--color-text-footer);
  font-size: 12px;
  /* font-size: 2rem; */
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}
.footer_logo {
  position: relative;
  float: right !important;
}
section {
  padding: 100px 20px 20px 20px;
}
.iconify_24 {
  width: 24px !important;
  height: 24px !important;
  margin-right: 6px;
  margin-left: 6px;
}
.iconify_30 {
  width: 30px !important;
  height: 30px !important;
}
.iconify_40 {
  width: 40px !important;
  height: 40px !important;
}
.iconify_65 {
  width: 65px !important;
  height: 65px !important;
}
.iconify {
  color: var(--color-princ);
  flex-shrink: 0;
}
.iconify_color_second {
  color: var(--color-second) !important;
}
.iconify_color_menu {
  color: var(--color-text-menu-icon) !important;
}
.iconify_color_header {
  color: var(--color-text-header);
}
.iconify_color_tert {
  color: var(--color-text-bton-main);
}

.iconify_color_grey {
  color: rgba(0, 0, 0, 0.2);
}
.iconify_color_change_only_menu {
  color: #fff !important;
}
.iconify_color_change_only_menu:hover {
  color: #fff !important;
}
.iconify_white {
  color: #fff !important;
}
.iconify_red {
  color: rgb(224, 117, 117) !important;
}
.iconify_box {
  color: var(--color-bg-box-icon);
}

.iconify_space_20 {
  width: 40px;
  height: 40px;
}
.icon_position_right {
  float: right;
  top: 0;
  position: absolute;
  right: 0;
  margin: 10px;
}
.icon_position_left {
  float: left;
  top: 0;
  position: absolute;
  left: 0;
  margin: 10px;
}
@media screen and (min-width: 1544px) {
  body {
    margin-top: 71px;
  }
}
@media screen and (max-width: 1544px) {
  /***************HEADER***************/
  header nav {
    width: 50%;
    height: 85%;
    left: -100%;
    margin: 0;
    top: 45px;
    position: fixed;
    background: var(--color-bg-menu);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 8px 0px;
    overflow: scroll;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    z-index: 999;
  }

  header nav::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  header nav::-webkit-scrollbar:vertical {
    width: 4px;
  }

  header nav::-webkit-scrollbar-button:increment,
  .contenedor::-webkit-scrollbar-button {
    display: none;
  }

  header nav::-webkit-scrollbar:horizontal {
    height: 0px;
  }

  header nav::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
  }
  /*header nav ul {
     height: 100vh; 
  }*/
  header nav ul li {
    display: block;
    float: none;
  }
  header nav ul li a {
    color: var(--color-text-menu);
    padding: 14px;
    font-weight: 700;
    font-size: 17px;
  }
  header nav ul li a span {
    color: var(--color-text-menu);
  }
  .menu_bar {
    /*position: fixed;
    top: 0;
    display: block;
    height: 45px;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    z-index: 5;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    width: 100%;
    background-color: #009688;
    /* o el color que uses */
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    z-index: 1000;
    /* más alto para estar por encima del resto */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .menu_bar .bt-menu {
    display: block;
    padding: 10px;
    background-color: var(--color-princ);
    color: var(--color-text-header);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    /*height: 45px;*/
    min-height: 45px;
    width: 100%;
  }
  .menu_bar_not_border .bt-menu {
    display: block;
    padding: 10px;
    background-color: var(--color-princ);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 45px;
    width: 100%;
  }
  .menu_bar #bt-menu span {
    float: right;
    font-size: 40px;
  }
  section {
    padding: 70px 20px 20px 20px;
  }
  .menu_politica {
    position: relative;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    /* bottom: -50px; */

    /* transform: translateY(200%); */
  }
  .menu_politica a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
  }
  .menu_politica a:hover {
    background-color: var(--color-bg-menu);
  }
  .iconify_color_change_only_menu {
    color: var(--color-princ) !important;
  }
  .iconify_color_change_only_menu:hover {
    color: #fff !important;
  }
  /******************MENU DE LENGUAJE ************************/
  #menu_lang,
  #menu_contact {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background: var(--color-bg-menu);
  }

  #menu_lang li,
  #menu_contact li {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
  }
  #menu_lang li a,
  #menu_contact li a {
    color: var(--color-text-menu);
    font-weight: 600;
    display: block;
    text-decoration: none;
    padding-left: 60px;
  }
  #menu_lang li a:hover,
  #menu_contact li a:hover {
    background: var(--color-bg-menu-inverse);
    text-decoration: none;
    color: var(--color-bg-menu);
    width: 100%;
    height: 55px;
    margin: 0;
  }
  /******************MENU DE LENGUAJE ************************/
}

@media screen and (min-height: 812px) {
  .menu_politica {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background: var(--color-bg-body);
    color: var(--color-text);
    box-sizing: border-box;
    margin: 0;
    /* margin-bottom: 130px; */
  }
  .user-calendar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  /***************HEADER***************/
  header nav {
    width: 85%;
  }

  /***************HEADER***************/
}

/* AVATAR */

.user-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(90px);
}

.user-calendar {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 30px;
}

#user-access {
  margin-top: -60px;
}

.user-container .user_name-title {
  padding-left: 0px;
}

.user-container .user_name-title h5 {
  font-size: 1rem;
  text-align: center;
}

/***************CARD-BOX***************/
.card-box {
  min-height: 120px;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 10px;
}

#resource_info {
  width: 100%;
  padding: 0 10px;
}
.card-box-title {
  position: absolute;
  top: 25px;
  left: 110px;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  padding-right: 8px;
  line-height: 1;
}
.card-box-text {
  position: absolute;
  top: 54px;
  left: 110px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
}
.card-box-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 36px;
  left: 30px;
  overflow: hidden;
}
/***************END CARD-BOX***************/

/***************CARD-BOX-SQUARE***************/
.card-box-square {
  height: 120px;
  background: rgba(164, 201, 199, 1);
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  border: 0px solid rgba(217, 199, 199, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.card-box-title-square {
  margin: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.card-box-icon-square {
  width: 45px;
  height: 45px;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.checkbox-style-square:checked + label,
.checkbox-style-square:not(:checked) + label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.checkbox-style-square:not(:checked) + label {
  border-bottom: 2px solid #dee2e6;
}
.checkbox-style-square:checked + label {
  background: var(--color-princ);
  border: 2px solid var(--color-second);
  height: 120px;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  border: 0px solid rgba(217, 199, 199, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
/***************END CARD-BOX-SQUARE***************/

/***************CARD-BOX-CENTERS***************/
.card-box-centers-left {
  display: inline-block;

  /*padding-left: 1rem;*/ /*30px;*/
}
.card-box-centers-right {
  display: inline-block;
  padding-left: 10px;
  /* color: var(--color-text-subheader); */
}

#resource_name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-box-centers-info {
  display: flex;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}

.contact-left {
  justify-content: flex-start !important;
}

.menu_card_box_centers {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-color: var(--color-second);
  z-index: 3;
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
}
.menu_card_box_centers .bt-menu-box-centers {
  display: block;
  padding: 15px;
  color: var(--color-text-header);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
#llena_card_box_centers {
  /* bottom: 60px; */
  /* height: auto; */
  /* max-height: 200px; */
  /* position: fixed; */
  /* bottom: 0; */
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.llena_code {
  padding: 5px;
}

.box-center {
  align-items: center;
  justify-content: center;
  /*height: 50vh;*/
  margin-top: 1rem;
}
.box-center-without-space {
  align-items: center;
  justify-content: center;
}
/*.box-center-down{
  position:fixed;
  bottom: 6rem;
  width: 100%;
  color: var(--color-princ-hover);
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
}*/
.card-box-centers {
  min-height: 200px;
  width: 100%;
  /*background: var(--color-bg-box-subheader);*/
  bottom: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}
.card-box-centers-title {
  display: block;
  padding-top: 10px;
  font-weight: Bold;
  font-size: 17px;
  text-align: center;
  color: var(--color-text-subheader);
}
.card-box-centers-icon {
  width: 45px;
  height: 45px;
  background-color: var(--color-bg-box-icon);
  border: 0px solid rgba(217, 199, 199, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 7px 7px 7px 10px;
}
.card-box-centers-icon-peq {
  width: 40px;
  height: 40px;
  background-color: var(--color-text-subheader);
  border: 0px solid rgba(217, 199, 199, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 7px 7px 7px 10px;
}
.card-box-centers-subtitle {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: var(--color-text-header);
}
.card-box-centers-text {
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.02em;
}
.card-box-centers-text-white {
  font-size: 18px;
  text-align: left;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: bold;
  align-items: center;
}
/*************** END CARD-BOX-CENTERS***************/

.right {
  float: right;
}
.left {
  float: left;
}
.div_Restricted {
  min-height: 80px;
  padding-bottom: 10px;
  vertical-align: middle;
  width: 100%;
  background-color: var(--color-bg-box-subheader);
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .div_Restricted {
    /* padding-top: 70px; */
    min-height: 150px;
    padding-bottom: 10px;
    vertical-align: middle;
    width: 100%;
    /* background-color: var(--color-bg-body); */
  }
}

.content {
  min-height: calc(100vh - 200px);
}

.container-full {
  background-color: var(--color-bg-body) !important;
}
.border-bottom {
  border-bottom: 1px solid #000000;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: var(--color-text-bton-main);
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-bg-bton-main);
  transition: width 0.6s ease;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #4bd396;
  border-color: #4bd396;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-bottom: 2px solid var(--color-princ);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*estilo de los input code sms*/
#div-code {
  margin: 0 5px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#div-code input {
  margin: 0 5px;
  text-align: center;
  align-items: center;
  line-height: 80px;
  font-size: 30px;
  border: solid 1px #ccc;
  outline: none;
  width: 12%;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #div-code input {
    margin: 0 5px;
    text-align: center;
    align-items: center;
    line-height: 80px;
    font-size: 30px;
    border: solid 1px #ccc;
    outline: none;
    width: 18%;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
  }
}
#div-code input:focus {
  border-color: var(--color-princ);
  box-shadow: 0 0 5px var(--color-princ) inset;
}

#div-code input::selection {
  background: transparent;
}
.div-code-input {
  border-color: var(--color-princ);
  box-shadow: 0 0 5px var(--color-princ) inset;
}
/*estilo de los input code sms*/

.w-50 {
  width: 40%;
}
.error {
  color: #dc3545 !important;
}
.error-text {
  border-bottom: 2px solid #dc3545 !important;
}
.bg-box {
  background: rgba(164, 201, 199, 1);
}
.lead {
  /*texto de SweetAlert*/
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.45;
}
.text-required {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.div_alert_msn {
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
  position: absolute;
  width: 90%;
  display: none;
}
.div_alert_msn_child {
  position: relative;
}
.alert-info-ligth {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.95);
  border-color: #bee5eb;
}

.sweet-alert {
  padding-bottom: 30px;
}

/*************************LOADER*************************/
.loading {
  position: fixed;
  left: 0px;
  top: 4rem;
  width: 100%;
  height: 100%;
  z-index: 16777271;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.3);
  display: none;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid var(--color-princ);
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  left: 50%;
  margin-left: -2em;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5em;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*************************LOADER*************************/

.oculta {
  display: none !important;
}
.mayuscula {
  text-transform: uppercase;
}
/*coloca primera letra en mayuscula*/
.PrimerMayuscula {
  text-transform: lowercase;
}
.PrimerMayuscula::first-letter {
  text-transform: uppercase;
}
/*coloca primera letra en mayuscula*/
.pointer {
  cursor: pointer;
}

/********* MODAL IMAGEN ********/
#div_base64 {
  position: absolute;
  z-index: 100;
  width: 100%;
  border-radius: 2px;
  padding: 6px 14px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
/********* FIN MODAL IMAGEN ********/

/********* CHECKBOX SQUARE  **********     ESTEEEEEEEEEEEEEEEEEEEEEEEEEEE*/
.checkbox-square-border:checked + label,
.checkbox-square-border:not(:checked) + label {
  display: inline-block;
  min-height: 110px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
}
.checkbox-square-border:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color-bg-box);
  border: 2px solid var(--color-bg-box-icon);
}

.checkbox-square-border:checked + label {
  background: var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  color: #fff;
}

.checkbox-square-border2:checked + label,
.checkbox-square-border2:not(:checked) + label {
  display: inline-block;
  min-height: 110px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
  border: 2px solid var(--color-bg-box-icon);
  border-radius: 10px;
}

.like-checkbox-square {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
  border-radius: 10px;
  border: 2px solid var(--color-bg-box-icon);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.like-checkbox-square:hover {
  background: var(--color-bg-box-inverse);
  color: white;
}

.like-checkbox-square:disabled {
  background: rgba(0,0,0, 0.1);
  color: black;
}

.appointments {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-left: 1px dashed var(--color-bg-box-icon);
  border-right: 1px dashed var(--color-bg-box-icon);
  /* padding: 10px; */
}
.appointments2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-left: 1px dashed var(--color-bg-box-inverse);
  border-right: 1px dashed var(--color-bg-box-inverse);
}

.app2newapp {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media all and (min-width: 576px) {
  .app2newapp {
    max-width: 90% !important;
  }
}

.appointment2 {
  min-height: 60px !important;
  height: 60px !important;
  width: 100%;
}

.appointment {
  display: flex;
  height: 130px;
  align-items: center;
  /* justify-content: flex-start; */
  width: 95%;
  cursor: pointer;
  border: 2px solid var(--color-bg-box-inverse);
  border-radius: 10px;
  padding: 8px;
}

#medical_collap {
  width: 95% !important;
  margin: auto;
  padding: 0px 15px !important;
}

#medical_subtitle {
  display: inline-block;
  padding-right: 30px;
}

.group_list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px !important;
  width: 100%;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.group_list p {
  height: 40px;
  line-height: 40px;
  margin: 0px;
}

.resource_med_dir {
  cursor: default;
}

.resource_med_dir .col-3 img {
  margin-left: -10px;
}

.btn-medical {
  padding: 7px 7px !important;
  margin-left: -10px;
}

.app_data_container {
  width: 100%;
  padding: 0px !important;
  margin-left: 0px;
  margin-right: 0px !important;
}

.resource_med_dir .app_data_container p {
  margin: 0px !important;
}

.resource_med_dir .app_data_container small {
  font-size: 0.8rem;
}

.empty-apps {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 95%;
  cursor: default;
  border: 1px solid var(--color-bg-box-icon);
  border-radius: 10px;
  background-color: var(--color-bg-bton-second);
  padding: 8px;
}

.historic {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  width: 95%;
  cursor: pointer;
  border: 1px solid var(--color-bg-box-icon);
  border-radius: 10px;
  background-color: var(--color-bg-box-inverse);
  padding: 8px;
}

.historic p {
  margin-bottom: 0px;
}

/* .btn-camera {
  animation: beating 1.5s linear infinite;
} */
.camera-icon {
  animation: moving 1.5s linear infinite;
}

@keyframes beating {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moving {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

.app-btn {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 5px !important;
}

.resource_name_app {
  max-width: 250px;
  max-height: 46px;
  overflow: hidden;
}

.service_name_app {
  max-width: 250px;
  max-height: 46px;
  overflow: hidden;
}

#cita-con,
#cita-para {
  max-width: 190px;
  max-height: 24px;
  overflow: hidden;
}

.icons-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

@media all and (min-width: 768px) {
  .icons-container {
    align-items: flex-end;
  }
  .app-btn {
    align-self: flex-end;
  }
}

/* #btn-cam-s,
.right {
  align-self: flex-end;
} */

.icon_container {
  height: 60px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-app {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 110px;
  /* width: 100%; */
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--color-bg-box-inverse);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 5px;
  z-index: 1;
}

.next-app-content {
  max-width: 700px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  cursor: pointer;
}

.next-app-img-resource,
.next-app-img-user {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#next-app-info {
  max-width: 210px;
  max-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  #next-app-info {
    max-width: 100%;
  }
}

#next-app-info p {
  height: 0.8rem;
  max-width: 210px;
  margin-bottom: 3px;
  margin-top: 2px;
  font-size: 1rem !important;
  line-height: 0.7em;
  cursor: pointer;
  display: block;
  overflow-x: hidden;
  padding-bottom: 1px;
}
@media all and (min-width: 768px) {
  #next-app-info p {
    max-width: 100%;
    overflow: hidden;
  }
}

#arrow-down {
  animation: restless 1.2s linear infinite;
  margin-top: 2px;
  cursor: pointer;
}

@keyframes restless {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hospital-warnings {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 1.6rem;
  width: 100%;
  border: 1px solid var(--color-bg-box-inverse);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-top: 1px solid #d1cfcf;
  padding: 0px 50px;
  z-index: 1;
  transform: translateY(110px);
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
}

.marquee-text {
  margin: 0px 10px;
}

.showOnTablet {
  display: none;
}
@media all and (min-width: 768px) {
  .showOnTablet {
    display: inline;
    font-size: 100%;
  }
}

/***************************************************/
.checkbox-square-shadow:checked + label,
.checkbox-square-shadow:not(:checked) + label {
  display: inline-block;
  min-height: 110px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
  border-top: 1px solid #eae8e8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.checkbox-square-shadow:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
}
.checkbox-square-shadow:checked + label {
  background: var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  color: #fff;
}

.checkbox-square-shadow2:checked + label,
.checkbox-square-shadow2:not(:checked) + label {
  display: inline-block;
  min-height: 110px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
  border-top: 1px solid #eae8e8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
/****/

.card-box-img {
  position: absolute;
  top: 13px;
  left: 20px;
  overflow: hidden;
}
.card-box-text-img {
  position: absolute;
  top: 37%;
  left: 110px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-text-subtitle-box);
}
.card-box-text-img2 {
  position: absolute;
  top: 26%;
  left: 110px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-text-title-box);
}
.card-box-text-center {
  position: absolute;
  top: 10%;
  left: 15px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  color: var(--color-text-subtitle-box);
}
.card-box-text-center-up {
  position: absolute;
  top: 26%;
  left: 15px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  color: var(--color-text-subtitle-box);
}
.card-box-text-center-up-inverse {
  position: absolute;
  top: 26%;
  left: 15px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
.card-box-text-img-inverse {
  position: absolute;
  top: 37%;
  left: 110px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
.card-box-text-img-inverse2 {
  position: absolute;
  top: 26%;
  left: 110px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
.card-box-text-img-inverse-center {
  position: absolute;
  top: 10%;
  left: 15px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
.card-box-text-inverse {
  position: absolute;
  top: 37%;
  left: 110px;
  font-weight: 600;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
.card-box-title-img {
  position: absolute;
  top: 15%;
  left: 110px;
  font-weight: bold;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-text-title-box);
}
.card-box-title-inverse {
  position: absolute;
  top: 15%;
  left: 110px;
  font-weight: bold;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
.card-box-text-center-img {
  position: absolute;
  top: 26%;
  left: 110px;
  font-weight: bold;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-text-title-box);
}

.card-box-text-center-img-inverse {
  position: absolute;
  top: 26%;
  left: 110px;
  font-weight: bold;
  text-align: left;
  padding-right: 8px;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  color: var(--color-bg-box-icon-inverse);
}
/*******************************************/
/********* IMAGEN **********/
.avatar_img {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0.1rem;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-group .avatar_img {
  cursor: pointer;
}

.avatar_radiology {
  vertical-align: middle;
  max-width: 80px;
  max-height: 100px;
  padding: 0.1rem;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.div_avatar_svg {
  width: 100px;
  height: 100px;
  background-color: var(--color-second);
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.avatar_svg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.div_avatar_svg_left {
  width: 70px;
  height: 70px;
}
.avatar_img_60 {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0.1rem;
  position: relative;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

/********* FIN IMAGEN **********/

/********* CHECKBOX SQUARE - ADD FAMILY **********/
.checkbox-square-border-grey-border:checked + label,
.checkbox-square-border-grey-border:not(:checked) + label {
  display: inline-block;
  min-height: 100px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box-subheader);
}
.checkbox-square-border-grey-border:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color-bg-box);
  border: 2px solid var(--color-bg-box-icon);
}
.checkbox-square-border-grey-border:checked + label {
  background: var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  color: #fff;
}
/*shadow*/
.checkbox-square-border-grey-shadow:checked + label,
.checkbox-square-border-grey-shadow:not(:checked) + label {
  display: inline-block;
  min-height: 100px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box-subheader);
  border-top: 1px solid #eae8e8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.checkbox-square-border-grey-shadow:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
}
.checkbox-square-border-grey-shadow:checked + label {
  background: var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  color: #fff;
}

/*****************************/
.checkbox-title-square {
  margin: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.checkbox-icon-square {
  width: 45px;
  height: 45px;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
/*******************************************/
/********** CHECKBOX - SEX *************/
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox-tools-border:checked + label,
.checkbox-tools-border:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 10px 5px 5px 10px;
  width: 80px;
  height: 90px;
  font-size: 10px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
}
.checkbox-tools-border:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color-bg-box);
  border: 2px solid var(--color-bg-box-icon);
}
.checkbox-tools-border:checked + label {
  background: var(--color-bg-box-inverse);
  border: 2px solid var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
}

/*shadow*/
.checkbox-tools-shadow:checked + label,
.checkbox-tools-shadow:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 10px 5px 5px 10px;
  width: 27%;
  min-width: 58px;
  max-width: 85px;
  height: 90px;
  font-size: 10px;
  margin: 0 auto;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
  border-top: 1px solid #eae8e8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.checkbox-tools-shadow:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
}
.checkbox-tools-shadow:checked + label {
  background: var(--color-bg-box-inverse);
  border: 2px solid var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
}
/********** END CHECKBOX - SEX**********/

/********** CHECKBOX - LANGUAJE (input)**********/
/*border*/
.checkbox-square-border-lang:checked + label,
.checkbox-square-border-lang:not(:checked) + label {
  display: inline-block;
  min-height: 75px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);
}
.checkbox-square-border-lang:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;

  background: var(--color-bg-box);
  border: 2px solid var(--color-bg-box-icon);
}
.checkbox-square-border-lang:checked + label {
  background: var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  color: #fff;
}
/*shadow*/
.checkbox-square-shadow-lang:checked + label,
.checkbox-square-shadow-lang:not(:checked) + label {
  display: inline-block;
  min-height: 75px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: var(--color-bg-box);

  border-top: 1px solid #eae8e8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.checkbox-square-shadow-lang:not(:checked) + label {
  box-sizing: border-box;
  border-radius: 10px;
}
.checkbox-square-shadow-lang:checked + label {
  background: var(--color-bg-box-inverse);
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  color: #fff;
}
/********** CHECKBOX - LANGUAJE (input)**********/

/********* CHECKBOX SQUARE  ********** PROFILEEEEEEEEEEEEEEEEEEE/
.checkbox-square:checked + label,
.checkbox-square:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 10px 5px 5px 10px;
  height: 120px;
  width: 95%;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.checkbox-square:not(:checked) + label {
  background: #FFFFFF;
  border: 2px solid var(--color-second);
  box-sizing: border-box;
  border-radius: 10px;
}
.checkbox-square:checked + label {
  background: var(--color-princ-hover);
  border: 2px solid var(--color-princ-hover);
  box-sizing: border-box;
  border-radius: 10px;
  color: #FFF;
}*/
/********* END CHECKBOX SQUARE  **********/

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: var(--color-bg-bton-main);
  border-radius: 14px 14px 0px 0px;
  border: 0;
}
.nav-tabs .nav-link {
  border: 1px solid #fff;
  border-radius: 14px 14px 0px 0px;
  border: 0;
  background-color: var(--color-bg-bton-second);
}
.menu-taps {
  /*background-color: #dbdbdb;*/
  padding: 3px;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-link {
  padding: 0.5rem 1rem;
  display: initial;
}
.nav-tabs {
  padding-bottom: 8px;
}
.min-height-50vh {
  max-height: 50vh;
}
.min-height-120 {
  min-height: 120px !important;
}
.bg-color-princ {
  background: var(--color-princ);
}
.bg-color-second {
  background: var(--color-second);
}
.text-center-box {
  font-size: 0.9rem;
  flex-direction: row;
}
.croppr-container * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}
.gmaps,
.gmaps-panaroma {
  height: 280px;
  background: #eeeeee;
  border-radius: 3px;
}
.gmaps-centers {
  height: 150px;
  background: #eeeeee;
  border-radius: 3px;
  margin: 20px;
}
.gmaps-centers img {
  height: 100%;
  object-fit: cover;
  /* overflow: hidden; */
}

/************ESTILOS DEL SELECTPICKER***********/
/*Color del select activado*/

form .disabled {
  background-color: var(--color-bg-body) !important;
  border: none !important;
  border-radius: 1px solid var(--color-bg-bton-second) !important;
}

form .btn-light {
  background-color: var(--color-bg-body);
  box-shadow: none !important;
  border-bottom: 1px solid var(--color-bg-bton-second) !important;
}

.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-second);
}

.dropdown-item.active:hover {
  color: var(--color-princ);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--color-text);
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  background-color: var(--color-bg-box-subheader);
  width: 100%;
}

.flex {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}

#flag-container {
  height: 64px;
}

/************* DATAPICKER*******************/
.datepicker-dropdown {
  width: 250px !important;
}
.datepicker table tr {
  margin: 10px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.day,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #444444;
  cursor: default;
  background-color: #fff !important;
  border-radius: 30px !important;
}
.datepicker td.day.today {
  color: #fff;
  cursor: default;
  background-color: #999 !important;
  border-radius: 30px !important;
}
.datepicker td.day.active {
  color: #fff;
  font-weight: bold;
  cursor: default;
  background-color: var(--color-princ) !important;
  border-radius: 30px !important;
}
.datepicker {
  /* color: #444444; */
  cursor: default;
  background-color: #e2e2e2 !important;
}
.datepicker table {
  margin: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.table-condensed > tbody > tr > td {
  margin: 10px;
}
.table-condensed > thead > tr {
  margin: 10px;
}
/************* DATAPICKER*******************/

.div_img_radiology {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.strong {
  font-weight: bold;
}
/*.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}*/
/*margin-left: auto;
  margin-right: auto;*/

.btn {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*PARA LOS BOTONES (NEXT-BACK)*/
.bton-flex {
  display: flex;
  justify-content: space-around;
}
.bton-flex-bton-left {
  margin-right: 0.25rem;
}
.bton-flex-bton-right {
  margin-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .bton-flex {
    display: flex;
    flex-direction: column;
  }
  .bton-flex-bton-left {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bton-flex-bton-right {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

.disabled_next {
  cursor: not-allowed;
  background-color: #9c9c9c;
}

/*PARA LOS BOTONES (NEXT-BACK)*/

/*MODAL DE VIDEO CONSULTA*/
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1px !important;
}
.modal-dialog {
  width: 95%;
  /*height: 95%;*/
  padding: 0;
}
.modal-content {
  height: 100%;
  border-radius: 0;
}
.modal-body-conference {
  height: 75vh;
  overflow: hidden;
}
.container-countdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.countdown {
  margin: 5px;
  padding: 20px;
  width: 22%;
  height: 160px;
  margin-top: 10px;
  line-height: 50px;
  color: var(--color-princ);
  font-weight: bold;
  font-size: 3.5em;
  text-align: center;
}
.countdown-wait {
  margin: 5px;
  padding: 20px;
  width: 100%;
  height: 160px;
  margin-top: 10px;
  line-height: 50px;
  color: var(--color-princ);
  font-weight: bold;
  font-size: 3.5em;
  text-align: center;
}
.countdown-border {
  background-color: var(--color-bg-box);
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--color-bg-box);
  border: 2px solid var(--color-bg-box-icon);
}
.countdown-shadow {
  background-color: var(--color-bg-box);
  border-top: 1px solid #eae8e8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 10px;
  color: var(--color-princ);
}
.countdown-concept {
  font-size: 0.5em;
  text-align: center;
  color: var(--color-princ);
  padding-top: 10px;
}

@media only screen and (max-width: 736px) and (min-width: 320px) {
  .countdown {
    margin: 2px;
    padding: 15px 5px 5px 5px;
    width: 23%;
    height: 100px;
    margin-top: 10px;
    line-height: 30px;
    color: var(--color-princ);
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }
  .countdown-wait {
    margin: 5px;
    padding: 20px;
    width: 50%;
    height: 130px;
    margin-top: 10px;
    line-height: 50px;
    color: var(--color-princ);
    font-weight: bold;
    font-size: 3.5em;
    text-align: center;
  }
  .countdown-concept {
    font-size: 0.5em;
    text-align: center;
    color: var(--color-princ);
    padding-top: 10px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 95% !important;
    margin: 1.75rem auto;
  }
}
/*MODAL DE VIDEO CONSULTA*/

.text-grey-disabled {
  color: #ccc !important;
}

/*and (orientation:landscape)*/

@media screen and (max-device-width: 1023px) {
  .modal-body-conference {
    height: 90vh;
    overflow: hidden;
  }
}

@media screen and (min-device-width: 1023px) {
  .modal-body-conference {
    height: 80vh;
    overflow: hidden;
  }
  .modal-content {
    height: 90vh;
    border-radius: 0;
  }
  .modal-dialog {
    width: 98%;
    height: 98%;
    padding: 0;
    margin: 1.75rem auto;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    overflow: hidden;
    outline: 0;
  }
}

@media print {
  .cls-print {
    display: none;
  }
  .print-yes {
    display: inline;
  }
}

.text-red {
  color: #ff0019;
}

div#landing-description {
  font-size: 0.9rem;
}

@media screen and (max-width: 350px) {
  div#landing-description {
    font-size: 0.7rem;
  }
}

/* Modal Landscape */

#modalLandscape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-second);
  z-index: 999;
  opacity: 97%;
}

/* 404 */
#logo404-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#logo404 {
  /* height: 10rem; */
  max-height: 20rem;
  width: 100%;
}

.princ {
  fill: var(--color-princ);
}
.second {
  fill: var(--color-second);
}

/* CARD */
#card_priority {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 320px;
  height: 202px;
  max-height: 310px;
  max-width: 480px;
  box-shadow: 0 1px 5px 1px grey;
  border-radius: 8px;
}

#card_priority_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}

#card_profile {
  color: white;
  text-shadow: 1px 1px 1px grey;
  transform: rotate(-90deg);
}

#card_priority_right {
  background-image: url(../../img/card/card1.png);
  background-size: contain;
  width: 88%;
  height: 100%;
  border-radius: 0 8px 8px 0;
}

#card_name {
  position: absolute;
  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  margin-top: 130px;
  margin-left: 25px;
  width: 240px;
  height: 20px;
  overflow: hidden;
}

#card_surname {
  position: absolute;
  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  margin-top: 110px;
  margin-left: 25px;
  width: 240px;
  height: 20px;
  overflow: hidden;
}

#profile_description p {
  line-height: 1.5rem;
  text-align: justify;
}

/* STAR ICON */

.star_icon {
  position: absolute;
  margin-top: 40px;
  transform: translateX(-25px) !important;
  color: rgb(253, 216, 2);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

.star_icon_p {
  position: absolute;
  margin-top: 74px;
  transform: translateX(-27px) !important;
  color: rgb(253, 216, 2);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

.shared_icon {
  position: absolute;
  margin-top: 0px;
  transform: translate(-65px,35px) !important;
  color: rgb(89, 131, 158);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

.shared_icon_p {
  position: absolute;
  margin-top: 0px;
  transform: translate(-110px,70px) !important;
  color: rgb(89, 131, 158);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

.div_alert_center {
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
  position: absolute;
  width: 90%;
  margin-top: 50%;
  display: none;
}