@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&family=Poppins:wght@400;600;700&display=swap');
html {
  scroll-behavior: smooth;
}
body,html {
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
}
.hero-section {
    background-image: url('../imgs/familia.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom:30px;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-content {
    z-index: 10;
}
.iconcolor{
    color:#FDC700;
}
