/* Seccion 1 */
.animate__animated{
    animation-fill-mode: unset;
    -webkit-animation-fill-mode: unset;
}
.sig1 {
    background-image: url('../img/sig/banner.jpg');
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
}
.sig1__background {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.4rem);
    width: 100%;
}
.sig1__container {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1200px;
    text-align: right;
}
.sig1__title {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}
.titulos {
    font-size: 2.5rem;
}
.textos {
    font-size: 1rem;
}
.sig1__text__div{
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    background-color: #457515c5;
}
.sig1__text {
    font-size: 1.25rem;
    text-align: center;
    color: white;
}

/* Seccion 2 */
.sig2 {
    margin-top: 3rem;
}
.sig2__container {
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.sig2__content {
    padding: 4rem 0;
    width: 50%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sig2__title {
    color: #52891A;
}
.sig2__text {
    color: black;
}
.sig2__image {
    width: 50%;
    background-image: url('../img/sig/1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Seccion 3 */
.sig3 {
    margin-top: 5rem;
    background-color: #F5F5F5;
}
.sig3__container {
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.sig3__title {
    color: black;
}
.sig3__text {
    color: black;
}

/* Seccion 4 */
.sig4 {
    margin-top: 5rem;
}
.sig4__container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.sig4__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sig4__title {
    color: #52891A;
}
.sig4__line {
    height: 2px;
    background-color: black;
    width: 50%;
}
.sig4__content {
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
    min-height: 500px;
}
.sig4__image {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sig4__image--1 {
    background-image: url('../img/sig/2.jpg');
}
.sig4__image--2 {
    background-image: url('../img/sig/3.jpg');
}
.sig4__image--3 {
    background-image: url('../img/sig/4.jpg');
}
.sig4__details {
    width: 50%;
    padding: 5rem 3rem;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sig4__document {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}
.sig4__div__button{
    width: 40%;
    min-width: 200px;
}
.sig4__div2__button{
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}
.sig4__button {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white !important;
    padding: 1rem 2rem;
    min-width: 200px;
    text-align: center;
    background-color: #52891A;
    border-radius: 2rem;
    transition: all .15s ease-in-out;
}
.sig4__button:hover {
    transform: scale(1.05);
}
.sig4__document-line {
    width: 1px;
    background-color: black;
}


.sgi5__container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sgi5__title{
    color: #52891A;
    text-align: center;
}
.sig5__div__button{
    width: 20%;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.sgi5__btn{
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white !important;
    padding: 1rem 2rem;
    min-width: 200px;
    text-align: center;
    background-color: #52891A;
    border-radius: 2rem;
    transition: all .15s ease-in-out;
}
.sgi5__btn:hover{
    transform: scale(1.05) !important;
}




/* Media Queries */
@media (max-width: 992px) {
    .sig1 {
        height: unset;
        padding: 6rem 0;
    }
    .sig1__container {
        padding: 1rem;
        text-align: center;
        max-width: 100%;
        width: 100%;
        align-items: center;
    }
    .sig1__title {
        font-size: 2rem;
    }
    .sig1__text {
        font-size: 1rem;
    }
    /* Sección 2 */
    .sig2__container {
        flex-direction: column;
    }
    .sig2__content {
        width: 100%;
    }
    .sig2__title {
        text-align: center;
    }
    .sig2__image {
        height: 100vw;
        max-height: 500px;
        width: 100%;
    }
    /* Sección 3 */
    .sig3__title {
        text-align: center;
    }
    /* Sección 4 */
    .sig4__header {
        flex-direction: column;
        gap: 2rem;
    }
    .sig4__line {
        width: 100%;
    }
    .sig4__content {
        flex-direction: column;
        gap: 0rem;
    }
    .sig4__image {
        height: 100vw;
        max-height: 500px;
        width: 100%;
    }
    .sig4__details {
        width: 100%;
    }
    .sig4__title{
        text-align: center;
    }
}

@media (max-width: 457px) {
    .nosotros1 {
        align-items: center;
    }
}

