*{
    margin:0;
    padding: 0;
    box-sizing: border-box;

}

:root{
    --color_verde1: #344839;
--color_mostaza: #e6a057;
--color_verde2: #3c4f44;
--color_cuatro: #977a4f;
--color_blanco: #fefefe;
    
  }

.footer {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,  1fr);
    grid-gap: 50px;
 background-image: url(../imagenes/12.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 
    padding: 30px;
    
    box-shadow: rgb(0 0 0 / 30%) 0px 20px 30px -20px;

}

.logo_footer {
    text-align: right;
}
.logo_footer img {
    width: 100%;
 
    
}

.footer h2{
    margin-bottom: 15px;
    font-size: 30px;
    color:white;
    font-family: 'archivo black', sans-serif;
   
    
}

.footer p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: white;
    font-family: 'Quicksand', sans-serif;
}

.footer a{
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    width: 50%;
    margin-left: 100px;
    margin-bottom: 15px;
    color: white;
    font-family: 'Quicksand', sans-serif;
    
    
}
.footer a:hover {
    color: var(--color_mostaza);
}

.info_footer a i{
    color: white;
    margin-right: 10px;
   
}








.footer2 {
    background-color: white;
    height: 60px;
  
   padding: 20px;
   text-align: center;
}

.footer2 p{
    color: var(--color_verde1);
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
}

@media (max-width: 500px)
{
    .footer {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1,  1fr);
        grid-gap: 20px;
     
        background-image: url(../imagenes/12.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        
        box-shadow: rgb(0 0 0 / 30%) 0px 20px 30px -20px;
    
    }

    
    .footer p{
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 30px;
        color: white;
        font-family: 'Quicksand', sans-serif;
    }
    
    .footer a{
        font-size: 15px;
        display: inline-block;
        text-decoration: none;
        width: 50%;
        margin-left: 10px;
        margin-bottom: 15px;
        color: white;
        font-family: 'Quicksand', sans-serif;
        
        
    }
}