.stars-reviews {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.stars {
  background-color: #ff000033;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  height: 20px;
  margin-top: 16px;
  padding: 3px;
}
.stars img {
  width: 20px;
  margin-right: 5px;
}
.stars p {
  font-weight: 500;
  color: #ff000073;
}
.opiniones {
  color: #808080;
}
.imagen {
  background-image: url("/static/img/persona.jpeg");
  background-size: cover;
  height: 45%;
  width: 60%;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.footer {
  margin-right: 10px;
  margin-left: 10px;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-column-gap: 10px;
  align-items: center;
}
.nombre {
  font-size: 19px;
  margin-bottom: 1px;
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.especialidades {
  display: flex;
}
.especialidades p {
  margin-right: 7px;
  background-color: #80808071;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  font-size: 12px;
}
.especialidades :last-child {
  margin-right: 0px;
}
.right-card {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.right-card div p {
  margin: 0;
  color: #808080;
}
.right-card img {
  width: 30px;
  margin-right: 10px;
}
.pagos-envios {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
}
.pagos img {
  width: 30px;
  margin-right: 5px;
  margin-left: 2px;
}
.envios {
  background-color: var(--rojo);
  height: 40px;
  width: 70px;
  margin-right: 20px;
  border-radius: 10px;
  text-align: center;
}
.envios:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  main {
    padding: 1.5rem;
  }
  .descripcion-perfil {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 300px 1fr;
    align-items: center;
  }
  .first-item {
    grid-row: 2 / span 1;
    text-align: center;
    justify-content: center;
  }
  .second-item {
    grid-row: 1 / span;
  }
  .item-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .descripcion-perfil {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-column-gap: 1rem;
    padding: 1rem;
    align-items: center;
    justify-content: space-around;
  }
}
.display-flex-center {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.swiper-container {
  max-width: 120rem;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 5rem;
  padding: 10rem;
}
.navigation {
  margin-top: auto;
  margin-bottom: auto;
}

.swiper-slide {
  font-size: 18px;
  background: #b9b9b9;

  /* Center slide text vertically */
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}
@media (max-width: 768px) {
  .sm {
    display: none !important;
  }
}
/**
* Shows how you can use CSS to style your Element's container.
* These classes are added to your Stripe Element by default.
* You can override these classNames by using the options passed
* to the CardElement component.
* https://stripe.com/docs/js/elements_object/create_element?type=card#elements_create-options-classes
*/

.StripeElement {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.linkPDF {
  font-size: 20px;
  text-align: justify;
  color: #42a5f5;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .linkPDF {
    font-size: 12px;
  }
}

body.react-confirm-alert-body-element {
  overflow: hidden;
}
/* Estilos de Alert de cancelacion*/

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes react-confirm-alert-fadeIn {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}