.flex-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.a-logo {
    width: 13%;
    margin: 5vw auto 5vw 5vw;
}

.logo {
    width: 100%;
}

.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100%;
}

.banner-title {
    font-size: 3.5vw;
    color: white;
    margin: 2vw 5vw 3vw;
    display: block;
}

.banner-subtitle {
    font-size: 2vw;
    color: white;
    margin: 2vw 5vw;
}

.subsection-container {
    width: 100vw;
    background-color: var(--secondary-background-color);
    color: white;
    display: flex;
    flex-direction: column;
    padding: 5vw 5vw;
}

.subsection-title {
    font-size: 4.5vw;
    line-height: 6vw;
}

.subsection-subtitle {
    font-size: 1.5vw;
    margin-bottom: 2vw;
}

.subsection-p {
    font-size: 1.8vw;
    line-height: 2.2vw;
    margin: 3vw 0 0;
}

.subsection-line {
    width: 5vw;
    border: 0.35vw solid var(--primary-color);
    margin: 3vw 0;
}

.section-container {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.my {
    margin: 6vw 0;
}

.section-img {
    width: 55vw;
}

.section-content {
    display: flex;
    width: 50vw;
    flex-direction: column;
    justify-content: center;
    padding: 0 5vw;
}

.section-title {
    font-size: 2vw;
}

.section-line {
    width: 5vw;
    border: 0.35vw solid var(--primary-color);
    margin: 3vw 0;
}

.section-p {
    font-size: 1.3vw;
    line-height: 2vw;
    margin: 0;
}

.black-bg {
    background-color: var(--secondary-background-color);
    color: white;
}

.aliado-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contact-a {
    display: block;
    width: 30vw;
    margin-top: 3vw;
    font-size: 1.5vw;
    padding: 1.4vw 0;
    letter-spacing: 0.2vw;
    border: solid 0.1vw black;
    border-radius: 3vw;
    text-align: center;
}

.footer {
    background-color: var(--secondary-background-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.isotipo {
    margin: 3vw;
    width: 3vw;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 12.5vw;
    padding-bottom: 7vw;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 25%;
}

.footer-title {
    font-size: 1.5vw;
    color: var(--primary-color);
}

.footer-subtitle {
    font-size: 1.2vw;
    color: white;
}

.footer-a {
    font-size: 1.4vw;
    color: white !important;
    font-family: var(--bold-font);
}

.social {
    width: 3vw;
    margin: 1vw 0.5vw;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}

.form>input {
    font-size: 1.2vw;
    padding: 0.6vw 1vw;
    background-color: var(--secondary-background-color);
    color: white;
    border: solid 0.1vw white;
    border-radius: 1.5vw;
}

.form>button {
    font-size: 1.2vw;
    padding: 0.6vw 1vw;
    color: var(--input-color);
    background-color: white;
    border: solid 0.1vw white;
    border-radius: 1.5vw;
}

/* .form > button:hover{
    background-color: grey;
    border: solid 0.1vw grey;
    cursor: not-allowed;
} */

.pc{
    display: block;
}

.mb{
    display: none;
}

@media (width<=425px) {
    .a-logo {
        width: 9rem;
        margin: 2rem auto;
    }

    .subsection-container {
        width: 100%;
        padding: 3rem 10% ;
    }

    .subsection-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .subsection-title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .subsection-p {
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin-top: 1rem;
    }

    .section-container {
        flex-flow: column-reverse;
        width: 100%;
        margin: 3rem 0 0;
    }

    .section-img {
        width: 100%;
    }

    .section-content {
        width: 100%;
        padding: 3rem 10%;
    }

    .section-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .section-line {
        width: 3rem;
        border: 0.2rem solid var(--primary-color);
        margin: 1.5rem 0;
    }

    .section-p{
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

    .my {
        flex-direction: column;
    }

    .contact-a {
        font-size: 1rem;
        margin: 3rem auto 1rem;
        border-radius: 2rem;
        padding: 0.5rem 2rem;
        width: auto;
    }

    /* FOOTER */

    .isotipo{
        margin: 3rem;
        width: 2rem;
    }

    .footer-content {
		flex-direction: column;
	}

	.footer-column {
		gap: 1rem;
		width: 100%;
	}

    .footer-title{
        font-size: 1.2rem;
        margin: 1.5rem 0 0.5rem;
    }

    .footer-a{
        font-size: 1rem;
    }

    .social{
        width: 2.5rem;
    }

    .footer-subtitle{
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

	.form>input,
	.form>button {
		font-size: 1.2rem;
        border-radius: 2rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
	}

    .mb{
        display: block;
    }
    
    .pc{
        display: none;
    }
}