* {
  border: 0;
  margin: 0;
}

:root {
  --medica-vino: #81384b;
  --medica-red: #aa4b63;
  --medica-coral: #cb686b;
  --medica-rosa: #c78d9c;
  --medica-black: #000000;
  --medica-white: #ffffff;
  --medica-dark: #212529;
  --medica-gray: rgba(230, 241, 247, 0.4);
}

a {
  text-decoration: none;
}

/* a:hover {
  color: var(--medica-purple);
}

a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus {
  box-shadow: none !important;
  outline: none !important;
} */

.bg-vino {
  background-color: var(--medica-vino) !important;
}

.bg-red {
  background-color: var(--medica-red) !important;
}

.bg-coral {
  background-color: var(--medica-coral) !important;
}

.bg-rosa {
  background-color: var(--medica-rosa) !important;
}

.bg-gray {
  background-color: var(--medica-gray) !important;
}

.btn-whatsapp {
  background-color: #25d366;
  color: var(--medica-white);
}

.btn-whatsapp:hover {
  background-color: #008069;
  color: var(--medica-white);
}

.text-vino {
  color: var(--medica-vino) !important;
}

.text-red {
  color: var(--medica-red) !important;
}

.text-coral {
  color: var(--medica-coral);
}

.text-rosa {
  color: var(--medica-rosa) !important;
}

.cs_iconbox:hover .text-coral {
  color: var(--medica-white);
}

/* PRELOADER */

.cs_preloader::before {
  background-color: var(--medica-coral);
}

.cs_preloader .cs_wave_first svg {
  fill: var(--medica-vino);
}

.cs_preloader .cs_wave_second svg {
  fill: var(--medica-red);
}

/* Navbar */

.medica-logo {
  height: 30px;
}

.btn-medica {
  background-color: var(--medica-purple);
  padding: 10px 40px;
  width: auto;
  font-size: 1em;
  text-decoration: none;
  color: var(--medica-white);
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--medica-rosa) !important;
  border-color: var(--medica-rosa) !important;
}

.list-group-item small {
  font-size: 12px;
  display: none;
}

.list-group-item.active h6 {
  color: #fff;
}

.error-404 .cs_site_header.cs_style_1.cs_type_3 {
    background-color: var(--heading-color);
}

/* Footer */

.cs_footer_bottom_in {
  align-items: center;
  padding: 10px 0;
}

.trustmarks-icons img {
  height: 50px;
}

.cs_vino_bg {
  background-color: var(--medica-vino);
}

@media (min-width: 1600px) {}

@media (max-height: 650px) {}

@media (max-width: 768px) {}

@media (max-width: 500px) {}


/* WhatsApp Widget */

.eapps-preview-widget {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 150px;
  min-height: 100%;
  transition: 0.2s;
}

.gFNMzL {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 9999999;
  right: 0px;
  left: auto;
}

.Window__Component-sc-17wvysh-0 {
  bottom: 100px;
  margin-right: 10px;
}

.whatsapp-button {
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  background-color: #4d2c54;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-left: 16px;
  width: 60px;
  border-radius: 50%;
  outline: transparent;
}

.eapps-preview {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  min-width: 150px;
  min-height: 100%;
  transition: 0.2s;
}

.eapps-preview-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 150px;
  min-height: 100%;
  transition: 0.2s;
}

.eapp-whatsapp-chat-root-layout-component,
.eapp-whatsapp-chat-root-layout-component * {
  box-sizing: border-box !important;
  outline: none !important;
}

.eapp-whatsapp-chat-root-layout-component {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.whatsapp-widget-container {
  display: inline-block;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  right: 0;
  left: auto;
}

.whatsapp-chat-window {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 96px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  margin-right: 16px;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  display: none;
}

.whatsapp-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  /* opacity: 0.4; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: transparent;
}

.whatsapp-close-button::before,
.whatsapp-close-button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
}

.whatsapp-close-button::before {
  transform: rotate(45deg);
}

.whatsapp-close-button::after {
  transform: rotate(-45deg);
}

.whatsapp-header {
  color: #111;
  display: flex;
  align-items: center;
  background: #008069;
  padding: 24px 20px;
}

.whatsapp-avatar {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.whatsapp-avatar::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 13px;
  background-color: #4ad504;
  border-radius: 50%;
  border: 2px solid #008069;
  z-index: 1;
}

.whatsapp-avatar-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.whatsapp-avatar-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.whatsapp-avatar-image {
  background-image: url(../img/medica_libertad_profile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 100%;
  min-width: 100%;
  flex-shrink: 0;
}

.whatsapp-header-info {
  margin-left: 16px;
  margin-right: 16px;
}

.whatsapp-business-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.whatsapp-status {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
  color: #fff;
}

.whatsapp-message-area {
  background-color: #e6ddd4;
  position: relative;
  padding: 20px 20px 20px 10px;
}

.whatsapp-message-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background-image: url(../img/whatsapp-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-typing-indicator {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  z-index: 1;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  transition: all 0.1s ease 0s;
}

.whatsapp-dots-wrapper {
  display: flex;
  position: relative;
}

.whatsapp-dot {
  height: 5px;
  width: 5px;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 2px;
  border-radius: 50%;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.whatsapp-dot-1 {
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.whatsapp-dot-2 {
  background-color: #b6b5ba;
  animation-name: hPhMsj;
}

.whatsapp-dot-3 {
  background-color: #b6b5ba;
  animation-name: iUMejp;
}

.whatsapp-message-bubble {
  background-color: #fff;
  position: relative;
  opacity: 0;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
  padding: 7px 14px 6px;
  border-radius: 0px 8px 8px;
  transition: all 0.3s ease 0s;
}

.whatsapp-message-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.whatsapp-author {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #c86669;
}

.whatsapp-text {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.whatsapp-time {
  text-align: right;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-main-button {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  background: #25d366;
  margin: 20px;
  overflow: hidden;
}

.whatsapp-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  z-index: 1;
  flex: 0 0 16px;
}

.whatsapp-button-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: #fff;
}

.whatsapp-floating-bubble {
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  background-color: #25d366;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-left: 16px;
  width: 60px;
  border-radius: 50%;
  outline: transparent;
}

.whatsapp-floating-bubble::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  border-radius: 50%;
}

.whatsapp-floating-icon {
  display: flex;
}

.whatsapp-floating-text {
  display: block;
  color: #fff;
}