     body {
         margin: 0;
         padding: 0;
     }
     
     body a,
     li {
         text-decoration: none;
         list-style: none;
     }
     
     ul,
     ol {
         list-style: none;
     }
     
     .header {
         background: #008d3b;
         color: #ffffff;
         /* padding: 1em 0; */
         position: sticky;
         top: 0;
         z-index: 99;
     }
     
     .logo__unsl {
         display: block;
         padding: 10px;
         background-color: rgb(6, 63, 20);
         margin-top: 0;
         margin-bottom: 0;
     }
     
     .logo__unsl img {
         width: 250px;
     }
     
     .logo-fqbf {
         position: relative;
     }
     
     .container_logo_fqbf {
         width: 550px;
     }
     
     .link__sociales li {
         display: flex;
         flex-direction: column;
         justify-content: right;
         position: relative;
         float: right;
         right: 3em;
         align-content: space-between;
         padding-left: 1em;
     }
     /* @media screen and (max-width:44em) {
        .container_logo_fqbf {
        
            width: 320px;
        } 
     } */
     
     .container {
         width: 100%;
         max-width: 1000px;
         float: left;
         margin-left: 125px;
         height: 250px;
     }
     
     .header::after {
         content: '';
         clear: both;
         display: block;
     }
     
     .site-nav {
         z-index: 99;
         width: 100vw;
         padding-bottom: 15px;
         top: 100%;
         right: 1em;
         position: absolute;
         background: #00ca54;
         clip-path: circle(0px at top right);
         transition: clip-path ease-in-out 700ms;
     }
     
     .site-nav-open {
         clip-path: circle(150% at top right);
     }
     
     .site-nav ul {
         margin: 0;
         padding: 0;
         list-style: none;
     }
     
     .site-nav li {
         border-bottom: 1px solid #19b674;
         font-size: .8rem;
     }
     
     .site-nav li:last-child {
         border-bottom: none;
     }
     
     .site-nav a {
         color: #ffffff;
         display: block;
         padding: 2em 6em;
         text-transform: uppercase;
         text-decoration: none;
     }
     
     .site-nav a:hover,
     .site-nav a:focus {
         background: #b4b2b2;
         color: #04492d;
         font-weight: 600;
     }
     
     .site-nav--icon {
         display: inline-block;
         font-size: 1.5em;
         margin-right: 1em;
         width: 1.1em;
         text-align: right;
         color: rgba(255, 255, 255, 0.753);
     }
     
     .menu-toggle {
         padding: 1em;
         position: absolute;
         top: .5em;
         right: .5em;
     }
     
     .menu-open .hamburger {
         transform: rotate(45deg);
     }
     
     .menu-open .hamburger::before {
         opacity: 0;
     }
     
     .menu-open .hamburger::after {
         transform: translateY(-3px) rotate(-90deg);
     }
     
     .hamburger,
     .hamburger::before,
     .hamburger::after {
         content: '';
         display: block;
         background: #fafaf8;
         height: 3px;
         width: 1.75em;
         border-radius: 3px;
         transition: all ease-in-out 500ms;
     }
     
     .hamburger::before {
         transform: translateY(-6px);
     }
     
     .hamburger::after {
         transform: translateY(3px);
     }
     .menu__item p{
         padding-left: 4em;
         font-size: 1rem;
     }
     @media (min-width:700px) {
         .logo__fqbf {
             width: 330px;
         }
         .menu-toggle {
             display: none;
         }
         .site-nav {
             width: 100vw;
             height: auto;
             position: relative;
             background: transparent;
             float: left;
             margin-left: 10px;
             clip-path: initial;
             background-color: rgb(80, 165, 101);
             padding: 15px;
         }
         .site-nav li {
             display: inline-block;
             border: none;
         }
         .site-nav a {
             padding: 0;
             margin-left: 3em;
         }
         .lista__menu {
             width: 80%;
             text-align: right;
             margin-right: 25px;
         }
         .site-nav--icon {
             display: none;
         }
         .site-nav a:hover,
         .site-nav a:focus {
             background: transparent;
         }
         .logo {
             height: 150px;
         }
         .link__menu>li:nth-child(8),
         li:nth-child(9),
         li:nth-child(10),
         li:nth-child(11) {
             float: right;
             margin-right: 25px;
         }
     }
     /* ===============FOOTER======================= */
     
     .footer__fqbf {
         margin-top: 3rem;
         background-image: radial-gradient(circle at 50% 50%, #e8e8e8 0, #e8e8e8 12.5%, #e8e8e8 25%, #e8e8e8 37.5%, #e8e8e8 50%, #e8e8e8 62.5%, #e8e8e8 75%, #e8e8e8 87.5%, #e8e8e8 100%);
         padding: 5px 0;
         line-height: 1.125em;
         border-top: 1px solid rgb(180, 180, 180);
         margin-top: 3rem;
     }
     
     .footer__fqbf h4 {
         font-size: 1em;
         padding-bottom: 15px;
     }
     
     .footer__fqbf li {
         color: rgb(0, 138, 61);
         list-style: none;
     }
     
     .li__footer a {
         color: #000;
     }
     
     .li__footer a:hover {
         color: #008b3d;
     }
     
     .footer {
         width: 80%;
         margin: 2rem auto;
         display: grid;
         grid-template-columns: repeat(4, 1fr);
         gap: 2em;
         grid-template-areas: "footer-1 footer-2 footer-3 footer-4";
     }
     
     .imagen__logo__footer img {
         box-shadow: 1px 1px 5px rgb(0, 0, 0);
     }
     
     .footer-1 {
         grid-area: footer-1;
     }
     
     .footer-2 {
         grid-area: footer-2;
     }
     
     .footer-3 {
         grid-area: footer-3;
         text-align: left;
     }
     
     .footer-3 li {
         margin-top: 40px;
     }
     
     .ul_redes li {
         padding-bottom: 30px;
     }
     
     .footer-4 {
         grid-area: footer-4;
         display: flex;
         flex-direction: column;
     }
     
     .title__card__footer {
         font-size: 1.2em;
         font-weight: 400;
         margin-bottom: 1rem;
     }
     
     .hr__pie {
         color: rgb(255, 255, 255);
     }
     
     .pie__footer {
         width: 80%;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
         margin-bottom: 2rem;
         font-size: .7rem;
     }
     
     .list-group__footer {
         display: block;
         font-size: 80%;
         line-height: 1.42857143;
         color: #777777;
     }
     
     ul.menu__footer {
         border: 1px solid #7C7C7C;
         border-bottom: none;
         list-style: none;
         margin-top: 1em;
         padding: 0;
         width: 180px;
         font-size: 1.1rem;
     }
     
     ul.menu__footer li {
         background: #F4F4F4;
         border-bottom: 1px solid #7C7C7C;
         border-top: 1px solid #FFF;
         padding: 10px;
     }
     
     ul.menu__footer li:hover {
         background: #bdbcbc;
         transition: .8s;
         border-bottom: 1px solid #7C7C7C;
         border-top: 1px solid #FFF;
         padding: 10px;
         -webkit-transition: .8s;
         -moz-transition: .8s;
         -ms-transition: .8s;
         -o-transition: .8s;
     }
     
     ul.menu__footer a {
         color: #555;
     }
     
     ul.menu__footer a:hover {
         color: rgb(14, 13, 13);
     }
     
     @media screen and (max-width: 768px) {
         .footer {
             width: 80%;
             margin: 2rem auto;
             display: grid;
             grid-template-columns: 1fr;
             gap: 2em;
             grid-template-areas: "footer-1" "footer-2" "footer-3" "footer-4";
             font-size: 75%;
             align-items: center;
             justify-content: center;
         }
         .pie__footer {
             font-size: 60%;
         }
         ul.menu__footer a {
             color: #555;
             font-size: 80%;
         }
     }