html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
overflow-x: hidden;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
overflow-x: hidden;
} strong {
font-weight: 700;
line-height: 1em;
}
.text-center {
text-align: center;
}
* {
margin: 0;
padding: 0;
list-style: none;
-webkit-font-smoothing: antialiased;
}
i {
font-style: italic;
}
.cookie-comprimida {
padding: 0;
background: #f1f1f1;
margin: 15px 0;
font-size: 16px;
}  :root {
--main-color: #4abfe8;
--main-color-hover: #15349a;
--accent-color: #e8e84a;
--accent-color-hover: #abd546;
--cta-color: #367647;
--light-color: #e8f0f4;
--bg-color: #e7f0f4;
--black-color: #444444;
--light-color: #f3f3f3;
--grey-color: #f3f3f3;
--dark-grey-color: #a29f9f;
--space-hero: 140px;
--space-extra: 60px;
--space-big: 45px;
--space-medium: 30px;
--space-normal: 16px;
--space-small: 7px;
--f-small: 14px;
--f-medium: 17px;
--f-normal: 20px;
--f-big: 28px;
--f-main-title: 50px;
--f-section-title: 44px;
--f-sub-title: 32px;
--lh-normal: 1.4em;
--lh-small: 1.3em;
--lh-title: 1.2em;
--gr-primary: linear-gradient(
45deg,
rgba(74, 191, 232, 1) 0%,
rgba(59, 154, 211, 1) 100%
);
--gr-cta: linear-gradient(
135deg,
rgba(232, 232, 74, 1) 0%,
rgba(166, 212, 69, 1) 100%
);
--gr-to-white: linear-gradient(
0deg,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 100%
);
--gr-to-transparent: linear-gradient(
0deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%
);
--shadow-primary: 0px 13px 24px -8px rgba(74, 191, 232, 0.84);
--shadow-cta: 0px 13px 24px -8px rgba(232, 232, 74, 1);
--tr-normal: all 0.2s ease-out;
--br-normal: 12px;
} body {
font-family: 'Fira Sans Condensed', sans-serif;
font-size: var(--f-normal);
font-weight: normal;
line-height: var(--lh-normal);
background: var(--bg-color);
}
body.cita-online {
background: white;
}
div#content .politica-cookie a.ver-cookie[aria-expanded="false"] .arrow.down {
transform: rotate(-135deg);
left: calc(100% + 15px);
top: calc(50% - 7px);
transition: 0.5s;
}
div#content .politica-cookie a.ver-cookie[aria-expanded="true"] .arrow.down {
transform: rotate(45deg);
left: calc(100% + 15px);
top: calc(50% + -1px);
}
div#content .politica-cookie a {
position: relative;
}
.arrow {
display: inline-block;
position: absolute;
width: 10px;
height: 10px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #505050;
border-left: 2px solid #505050;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
}
div#content .politica-cookie .cookie-comprimida {
padding: 15px;
}
div#content .politica-cookie .info {
margin-top: 15px;
}
div#content .politica-cookie .card.card-body.container {
padding: 15px;
}
a {
text-decoration: none;
color: var(--main-color);
line-height: 1em;
}
#formulario1 {
margin-top: -70px;
position: absolute;
}
a:hover {
text-decoration: none;
color: var(--main-color-hover);
}
.cta {
text-align: center;
display: inline-block;
font-size: 1.5rem;
color: var(--accent-color);
}
.cta-button {
background: var(--accent-color);
color: white !important;
font-size: 18px;
padding: 20px 40px;
text-align: center;
border-radius: 50px;
display: inline-block;
font-weight: 700;
transition: ease 0.3s;
cursor: pointer;
border: 0px;
}
.boton {
margin-top: 30px;
display: inline-block;
}
.cta-button:hover,
.cta-button:active {
background: var(--accent-color-hover);
text-shadow: 1px 1px rgb(0 0 0 / 30%);
}
.centrado-verticalmente {
display: flex;
flex-direction: column;
justify-content: center;
}
p {
margin-bottom: 1em;
}
h1,
.h1, .titulo-pagina {
font-size: 2.2rem;
font-weight: 700;
line-height: 120%;
}
h2,
.h2 {
font-size: var(--f-main-title);
line-height: var(--lh-title);
font-weight: normal;
color: var(--main-color-hover);
margin-bottom: var(--space-normal);
}
.titulo-h2 {
font-size: 31px;
}
h3,
.h3 {
font-size: var(--f-section-title);
line-height: var(--lh-title);
font-weight: normal;
color: var(--main-color-hover);
margin-bottom: var(--space-normal);
}
h3.precio {
line-height: var(--lh-title);
color: var(--main-color-hover);
margin-bottom: var(--space-normal);
font-weight: bold;
font-size: 30px;
}
h4,
.h4, .titulo-servicio {
font-size: var(--f-sub-title);
font-weight: bold;
line-height: var(--lh-title);
color: var(--main-color-hover);
margin-bottom: var(--space-small);
}
h4.titulo-ayuda {
font-size: 20px;
color: white;
font-weight: normal;
margin-bottom: 15px;
}
h4.titulo-tarifas {
font-size: 20px;
color: #444444;
font-weight: normal;
margin-bottom: 15px;
}
h5,
.h5, titulo-interior {
font-size: var(--f-normal);
line-height: var(--lh-title);
font-weight: 700;
margin-top: 22px;
margin-bottom: var(--space-normal);
color: var(--main-color-hover);
}
h6,
.h6, .subtitulo {
font-size: var(--f-small);
line-height: var(--lh-normal);
font-weight: bold;
color: var(--main-color-hover);
margin-bottom: 0;
text-transform: uppercase;
}
.gform_button {
background: var(--main-color-hover) !important;
font-size: var(--f-normal);
line-height: var(--lh-normal);
font-weight: bold !important;
padding: 10px 20px !important;
transition: var(--tr-normal);
border-radius: 300px;
}
form input[type="text"], form input[type="email"], select {
border-radius: var(--br-normal) !important;
}
.gform_legacy_markup_wrapper h3.gform_title,
.gform_legacy_markup_wrapper {
margin-top: 0 !important;
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
font-size: var(--f-medium) !important;
}
img {
max-width: 100%;
}
ul.tick-list {
color: var(--main-color-hover);
margin-bottom: var(--space-normal);
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
ul.tick-list li {
position: relative;
}
ul.tick-list li::before {
content: "";
display: block;
width: 16px;
height: 14px;
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/tick.svg) no-repeat center center;
background-size: contain;
position: absolute;
left: -20px;
top: 7px;
}
ul.tick-list.tick-list--inline {
flex-direction: row;
gap: 10px;
}
ul.tick-list.tick-list--inline li::before {
display: inline-flex;
position: relative;
margin: 0 3px 0 0;
left: inherit;
top: inherit;
}
.icono-lista {
padding-left: 30px;
}
.icono-lista li {
display: flex;
justify-content: flex-start;
align-items: center;
}
.icono-lista li p {
margin: 0;
}
.icono-lista li i {
margin-right: 15px;
}
.the-content ul.ez-toc-list li::before{
content: none!important;
}
.wp-block-button .wp-element-button {
font-size: var(--f-normal);
line-height: var(--lh-normal);
font-weight: bold !important;
padding: 10px 20px !important;
transition: var(--tr-normal);
}
.wp-block-button .wp-block-button__link {
color: #fff;
background: var(--gr-primary);
box-shadow: var(--shadow-primary);
}
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
box-shadow: none;
border-color: var(--main-color);
color: var(--main-color-hover) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background: var(--main-color);
color: white !important;
}
.wp-block-button.is-cta .wp-block-button__link {
background: var(--gr-cta);
box-shadow: var(--shadow-cta);
color: var(--cta-color);
border:0;
}
.wp-block-button .wp-block-button__link:hover {
background-size: 200%;
} .home main ol, ul {
list-style: auto;
padding-left: 2rem;
}
.home main dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
}
.home main ol li{
list-style: unset;	
}
.home main ul li{
list-style: disc;
} .navbar-toggler {
background: var(--main-color-hover);
border-radius: 300px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.navbar-toggler .navbar-toggler-icon {
filter: invert(1);
}
header#masthead {
position: fixed;
z-index: 99;
width: 100%;
background: transparent;
top: 0;
transition: 0.5s;
padding: var(--space-small) 0;
padding-top: var(--space-small);
padding-bottom: var(--space-small);
background: var(--gr-to-transparent);
}
header#masthead .main-menu-wrapper {
justify-content: center;
}
header#masthead ul.nav-link {
display: flex;
align-items: center;
justify-content: center;
gap: var(--space-small);
}
header#masthead ul.nav-link .menu-item a {
font-weight: 700;
color: var(--main-color-hover);
opacity: 0.7;
transition: var(--tr-normal);
position: relative;
padding: var(--space-small);
}
header#masthead ul.nav-link .menu-item a::after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: var(--main-color);
border-radius: var(--br-normal);
opacity: 0;
transition: var(--tr-normal);
}
header#masthead ul.nav-link .menu-item a:hover {
opacity: 1;
}
header#masthead ul.nav-link .menu-item a:hover::after {
opacity: 0.5;
}
header#masthead ul.nav-link .menu-item a[aria-current="page"] {
opacity: 1;
}
header#masthead ul.nav-link .menu-item a[aria-current="page"]::after {
opacity: 1;
}
img.logo-img {
max-height: 70px;
width: auto;
transition: 0.5s;
}
header#masthead .wp-block-buttons {
background: white;
border-radius: 300px;
padding: var(--space-small);
box-shadow: var(--shadow-primary);
}
header#masthead .wp-block-buttons .is-style-outline .wp-block-button__link {
border-color: transparent;
}
header#masthead.main-header--scrolled {
background: white;
padding: 0;
}
header#masthead.main-header--scrolled  img.logo-img {
max-height: 45px;
} main {
padding-top: var(--space-hero) !important;
}
section.wp-block-group {
padding-top: var(--space-extra);
padding-bottom: var(--space-extra);
padding-left: var(--space-normal);
padding-right: var(--space-normal);
position: relative; }
header.wp-block-group {
padding-top: var(--space-extra);
padding-bottom: 0;
padding-left: var(--space-normal);
padding-right: var(--space-normal);
position: relative;
overflow: hidden;
}
.s-gr-towhite {
background: var(--gr-to-white);
}
.s-white {
background: white;
}
.s-primary {
background: var(--main-color-hover);
color: white;
}
.s-primary h1,
.s-primary h2,
.s-primary h3 {
color: white;
}
.s-primary .wp-block-group__inner-container::before,
.s-primary .wp-block-group__inner-container::after {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 0;
height: 0;
border-style: solid;
filter: blur(10px);
}
.s-primary .wp-block-group__inner-container::before {
border-width: 0 30px 52px 30px;
border-color: transparent transparent var(--main-color) transparent;
transform: rotate(40deg);
top: 0%;
left: 25%;
}
.s-primary .wp-block-group__inner-container::after {
border-width: 0 60px 103.9px 60px;
border-color: transparent transparent white transparent;
transform: rotate(-20deg);
top: 8%;
right: 25%;
opacity: 0.5;
}
.page-header h1, .titulo-pagina{
color: var(--main-color-hover);
font-size: var(--f-main-title);
}
.s-cta {
padding-bottom: 0 !important;
}
.s-cta .wp-block-columns {
margin-bottom: 0;
}
.s-cta .wp-block-image figure {
margin-bottom: 0;
}
.s-cta .wp-block-group__inner-container::after {
content: "";
display: block;
position: absolute;
bottom: 0;
right: -5%;
z-index: 2;
width: 250px;
height: 220px;
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/sticker-04.svg) no-repeat center center;
background-size: contain;
filter: blur(20px);
}
.s-cta.s-cta-new .wp-block-group__inner-container::after {
right: -8%;
z-index: -1;
}
.s-gr-towhite::after {
content: "";
display: block;
width: 492px;
height: 551px;
position: absolute;
bottom: 0;
right: 0;
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/bg-towhite.svg) no-repeat center center;
background-size: contain;
}
.s-products .wp-block-group__inner-container::before,
.s-products .wp-block-group__inner-container::after {
content: "";
display: block;
position: absolute;
}
.s-products > .wp-block-group__inner-container::before {
width: 340px;
height: 253px;
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/sticker-03.svg) no-repeat center center;
background-size: contain;
bottom: -25%;
left: -15%;
z-index: -1;
}
.s-products > .wp-block-group__inner-container::after {
width: 60px;
height: 71px;
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/sticker-02.svg) no-repeat center center;
background-size: contain;
top: -10%;
right: -1%;
z-index: 2;
}
.s-products h6 {
margin-bottom: var(--space-medium);
}
section.wp-block-group .wp-block-group__inner-container,
header.wp-block-group .wp-block-group__inner-container {
width: 100%;
position: relative;
z-index: 2;
}
@media (min-width: 576px) {
section.wp-block-group .wp-block-group__inner-container,
header.wp-block-group .wp-block-group__inner-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
section.wp-block-group .wp-block-group__inner-container,
header.wp-block-group .wp-block-group__inner-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
section.wp-block-group .wp-block-group__inner-container,
header.wp-block-group .wp-block-group__inner-container {
max-width: 968px;
}
}
@media (min-width: 1200px) {
section.wp-block-group .wp-block-group__inner-container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
section.wp-block-group .wp-block-group__inner-container,
header.wp-block-group .wp-block-group__inner-container {
max-width: 1320px;
}
}
.wp-block-cover {
border-radius: var(--br-normal);
overflow: hidden;
margin-bottom: var(--space-normal);
min-height: inherit !important;
}
.wp-block-cover .has-background-dim {
opacity: 0;
}
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: var(--main-color-hover);
}
.wp-block-cover .wp-block-quote .has-medium-font-size {
font-size: var(--f-normal) !important;
font-weight: 700;
}
.wp-block-cover .wp-block-quote cite {
font-size: var(--f-medium);
}
.card-sms {
height: 100%;
position: relative;
min-height: 200px !important;
}
ul.list-sms li {
color: var(--main-color-hover);
background: white;
padding: var(--space-small);
border-radius: 300px;
display: inline-flex;
font-size: var(--f-medium);
font-weight: 700;
line-height: 1em;
position: absolute;
}
ul.list-sms li.list-sms--01 {
top: var(--space-medium);
right: var(--space-medium);
}
ul.list-sms li.list-sms--02 {
top: 45%;
left: var(--space-medium);
}
ul.list-sms li.list-sms--03 {
bottom: var(--space-medium);
right: 25%;
}
.row-product {
border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
padding-bottom: var(--space-medium);
}
.row-product img {
border-radius: var(--br-normal);
box-shadow: var(--shadow-primary);
}
.card-user {
background: none;
border-color: transparent;
}
.card-user .attachment-post-thumbnail {
border-radius: var(--br-normal);
box-shadow: var(--shadow-primary);
}
.card-user .card-body {
padding: var(--space-normal) var(--space-small);
}
.card-user .card-body .card-title {
margin-top: 0;
margin-bottom: var(--space-small);
}
.card-user .card-body p {
font-size: var(--f-medium);
line-height: var(--lh-normal);
} .about-box {
font-size: var(--f-medium);
line-height: var(--lh-normal);
}
.about-box img {
margin-bottom: var(--space-small);
} .feature-box {
background: var(--light-color);
color: var(--main-color-hover);
padding: var(--space-normal);
border-radius: var(--br-normal);
font-weight: bold;
gap: var(--space-normal);
}
.feature-box p {
display: block;
line-height: var(--lh-title);
}
.feature-box p a {
color: var(--main-color-hover);
transition: var(--tr-normal);
}
.feature-box p a:hover {
color: var(--main-color);
} .product-box {
background: var(--main-color-hover);
color: white;
border-radius: var(--br-normal);
padding: var(--space-small);
}
.product-box .wp-block-image {
flex: 0 0 40%;
}
.product-box .wp-block-image img {
border-radius: var(--br-normal);
margin-left: -15px;
min-height: 160px;
object-fit: cover;
box-shadow: var(--shadow-primary);
}
.product-box p {
line-height: var(--lh-title);
display: block;
}
.product-box p a {
color: white;
font-weight: 700;
transition: var(--tr-normal);
}
.product-box p a:hover {
color: var(--main-color);
} .wp-block-media-text .wp-block-media-text__media {
position: relative;
}
.wp-block-media-text .wp-block-media-text__media::before {
content: "";
display: block;
position: absolute;
left: -40px;
top: 30px;
width: 75px;
height: 88px;
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/sticker-01.svg) no-repeat center center;
background-size: contain;
}
.wp-block-media-text .wp-block-media-text__media img {
border-radius: var(--br-normal);
} .slider .carousel-item img {
max-height: 700px;
object-fit: cover;
}
.slider .carousel-caption {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
height: 100%;
} .hero-combo {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.hero-combo--01,
.hero-combo--02,
.hero-combo--04,
.hero-combo--05,
.hero-combo--06 {
position: absolute;
}
.hero-combo--01 {
z-index: 7;
border-radius: var(--br-normal);
overflow: hidden;
bottom: -30px;
left: -30px;
max-width: 30%;
}
.nueva-cab .hero-combo--01 {
z-index: 4;
border-radius: var(--br-normal);
overflow: hidden;
bottom: -90px;
left: -90px;
max-width: 30%;
}
.hero-combo--02 {
z-index: 6;
left: 20%;
top: 10%;
}
.hero-combo--03 {
border-radius: var(--br-normal);
overflow: hidden;
z-index: 5;
}
.hero-combo--04 {
z-index: 4;
bottom: -90px;
right: -100px;
max-width: 40%;
}
.hero-combo--05 {
z-index: 4;
top: -45px;
left: -45px;
}
.hero-combo--06 {
z-index: 3;
top: -55px;
right: -50px;
border-radius: var(--br-normal);
overflow: hidden;
max-width: 35%;
} .contenedores-bullets {
flex: 1 1 220px;
margin-bottom: 15px;
}
.hero-bullets .col-md-4.p-0:first-child .cuadrado {
margin: 0 15px;
}
.cuadrado {
background: white;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
text-align: center;
box-shadow: 0 2px 6px rgb(51 51 51 / 30%);
margin-right: 15px;
padding: 15px;
height: 100%;
}
.cuadrado img {
min-height: 73px;
margin-bottom: 15px;
}
.cuadrado p {
min-height: 56px;
}
section.hero-bullets {
margin: 0 auto;
} section.banner-datos {
width: 100%;
background: var(--light-color);
padding: 30px 0;
}
section.banner-datos h3 {
font-size: 65px;
color: var(--main-color);
text-align: center;
margin: 0;
white-space: nowrap;
}
section.banner-datos h5 {
font-size: 24px;
text-align: center;
color: #444;
} .form-container input,
.form-container textarea,
.form-container select {
border-radius: 5px;
border: 2px solid var(--grey-color) !important;
}
.form-container .gfield input:focus,
.form-container .gfield textarea:focus {
border-radius: 5px;
border: 2px solid var(--accent-color) !important;
outline: 0;
}
.form-container .floating label {
position: absolute;
color: var(--dark-grey-color);
padding: 11px 15px;
pointer-events: none;
}
.form-container label {
transition: 0.5s;
top: 0;
}
.form-container .focusin label {
color: var(--accent-color);
font-size: 12px !important;
top: -11px;
}
.form-container .focusin label .gfield_required {
color: var(--accent-color);
}
.form-container .top_label li ul.gfield_radio {
display: flex;
flex-wrap: wrap;
}
.form-container .top_label li ul.gfield_radio li {
margin-right: 15px;
margin-bottom: 0;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;
}
.form-container input[type="checkbox"] {
margin-top: -3px !important;
margin-right: 5px;
}
.form-container .gform_footer.top_label {
padding: 0;
margin: 0;
}
.form-container input[type="submit"] {
}
.contacto-home .form-container {
margin-top: 0;
}
.background-main .form-container {
padding: 30px 15px;
}
.form-container input,
.form-container textarea,
.form-container select {
border-radius: 5px;
border: 2px solid var(--grey-color) !important;
}
.background-main .form-container input,
.background-main .form-container textarea {
border-radius: 5px;
border: 2px solid transparent !important;
background: var(--light-color);
}
.form-container .gfield input:focus,
.form-container .gfield textarea:focus {
border-radius: 5px;
border: 2px solid var(--accent-color) !important;
border-bottom: 2px solid var(--accent-color) !important;
outline: 0;
}
.form-container .floating label {
position: absolute;
color: var(--dark-grey-color);
padding: 11px 15px;
pointer-events: none;
}
.form-container label {
transition: 0.5s;
top: 0;
}
.form-container .focusin label {
color: var(--accent-color);
font-size: 12px !important;
top: -11px;
}
.form-container .focusin label .gfield_required {
color: var(--accent-color);
}
.form-container .top_label li ul.gfield_radio {
display: flex;
flex-wrap: wrap;
}
.form-container .top_label li ul.gfield_radio li {
margin-right: 15px;
margin-bottom: 0;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;
}
.form-container label a {
font-weight: 700;
}
.form-container input[type="checkbox"] {
margin-top: -3px !important;
margin-right: 5px;
}
.form-container .gform_footer.top_label {
padding: 0;
margin: 0;
}
.form-container .gform_wrapper h3.gform_title {
font-size: 28px;
text-align: center;
font-weight: 400;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
margin-top: 0 !important;
}
.form-container ul.gfield_radio li label {
white-space: nowrap;
}
.form-container .gfield_radio li input[type="radio"] {
margin-top: 0px !important;
} .module_testimonials {
background: var(--main-color-hover);
color: white;
padding-top: var(--space-extra);
padding-bottom: var(--space-extra);
}
.module_testimonials .splide .splide__track--draggable {
overflow: visible;
}
.module_testimonials .splide .splide__list li {
padding-right: var(--space-medium);
}
.module_testimonials .splide .splide__list li strong {
font-weight: 700;
display: block;
margin-bottom: var(--space-small);
}
.module_testimonials .splide .splide__list li .estrellas {
margin-bottom: var(--space-normal);
display: flex;
align-items: center;
justify-content: flex-start;
font-size: var(--f-small);
gap: 3px;
}
.module_testimonials .splide .splide__list li p {
font-size: var(--f-medium);
line-height: var(--lh-small);
}
.module_testimonials .splide__pagination {
bottom: -45px;
} .noticias .card {
border: 0;
box-shadow: 0px 3px 6px #7ea5d980;
transition: 0.5s;
cursor: pointer;
}
.noticias .card-body {
padding: 15px;
justify-content: flex-start;
}
.noticias .card-body .excerpt {
max-height: 205px;
overflow: hidden;
}
.noticias .img-container {
height: 100%;
}
.noticias a.read_more.plas {
display: block;
background: var(--main-color);
color: white;
border-radius: 75px;
padding: 15px 30px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
}
.noticias article.card:hover a.read_more.plas {
background: var(--main-color-hover);
box-shadow: 0px 3px 6px #7ea5d980;
}
.noticias article.card a.read_more.plas i {
transition: 0.5s;
}
.noticias article.card:hover a.read_more.plas i {
font-size: 20px;
line-height: 100%;
}
.noticias article.card:hover {
box-shadow: 0px 0px 3px #7ea5d980;
} .content-wrapper {
margin-bottom: 2em;
}
.contenido-texto {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 15px;
} .form-container form {
background: white;
border-radius: 15px;
border: 5px solid var(--grey-color);
box-shadow: 0 2px 6px rgb(51 51 51 / 30%);
padding: 25px;
}
.single-productos .form-container {
margin-top: 60px;
}
.background-main .form-container form {
background: transparent;
border: 5px solid transparent;
padding: 0;
}
.background-main .form-container {
top: 0;
}
.ancla-form {
display: inline !important;
}
.form-cabecera form {
text-align: left;
margin-top: 1em;
}
.form-container .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
width: 100%;
}
.form-container .gform_wrapper .top_label .gfield_label,
.form-container .gform_wrapper legend.gfield_label {
line-height: 2;
}
form label {
width: 100%;
margin-bottom: 0.3em;
}
form input[type="text"],
form input[type="email"],
select {
width: 100%;
padding: 20px 15px 10px 15px !important;
font-size: 16px;
border: 1px solid var(--grey-color);
}
select {
padding: 15px !important;
}
select {
-webkit-appearance: none;
font-size: 16px;
}
form select + .error {
pointer-events: none;
line-height: 14px;
}
.gfield[type="text"] label {
position: absolute;
left: 30px;
top: 10px;
transition: 0.5s;
}
.gfield input + .error,
.gfield select + .error {
text-align: right;
padding: 0px 60px;
width: 100%;
font-size: 14px;
}
.gfield input:not(:placeholder-shown) + label,
.gfield input:focus ~ label,
.gfield input:not(:placeholder-shown) + .error ~ label {
white-space: nowrap;
text-overflow: ellipsis;
transform-origin: left bottom;
font-size: 10px;
top: 0px;
left: 30px;
}
.gfield input:focus + label.error {
top: -15px;
left: 0;
padding: 0 20px;
}
.gfield input:not(:placeholder-shown) + label.error,
.gfield input:focus + label.error {
top: 45px;
left: 0;
}
.gfield .form textarea {
width: 100%;
padding: 0.5em 0em;
font-size: 1em;
border: none;
border-bottom: 1px solid #1f1f1f;
font-size: 18px;
}
.gfield input:focus,
.gfield textarea:focus,
.gfield select:focus {
outline: 0px solid transparent;
}
.gfield::placeholder,
.gfield:-ms-input-placeholder {
color: #1d252c;
font-size: 18px !important;
padding: 5px;
}
.gfield .check input[type="checkbox"],
.gfield .check label {
display: inline-block;
width: auto;
}
.gfield .check label {
padding-left: 0.5em;
display: inline;
}
.gfield li.check input:focus {
outline: none;
}
.gfield .wildcard {
font-size: 1em;
padding-left: 3px;
vertical-align: top;
}
.gfield {
padding-bottom: 1rem;
padding-top: 4rem;
}
.content-legal {
padding: 2rem;
}
.content-legal ul {
padding-left: 2rem;
}
.content-legal ul li {
list-style: disc;
}
.content-legal table td {
border: 1px solid #000001;
padding: 0.5rem;
}
.content-legal table p {
margin-bottom: 0rem;
}
.form-group.campo-movil input {
width: 100%;
padding: 15px 15px 0 15px;
border-radius: 5px;
border: 1px solid var(--grey-color);
}
form h3 {
margin-bottom: 25px;
}
label.form-check-label {
margin-right: 15px;
}
.oculto {
display: none;
}
form#contact-form input#aceptocondiciones {
margin-top: 6px;
margin-right: 10px;
}
form#contact-form input.cta-button {
padding: 10px 40px;
width: 100%;
}
.gform_wrapper ul.gform_fields .gfield {
position: relative;
}
.form-container .gform_wrapper .top_label select.medium {
width: 100%;
line-height: 1;
} .form_box label.error,
#contact-form > ul > li.check > label.error {
color: #c40000;
margin: 5px;
}
.form_box .sms_ok {
font-size: 16px;
line-height: 20px;
font-weight: 400;
padding: 30px 30px 50px 30px;
}
.form_box .sms_ok h5 {
color: #6b737e;
font-weight: 700;
margin-bottom: 15px;
}
.sms_ok .tpv_response_code {
background: #c4e8c4;
padding: 1em 2em;
color: #234423;
font-size: 0.9em;
}
.sms_ko .tpv_response_code {
background: #e8c4c4;
padding: 1em 2em;
color: #981414;
font-size: 0.9em;
} .widget a {
color: var(--dark-grey-color);
font-weight: 700;
white-space: nowrap;
}
.widget a:hover {
color: var(--main-color);
} .blog-pagination {
display: flex;
justify-content: center;
align-items: center;
}
.blog-pagination > * {
width: 44px;
height: 44px;
border-radius: 500px;
background: var(--dark-grey-color);
display: flex;
justify-content: center;
align-items: center;
color: white;
font-weight: 700;
margin-right: 15px;
font-size: 20px;
transition: 0.5s;
}
.blog-pagination > a:hover {
background: var(--main-color);
font-size: 24px;
color: white;
box-shadow: 0 2px 6px rgb(51 51 51 / 30%);
}
.blog-pagination > span {
width: 44px;
height: 44px;
border-radius: 500px;
background: var(--main-color);
display: flex;
justify-content: center;
align-items: center;
color: white;
font-weight: 700;
margin-right: 15px;
font-size: 22px;
} .thumbnail-single-block img {
object-fit: cover;
min-width: 100%;
min-height: 100%;
display: block;
margin-bottom: 30px;
} footer {
height: auto;
padding-top: var(--space-extra);
padding-bottom: var(--space-extra);
font-size: var(--f-medium);
background: white;
}
#colophon {
background: white;
}
footer .site-title {
display: inline-flex;
max-width: 190px;
margin-bottom: var(--space-normal);
}
footer a {
color: var(--main-color-hover);
}
footer a:hover {
text-decoration: underline;
}
footer ul li {
padding: 0;
}
.logos-grid {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: var(--space-small);
margin-bottom: var(--space-normal);
}
.logos-grid li {
flex: 0 0 45%;
}
.menu-footer {
display: flex;
flex-direction: column;
} .wrapper-idento {
display: inline-block;
vertical-align: middle;
}
.firma-idento {
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/idento.svg);
width: 20px;
height: 20px;
background-repeat: no-repeat;
display: inline-block;
background-size: 53px;
margin: 0;
transition: width 0.3s;
margin-top: 0px;
}
.firma-idento.white {
background-image: url(//neuromedico.com/images/idento_neg.svg);
}
.firma-idento:hover {
width: 53px;
} #contact-form #mail,
#contact-form2 #mail {
visibility: hidden;
position: absolute;
opacity: 0;
left: -100vw;
}
.content-legal {
padding: 2rem;
}
.content-legal ul {
padding-left: 2rem;
}
.content-legal ul li {
list-style: disc;
}
.content-legal .h2:after {
display: none;
}
.content-legal table td {
border: 1px solid #000001;
padding: 0.5rem;
}
.content-legal table p {
margin-bottom: 0rem;
}
._description h1 {
color: var(--main-color-hover);
}
section.cabecera .thumbnail-single-block {
max-height: 500px;
overflow: hidden;
display: flex;
}
.single-blog-page section.cabecera {
padding: 0 0 60px 0;
}
.carousel-control-prev {
left: -60px;
}
.carousel-control-next {
right: -60px;
}
.sub-menu {
display: none;
}
.wp-block-cover .wp-block-cover__inner-container {
height: 100%;
} @media only screen and (max-width: 1400px) {
img.logo-img {
max-height: 60px;
}
header#masthead .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
padding-left: var(--space-small) !important;
padding-right: var(--space-small) !important;
}
}
@media only screen and (max-width: 1199px) {
h2,
h3 {
font-size: var(--f-sub-title);
}
h4 {
font-size: var(--f-big);
}
section.faq {
margin: 60px 0 60px 0;
}
}
@media only screen and (max-width: 1091px) {
}
@media only screen and (max-width: 1090px) {
}
@media only screen and (max-width: 991px) {
.hero-combo--04 {
display: none;
}
.page-header h1{
font-size: var(--f-sub-title);
}
header#masthead {
background: white;
}
header#masthead ul.nav-link {
padding-top: var(--space-medium);
}
header#masthead .wp-block-buttons {
position: fixed;
bottom: var(--space-small);
left: var(--space-small);
right: var(--space-small);
justify-content: space-between;
max-width: 300px;
}
header#masthead
.wp-block-buttons
.wp-block-button.is-style-outline
.wp-block-button__link {
padding-left: var(--space-small) !important;
padding-right: var(--space-small) !important;
}
img.logo-img {
max-height: 45px;
}
.s-hero .wp-block-buttons .is-cta {
display: none;
}
section.wp-block-group,
footer {
padding-top: var(--space-big);
padding-bottom: var(--space-big);
} .flex-header {
flex-grow: 1;
}
nav#site-navigation ul.sub-menu {
position: relative;
}
.menu-toggle {
display: flex;
justify-content: flex-end;
align-items: center;
}
section.hero {
background: url(//neuromedico.com/wp-content/themes/identofmk_child/img/hero-background.jpg) no-repeat center;
background-size: cover;
height: fit-content;
}
.overlay {
padding: 15px;
height: fit-content;
padding: 30px 15px;
background: rgba(0, 0, 0, 0.3);
}
.form-cabecera {
top: 15px;
}
.cuadrado:first-child {
margin-left: 15px;
}
section.hero-bullets {
margin: 0 auto;
margin-bottom: 50px;
margin-top: 15px;
}
.home section.hero-bullets + section {
margin-top: 0;
}
section.productos
.row.w-100.column.justify-content-center
.col-md-6.col-lg-3 {
margin-bottom: 30px;
}
section.productos article.card {
min-height: 400px;
}
section.productos article.card .card-body {
justify-content: flex-end;
align-items: center;
}
section.productos article.card h4.card-title {
color: white;
position: relative;
background: transparent;
margin-bottom: 15px;
}
section.productos article.card a.read_more {
padding: 7px 30px;
border: 2px solid white;
font-weight: bold;
border-radius: 100px;
z-index: 1;
color: white;
}
section.productos article.card a.read_more i {
margin-left: 5px;
}
section.productos article.card::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
background: rgba(0, 0, 0, 0.3);
}
section.productos article.card .card-body .contenido-texto::after {
background: rgba(0, 0, 0, 0.3);
}
.team .text-team {
padding: 50px 15px;
}
.carousel-control-next,
.carousel-control-prev {
color: black;
}
.carousel-control-next {
right: -13px;
}
.carousel-control-prev {
left: -13px;
}
.carousel .carousel-item {
padding: 15px;
}
.carousel .carousel-inner {
padding-bottom: 30px;
}
.carousel-indicators .active {
background-color: black;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
color: black;
}
.carousel-indicators li {
background-color: rgba(0, 0, 0, 0.5);
}
footer#colophon .col-sm-12.col-md-6.col-lg-3 {
margin-bottom: 30px;
}
ul#menu-menu-superior {
flex-direction: column;
padding-bottom: 15px;
gap: var(--space-medium) !important;
}
button#button-main-menu-toggle {
display: flex;
justify-content: flex-end;
align-items: center;
}
section.cabecera {
padding-top: 30px;
}
section.noticias.cabecera {
padding: 0;
}
.form-container form {
padding: 15px;
}
.gfield {
padding-bottom: 0;
}
.row-reverse-tablet {
flex-direction: column-reverse;
}
section.proceso.steps .col-lg-6.text-center {
margin-bottom: 30px;
}
.cabecera .img.right {
width: 100vw;
height: fit-content;
min-height: 400px;
display: flex;
justify-content: center;
align-items: center;
top: 0;
}
.cabecera .img.right::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}
.single-productos
section.cabecera
> .container
> .row
> .col-12.col-lg-6
> span,
.single-productos
section.cabecera
> .container
> .row
> .col-12.col-lg-6
> h2,
.single-productos
section.cabecera
> .container
> .row
> .col-12.col-lg-6
> h4,
.single-productos
section.cabecera
> .container
> .row
> .col-12.col-lg-6
> p {
color: white;
}
}
@media only screen and (max-width: 767px) {
body,
.wp-block-button .wp-element-button {
font-size: var(--f-medium);
}
main {
padding-top: var(--space-extra) !important;
}
h2,
h3 {
font-size: var(--f-big);
}
h4 {
font-size: var(--f-normal);
}
section.wp-block-group,
footer {
padding-top: var(--space-medium);
padding-bottom: var(--space-medium);
}
.s-hero .wp-block-columns {
margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
padding-left: 0;
padding-right: 0;
padding-top: var(--space-medium);
padding-bottom: var(--space-medium);
}
header#masthead {
padding-top: 0;
padding-bottom: 0;
}
ul.list-sms li.list-sms--03 {
right: var(--space-normal);
bottom: var(--space-normal);
}
.row-product {
flex-direction: row;
align-items: flex-start !important;
gap: var(--space-normal);
}
.row-product .wp-block-column:first-child {
max-width: 20%;
align-self: flex-start;
}
.row-product .wp-block-column:nth-child(2) {
max-width: 60%;
align-self: flex-start;
}
.row-product .wp-block-column:nth-child(3) {
max-width: 10%;
align-self: flex-start;
}
.content-legal {
padding: 1rem;
}
.content-legal h3,
.content-legal .h3 {
font-size: 17px;
font-weight: 700;
line-height: 23px;
}
.content-legal a {
word-break: break-word;
}
.content-legal ul {
padding-left: 1rem;
}
.content-legal h2,
.content-legal .h2 {
font-size: 21px;
line-height: 27px;
}
.content-legal p,
.content-legal li {
font-size: 14px;
line-height: 21px;
}
.content-legal h1 {
font-size: 1.4rem;
margin-bottom: 0.5rem;
}
a.telefono.gtm_phone {
position: fixed;
bottom: 30px;
right: 30px;
border-radius: 100px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
a.telefono.gtm_phone span {
display: none;
}
a.telefono.gtm_phone i {
margin: 0;
font-size: 24px;
}
section.hero-bullets .col-md-4.p-0 {
margin-bottom: 15px;
}
section.hero-bullets .col-md-4.p-0:last-child {
margin-bottom: 0;
}
.team .foto {
position: relative;
top: 0;
}
.team .row.position-relative {
flex-direction: column-reverse;
}
.cuadrado p {
min-height: auto;
}
.form-container input[type="submit"] {
line-height: 1 !important;
}
.carousel-control-next {
right: -6px;
}
.carousel-control-prev {
left: -6px;
}
.row-reverse-movil {
flex-direction: column-reverse;
}
.row-reverse-movil .sidebar {
margin-bottom: 30px;
}
.widget .sidebar h2.widgettitle {
position: relative;
transition: 0.5s;
cursor: pointer;
}
.sidebar .widget h2.widgettitle::after {
position: absolute;
content: "\f107";
font-family: "Font Awesome 5";
font-weight: 900;
right: 15px;
font-size: 24px;
cursor: pointer;
transition: 0.5s;
width: 44px;
height: 44px;
border-radius: 500px;
background: var(--main-color);
display: flex;
justify-content: center;
align-items: center;
color: white;
top: 0;
}
.sidebar .widget h2.widgettitle + ul {
overflow: hidden;
transition: 0.5s;
}
.sidebar .widget h2.widgettitle.desplegado::after {
transform: rotate(180deg);
}
.sidebar .widget h2.widgettitle.desplegado + ul {
max-height: 500px;
}
.steps .step {
max-width: 100%;
}
section.proceso.steps .row.mb-4:last-child {
margin-bottom: 0 !important;
}
section.productos article.card .card-body {
justify-content: center;
text-align: center;
}
.texto-imagen .foto {
top: 0;
}
.background-main .form-container {
padding: 30px 0;
}
.form-container
.gform_wrapper
input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
[type="file"]
) {
line-height: 1;
min-height: 0;
}
.texto-imagen {
margin: 30px 0 0 0;
} .single-productos section.cabecera > .container > .row > .col-12 {
order: 2;
}
.single-productos section.cabecera {
padding-top: 0;
}
.single-productos .form-container {
margin-top: 30px;
}
.cabecera .img.right.bg-seccion-absolute img {
object-fit: cover;
display: block;
width: auto;
max-width: 500%;
height: 400px;
min-height: 100%;
min-width: 100%;
}
.single-productos section.cabecera > .container > .row > .col-12.col-lg-6 {
margin-top: 35px;
}
.single-productos
section.cabecera
> .container
> .row.row-reverse-tablet
> .col-12.col-lg-6 {
margin-top: 0;
}
section.banner-datos h3 {
font-size: 60px;
}
.boton {
padding: 0 15px;
}
a.cta-button {
padding: 15px 20px;
font-size: 16px;
}
.single-productos section.productos {
margin-top: 45px;
}
section.faq {
margin: 45px 0 45px 0;
}
.form-container input[type="submit"] {
padding: 15px 20px !important;
font-size: 16px !important;
}
section.cabecera h2.h1 {
font-size: 2rem;
}
.sub-menu {
display: block;
}
.product-box p {
font-size: 16px !important;
}
}
@media only screen and (max-width: 479px) {
.flex-header {
padding: 0 15px;
}
section.productos article.card {
min-height: 250px;
}
.tick-list {
margin-left: var(--space-normal);
}
.tick-list.tick-list--inline {
margin-left: 0;
}
.row-product .wp-block-column:nth-child(3) {
max-width: inherit;
justify-content: flex-start;
align-items: flex-start;
}
.row-product .wp-block-column:nth-child(2) {
max-width: 75%;
}
.row-product .wp-block-column:nth-child(3) .wp-block-heading {
text-align: left;
margin-left: calc(20% + 16px);
}
.row-product:last-child {
margin-bottom: 0;
}
.single-blog-page section.cabecera {
padding: 20px 0 60px 0;
}
section#cta-section {
position: relative;
z-index: 2;
}
.s-products > .wp-block-group__inner-container::before {
bottom: -8%;
}
}