.footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 890px;
}

.footer__contacto {

    display: flex;
    width: 100%;
    height: 890px;
    flex-direction: column;
    align-items: center;
    padding: 64px 0;
    background:#EAF2FD;  
}

.footer__contacto__container {

    display: flex;
    align-items: center;
    padding: 64px 0 0;
    gap: 16px;
    width: 1136px;
    height: 660px;



}

.footer__contacto__container__img {
    width: 464px;
    height: 593px;
}

.footer__contacto__container__form {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 656px;
    height: 596px;
}

.footer__contacto__container__form__top {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 656px;
    height: 84px;
    
}

.footer__contacto__container__form__top__titulo {

    width: 141px;
    height: 38px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #464646;
}

.footer__contacto__container__form__top__content {

    width: 656px;
    height: 38px;
    font-style: normal;
    font-weight: 400px;
    font-size: 15px;
    color: #464646;
    
}

.footer__contacto__container__form__camps {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 656px;
 
}

.footer__contacto__container__form__camps__name, .footer__contacto__container__form__camps__mail{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 632px;
    height: 48px;
    padding: 8px 12px;
    background: #FFFFFF;  
    border-radius: 4px;
    border-bottom: #C8C8C8 solid 1px; 
}

.footer__contacto__container__form__camps__name:hover, .footer__contacto__container__form__camps__mail:hover {

    border-bottom: #2A7AE4 solid 2px; 
}

.footer__contacto__container__form__camps__name__label, .footer__contacto__container__form__camps__mail__label{
    
    width: 620px;
    height: 16px;
    font-style: normal ;
    font-weight: 400;
    font-size: 12px;
    color: #A2A2A2;
}

.footer__contacto__container__form__camps__name__input, .footer__contacto__container__form__camps__mail__input {
    
    height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color:#464646;
    border: none;
    outline: none;
}

.footer__contacto__container__form__camps__asunto {

    width: 652px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    border-bottom: #C8C8C8 solid 1px;
    outline: none;
}

.footer__contacto__container__form__camps__mensaje {
    resize: none;
    width: 632px ;
    height: 80px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px 12px;
    border: none;
    outline: none;

}

.footer__contacto__container__form__camps__asunto:hover, .footer__contacto__container__form__camps__mensaje:hover {
    border-bottom: #2A7AE4 solid 2px; 
} 

.footer__contacto__container__form__btn {
    width: 144px;
    height: 51px;
    background: #2A7AE4;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

.footer__copy {

    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    background: #FFFFFF;
    

}

.footer__copy__autor {

    width: 300px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #464646;
}

@media screen and (max-width:480px) {
    .footer {
        width: 100%;
        height: 777px;
        
    }
    .footer__contacto {
        padding: 32px 0px;
        gap: 10px;
        width: 100%;
        height: 611px;
        
    }

    

    

    .footer__contacto__container {

        gap: 32px;
        padding: 0;
        width: 296px;
        height: 611px;
    }

    .footer__contacto__container__form__top {

        padding: 0px;
        gap: 8px;
        width: 296px;
        
    }

    .footer__contacto__container__form__top__titulo {

        width: 97px;
        height: 26px;
        font-size: 22px;
    }

    .footer__contacto__container__form__top__content {

        width: 296px;
        height: 76px;
        font-size: 16px;
    }



    .footer__contacto__container__img {
        display: none;
    }

    .footer__contacto__container__form__camps {

        padding: 0px;
        gap: 32px;

        width: 296px;
        height: 397px;
    }

    .footer__contacto__container__form__camps__name, .footer__contacto__container__form__camps__mail {

        padding: 0px;
        gap: 8px;

        width: 296px;
        height: 56px;
        

    }

    .footer__contacto__container__form__camps__name__label, .footer__contacto__container__form__camps__mail__label{
        padding: 4px 6px;
        width: 284px;
        
        
    }
    
    .footer__contacto__container__form__camps__name__input, .footer__contacto__container__form__camps__mail__input {
        
        width: 272px;
        height: 20px;
        
    }

    .footer__contacto__container__form__camps__asunto {
        padding: 8px 12px;
        width: 268px;
        height: 40px;
        
    }
    
    .footer__contacto__container__form__camps__mensaje {
        padding: 8px 12px;
        width: 268px ;
        height: 109px;
    }

    .footer__contacto__container__form__btn {

        width: 133px;
        height: 40px;
    }

    .footer__copy {

        width: 100%;
        height: 102px;
    }

    .footer__copy__autor {
        width: 229px;
        height: 38px;
        font-size: 16px;
    }


}