h2, h3, h4, h5, h6 {
font-size: revert!important;
font-weight: revert!important;
} @font-face {
font-family: 'Poppins';
src: url(//seo13.es/wp-content/themes/seo13-child/fonts/poppins-v22-latin-regular.woff2) format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Poppins';
src: url(//seo13.es/wp-content/themes/seo13-child/fonts/poppins-v22-latin-700.woff2) format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'League Spartan';
src: url(//seo13.es/wp-content/themes/seo13-child/fonts/league-spartan-v11-latin-regular.woff2) format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'League Spartan';
src: url(//seo13.es/wp-content/themes/seo13-child/fonts/league-spartan-v11-latin-700.woff2) format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
} body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #000;
background-color: #fff;
margin: 0;
padding: 0;
}
.cuerpo {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
} .seccion {
position: relative;
overflow: hidden;
padding: 4rem 1rem;
} .bg-azul {
background-color:#56aeff;
}
.text-azul  {
color: #56aeff;
}
.ico-azul {
stroke:#56aeff;
} h1, h2, h3, h4, h5, h6 {
font-family: "League Spartan", sans-serif;
font-weight: 700;
margin-top: 0;
margin-bottom: 1rem;
}
.h1-frontpage {
font-family: 'Poppins', sans-serif !important;
font-weight: 400 !important; line-height: 1.6;
color: #fff !important;
transition: opacity 1.5s ease-in-out;
} .text-h2 {
font-size: 1.75rem; font-weight: bold;
}
.text-h3 {
font-size: 1.5rem; font-weight: 600;
}
p {
font-size: 1rem; line-height: 1.6;
} @media (min-width: 1024px) {
.text-h2 {
font-size: 2.5rem; }
.text-h3 {
font-size: 2rem; }
p {
font-size: 1.125rem; }
} #menu a {
position: relative;
color: #fff;
transition: color 0.3s ease-in-out;
} #menu a::after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 0;
height: 2px;
background-color: #fff;
transition: width 0.3s ease-in-out;
}
#menu a:hover::after {
width: 100%;
} .btn-primary {
font-family: 'Poppins', sans-serif !important;
display: inline-block;
background-color: #56aeff;
color: white;
padding: 10px 25px;
border: 1px solid #56aeff;
font-size: 16px;
text-align: center;
text-decoration: none;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
background-color: white;
color: #56aeff;
border-color: #56aeff;
}
.btn-secondary {
font-family: 'Poppins', sans-serif !important;
display: inline-block;
background-color: transparent;
color: #56aeff;
padding: 10px 25px;
border: 1px solid #56aeff;
font-size: 16px;
text-align: center;
text-decoration: none;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}
.btn-secondary:hover {
background-color: #56aeff;
color: white;
} @media (max-width: 1024px) {
.sub-menu {
font-family: 'Poppins', sans-serif !important;
font-size: 18px !important;
font-weight: 400;
line-height: 2.5rem !important;
color: #fff !important;
}
#mobile-menu .sub-menu {
display: none;
padding-top: 0.5rem;
}
#mobile-menu .menu-item-has-children.open > .sub-menu {
display: block;
}
} #menu ul {
display: none;
position: absolute;
left: 0;
background-color: white;
color: black;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 0.5rem 0;
z-index: 10;
border-radius: 0.5rem;
min-width: 12rem;
list-style: none;
}
#menu ul li a {
display: block;
padding: 0.5rem 1rem;
color: black;
text-decoration: none;
white-space: nowrap;
font-size: 0.875rem;
background-color: white;
transition: background-color 0.3s ease;
}
#menu ul li a:hover {
background-color: #f5f5f5;
}
#menu li:hover > ul {
display: block;
}
.ti-inner {
display:none:
} @keyframes kenburns {
0% {
transform: scale(1.1) translate(0, 0);
}
50% {
transform: scale(1.2) translate(-2%, -2%);
}
100% {
transform: scale(1.1) translate(0, 0);
}
}
.kenburns {
animation: kenburns 15s infinite alternate ease-in-out;
} @keyframes bounce-slow {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.animate-bounce-slow {
animation: bounce-slow 1s ease infinite;
animation-delay: 5s;
animation-iteration-count: infinite;
}
@keyframes ping-fast {
0% { transform: scale(1); opacity: 1; }
75%, 100% { transform: scale(1.5); opacity: 0; }
}
.animate-ping-fast {
animation: ping-fast 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}