/*
Theme Name: SPKINDER
Author: SPIRAL
Author URI: https://www.spiralweb.com.ar/
Description: Tema para jardines.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spkinder

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "UTF-8";
:root {
  --sp-font-family-primary: 'Fredericka the Great', cursive;
  --sp-font-family-secondary: 'Delius', cursive;
  --sp-body-font-size: 1rem;
  --sp-hexa-web: #3279c0;
  --sp-hexa-magenta: #C51F5D;
  --sp-hexa-pastel-verde: #A3D9C9;
  --sp-hexa-pastel-celeste: #A7D6DC;
  --sp-hexa-pastel-rosa: #F2B6C1;
  --sp-hexa-gris-claro: #ced4da;
  --sp-hexa-gris-claro-2: #f6f6f6;
  --bs-bg-danger-hover: #bb2d3b;
  --bs-border-danger-hover: #b02a37;
}

body{
    font-family: var(--sp-font-family-secondary)!important;
    overflow-x: hidden;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    font-family: var(--sp-font-family-primary)!important;
}

.navbar-nav .nav-link.active{
    font-weight: 700;
}

.nav-link, a{
    color: var(--sp-hexa-web);
}

a{
    text-decoration: none;
}

.text-magenta{
    color: var(--sp-hexa-magenta)!important;
}
.text-rosa{
    color: var(--sp-hexa-pastel-rosa)!important;
}
.bg-rosa-pastel{
    background-color: var(--sp-hexa-pastel-rosa)!important;
}
.bg-verde-pastel{
    background-color: var(--sp-hexa-pastel-verde)!important;
}
.bg-celeste-pastel{
    background-color: var(--sp-hexa-pastel-celeste)!important;
}
.bg-web{
    background-color: var(--sp-hexa-web)!important;
}

.pt-web{
    padding-top: 65px !important;
}

.text-justify{
    text-align: justify;
}
/******single*****/
.bg-rgba-white{
    background-color: rgba(255,255,255,.6);
}

@media screen and (max-width:992px) {
    .animate__animated{
        -webkit-animation: none!important;
        -moz-animation: none!important;
        -o-animation: none!important;
        animation: none!important;
    }
}