.navbar-open.opas {
    z-index: 1000000;
}

.swal2-container.swal2-center>.swal2-popup {
    background-color: #3926bb !important;
}

.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
    background-color: transparent !important;
}

#swal2-title {
    color: #fff !important;
}

.contact-modal-content {
    background: linear-gradient( to bottom, #3926bb 20%, #4f0ac9 50%, #3926bb 100%);
    /* background: linear-gradient(to bottom, #330b8f 0%, #020201 40%, #020201 40%, #220468 71%, #020201 100%); */
    border-radius: 0;
    min-height: 100vh;
}

.contact-modal-content header::before,
.contact-modal-content header::before {
    /* background-color: #28067a; */
    background-color: #3926bb !important;
}

.contact-modal-content .scroll .menu {
    background-image: url("../images/menu-it.svg") !important;
}

.contact-modal-dialog {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    /* margin-top: 16vh; */
}

.modal-backdrop {
    opacity: 0 !important;
}

.animate-input-label {
    position: relative;
    top: -42px;
    left: 9px;
    width: 100%;
    color: #d3d3d3;
    transition: 0.2s all;
    cursor: text;
    font-size: 23px;
}

.animate-input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 1rem 0;
    border-bottom: 2px solid #d3d3d3;
    box-shadow: none;
    color: #fff;
    background-color: transparent;
    font-size: 23px;
}

.animate-input:invalid {
    outline: 0;
}

.animate-input:focus {
    border-color: #fff;
}

.animate-input:focus~label,
.animate-input:valid~label {
    font-size: 23px;
    top: -80px;
    left: 0;
    color: #fff;
}

.animate-input-text-area:focus~label,
.animate-input-text-area:valid~label {
    /* top: -80px; */
    top: -124px;
}

.cls-btn {
    background: none;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 15%;
    right: 15%;
    border-radius: 24px;
    font-size: 26px;
    padding: 0px 13px;
}

.action-btn {
    font-size: 13px !important;
    padding: 3px 20px !important;
}

@media (min-width: 1300px) {
    .home main h2 {
        font-size: 60px !important;
        line-height: 70px !important;
        margin-bottom: 40px !important;
    }
}

.home main h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
}

.blog-info main article h1 {
    font-size: 40px;
}

main h1 {
    position: relative;
    margin-bottom: 20px;
    padding: 7px 20px 20px 0px;
}

@media screen and (min-width: 1500px) {
    .lang {
        width: 142px;
    }
}

@media (min-width: 992px) {
    .blog .intro .container .intro-text,
    .blog-info .intro .container .intro-text {
        padding-top: 0%;
    }
}

.blog .intro,
.blog-info .intro {
    height: auto;
    max-height: 1000%;
}

@media (min-width: 992px) {
    .blog .intro,
    .blog-info .intro {
        min-height: 800px;
    }
}

@media (min-width: 1601px) {
    .blog .intro .container .intro-text p,
    .blog-info .intro .container .intro-text p {
        font-size: 40px;
        line-height: 48px;
    }
}

.blog-article a {
    color: #ffffff;
    text-decoration: underline;
}

.blog-article a:hover {
    color: #ffffff;
    text-decoration: none;
}

.blog-img-container {
    /* height: 515px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
}

.blog-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.blog-img>div:first-child {
    padding-right: 20px;
}

.blog-img>div:last-child {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .blog-img>div {
        width: 100%;
    }
}

h3.subheader {
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
    margin: 0;
    font-weight: 700;
}

@media (min-width: 768px) {
    h3.subheader {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1300px) {
    h3.subheader {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1601px) {
    h3.subheader {
        font-size: 28px;
        line-height: 38px;
    }
}

h3.subheader.big {
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 768px) {
    h3.subheader.big {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (min-width: 1500px) {
    h3.subheader.big {
        font-size: 40px;
        line-height: 50px;
    }
}

main .green-box {
    margin-to: 40px !important;
    /* margin-bottom: 0px !important; */
}

img.responsive {
    width: 100%;
}

.gpost {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}