/* COPYRIGHT */

.site-info {
  background-color: var(--c-black) !important;

  color: var(--c-white);
}

.site-info .link-copy {
  color: var(--c-white);

  transition: var(--all-transition);

  text-decoration: none;
}

.site-info .link-copy:hover {
  color: var(--c-secondary);

  transition: var(--all-transition);
}

.copyright-bar {
  font-size: 12px;
}

/* FOOTER */

#footer-widgets {
  background-color: var(--c-primary) !important;
}

.site-footer .footer-widgets-container {
  max-width: 100%;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0 !important;

  column-gap: 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets > div {
  padding-top: 40px;

  padding-bottom: 40px;
}

.footer-widget-2 {
  padding: 0 40px;

  border-right: 1px solid var(--c-white);

  border-left: 1px solid var(--c-white);
}

#footer-widgets .footer-widgets-container * {
  color: var(--c-white) !important;

  text-align: center;
}

#footer-widgets .footer-widgets-container h3 {
  font-size: 20px;

  font-family: var(--font-medium);

  margin-bottom: 20px;

  letter-spacing: 0.15em;
}

#footer-widgets .footer-widgets-container h4 {
  font-size: 17px;

  color: var(--c-white) !important;

  margin-top: 40px;

  margin-bottom: 20px;

  letter-spacing: 0.15em;
}

#footer-widgets .list-footer {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

#footer-widgets .list-footer li {
  padding-left: 0;

  position: relative;
}

#footer-widgets .list-footer li > a {
  display: flex;

  align-items: center;

  justify-content: center;

  column-gap: 10px;
}

#footer-widgets .list-footer li > a div.marker {
  height: 5px;

  width: 5px;

  background-color: var(--c-secondary);

  transform: rotate(45deg);
}

/* #footer-widgets .list-footer li::before {



  content: "";



  height: 5px;



  width: 5px;



  background-color: var(--c-secondary);



  position: absolute;



  top: 9px;



  left: 0px;



  transform: rotate(45deg);



} */

#footer-widgets .extra-pad {
  padding-top: 70px;
}

.rrss-footer {
  display: flex;

  justify-content: center;

  column-gap: 20px;
}

.rrss-footer > a {
  display: flex;

  align-items: center;

  justify-content: center;
}

.rrss-footer > a::before {
  content: none !important;
}

.info-clinica li {
  padding-left: 0;

  display: flex;

  align-items: center;

  justify-content: center;
}

.info-clinica li img {
  max-width: 20px;

  width: 100%;

  height: 20px;

  object-fit: contain;

  display: inline-block;

  margin-right: 10px;
}

.info-clinica li span {
  margin: 0 10px;
}

.footer-widgets a {
  position: relative;
}

.footer-widgets a::before {
  background-color: var(--c-white);

  bottom: -5px;

  content: "";

  height: 2px;

  left: 50%;

  width: 0;

  position: absolute;

  -webkit-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;
}

.footer-widgets a:hover::before {
  width: 100%;

  right: 0;

  left: 0;
}

.btn-movil {
  display: none !important;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  /* column-gap: 15px; */
  /* flex-direction: column; */
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 100%;
}

.btn-movil > div:first-child {
  flex: 0 0 22%;
}

.btn-movil > div.btn-reserva-cita {
  flex: 0 0 57%;
  display: flex;
  justify-content: center;
}

.btn-movil > .btns-contacto {
  flex: 0 0 18%;
  align-items: flex-end;
}

.btn-movil .evento-whatsapp {
  background-color: var(--c-primary);
  border-radius: 100%;

  border: 1px solid var(--c-white);

  width: 65px;

  height: 65px;

  display: flex;
  display: none;

  align-items: center;

  justify-content: center;
}

.btn-movil .evento-whatsapp a {
  height: 35px;
}

.btn-movil .evento-whatsapp a img {
  width: 35px;
}

.btns-contacto .evento-llamada {
  display: none !important;
}

.btn-reserva-cita {
  /* position: fixed;
    bottom: 20px;
    left: 25%;
    z-index: 2; */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-reserva-cita a {
  width: 100%;
  padding: 20px;
  background-color: var(--c-primary) !important;
  border: 1px solid var(--c-white);
}

.btn-reserva-cita a::before {
  content: none;
}

.btn-reserva-cita a:hover .elementor-button-content-wrapper {
  animation: none;
}

/* Mapa */

.custom-google-maps .gm-style-iw-chr {
  position: absolute;
  width: 100%;
}

.custom-google-maps .wpr-google-map .gm-style-iw-d {
  overflow: scroll !important;
  padding-right: 50px !important;
}

.custom-google-maps ul > li {
  margin-bottom: 8px !important;
}

.custom-google-maps ul > li:last-child {
  margin-bottom: 0px !important;
}

.custom-google-maps p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 820px) {
  .site-footer .footer-widgets-container {
    padding: 50px 20px;
  }

  .site-footer .footer-widgets-container .inside-footer-widgets {
    flex-direction: row;

    flex-wrap: wrap;

    justify-content: space-between;
  }

  .site-footer .footer-widgets-container .inside-footer-widgets > div {
    flex: 0 0 47%;

    margin-bottom: 0;

    padding-top: 20px;

    padding-bottom: 20px;
  }

  #footer-widgets .footer-widgets-container * {
    text-align: left;
  }

  #footer-widgets .footer-widgets-container h3 {
    padding-top: 35px;
  }

  #footer-widgets .footer-widgets-container h4 {
    margin-top: 20px;
  }

  #footer-widgets .footer-widgets-container aside {
    margin-bottom: 0;
  }

  .info-clinica li {
    justify-content: flex-start;
  }

  #footer-widgets .list-footer {
    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;
  }

  #footer-widgets .list-footer li > a {
    justify-content: flex-start;
  }

  .rrss-footer {
    justify-content: flex-start;
  }

  .footer-widget-1 #custom_html-3 h3,
  .footer-widget-2 #custom_html-7 h3,
  .footer-widget-3 h3 {
    padding-top: 0 !important;
  }

  .footer-widget-2 {
    border-right: none;

    padding-right: 0;
  }

  .footer-widget-3 {
    flex: 0 0 100% !important;

    display: flex;

    align-items: flex-start;

    column-gap: 44px;
  }

  .footer-widget-3 > #custom_html-5 {
    flex: 0 0 53%;
  }
}

@media screen and (max-width: 600px) {
  .site-footer .footer-widgets-container .inside-footer-widgets {
    flex-direction: column;

    row-gap: 40px;
  }

  .site-footer .footer-widgets-container .inside-footer-widgets > div {
    padding: 0;
  }

  .footer-widget-2 {
    border: none;
  }

  .footer-widget-3 {
    flex-direction: column;
  }

  .footer-widget-3 #custom_html-10 h3 {
    padding-top: 35px !important;
  }

  .inside-site-info {
    padding-bottom: 80px !important;
  }

  .btn-reserva-cita.visible {
    opacity: 1;
  }

  .btn-movil {
    display: flex !important;
  }

  .btn-movil .btns-contacto {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .btn-movil .btns-contacto .evento-llamada {
    background-color: var(--c-primary);
    border-radius: 100%;
    border: 1px solid var(--c-white);
    width: 65px;
    height: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .btn-movil .btns-contacto .evento-whatsapp,
  .btn-movil .btns-contacto .evento-llamada {
    width: 55px;
    height: 55px;
  }

  .btn-movil .btns-contacto .evento-whatsapp a,
  .btn-movil .btns-contacto .evento-llamada a {
    height: 30px;
  }

  .btn-movil .btns-contacto .evento-whatsapp a img,
  .btn-movil .btns-contacto .evento-llamada a img {
    width: 30px;
  }
}
