@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;900&display=swap');
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

    body{
        width: 100%;
        height: 100%; /* Altura total do elemento pai */
        background: rgb(71, 3, 3, 1);
        background: linear-gradient(0deg, rgba(71, 3, 3, 1) 0%, rgb(14 0 0) 100%);
        /* display: flex; */
        justify-content: center;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        }


        .container {
            text-align: center;
             /* padding: 20px; */
            border-radius: 10px;
            /* display: flex; */
            /* flex-direction: column;  */
            align-items: center;
		}
			.container p {
				font-size: 13px;
				color: #ffffff;
				font-style: italic;
                font-weight: 400;
                line-height: 16px;
			}
			.container h1 {
				font-size: 22px;
				color: #ffffff;
                font-weight: 800;
                text-align: left;
                line-height: 23px;
                padding: 0px 0px;
			}
                .container h1 b{
                    color: #fff;
                    font-size: 25px;
                    font-weight: 800;
                    text-shadow: -2px 2px 2px #000000;
                }
                    .sec-title.style-three .box h1 {
                        font-size: 20px !important;
                        color: #525252;
                        font-weight: 800 !important;
                        text-align: center;
                        padding: 0px !important;
                    }
                        .box h1 b{
                            color: #e66161;
                            font-size: 21px;
                            font-weight: 800;
                            text-shadow: -1px 1px 5px #e661614d;
                        }
			.container h2 {
				font-size: 20px;
				color: #ffffff;
				/* font-style: italic; */
                font-weight: 800;
                text-align: left;
                line-height: 26px;
                padding: 0px 15px;
			}
        .link-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            background-color: #00000090;
            color: #fff;
            padding:15px;
            margin: 5px 0;
            border-radius: 10px;
			text-decoration: none;
			font-size: 14px;
			text-align: left;
		}
            .link-card b{
                font-weight: 600 !important;
                font-size: 16px;
                line-height: 18px;
            }
        .link-card3 {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            background-color: #309334;
            color: #fff;
            padding:15px;
            margin: 5px 0;
            border-radius: 50px;
			text-decoration: none;
			font-size: 14px;
			text-align: center;
		}
            .link-card3 b{
                font-weight: 600 !important;
                font-size: 16px;
                line-height: 18px;
            }
        .link-card2 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            background-color: #21252940;
            color: #fff;
            padding:15px;
            margin: 5px 0;
            border-radius: 10px;
            text-decoration: none;
            font-size: 16px;
            text-align: left;
        }
		
        .link-card:hover {
            text-decoration: none;
			background-color: #343a40;
			color: #e66161;
        }
        .link-card link {
            text-decoration: none;
			color: #e66161;
        }
        .link-card2:hover {
            text-decoration: none;
			background-color: #343a40;
			color: #e66161;
        }
        .link-card2 link {
            text-decoration: none;
			color: #e66161;
        }
        .link-card img,.link-card2 img {
            max-width: 70px;
            max-height: 70px;
		}
        .logo img {
            max-width: 45%;
            height: auto;
            max-height: 100px;
            /* width: 45%; */
		}
		.icon-wrapper {
            background-color: #fff;
            border-radius: 10%;
            /* padding: 13px; */
            padding: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .icon-wrapper i {
            font-size: 45px;
            color: #ffffff;
            padding: 15px;
		}
			.icon-wrapper.ingresso {
				background: linear-gradient(45deg, #814545, #ab0808);
			}
			.icon-wrapper.contratante {
				background: linear-gradient(45deg, #ADD8E6, #4682B4);
			}

	.separator {
		width: 100%;
		height: 1px;
		background-color: #ffffff20;
		margin: 20px 0;
	}

    .sec-title.style-three .box .linkbio li{
        font-size: 13px;
        font-weight: 700;
        color: #279460;
        text-align: left;
        line-height: 26px;
        margin: 0px;
    }


.form-check-lg .form-check-input {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 28px;
    font-size: 16px;
    padding: 8px;
    color: #a51e36;
    border-radius: 10px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    box-shadow: -3px 3px 1px #dcdcdc;
    margin-left: -20px; /* Alinha o checkbox à esquerda */
    margin-right: 5px; /* Alinha o checkbox à esquerda */
}

.form-check-lg .form-check-label {
    font-size: 1em;
    padding: 6px 0px 0px 13px;
    line-height: 20px;
}

.form-check-lg {
    margin-bottom: 1em;
    text-align: left;
    display: flex; /* Usa flexbox para melhor alinhamento */
    align-items: center;
}

        .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 0px solid rgba(0, 0, 0, .125) !important;
            /* border-radius: .25rem; */
            font-family: "Poppins", sans-serif;
            font-weight: 900;
            font-style: normal;

        }
.card-header {
    background: linear-gradient(180deg,#1c1c1c, #232323);
    color: #fff;
    cursor: pointer;
    border-bottom: 0px !important;
    padding: .75rem 1.25rem .0rem 1.25rem !important;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
}
            .card-header h5 {
                padding-bottom: 14px !important;
            }
            .card-header .btn-link {
                font-family: "Poppins", sans-serif !important;
                font-weight: 600 !important;
                font-style: normal !important;
                font-size: 15px !important;
                text-decoration: none !important;
                color: #e8e3bb !important;
                }
                .card-header .btn-link::after {
                    content: "\f078"; /* Código Unicode do ícone fa-chevron-down */
                    font-family: 'FontAwesome';
                    font-size: 0.65em;
                    color: white;
                    display: block;
                    text-align: center;
                    margin-top: -3px;
                    opacity: 0.4;
                    transition: transform 0.3s;
                }

                .card-header .btn-link[aria-expanded="true"]::after {
                    transform: rotate(180deg);
                }

            .btn {
                white-space: normal;
            }
            


        .card-body {
            background: linear-gradient(180deg, #232323, #1c1c1c);
            color: #fff !important;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            padding: 10px  45px 45px 45px !important;
            text-align: left;
        }



.contact-page-section .info-column .inner-column {
    position: relative;
    padding-right: 70px
}

.contact-page-section .info-column .sec-title .text {
    margin-top: 5px
}

.contact-page-section .info-column .contact-info li {
    position: relative;
    color: #a51e36;
    font-weight: 600;
    font-size: 24px;
    padding-left: 110px;
    min-height: 80px;
    padding-top: 8px;
    margin-bottom: 22px;
    line-height: 1.4em
}

.contact-page-section .info-column .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(28,158,225,.1)
}

.contact-page-section .info-column .contact-info li i {
    position: relative;
    color: #7da3ac;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-bottom: 0
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px;
    box-shadow: 0 10px 22px rgba(250,71,74,.05)
}

.contact-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #fa4a49;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400
}

.contact-form input[type=email],.contact-form input[type=number],.contact-form input[type=password],.contact-form input[type=text],.contact-form input[type=tel],.contact-form select,.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 16px;
    padding: 8px 30px;
    color: #4d4d4d;
    border-radius: 10px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    box-shadow: -3px 3px 1px #dcdcdc
}

.contact-form .form-group input::-webkit-input-placeholder,.contact-form .form-group textarea::-webkit-input-placeholder {
    color: #262626
}



        .back-button {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1000;
            background-color: #00000050;
            color: #fff;
            padding: 12px 20px 20px 20px;
            border-radius: 0 0 100px 0;
            text-decoration: none;
            font-size: 13px;
            opacity: 0.8;
        }
        .back-button:hover {
            background-color: #00000030;
            color: #fff;
        }
        .back-button i {
            margin-right: 5px;
        }



.page-wrapper {
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px
}
.sec-title.style-three .box {
    background: #f6f6f6;
    border: 1px solid #dedede;
    border-radius:0px 0px 10px 10px;
    padding: 20px;
}
        
.sec-title.style-three img {
    border-radius: 10px 10px 0 0;
    border-top: 0px solid #dedede;
    border-left: 0px solid #dedede;
    border-right: 0px solid #dedede;
    border-bottom: 0 solid #dedede;
}

.sec-title.style-three h5 {
    color: #5c5c5c;
    font-weight: 500;
    padding-bottom: 5px !important;
    font-size: 17px;
    line-height: 22px;
}



.btn-style-four:before,.btn-style-one:before {
    content: '';
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(.2,1)
}

.btn-style-one,.btn-style-two {
    display: inline-block;
    line-height: 30px;
    font-weight: 700
}

.btn-style-three.btn-style-two,.btn-style-two {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(255,95,99,.3);
    color: #fff
}

.about-widget,.centered,.dominio,.scroll-to-top {
    text-align: center
}

@font-face {
    font-family: Poppins,sans-serif
}

* {
    border: none;
    outline: 0
}

.bordered-layout .page-wrapper {
    padding: 0 50px
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #620c1c
}

a:focus,a:hover,a:visited,button {
    text-decoration: none;
    outline: 0!important
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Ubuntu,sans-serif
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

h1 {
    font-size: 80px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 15px !important;
    color: #ff7272 !important;
}

h4 {
    font-size: 24px
}

.banner-section-two .image-column .counter-boxed .count-box .sign,.business-block .inner-box .content .count-box .sign,.facilities-section .content-column .counter-boxed .count-box .sign,h5 {
    font-size: 20px
}

.plan i,h6 {
    font-size: 18px
}

.mobile-menu-visible,textarea {
    overflow: hidden
}

p {
    position: relative;
    line-height: 1.8em
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.medium-container {
    max-width: 850px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li,ul {
    list-style: none
}



.theme-btn {
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.btn-style-one {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 10px 32px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #620c1c
}

.btn-style-one:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5f63;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-eight .txt,.btn-style-eleven .txt,.btn-style-fifteen .txt,.btn-style-five .txt,.btn-style-four .txt,.btn-style-fourteen .txt,.btn-style-nine .txt,.btn-style-one .txt,.btn-style-seven .txt,.btn-style-seventeen .txt,.btn-style-six .txt,.btn-style-sixteen .txt,.btn-style-ten .txt,.btn-style-thirteen .txt,.btn-style-three .txt,.btn-style-twelve .txt,.btn-style-two .txt,.gallery-block .overlay-inner .link .icon,.list-style-five,.list-style-four,.list-style-one,.list-style-three,.list-style-two,.platform-section .platform-tabs .tabs-content .image {
    position: relative;
    z-index: 1
}

.btn-style-eight:hover::before,.btn-style-eleven:hover::before,.btn-style-fifteen:hover::before,.btn-style-five:hover::before,.btn-style-four:hover::before,.btn-style-fourteen:hover::before,.btn-style-nine:hover::before,.btn-style-one:hover::before,.btn-style-seven:hover::before,.btn-style-seventeen:hover::before,.btn-style-six:hover::before,.btn-style-sixteen:hover::before,.btn-style-ten:hover::before,.btn-style-thirteen:hover::before,.btn-style-three:hover::before,.btn-style-twelve:hover::before,.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.btn-style-fifteen:hover,.btn-style-five:hover,.btn-style-fourteen:hover,.btn-style-one:hover,.btn-style-sixteen:hover,.btn-style-twelve:hover,.feature-block-six .inner-box:hover .icon,.feature-block-six .inner-box:hover .text,.feature-block-six .inner-box:hover h4 a,.feature-block-six.active .inner-box .icon,.feature-block-six.active .inner-box .text,.feature-block-six.active .inner-box h4 a,.main-footer .download-options ul li a:hover span,.main-footer.style-five .footer-bottom .copyright-column .copyright,.main-footer.style-five .footer-bottom .copyright-column .copyright a,.main-footer.style-five .footer-bottom .social-column ul li a,.main-footer.style-five .footer-widget h5,.main-footer.style-five .list-link li a,.main-footer.style-four .footer-bottom .copyright-column .copyright,.main-footer.style-four .footer-bottom .copyright-column .copyright a,.main-footer.style-four .footer-bottom .social-column ul li a,.main-footer.style-four .footer-widget h5,.main-footer.style-four .list-link li a,.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,.platform-section-two .sec-title.light .title,.sec-title.light .text,.sec-title.light h1,.sec-title.style-six.light .title,.sec-title.style-three.light .title,.service-block .inner-box:hover .text,.service-block .inner-box:hover h4 a {
    color: #fff
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    padding: 15px 35px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: capitalize;
    background-color: #ff5f63
}

.btn-style-three,.btn-style-three.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    padding: 13px 35px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize
}

.btn-style-three.btn-style-two {
    border-radius: 25px;
    border: 0 solid #e9ebef;
    background-color: #c0364e
}

.btn-style-two .txt i {
    position: relative;
    font-style: normal;
    margin-right: 10px;
    font-weight: 400
}

.btn-style-three {
    color: #313131;
    overflow: hidden;
    border-radius: 25px;
    border: 0 solid #e9ebef;
    background: #c2c2c2
}

.btn-style-five,.btn-style-four,.btn-style-seven,.btn-style-six {
    font-weight: 700;
    overflow: hidden
}

.dominio {
    font-size: 13px;
    color: #921027;
    position: absolute;
    width: 100%;
    left: 0
}

.valorAnual {
    font-size: 14px;
    color: #424242;
    height: 20px
}

.btn-style-eight,.btn-style-five,.btn-style-four,.btn-style-seven,.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px
}

.btn-style-three:hover,.btn-style-two:hover {
    background-color: #bd344c;
    color: #fff!important;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn-style-eight .txt i,.btn-style-eleven .txt i,.btn-style-nine .txt i,.btn-style-seven .txt i,.btn-style-ten .txt i,.btn-style-thirteen .txt i,.btn-style-three .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn-style-three:hover {
    color: #fff;
    border-color: #222
}

.btn-style-four {
    color: #fff;
    padding: 12px 36px;
    border-radius: 50px;
    background-image: -ms-linear-gradient(left,#6e1e2c 0,#5d1925 100%);
    background-image: -moz-linear-gradient(left,#6e1e2c 0,#5d1925 100%);
    background-image: -o-linear-gradient(left,#6e1e2c 0,#5d1925 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#6e1e2c),color-stop(100,#5d1925));
    background-image: -webkit-linear-gradient(left,#6e1e2c 0,#5d1925 100%);
    background-image: linear-gradient(to right,#6e1e2c 0,#5d1925 100%)
}

.btn-style-four:before {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: scale(.2,1);
    background-image: -ms-linear-gradient(left,#f5506e 0,#bd344c 100%);
    background-image: -moz-linear-gradient(left,#f5506e 0,#bd344c 100%);
    background-image: -o-linear-gradient(left,#f5506e 0,#bd344c 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#f5506e),color-stop(100,#bd344c));
    background-image: -webkit-linear-gradient(left,#f5506e 0,#bd344c 100%);
    background-image: linear-gradient(to right,#f5506e 0,#bd344c 100%)
}

.btn-style-five:before,.btn-style-six:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transform: scale(.2,1)
}

.btn-style-four i {
    font-weight: 300;
    margin-right: 10px
}

.btn-style-four:hover {
    color: #fff;
    border-color: #00e49a
}

.btn-style-five {
    color: #a51e36;
    padding: 12px 36px;
    border-radius: 50px;
    background-color: #fff
}

.btn-style-five:before {
    background-color: #a51e36;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-five i,.btn-style-six i {
    position: relative;
    font-weight: 300;
    margin-right: 10px
}

.btn-style-six {
    color: #fff;
    padding: 14px 42px;
    border-radius: 50px;
    background-color: #a51e36
}

.btn-style-six:before {
    background-color: #fff;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-eight:before,.btn-style-nine:before,.btn-style-seven:before,.btn-style-thirteen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transform: scale(.2,1)
}

.btn-style-six:hover,.header-style-four .main-menu .navigation>li>a,.sec-title.style-five .title {
    color: #a51e36
}

.btn-style-seven {
    color: #a51e36;
    padding: 13px 43px;
    cursor: pointer;
    border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid #fff1f1
}

.btn-style-seven:before {
    background-color: #bd344c;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-eight:hover,.btn-style-eleven:hover,.btn-style-nine:hover,.btn-style-seven:hover,.btn-style-ten:hover {
    color: #fff;
    border-color: #bd344c
}

.btn-style-eight {
    color: #fff;
    padding: 10px 38px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #32c788
}

.btn-style-nine,.btn-style-ten {
    padding: 15px 41px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize
}

.btn-style-eight:before,.btn-style-nine:before,.btn-style-thirteen:before {
    background-color: #a51e36;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-eleven:before,.btn-style-ten:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transform: scale(.2,1)
}

.btn-style-nine {
    color: #fff;
    background-color: #32c788
}

.btn-style-ten {
    color: #a51e36;
    background-color: #effff8
}

.btn-style-ten:before {
    background-color: #32c788;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-eleven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 48px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #a51e36
}

.btn-style-thirteen,.btn-style-twelve {
    border-radius: 50px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    font-family: Poppins,sans-serif;
    position: relative;
    display: inline-block
}

.btn-style-eleven:before {
    background-color: #222;
    transition: .4s;
    transform: scale(.2,1)
}

.btn-style-fifteen:before,.btn-style-fourteen:before,.btn-style-sixteen:before,.btn-style-twelve:before {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transform: scale(.2,1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    content: ''
}

.btn-style-twelve {
    color: #fff;
    padding: 15px 41px;
    background-color: #620c1c;
    background-image: -ms-linear-gradient(left,#0c4195 0,#1c73c5 100%);
    background-image: -moz-linear-gradient(left,#0c4195 0,#1c73c5 100%);
    background-image: -o-linear-gradient(left,#0c4195 0,#1c73c5 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#0c4195),color-stop(100,#1c73c5));
    background-image: -webkit-linear-gradient(left,#0c4195 0,#1c73c5 100%);
    background-image: linear-gradient(to right,#0c4195 0,#1c73c5 100%)
}

.btn-style-twelve:before {
    transition: .4s;
    transform: scale(.2,1);
    background-image: -ms-linear-gradient(right,#0c4195 0,#1c73c5 100%);
    background-image: -moz-linear-gradient(right,#0c4195 0,#1c73c5 100%);
    background-image: -o-linear-gradient(right,#0c4195 0,#1c73c5 100%);
    background-image: -webkit-gradient(linear,right top,left top,color-stop(0,#0c4195),color-stop(100,#1c73c5));
    background-image: -webkit-linear-gradient(right,#0c4195 0,#1c73c5 100%);
    background-image: linear-gradient(to left,#0c4195 0,#1c73c5 100%)
}

.btn-style-thirteen {
    color: #a51e36;
    padding: 13px 47px;
    cursor: pointer;
    text-transform: capitalize;
    border: 2px solid #d7e5f0
}

.btn-style-thirteen:hover {
    color: #fff;
    border-color: #a51e36
}

.btn-style-fourteen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #000000;
    font-family: Poppins,sans-serif
}

.btn-style-fifteen:before,.btn-style-fourteen:before,.btn-style-sixteen:before {
    transition: .4s;
    transform: scale(.2,1);
    background-color: #222
}

.btn-style-fifteen {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #a51e36;
    font-family: Poppins,sans-serif
}

.btn-style-seventeen,.btn-style-sixteen {
    font-size: 16px;
    padding: 15px 41px;
    box-shadow: 0 0 10px rgba(0,0,0,.07);
    position: relative;
    border-radius: 50px;
    display: inline-block;
    line-height: 30px;
    overflow: hidden
}

.btn-style-sixteen,.sec-title h1 {
    color: #a51e36;
    font-weight: 700;
    font-family: Poppins,sans-serif
}

.btn-style-fifteen .txt i {
    position: relative;
    font-weight: 400;
    margin-right: 10px
}

.btn-style-sixteen {
    background-color: #fff
}

.btn-style-seventeen {
    color: #fff;
    font-weight: 700;
    background-color: #ff5f5f;
    font-family: Poppins,sans-serif
}

.btn-style-seventeen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    background-color: #fff
}

.btn-style-seventeen:hover {
    color: #ff5f5f
}

.card-header:first-child {
    border-radius: 0px !important;
}

.collapseBio {
    padding: 0px;
}

.collapseBio ul {
    list-style-type: none; /* Remove os marcadores padrão */
    margin: 0;
    padding: 0;
}

/* Estilo para os itens principais (cidades) */
.collapseBio li {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 10px;
    color: #e8e3bb;
}
.collapseBio ul > li {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    color: #e8e3bb;
    line-height: 30px;}

/* Estilo para os itens dentro das cidades (bases) */
.collapseBio ul ul > li {
    font-size: 1.2em;
    font-weight: normal;
    margin-left: 20px; /* Indentação para diferenciar as bases das cidades */
    color: #34495E; /* Cor do texto das bases */
}

/* Adicionando espaçamento entre os itens da lista de bases */
.collapseBio ul ul > li {
    margin-bottom: 10px;
}

/* Adicionando um efeito hover nas bases */
.collapseBio ul ul > li:hover {
    color: #2980B9; /* Cor ao passar o mouse */
    cursor: pointer;
}

.brb-10 {
    border-radius: 0px 0 10px 10px !important;
}

.countdown {
    font-size: 24px;
    background: #e66161;
    color: #000000;
    padding: 0px 5px;
    border-radius: 5px;
    font-weight: 700;
}


        .video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* Proporção 16:9 (9/16 = 0.5625) */
            height: 0;
            border-radius: 10px;
        }
        .spotify-container {
            position: relative;
            width: 100%;
            padding-bottom: 35%;
            height: 0;
            border-radius: 10px;
        }

        iframe {
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
        }

.dados label{
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-top: 15px;
    color: #787878;
}