@charset "UTF-8";
.form-check-input:checked {
  background-color: #2306de !important;
  border-color: #2306de !important;
}

.reacciones:hover {
  color: #2306de !important;
}

h2 {
  color: #000;
  margin: 7px !important;
  font-size: 25px;
  font-weight: bold;
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  min-width: 100%;
  object-fit: cover;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.button-container {
  width: 100%;
  text-align: center;
}

.button-container button {
  padding: 7px 18px;
  border: none;
  border-radius: 3px;
  background: #1976d2;
  color: #fff;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.button-container button:hover {
  background: #2780da;
}

/* ->Estilos generales */
/* Body */
/* ->Body */
/* Imágenes */
.images-cards figure {
  position: relative;
}

.images-cards img {
  height: 240px;
}

.images-cards figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 44px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.images-cards figure figcaption:hover {
  opacity: 1;
}

/* ->Imágenes */
/* Selector de imágenes */
#Images .add-new-photo {
  display: flex;
  border: 3px dashed #d7d6d6;
  height: 100%;
  min-height: 160px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

#Images .add-new-photo.first:hover {
  background: rgba(255, 255, 255, 0.17);
}

#add-photo-container input {
  display: none;
}

.icon-camera:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.2s linear 0s;
  color: black;
}

.multisteps-form__progress-btn2:first-child:after {
  display: none;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #e6e4e4;
  top: 0;
  bottom: 392px;
  left: 52%;
  margin-left: -3px;
}

/* Container around content */
.containertimeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Place the containertimeline to the left */
.left {
  left: 0;
  margin-bottom: 48px;
}

/* Place the container to the right */
.right {
  left: 50%;
  margin-bottom: 48px;
}

/* Add arrows to the left container (pointing right) */
/* Add arrows to the right container (pointing left) */
/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .containertimeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .containertimeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
.right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.ver_cita_bg {
  color: white !important;
  font-size: 14px !important;
  width: 70px !important;
}

.num {
  color: #fff;
  z-index: 9;
  position: absolute;
  left: 34px;
  top: 1px;
  font-size: 20px;
}

.upload {
  color: #b5b3b3;
}

.nomupload {
  position: absolute;
  left: 77px;
  bottom: 170px;
  font-size: 15px;
}

.nomfoto {
  position: absolute;
  right: 87px;
  bottom: 170px;
  font-size: 15px;
}

.enfermedad {
  border: 2px #efefef solid;
  border-radius: 6px;
}

.enfermedad span:first-child {
  background: #2306de;
  padding: 5px;
  margin-left: 15px;
  border-radius: 7px;
}

.enfermedad span {
  background: #2306de;
  padding: 5px;
  border-radius: 7px;
}

.tfinal {
  font-size: 1rem;
  padding-left: -18px;
  color: #212529;
}

.colorregistro {
  color: #2306de;
}

.bgbuttonver {
  color: black !important;
  font-size: 14px !important;
  width: 70px !important;
}

.contentreport {
  background: #2306de;
  border-radius: 5px 5px 0 0 !important;
}

.mttext .ml-auto {
  font-size: 5rem;
}

.borders {
  border: 2px #e2dcdc solid;
}

.bordersazul {
  border-top: 4px #2306de solid;
}

.border5 {
  border-radius: 5px 5px 0 0 !important;
}

.ml10 {
  margin-left: 10px;
}

.w-25 {
  width: 32% !important;
}

.fontprogress {
  font-size: 12px;
}

.cont {
  font-size: 14px;
}

.fa-syringe.hover:hover {
  color: #2306de !important;
}

.img-icono {
  margin-bottom: 1rem;
  transition: 0.3s;
  margin-top: 1.3rem;
  margin-left: -6px;
}

.colorhover:hover {
  color: #2306de !important;
}

.fa-syringe {
  transition: all 0.2s linear 0s;
}

.dropdown-item {
  padding-left: 23px;
  padding-right: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.titulo {
  margin: 0 15px 0 0;
  display: block;
  color: #707070;
}

.tp {
  color: #212529;
}

.cta {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.icon_info {
  font-size: 49px;
  color: gainsboro;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
  color: #212529;
}

.stylewelcome {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.content-infor {
  border: 2px solid #efefef;
  height: 432px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none !important;
  /* border-top: .3em solid; */
  /* border-right: .3em solid transparent; */
  border-bottom: 0;
  /* border-left: .3em solid transparent; */
}

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  /* background-color: - add your own background-color */
  font-family: "Roboto", sans-serif;
  /* put your font-family */
  font-size: 14px;
  width: 150px;
  border-radius: 6px;
  overflow: hidden;
}

.effect2 {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  /* background-color: - add your own background-color */
  font-family: "Roboto", sans-serif;
  /* put your font-family */
  font-size: 14px;
  width: 150px;
  border-radius: 6px;
  overflow: hidden;
}

/* effect-1 styles */
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}

.effect2.effect-2 {
  transition: all 0.2s linear 0s;
}

.effect.effect-1:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}

.effect2.effect-2:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12px;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}

.effect2.effect-2:hover {
  text-indent: 15px;
}

.effect2.effect-2:hover:before {
  opacity: 1;
  text-indent: 0px;
}

.effect.effect-1:hover {
  text-indent: -20px;
}

.effect.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

:root {
  --color-negro: #212529;
  --color-texto: #727c77;
  --color-rojo: #ed0722;
  --color-rgba-rojo: rgba(237, 7, 34, 0.21);
  --color-rgba-celeste: rgba(55, 147, 246, 0.27);
  --color-celeste: #3793f6;
  --color-input: #eef5f9;
}

.input-error {
  border: 1px solid var(--color-rojo) !important;
}

/*========================================
Estilos generales
==========================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.contenedor-login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

/*========================================
LOGIN
==========================================*/
.bordes-login {
  margin-top: 8px;
  margin-bottom: 20px;
  border-radius: 10px !important;
  border-top: 4px #2306de solid;
}

.bordes-regis {
  border-radius: 10px 10px 0 0;
  border-top: 4px #2306de solid;
  border-bottom: 2px #f3f1f18c solid;
  border-left: 2px #f3f1f18c solid;
  border-right: 2px #f3f1f18c solid;
}

/*========================================
Estilos del contenedor slider
==========================================*/
.contenedor-slider {
  width: calc(100% - 520px);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.slide {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  display: none;
  position: relative;
  justify-content: center;
}

.slide.active {
  display: flex;
}

.slide img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: -92px;
}

/*========================================
Estilos contenido slider
==========================================*/
.contenido-slider {
  position: absolute;
  top: 60px;
  width: 600px;
  text-align: center;
}

.contenido-slider .logo {
  margin-bottom: 20px;
}

.contenido-slider .logo img {
  width: 200px;
}

.contenido-slider .slider-texto {
  color: #1b5896;
  font-size: 16px;
}

/* Animacion slide */
.fade2 {
  animation: fade 1.5s ease-in-out;
  -webkit-animation: fade 1.5s ease-in-out;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* botones next y prev */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  background: var(--color-celeste);
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
          user-select: none;
  outline: 0;
}

.next {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}

.prev:hover,
.next:hover {
  background: var(--color-negro);
}

/* puntos */
.dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

.dots .dot {
  outline: 0;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  border: 1px solid var(--color-celeste);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
}

.dots .dot.active {
  background: var(--color-celeste);
  outline: 0;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  border: 1px solid var(--color-celeste);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
}

/*========================================
Estilos contenedor formularios
==========================================*/
.contenedor-texto {
  width: 520px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
}

.contenedor-form {
  width: 100%;
  padding: 100px 50px 50px 50px;
}

.contenedor-form .titulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--color-negro);
}

.contenedor-form .descripcion {
  font-size: 15px;
  color: var(--color-texto);
}

/*========================================
Estilos Tabs
==========================================*/
.tabs-links {
  margin-top: 24px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.tabs-links .tab-link {
  font-size: 15px;
  margin-right: 30px;
  color: var(--color-texto);
  cursor: pointer;
  position: relative;
}

.tabs-links .tab-link.active {
  color: var(--color-celeste);
  font-weight: 700;
}

.tabs-links .tab-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-celeste);
  left: 0;
  bottom: -10px;
}

/*========================================
Estilos Formularios
==========================================*/
.formulario {
  display: none;
}

.formulario.active {
  display: block;
}

.formulario .input-text {
  padding: 14px 20px;
  border: 1px solid transparent;
  background: var(--color-input);
  margin-bottom: 20px;
  border-radius: 3px;
  width: 100%;
  outline: 0;
  font-size: 14px;
  color: var(--color-texto);
}

.formulario .grupo-input {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.formulario .grupo-input .input-text {
  padding-right: 60px;
  margin-bottom: 0px;
}

.formulario .grupo-input .icono {
  position: absolute;
  width: 60px;
  height: 100%;
  border: none;
  cursor: pointer;
  background: none;
  font-size: 18px;
  color: var(--color-texto);
  right: 0;
  outline: 0;
}

.formulario .grupo-input .icono.active {
  color: var(--color-celeste);
}

.formulario .input-text:focus {
  border: 1px solid green;
}

.link {
  font-size: 14px;
  color: var(--color-celeste);
}

.link:hover {
  text-decoration: underline;
}

/*.formulario .btn{
    width: 100%;
    padding: 14px;
    border: none;
    background: var(--color-celeste);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 30px;
    outline: 0;
    cursor: pointer;
    display: block;
}*/
/*========================================
Estilos Checkbox Personalizados
==========================================*/
.contenedor-cbx {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-texto);
  -webkit-user-select: none;
          user-select: none;
}

.contenedor-cbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contenedor-cbx .cbx-marca {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid var(--color-texto);
  border-radius: 2px;
  transition: all 0.8s ease;
}

.contenedor-cbx:hover input ~ .cbx-marca {
  border: 1px solid var(--color-celeste);
}

.contenedor-cbx .cbx-marca::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 13px;
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  color: #fff;
}

.contenedor-cbx input:checked ~ .cbx-marca::after {
  display: block;
}

.contenedor-cbx input:checked ~ .cbx-marca {
  background: var(--color-celeste) !important;
  border: 1px solid var(--color-celeste) !important;
}

/*========================================
Animación a los checkbox
==========================================*/
.contenedor-cbx.animate input:checked ~ .cbx-marca {
  transform: rotate(360deg);
}

/*========================================
Estilos mesajes de error
==========================================*/
.error-text {
  background: var(--color-rgba-rojo);
  border-radius: 4px;
  padding: 8px 20px;
  margin-bottom: 10px;
  display: none;
}

.error-text p {
  font-size: 13px;
  color: var(--color-rojo);
}

.error-text.active {
  display: block;
}

.cbx-error .cbx-marca {
  animation: cbx_error 0.2s ease-in-out infinite;
  border: 1px solid var(--color-rojo);
}

@keyframes cbx_error {
  0% {
    transform: rotateX(-5deg);
  }
  50% {
    transform: rotateX(0deg) scale(0.8);
  }
  100% {
    transform: rotateX(5deg);
  }
}
/*========================================
Responsive
==========================================*/
/*========================================
    @media query - pantalla movil
==========================================*/
@media screen and (max-width: 800px) {
  .contentsm {
    padding: 0.75rem;
  }

  .d-nonesm {
    display: none !important;
  }

  .contenedor-login {
    flex-direction: column;
    height: 100%;
  }

  .fontprogress {
    font-size: 10px;
  }

  .contenedor-slider {
    width: 100%;
    height: 196px;
    position: relative;
  }

  .contenido-slider {
    top: 30px;
    width: 100%;
  }

  .dots {
    display: none;
  }

  .contenedor-form {
    padding: 20px !important;
  }

  .contenedor-form .titulo {
    font-size: 19px !important;
  }

  .contenedor-form .tabs-links {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .contenedor-texto {
    width: calc(100% - 24px);
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    margin: auto;
    margin-top: -50px;
    border-radius: 7px;
    margin-bottom: 40px;
  }

  .contentsm {
    padding: 0.75rem;
  }

  .contentsm .h3 {
    text-align: center;
  }

  .contentsm .p {
    text-align: center;
  }

  .d-nonesm {
    display: none !important;
  }

  .fs-6 {
    font-size: 1rem !important;
  }

  .w-60 {
    max-width: 62%;
    height: auto;
    justify-content: center;
  }

  .centrar-xs {
    display: flex;
    justify-content: center;
  }

  .pd-0 {
    padding: 0;
  }

  .mb {
    margin-bottom: 10px;
  }
}
/*========================================
    @media query - Tablet horizontal
==========================================*/
@media screen and (max-width: 812px) {
  .contenido-slider .slider-texto {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .contenedor-form {
    padding: 50px;
  }

  .prev,
.next {
    display: none;
  }

  .contenido-slider {
    width: 100%;
    top: 30px;
  }

  .contenido-slider .slider-texto {
    padding: 0px 30px;
  }
}
/*========================================
    REGISTRO TERMINOS
==========================================*/
.h3 {
  font-size: 1.3rem;
}

.p {
  font-size: 1rem;
}

textarea {
  overflow: auto;
}

textarea::-webkit-scrollbar {
  width: 7px;
}

textarea::-webkit-scrollbar-thumb {
  background: #2306de;
  border-radius: 5px;
}

.barra {
  max-height: 300px;
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.scrollbox-bar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body a {
  color: inherit;
  text-decoration: none;
}

.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn2 {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: #e6e4e4;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }

  .multisteps-form__progress-btn2 {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn2:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: currentColor;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn2:after {
  position: absolute;
  top: -45px;
  left: 39px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: table-caption;
  width: 4px;
  height: 181%;
  content: "";
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
}

.multisteps-form__progress-btn.js-active {
  color: #2306de;
}

.multisteps-form__progress-btn2.js-active {
  color: #2306de;
}

.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  z-index: 1;
}

.multisteps-form__progress-btn2.js-active:before {
  transform: translateX(-50%) scale(1.2);
  z-index: 1;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: -40px !important;
  border-radius: 10px !important;
}

.border_bottom {
  border-top: 4px #2306de solid;
}

.inicio {
  padding: -40px !important;
  border-radius: 10px !important;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: 50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .order {
    order: 2;
    margin-top: 10px;
  }

  .ml6 {
    margin-left: 6px;
  }

  .slide img {
    width: 802px;
  }

  .d-nonesm {
    display: none !important;
  }

  .multisteps-form__progress {
    display: grid;
  }

  .content {
    padding: 0px;
  }

  .fs-6 {
    font-size: 1rem !important;
  }

  .d-sm-noneimagen {
    display: none;
  }

  .nomupload {
    position: absolute;
    left: 242px;
    bottom: 346px;
    font-size: 15px;
  }

  .nomfoto {
    position: absolute;
    right: 249px;
    bottom: 170px;
    font-size: 15px;
  }

  .mbnone {
    margin-bottom: 20px;
  }

  .w-25 {
    width: 50% !important;
  }
}
@media screen and (max-width: 800px) {
  .content-none {
    display: block !important;
  }

  .slider {
    display: none;
  }

  .content {
    padding: 0px;
  }

  .w-25 {
    width: 100% !important;
  }

  .nomupload {
    position: absolute;
    left: 139px;
    bottom: 346px;
    font-size: 15px;
  }

  .nomfoto {
    position: absolute;
    right: 153px;
  }

  .multisteps-form__progress {
    display: grid;
  }

  .multisteps-form__progress.padding0 {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .centrar-xs {
    display: flex;
    justify-content: center;
  }

  .border_bottom {
    border-top: 0px #2306de solid;
  }

  .bottom50 {
    margin-bottom: 51px;
  }

  .mtc {
    margin-top: 0px !important;
  }

  .bglogo {
    background: #2306de;
  }

  .bglogo img {
    display: block !important;
    margin-bottom: 67px;
    margin-top: 25px;
  }

  .bglogo .img-fluid {
    display: none !important;
  }

  .top {
    margin-top: -50px;
  }

  .slider {
    display: none;
  }

  .padding0 {
    display: none !important;
  }

  .content {
    padding: 0px;
  }

  .w-25 {
    width: 100% !important;
  }

  .multisteps-form__progress {
    display: none;
  }

  .enfermedad span {
    background: #4e8eec;
    padding: 3px;
    border-radius: 7px;
    font-size: 12px;
    margin-left: 6px;
  }

  .enfermedad span:first-child {
    background: #4e8eec;
    padding: 3px;
    margin-left: 6px;
    border-radius: 7px;
    font-size: 12px;
  }

  .ml10 {
    margin-left: 10px;
  }

  .buttonxs {
    justify-content: center;
  }

  .fecha {
    font-size: 1rem !important;
  }

  .bxcita.width50 {
    height: 200px;
  }

  .mttext {
    margin-top: 1.1rem;
  }

  .mbtext .p_text {
    padding: 0.55rem !important;
  }
}