/*
Theme Name: CDGStrap para Wordpress
Theme URI: https://cdg.gob.ar/
Author: Municipalidad de Cañada de Gómez
Author URI: https://cdg.gob.ar
Description: CDGStrap es el tema oficial de Wordpress para sitios de la administración pública municipal.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
Text Domain: cdgstrap
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

footer {
	margin-block-start: 0 !important;
}

.linear-bkg-header {
    background: linear-gradient(300deg,#ffb80e,#c8323c,#af2981,#3b3ae5);
    background-size: 240% 240%;
    animation: gradient-animation 24s ease infinite;
    height: 5px;
    width: 100%;
  }
  
  @keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

.border-radius {
  border-radius: 25px;
}

.justify-text {
   
}


.lightweight-accordion .lightweight-accordion-title p, .lightweight-accordion .lightweight-accordion-title span, .lightweight-accordion .lightweight-accordion-title h1, .lightweight-accordion .lightweight-accordion-title h2, .lightweight-accordion .lightweight-accordion-title h3 {
    font-size: 16px !important;
}

.wp-admin .lightweight-accordion .lightweight-accordion-title {
    background: #3D3D52;
}