.banner-home{
    background-image: url('../img/price-bg-pos-prominas.webp');
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 100px;
}

.banner-home > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 70px;
}

.banner_content{
    display: flex;
    flex-direction: column;
    width: 40%;
}

.banner-home .banner_logo img{
    width: 120px;
    margin-bottom: 50px;
}

.banner_content .banner_pos{
    display: flex;
    align-items: center;
    width: 50%;
    z-index: 1;
}

.banner_content .banner_pos h2{
    color: #fff;
    font-weight: bold;
    font-size: 55px;
    text-align: center;
}

.banner_content .banner_price{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    position: relative;
}

.banner_price > img{
    width: 100%;
    margin-left: 200px;
    position: absolute;
}

.banner_content .banner_items{
    display: flex;
    gap: 20px;
    margin-top: 10px;
    z-index: 1;
}

.banner_content .banner_items span{
    color: #fff;
    font-size: 20px;
}

.banner_content .banner_pos h2 > span{
    background-color: #e1ab1a;
    border-radius: 20px 0px 20px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner_prices{
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.banner_prices a{
    text-decoration: none;
}

.banner_price_item{
    display: flex;
    margin-top: 10px;
    border-radius: 7px;
    background-color: #fff;
}

.price_focus{
    background-color: #e1ab1a;
}

.banner_price_item .price_qtd{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    background-color: #0a8156;
    margin: 5px;
    border-radius: 7px;
    padding: 5px;
}

.banner_price_item .price_value{
    font-size: 30px;
    font-weight: bold;
    color: #353333;
    margin: 5px;
}

.banner_price_item .price_description{
    font-size: 0.8rem;
    color: #353333;
}

.banner_price_item > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_price_item .price_value .value_text{
    font-size: 2.5rem;
}

.prices_info{
    margin-top: 10px;
    z-index: 1;
    border-radius: 5px;
}

.prices_info span {
  color: #c4acac;
  font-weight: bold;
  font-size: 1rem;
}

.form{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 40%;
    z-index: 1;
}

.form-control {
    border-color: #3790e4;
}


.grid-container {
    display: grid;
    gap: 1em;
    gap: 1em;
}

#courses-list {
    max-width: 85%;
}

.cursor-pointer{
    cursor: pointer;
}

.courses-box-bg img {
    width: 95%;
    height: 130px;
    border-radius: 20px;
    position: absolute;
    filter: brightness(40%);
}

.courses-box {
    padding: 10px;
    position: relative;
}

.courses-box p {
    font-size: 0.7em;
    font-weight: 600;
}

.courses-box h6,
.courses-box p {
    color: #fff;
}


.small-p {
    font-size: 0.7em;
}

.video {
    width: 45vw;
    margin-top: 5vw;
}

.diretor-prominas img {
    width: 3em;
    height: 3em;
    margin-right: 1em;
}

.diretor-prominas {
    display: inline-flex;
    align-items: center;
}

.history-prominas {
    width: 40%;
}

.history-prominas p {
    color: #5f5f7e;
}

.diretor-prominas p {
    margin: 0;
    color: #55556b;
}

.diretor-prominas-name {
    font-weight: 600;
}

#margin-bottom {
    margin-bottom: 15vw;
}

.carousel-text {
    background-color: #fff;
    width: 30vw;
    height: 12vw;
    border-radius: 15px;
    text-align: center;
    border-left: 7px solid tomato;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.75);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.section-certificate {
    background-image: url(../img/new-certificate-banner.webp);
    background-size: cover;
    background-position: center;
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    position: relative;
    bottom: 25vh;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.75);

}

.section-certificate div {
    flex: 1;
}

.section-certificate img {
    width: 35vw;
}

.section-certificate h4,
.section-certificate p {
    color: #fff;
}

.btn-mobile {
    display: none;
}

.prominas {
    padding-bottom: 6vw;
}

.info-grid {
    background-image: url(../img/new-banner-choice.webp);
    height: 145vh;
}

.info-title {
    position: relative;
    bottom: 18vh;
}

.info-grid-content {
    position: relative;
    bottom: 10vh;
    max-width: 80%;
}

.info-grid-content p {
    font-size: 0.7em;
}

.info-grid-icon {
    padding: 0.5em 0.6em;
    border-radius: 8px;
}

.info-btn {
    position: relative;
    bottom: 5vh;
}

.contacts {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    position: relative;
    bottom: 15vh;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.75);
}

.contacts h6 {
    color: #FC2D25;
    font-weight: 600;
    margin: 0.5vw 0vw;
}

.contacts p {
    font-size: 0.8em;
}

.contacts div {
    flex: 1;
}

.contact h6 {
    color: #000;
    font-size: 0.8em;
    font-weight: 700;
}

.acc-section {
    max-width: 75%;
}

.accordion {
    flex-direction: column;
    margin-top: 3vw;
}

.accordion h1 {
    font-size: 2.3em;
    color: #be9432;
}

.accordion-item {
    background: var(--bg-gradient);
    margin-top: 0.4em;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-item:focus {
    outline-style: none;
}

.accordion-item:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}

.open:after {
    content: '\2212';
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    color: #000;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 10px;
}

.panel a {
    color: #be9432;
}

#footer {
    margin-top: 10vw;
    background: linear-gradient(227deg, rgba(167, 57, 255, 1) 0%, rgba(141, 33, 227, 1) 27%);
    color: #fff;
}

#footer a {
    color: #fff;
    font-weight: normal;
}

.footer-title {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

#footer p,
#footer label {
    color: #fff;
    font-size: 0.7em;
    margin: 0;
}

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

footer {
    background: rgb(143, 0, 255);
}

footer div {
    justify-content: space-between;
}

#search-input button, #nav-input .button-search-course{
    outline: none;
    border: none;
    background: transparent;
}

.banner-desktop {
   width: 100%;
   height: 600px;
}

.banner-mobile {
    width: 100%;
}

.slick-prev {
    left: 3% !important;
    z-index: 1;
}

.slick-next {
    right: 3% !important;
    z-index: 1;
}

.slick-prev::before, .slick-next::before {
    font-size: 34px;
}

@media screen and (max-width: 500px) {
    #banner img {
        display: none
    }

    .banner-mobile {
        display: block !important;
    }

    .banner-desktop {
        display: none !important;
    }

    #banner {
        background-image: url(../img/new-banner-unica-mob.png);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 105vh;
    }

    #search-input {
        max-width: 100%;
        margin: 0.5em 0em;
    }

    .courses-box-bg {
        margin: 3vw 0vw;
    }

    .courses-box p {
        font-size: 0.9em;
    }

    .prominas {
        flex-direction: column;
        padding-bottom: 55vw;
    }

    .history-prominas {
        width: 99%;
    }

    .video {
        width: 85vw;
        margin-top: -8vw;
    }

    .carousel-text {
        width: 90vw;
        height: 30vw;
    }

    .section-certificate {
        width: 90%;
        flex-direction: column;
        padding: 10px;
    }

    .contacts {
        flex-direction: column;
    }

    .btn-mobile {
        display: block
    }

    .info-grid div {
        flex-direction: column;
    }

    .info-grid {
        height: 110em;
        background-position: center;
        background-size: cover;
    }

    .contacts {
        width: 90%;
        bottom: 15em;
        text-align: center;
    }

    .acc-section {
        position: relative;
        bottom: 23vh;
        max-width: 100%;
    }

    .footer-title {
        margin: 1em 0em;
    }

    footer div {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .img {
        margin-top: 1.5em;
        padding-left: 5em;
    }

    .banner-home{
        padding: 10px;
    }

    .top-message{
        padding: 10px;
    }

    .countdown-page{
        margin-top: 5px;
    }

    .top-message .top-message-section{
        flex-direction: column;
        width: 100%;
    }

    .top-message .top-message-section button{
        margin-top: 5px;
    }

    .top-message .countdown-page .info button {
       margin-top: 10px;
    }

    .countdown-page .info{
        flex-direction: column;
    }

    .countdown-page .uk-countdown-number{
        font-size: 2rem;
    }

    .banner-home > div{
        flex-direction: column;
    }

    .banner_content .banner_price{
        width: 100%;
    }

    .banner_content{
        width: 100%;
        margin-top: 200px;
    }

    .banner_price > img{
        margin:0;
        bottom: -30px;
    }

    .form{
        width: 100%;
        margin-top: 20px;
    }

    .banner_content .banner_pos h2{
        font-size: 2rem;
    }

    .banner_price_item .price_qtd{
        font-size: 20px;
    }

    body .header-body{
        margin-top: 156px;
    }

    .prices_info span {
        color: #463535;
    }
}

@media screen and (max-width: 768px) {
    .banners{
        background-image: none;
    }

    .banners .banner_content .banner_text h2 {
        font-size: 1.8rem;
        width: 100%;
        margin-top: 20px;
    }

    .banners .banner_content .banner_subtitle{
        font-size: 1rem;
        margin-top: 20px;
    }

    .banner-background-overlay {
        background-image: linear-gradient(90deg, #03132F 100%, #00000312 100%);
    }

    .banner_buttons{
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .banner_buttons div{
        margin-top: 20px;
    }

    .banners .banner_content{
        margin: 0;
    }

    .banners{
        padding: 20px;
    }

    .banners .banner_content .banner_title{
        font-size: 1.2rem;
    }
}

#cookieAcceptBar.cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgb(245, 242, 242);
    color: rgb(51, 49, 49);
    padding: 20px 0;
    z-index: 99999;
    text-align: justify;
    padding: 10px 20px;
    font-size: 12px;
}

#cookieAcceptBar.cookieAcceptBar a {
    text-decoration: underline;
}

#cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: rgb(80 121 89);
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
}

#cookieAcceptBar #cookieAcceptBarRecuse {
    background-color: #f4ac6d;
}

.float-button-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:25px;
	left:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float-button-whatsapp .my-float{
	margin-top:16px;
}

.modal-content {
    background-image: url(../img/modal_pos_bg_course.webp);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.modal-content h3 {
    color: #fff;
    font-weight: 800;
    font-size: 0.8em;
}

.modal-content p {
    color: #1dedef;
    font-weight: 800;
    font-size: 1. 1em;
}

.modal-content label {
    color: #fff;
    font-size: 1em;
}

.top-message{
    z-index: 1050;
    position: fixed;
    display: flex;
    background-color:#222222;
    top: 0;
    color: #E9B847;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.top-message .top-message-section{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.top-message .top-message-section span{
    font-weight: bold;
    text-align: center;
}
.countdown-page{
    padding: 5px;
}

.countdown-page .info {
    display: flex;
    align-items: center;
}

.countdown-page .info h1{
    font-weight: bold;
    color: #383d37;
}

.uk-countdown-number {
    font-size: 3rem;
}

.countdown-page .info .mec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-page .info button {
    background-color: #E9B847;
    border: none;
    border-radius: 5px;
    padding: 7.7px;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
}

.countdown-page .info button:hover{
    color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    transition: 0.2s;
}

.header-body{
    margin-top: 85px;
}
