footer {
    margin-top: 60px;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: #1B355C;
    padding: 30px;
}

.card-text-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin-bottom: 60px;
}

.p-text-info {
    color: #1B355C;
    text-align: justify !important;
    text-align-last: center ;
}
.img-morcego-titulo {
    width: 50%;
    margin: 40px;
}
.img-morcego-casa {
    width: 20%;
    margin: 40px;
}
.container-all-videos {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #1B355C;
    justify-content: center;
    padding-top: 40px;
}
.container-video, .container-video-unico {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;

}
.container-video-unico {
    padding-bottom: 30px;
}

.video-1, .video-2 {
    width: 40%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-video {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 12px;
    height: 350px;
}

.card-img-footer {
	display: flex;
	height: 100px;
	width: 10%;
	align-items: center;
	justify-content: center;
}
.img-footer{
	margin: 0 auto;
	width: 90%;
}

.text-footer {
	color: white;
}

.card-social-icons {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

@media only screen and (max-width:1000px) {
    .container-video, .container-video-unico {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .video-1 {
        width: 45%;
        order: 1;
        height: 90%;
    }
    .video-2 {
        width: 45%;
        order: 2;
        height: 90%;
    }
    .background-video {
        height: 250px;
    }
}