.footer {
    margin-top: 130px;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    height: auto;

}

.footer-header {
    width: 100%;
    height: 60px;
    background-color: #341a42;
    position: relative;
}

.form-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image:
        linear-gradient(rgba(157, 93, 93, 0.117), rgba(157, 93, 93, 0.003)),
        url(../img/fondo.png);
    width: 60%;
    height: 120px;
    max-height: 120px;
    position: absolute;
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
}

.footer-form {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
    max-height: 50px;
    width: 100%;
    max-width: 40%;
    border: 2px solid rgb(22, 22, 22);
    border-radius: 30px;
    padding-left: 40px;
}

.email-footer {
    background-color: transparent;
    height: 100%;
    flex-grow: 2;
    border: none;
}


.email-footer:focus {
    outline: none;
}


.footer-form:focus-within {
    outline: 1px solid #76225e;
}

.subscribe {
    padding: 1px 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 100%;
    border: 1px solid #f04f48;
    background: #f04f48;
}

.subscribe:hover {
    cursor: pointer;
    transition: color 0.5s ease, color 0.5s ease;
    color: #ffffff;
}

.icon-footerT {
    border-radius: 100%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgb(150, 150, 150);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: color 0.3s ease, color 0.3s ease;
}

.icon-footerT i {
    transform: scale(0.8);
    color: black;
}


.footer-info {
    width: 100%;
    min-height: 400px;
    background-color: #76225e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-container {
    display: flex;
    width: 50%;
}

.part {
    width: 100%;
    max-width: 33%;
    padding-left: 25px;
    padding-right: 25px;
}

.part:nth-child(2) {
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
}

.donation-list {
    list-style: none;
}

.donation-list div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.donation-list div:hover {
    cursor: pointer;
    transition: color 0.5s ease, color 0.5s ease;
    color: white;
}

.footer-title {
    display: flex;
    align-items: center;
    justify-content: start
}

.iconF {
    color: #FFFFFF;
    transform: scale(2);
}

.footer-title-in {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.titleC {
    font-size: 20px;
    font-family: 'Caveat', cursive;
    font-weight: 600;
    color: #FFFFFF;
}

.titleQ {
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
}

.part-text {
    margin-top: 20px;
}

.join {
    margin-top: 20px;
    border: none;
    border-radius: 25px;
    padding: 20px 25px;
    width: fit-content;
    background-color: #f04f48;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.join:hover {
    cursor: pointer;
    transition: color 0.5s ease, color 0.5s ease;
    color: #ffffff;
}

.footer-color {
    color: #73c7a4;
}

.footer-end {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #341a42;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-end-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
}

.ittec-footer{
    display: flex;
    align-items: center;
}

.ways-donate {
    font-size: 30px;
    font-family: 'Caveat', cursive;
}


/* Small devices such as large phones (640px and up) */
@media only screen and (max-width: 640px) {

    /* ---------------Footer-responsive------------ */
    .footer-form {
        margin-top: 10px;
        max-width: 100%;
        padding-left: 10px;
    }

    .subscribe{
        padding: 0;
    }

    .form-container {
        width: 90%;
        flex-direction: column;
    }

    .form-container img {
        display: none;
    }


    .info-container {
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding-bottom: 20px;
    }

    .part {
        margin-top: 30px;
        max-width: 80%;
        width: 80%;
    }

    .part:nth-child(2) {
        border: none;
        border-top: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (max-width: 768px) {
    /* ---------------Footer-responsive------------ */
    .footer-form {
        margin-top: 10px;
        max-width: 100%;
        padding-left: 10px;
    }

    .subscribe{
        padding: 0;
    }

    .form-container {
        width: 90%;
        flex-direction: column;
    }

    .form-container img {
        display: none;
    }


    .info-container {
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .part {
        margin-top: 30px;
        max-width: 80%;
        width: 80%;
    }

    .footer-end-container{
        text-align: center;
        flex-direction: column;
        max-width: 100%;
    }

}

/* Large devices such as laptops (1024px and up) */
@media only screen and (max-width: 1024px) {
    /* ---------------Footer-responsive------------ */
    .footer-form {
        
        padding-left: 40px;
    }
/* 
    .subscribe{
        padding: 0;
    }

    .form-container {
        width: 90%;
        flex-direction: column;
    }

    .form-container img {
        display: none;
    } */


    .info-container {
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .part {
        margin-top: 30px;
        max-width: 80%;
        width: 80%;
    }
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {
    .footer-form {
        max-width: 45%;
        padding-left: 40px;
    }
}