*{
    margin:0;
    padding: 0;
    box-sizing: border-box;

}

:root{
    --color_uno: #6a103a;
    --color_dos: #f9bb44;
    --color_tres: #530039;

    --color_primario:#1e2c5b;
    --color_segundario:#eba802;
    --color_bases:#f7f6e8;
  }

.footer {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,  1fr);
    grid-gap: 10px;
 
    background-color: #530039;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    
    box-shadow: 0 20px 40px 0 black;

}

.footer h2{
    margin-bottom: 15px;
    font-size: 30px;
    color:white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    
}

.footer p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: white;
    font-family: 'Quicksand', sans-serif;
}

.footer a{
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 15px;
    color: white;
    font-family: 'Quicksand', sans-serif;
    
    
}
.footer a:hover {
    color: var(--color_dos);
}

.info_footer a i{
    color: white;
    margin-right: 10px;
   
}




.footer form label{
    display: block;
    color: white;
    font-size: 16px;
    
    font-family: 'Quicksand', sans-serif;
}
.footer form .campo, textarea{
    background: rgb(255, 255, 255, 07);
    border: none;
    outline: none;
    border-bottom: 2px solid var(--color_dos);
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 15px;
    font-size: 14px;
    color: var(--color_tres);
    font-family: 'Quicksand', sans-serif;
    
    
}

.btn {
    padding: 15px 60px 15px 60px;
    font-size: 16px;
    border: none;
    outline: 0px;
    background-color: var(--color_dos);
    color: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 300ms ease;
    border: 2px solid white;
}

.btn:hover {
    background: #e39403;
}

.footer2 {
    background-color:#530039;
    height: 80px;
   padding: 20px;
   text-align: center;
   box-shadow: 0 20px 40px 0 black;
     z-index: 90;

}

.footer2 p{
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
   
    
}

.info_footer h1{
    font-size: 30px;
  font-family: var(--texto_otros1);
  color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

@media (max-width: 600px)
{
    .footer {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1,  1fr);
        grid-gap: 20px;
     
        background-image: url(../imagenes/textura-02.jpg);
        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;
        
        
    }
}

.logos_footer {
    text-align: center;
}
