.news-carrossel-section {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.form-home {
    width: 90%;
}

.news-main {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding-left: 5.5em;
}


.newsletter-form-section {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}


.wpcf7-list-item-label {
    margin-top: 1px;
	color:012840;
}

.newsletter-title {
    font-size: 36px;
    color: #012840;
    font-weight: 400;
    margin: 0px;
    line-height: 1.3;
}

.newsletter-title span {
    color: #009EE2;
    font-weight: 600;
}

.newsletter-description {
    font-size: 18px;
    color: #012840;
    margin-bottom: 36px;
    font-weight: 600;
}

.newsletter-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 55px;
}

.newsletter-form-container p {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.wpcf7-not-valid-tip {
    position: absolute;
}

.newsletter-form-container input[type="email"] {
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    outline: none;
    background: #f7f7f7;
    border-radius: 30px;
    width: 100%;
    border: #00000026 1px solid;
}

.newsletter-form-container input[type="submit"] {
    background: linear-gradient(90deg, #0094E8, #00B4FF);
    color: #fff;
    border: none;
    padding: 7px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    position: absolute;
    top: 9px;
    right: 9px;
}

.newsletter-form-container input[type="submit"]:hover {
    background: linear-gradient(90deg, #0080d1, #00a2e6);
}

.newsletter-checkbox {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.newsletter-checkbox input[type="checkbox"] {
    font-size: 14px;
    color: #012840;
    font-weight: 400;
    cursor: pointer;
}

.wpcf7-list-item {
    margin: 0px;
}



.news-carrossel-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0 0 6.5em;
}

.news-carrossel-item {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.news-carrossel-item img {
    width: 100%;
    object-fit: cover;
}

.news-carrossel-item a img {
    cursor: pointer;
}

.news-carrossel-swiper .swiper-slide {
    width: 300px !important;
}

.news-carrossel-swiper .swiper-wrapper {
    margin-bottom: 40px;
}

.news-carrossel-caption {
    padding: 10px 15px;
}

.news-carrossel-caption h3 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.news-carrossel-caption p {
    font-size: 0.9rem;
    margin: 0;
}

.news-carrossel-swiper {
    position: relative;
}




@media (max-width: 1024px) {
    .news-carrossel-section {
        flex-direction: column;
        height: auto;
        gap: 3rem;
        padding: 2rem 1rem;
    }

    .newsletter-form-section {
        padding-left: 0;
        width: 100%;
    }

    .news-carrossel-swiper {
        width: 100% !important;
        height: auto;
        position: relative;
    }

    .news-carrossel-item {
        width: 100% !important;
    }

    .news-carrossel-swiper .swiper-slide {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    .newsletter-form-section {
        text-align: center;
        padding: 0 1rem;
    }

    .newsletter-form-container {
        flex-direction: column;
        height: auto;
    }

    .news-carrossel-swiper {
        width: 100% !important;
    }

    .news-carrossel-swiper .swiper-slide {
        width: 90% !important;
    }

    .swiper-pagination {
        bottom: -6px !important;
    }
}

@media (max-width: 480px) {
	
    .news-carrossel-section .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }
	
	.news-carrossel-section .news-main {
		gap: 0px !important;
	}

    .wpcf7-list-item-label {
        margin-top: 1px;
        text-align: start;
        padding-right: 5px;
        gap: 5px;
        display: flex;
    }

    .news-carrossel-section {
        padding: 20px;
    }

    .form-home {
        width: 100%;
    }

    .news-main {
        flex-direction: column;
        padding-left: 0;
        gap: 0;
        flex-direction: column-reverse !important;

    }

    .newsletter-form-section {
        padding-left: 0;
        padding: 0;
    }

    .newsletter-form-container p {
        margin-top: 20px;
        height: 55px;
    }

    .news-carrossel-swiper {
        width: 100% !important;
        height: auto !important;
    }

    .newsletter-title {
        font-size: 28px;
        text-align: start;
    }

    .news-carrossel-swiper .swiper-slide {
        height: 220px;
        width: 145px !important;
    }

    .newsletter-description {
        font-size: 16px;
        text-align: start;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .news-carrossel-item img {
        border-radius: 8px;
        height: 220px !important;
        width: 145px !important;
    }
}