#footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #23853B;
    z-index: 100;
    position: relative;
    color: #FFFFFF;
}

#footer #info-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #FFFFFF;
}

#footer #info-2 #info-content {
    width: 50%;
    border-right: 1px solid #FFFFFF;
}

#footer #info-2 #info-content .info-content {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

#info-content .info-content .block {
    width: 50%;
    margin-top: 40px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

#info-content .info-content .block a {
    cursor: pointer;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#info-content .info-content .block p {
    margin-bottom: 10px;
}

#footer-button p {
    margin: 0 !important;
}
#info-content .info-content .block p {
    margin-bottom: 10px;
}

#footer-button {
    width: fit-content;
    min-width: max-content;
    height: 30px;
    padding: 4px 14px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #EF7D15;
    line-height: 30px;
    cursor: pointer;
    margin-top: 10px;
}


#footer #info #social {
    width: 50%;
    height: 250px;
}

#social {
    width: 50%;
    height: 250px;
}

#social #social-content {
    width: 80%;
    height: 250px;
    margin: auto;
}

#social-content #social-network {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

#social-network h3 {
    font-family: "Sour Gummy", serif;
    font-size: 30px;
    font-weight: 400;
    margin-right: 20px;
}

#social-network img {
    width: 50px;
    height: auto;
    margin-top: -5px;
    margin-right: 10px;
}

#social-content #social-text {
    margin: 10px 0;
}

#social-input {
    margin-bottom: 10px;
}

#social-input input,
#social-input-2 input{
    width: 50%;
    height: 35px;
    background-color: #23853B;
    border: 1px solid #FFFFFF;
    padding-left: 16px;
    margin-right: 10px;
    border-radius: 4px;
}

#social-input input::placeholder {
    color: #FFFFFF;
}

#footer #social-input input {
    margin-top: 0 !important;
}

#social-input input::-webkit-input-placeholder{
    color: #FFFFFF;
}

#social-input #newsletter-button,
#social-input-2 #newsletter-button-2 {
    display: inline-block;
    width: auto;
    height: 40px;
    background-color: #FFFFFF;
    color: #23853B;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 20px;
}

#social-input #newsletter-button span,
#social-input-2 #newsletter-button-2 span{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
}

#social-input #newsletter-button span img, 
#social-input-2 #newsletter-button-2 span img {
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 6px;
}

#social-radio,
#social-radio-2 {
    padding-top: 10px;
    position: relative;
}

#social-radio label,
#social-radio-2 label{
    position: absolute;
    left: 25px;
    top: 12px;
    font-size: 10px;
}


#footer-bottom {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
}

#footer-bottom img {
    width: auto;
    height: 120px;
    margin: 20px 30px;
    
}

#footer-bottom div {
    height: 150px;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
}

#footer-bottom div a{
    color: #FFFFFF;
    margin: 10px 20px;
    cursor: pointer;
}

/**************************************************************************************************************************************/
/*******************************************************    FOOTER-RESPONSIVE    ******************************************************/
/**************************************************************************************************************************************/


#footer-responsive {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: none;
    z-index: 300;
    background-color: #FFFFFF;
}

#footer-responsive #info-responsive {
    width: 96%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #23853B;
    border-radius: 8px;
    margin: auto;
    margin-top: 10px;
}

#footer-responsive #info-responsive a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
}

#footer-responsive #info-responsive #tel-responsive {
    height: 30px;
}

#footer-responsive #info-responsive #tel-responsive img {
    width: 30px;
    height: auto;
}

#footer-responsive #info-responsive #mail-responsive {
    height: 40px;
    margin: 0 40px;
}

#footer-responsive #info-responsive #mail-responsive img {
    width: 40px;
    height: auto;
}

/**************************************************************************************************************************************/
/**********************************************************    RESPONSIVE    **********************************************************/
/**************************************************************************************************************************************/

@media (max-width: 1295px) {

    #social-network {
        flex-direction: column !important;
    }
}

@media (max-width: 1180px) {

    #footer #info-2 #info-content .info-content {
        width: 90%;
    }
}

@media (max-width: 1024px) {

    #info-content {
        display: none !important;
    }

    #footer #info-2 {
        height: 320px;
    }

    #footer #info-2 #social {
        width: 100%;
        height: 320px;
    }

    #footer #info-2 #social #social-network {
        align-items: center;
    }

    #footer #info-2 #social #social-network h3 {
        margin-bottom: 10px;
    }

    #footer #info-2 #social #social-text {
        text-align: center;
    }

    #footer #info-2 #social #social-form {
        margin-top: 20px;
    }

    #footer #info-2 #social #social-form #social-input {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 40px;
        flex-wrap: wrap;
    }

    #footer #info-2 #social #social-form #social-input input {
        width: 250px;
        margin-bottom: 40px;
    }

    #footer #info-2 #social #social-form #social-input button {
        width: fit-content;
    }

    #footer #info-2 #social #social-form #social-radio {
        width: 220px;
        margin: auto;
    }

    #social-content {
        justify-content: center;
    }

    #footer {
        height: auto;
        margin-top: 0;
    }

    #footer-bottom {
        height: 40px;
    }

    #footer-bottom img {
        display: none;
    }

    #footer-bottom div {
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    #footer-responsive {
        display: block;
    }
}

@media (max-width: 1100px) {
    #footer-bottom div a {
        margin: 10px 12px;
    }
}

@media (max-width: 824px) {

    #footer-bottom div a {
        font-size: 12px;
        margin: 5px;
    }
}

@media (max-width: 575px) {

    #footer-bottom {
        height: auto;
    }
    
    #footer-bottom div {
        height: auto;
        flex-direction: column;
    }

    #footer-responsive #info-responsive #mail-responsive {
        margin: 0 20px;
    }

    #footer-responsive #info-responsive #header-button {
        font-size: 10px;
        padding: 0 8px;
    }

    #footer-responsive #info-responsive #header-button img {
        margin-left: 6px !important;
    }
}

@media (max-width: 512px) {
    
    #footer #info-2 {
        height: 350px;
        padding-bottom: 20px;
    }

    #footer #info-2 #social #social-form #social-input {
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {

    #footer #info-2 {
        height: 370px;
    }
}

@media (max-width: 419px) {
    #footer #info-2 {
        height: 390px;
    }
}