/*
Theme Name:   kadence-child
Description:  Tema hijo 
Author:       paginaweb
Author URL:   https://pccnioen.org.do/
Template:     kadence
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}


section, header, footer {
  width: 100%;
  overflow: hidden;
}

.header {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
