:root {
--bs-primary: #1199b2;
--bs-primary-rgb: 17, 153, 178;
--bs-secondary: #37666c;
--bs-secondary-rgb: 55, 102, 108;
--bs-dark-rgb: 242, 242, 242;
--bs-text: #313131;
}
ul {
margin: 0
}
ul li {
list-style-type: none;
}
a {
text-decoration: none;
color: var(--bs-primary);
}
img {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
.clearfix {
width: 100%;
content: '';
clear: both;
}
html {
overflow-x: hidden;
}
body {
font-size: 16px;
width: 100%;
overflow-x: hidden;
}
ul.menu {
padding-left: 0;
} .btn-white {
color: #fff;
border-color: #fff;
}
.btn-white:hover {
color: #fff
}
.btn-primary {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
}
.btn-primary:hover {
background-color: var(--bs-secondary);
border-color: var(--bs-secondary);
}
.text-justify {
text-align: justify;
}
.rounded-circle img {
border-radius:50%;
aspect-ratio: 1/1;
object-fit: cover;
object-position: top;
}
.rounded-stillness {
border-radius: 20px;
}
.card {
height: 100%;
z-index: 1;
}
.text-black {
color: var(--bs-text)!important
} header {
position: relative;
z-index: 10;
}
#logo, .footer-widget .footer-area img {
max-width: 210px !important;
}
.stillness-menu > ul {
display: flex;
gap: 2em;
}
header a {
color: black
}
#toggle {
color: #000000;
right: 5%;
top: 2em;
position: absolute;
}
#menu-menu-principal {
display: flex;
align-items: center;
justify-content: end;
padding-left: 0
}
.nav-menu li ul {
display: none
}
.nav-menu li {
position: relative;
text-align: center;
}
.nav-menu li a {
padding: 1rem;
display: block;
font-weight: bold;
}
.nav-menu li a:hover {
background-color: var(--bs-primary);
}
.nav-menu li:hover {
background-color: var(--bs-primary);
}
.nav-menu li:hover a {
color: #FFF
}
.nav-menu li:hover ul {
display: block;
min-width: 180px;
}
.sub-menu {
background-color: var(--bs-primary);
position: absolute;
padding: 1em 0 0 0;
left: 0;
right: 0
}
.sub-menu a {
color: #000
}
.sub-menu li {
min-width: 180px;
text-align: left;
}
.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
color: #000 !important;
background-color: #f1f1f1 !important;
}
.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
color: #000 !important;
background-color: #9e9e9e !important;
}
@media (max-width: 1200px) {
#popout {
display: none
}
#menu-menu-principal {
flex-direction: column;
gap: 1em;
margin-top: 2em;
}
.sub-menu {
position: relative;
}
}
@media (min-width: 1200px) {
header {
color: black;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header a {
color: black;
}
.home header {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 99999;
color: white;
box-shadow: none;
min-width: 1320px;
}
.home header a {
color: white;
}
#toggle  {
display: none !important;
}
#popout {
display: block !important;
}
}
#menu-menu-principal ul li a {
font-weight: bold;
}
article ul  li::before {
content: "\2022"; color: #1199b2; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
#top-menu ul li a {
color: inherit
}
#top-menu ul li i {
color: var(--bs-primary)
}
.titulo-legales {
color: var(--bs-primary);
text-transform: uppercase;
text-align: center;
} .grid-equipo {
display: grid;
gap: 3em;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.miembro-equipo {
border-radius: 30px;
transition: all .2s ease-in-out;
filter: grayscale(0.3)
}
.miembro-equipo:hover{
transform: scale(1.05);
transition: all .2s ease-in-out;
filter: grayscale(0)
}
.miembro-foto {
min-height: 350px;
border-radius: 30px 30px 0 0;
background-size: cover;
}
.ficha-equipo {
border-radius: 20px;
} :is(.imagen-actividad,.imagen-tratamiento) {
min-height: 210px;
display: flex;
align-items: end;
justify-content: center;
margin-bottom: .5rem;
} .cabecera {
position: relative;
background-repeat: no-repeat;
background-size:cover;
background-position: 44%;
}
.cabecera:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5)
}
.cabecera > * {
z-index: 1;
position: relative;
}
.cabecera h1 {
font-size: 4.5rem;
}
@media (max-width: 767px) {
.cabecera h1 {
font-size: 2.5rem !important;
}
.ventaja-tratamientos, .ventaja-actividades {
margin: 2rem 0;
}
.container, .container-sm {
max-width: 95%;
}
}
.banner {
background-size: cover;
position: relative;
}
.hero-stillness {
position: relative;
}
.hero-stillness:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 140, 163, 0.7)
}
.banner:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.banner:nth-child(1):after {
background: rgba(0, 140, 163, 0.7)
}
.banner:nth-child(2):after {
background: rgba(28, 86, 94, 0.7)
}
.banner-content {
z-index: 1;
position: relative;
} #testimonios {
background-image: url(//stillness.es/wp-content/themes/stillness/img/bg-testimonios.jpg);
background-size: cover;
background-position: center center;
}
#testimonios h3:after {
content: url(//stillness.es/wp-content/themes/stillness/img/quote.png);
position: absolute;
margin-left: -160px;
margin-top: -15px;
} a.masonry-galery {
float: left;
width:100%;
height: auto;
margin-bottom: 20px;
}
a.masonry-galery img {
margin: 0 auto;
display: block;
width: 100%;
}
@media screen and (min-width: 837px) and (max-width: 1279px){
a.masonry-galery {
width: calc(50% - 20px);
}
}
@media screen and (min-width: 1280px) and (max-width: 1836px){
a.masonry-galery {
width: calc(33% - 20px);
}
}
@media screen and (min-width: 1837px){
a.masonry-galery {
width:calc(25% - 20px);
}
} .ventaja-icono {
min-height: 150px
} .wpcf7-form-control {
width: 100%;
padding: .5rem 1rem;
border: 0;
border-radius: 10px;
background-color: #66bdce;
color: black;
}
.wpcf7-form-control:focus-visible {
outline: 2px solid var(--bs-white)
}
.wpcf7-submit {
background-color: #FFF;
font-size: 1.2rem;
color: var(--bs-primary);
}
.wpcf7-acceptance {
background-color: unset;
color: white;
}
.wpcf7-acceptance a {
color: white;
text-decoration: underline;
}
#kit-digital {
background-color: #343434;
text-align: center;
color: white;
font-size: 12px;
} .articulo-relacionado {
transition: all .2s ease-in-out;
}
.articulo-relacionado:hover {
transform: scale(1.05);
transition: all .2s ease-in-out;
}
.widget_categories a {
color: inherit;
}
.widget_categories ul {
padding-left: 0;
}
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
}
.post-navigation .nav-links a:link, .post-navigation .nav-links a:visited {
color: inherit;
}
.post-navigation .nav-links a:hover {
color: #ffffff !important;
}
#blog-sidebar {
background-color: #ffffff;
padding: 1.5rem;
}
#blog-sidebar .widget {
margin-bottom: 2.5rem;
}
#blog-sidebar .widget .widget-title {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
text-transform: uppercase;
font-weight: 700 ;
}
#blog-sidebar .widget_search div{
display: flex;
}
#blog-sidebar .widget_search  input[type=submit] {
background-color: var(--bs-primary);
border: none;
color: #ffffff;
cursor: pointer;
padding: 5px 15px;
}
@media (max-width: 1200px) {
.post-navigation .nav-links {
flex-direction: column;
gap: 2em;
}
}
.nav-previous, .nav-next {
padding: 1rem;
background-color: rgb(var(--bs-dark-rgb));
border-radius: 20px;
font-weight: 600;
}
.nav-links span {
color: var(--bs-primary)
}
.nav-links a {
color: inherit;
} body.error404 .site-content {
background-image: url(//stillness.es/wp-content/themes/stillness/img/stillness-404.jpg);
background-size: cover;
background-position: right center;
}
h1.title-404-archive {
font-size: 12rem;
line-height:3rem;
font-weight: bold;
color: var(--bs-primary);
}
h1.title-404-archive span {
font-size: 2rem;
font-weight: normal;
}
.text-404-container p {
font-size: 3rem;
line-height:3rem;
font-weight: bold;
color: var(--bs-text) !important;
}
.text-404-container p.texto-404 {
font-weight: normal;
font-size: 1.75rem;
line-height:2rem;
} footer {
background-color: #343434;
color: white
}
footer a {
text-decoration: none;
color: white;
}
footer a:hover {
color: inherit;
}
#menu-menu-footer > li i {
color: var(--bs-primary);
}
#menu-menu-rrss-1 {
display: flex;
gap: 1em;
justify-content: center;
margin-top: 2em;
}
.footer-area-two > img {
margin-left: auto;
margin-right: auto;
display: block
}
.footer-widget.widget-first li {
font-size: .8rem;
}
.footer-area-three {
font-size: .8rem;
}
.footer-area-three img {
max-width: 70%!important;
margin-left: auto;
display: block
}
@media (max-width: 767px) {
.footer-area-three img {
margin-right: auto
}
.footer-area-two img {
max-width: 200px!important
}
}
.copyright-area {
font-size: .8rem;
text-align: center;
padding: 1rem 0 1rem 0;
}
.dashicons-whatsapp::before {
content: "\f19a";
font-size: 50px;
color: #00E676;
}
#CTA-mobile {
position: fixed;
right: 10%;
bottom: 6%;
z-index: 1000;
display: none;
}
@media (max-width: 991px) {
#CTA-mobile {
display: block;
}
}