@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    box-sizing: border-box;

}
html{
    scroll-behavior: smooth;
}
h1{ font-size: 2.5em;
color:rgb(0, 124, 6);
display: flex;
align-items: center;
justify-content:center;
text-align: center;
}
h2{font-size: 2.7em;
text-align: center;}
h3{font-size: 2em;}
p{font-size: 1.2em;}
ul{list-style: none;}

body{
    margin: 0;
    font-family:"montserrat";

}

a{
    font-size: 1em;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    background-color: rgb(224, 224, 224);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
a:hover{
    background-color: rgb(117, 179, 56);
}
.container{
    max-width: 1400px;
    margin: auto;
    text-decoration: none;
    
}
header {
    background-color: rgb(236, 235, 235);
    
}
header .logo{
margin: 0;
justify-content: center;
text-align: center;
padding: 25px 30px;
font-size: 2em;
font-weight: bold;
color: rgb(4, 116, 4);

}
header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
    
}
header a{
    padding: 5px 12px ;
    text-decoration: none;
    font-weight: bold;
    color: rgb(87, 86, 86);
}
header a:hover{
    color: green;
}
#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 50vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ) ,url("Assets/FACHADA.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}
.btn7{
    box-shadow: inset 000px 0px 0px 0px #139b0f;
  -webkit-transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
  transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
  gap: 100px;
  color: #000000;
}

.btn7::before {
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    background: #d7ffdb;
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
    transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
  
}

.btn7:hover::before {
    opacity: 1;
    height: 100%;
}

.btn7:hover {
    box-shadow: inset 00px 100px 0px 0px #4aa102;
    color: #000000;
}
#inicio .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 20px 12px;
    gap: 30px;
    text-decoration: none;
}
.pqr_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 80vh;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.pqr{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 10px 2px;
    gap: 10px;
    text-decoration: none;
}
#redes{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 60vh;
    background-color: black;
    color: rgb(255, 255, 255);   
    text-decoration: none;
}
.img-container a{
text-decoration: none;
color: #000000;
gap: 20px;
}
footer{
    background-color: rgb(230,230,230);
}
footer p{
    margin: 0;
    padding: 5px;
    color: (100.100,100);
}
footer .container{
    height: 40px;
    display: flex;
    justify-content:center ;
    align-items: flex-end;
}
@media(min-width: 720px){
    header{
        position: fixed;
        width: 100%;
    }
    header .container{
        flex-direction: row;
        justify-content: space-between;
    }
    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }
    #hero {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #inicio .container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #inicio .texto{
        width: 70%;
        text-align: justify;
        padding: 0px 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
   .pqr_menu{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
   }
   #redes{
    height: 30vh;
    
}
#redes .container{
    padding: 0px;
    margin: 0;
    
}
#redes .img-container{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: black;
    color: rgb(255, 255, 255);
    gap: 50px;
}
#redes a{
    gap: 30px;
    text-decoration: none;
    color: black;
}
}