a.WhatsApp {
 display: block;
 position: fixed;
 z-index: 1000;
 right: 12px;
 bottom: 12px;
 border-radius: 90%;
 
 text-decoration: none;
 background: #5cb8ff;
 padding: 0px;
}

a.WhatsApp img {
 display: block;
 width: 42px;
 height: 42px;
 margin: auto;
 border-radius: 50%;
}


.whatsapp-button {
 position: fixed;
 bottom: 20px;
 right: 20px;
 background-color: #25d366;
 color: white;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
 transition: transform 0.3s ease-in-out;
 text-decoration: none;
}

.whatsapp-button:hover {
 transform: scale(1.1);
}

.whatsapp-button img {
 width: 40px;
 height: 40px;
}

.nav-link {
    font-size: larger;
}

.titulo-soy-psicologo,.titulo-busco-psicologo {
    color: #FFFFFF;
}
.link-nata {
    color: var(--color-primary);
    text-decoration: none;
}
:root {
    --color-primary: #009BAA;
    --color-primary-dark: #007C88;
}

.btn-primary {
    background-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
 
    --bs-btn-hover-bg: #007C88;
    --bs-btn-hover-border-color: #007C88;
 
    --bs-btn-bg: #009BAA;
    --bs-btn-active-bg: #009BAA;
    --bs-btn-active-border-color: #009BAA;
    --bs-btn-focus-bg: #009BAA;
    --bs-btn-focus-border-color: #009BAA;
}

h2,h3,h4,h5 {
color:#009BAA;
}
footer {
    margin-top: 20px;
}
.navbar-logo {
    width: 222px;
    height: auto;
}
.form-check-input:checked {
    background-color: #009BAA;
    border-color: #009BAA;
}


.ayuda-text {
    font-size: smaller;
    font-style: italic;
}

::placeholder {
  font-style: italic;
  font-size: smaller;
}
