/*
Theme name: Congresso Mundial de Educação (2025)
Description: Desenvolvido por Estúdio Sync
Author: Estúdio Sync
Author URI: https://www.estudiosync.com.br
Version: 1.0
*/

@font-face {
font-family: 'Museo Sans 500';
src: url('assets/fonts/museosans-500.woff2') format('woff2'),
url('assets/fonts/museosans-500.woff') format('woff'),
url('assets/fonts/museosans-500.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Museo Sans 900';
src: url('assets/fonts/museosans-900.woff2') format('woff2'),
url('assets/fonts/museosans-900.woff') format('woff'),
url('assets/fonts/museosans-900.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}

/* RESET PADDING, MARGIN =============== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, optgroup, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, video, main{margin:0; outline: none; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html > object{ display:none !important;}

/* HTML5 display definitions =========== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, dialog{display: block;}
[hidden], template {display: none;}

/* ALTURA FLUIDA COM FLOAT ============= */
.floatfix:after,
.floatfixall main:after, .floatfixall div:after, .floatfixall dl:after, .floatfixall dt:after, .floatfixall dd:after,
.floatfixall ol:after, .floatfixall ul:after, .floatfixall form:after, fieldset:after, label:after,
.floatfixall section:after, .floatfixall article:after, .floatfixall aside:after, .floatfixall header:after,
.floatfixall footer:after, .floatfixall nav:after, .floatfixall dialog:after, .floatfixall figure:after,
.floatfixall figcaption:after{content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}

/* RESET FONTES ======================== */
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background:#ffffff;}
body {font-size: 16px; line-height: 1.2; -webkit-font-smoothing: antialiased; font-family:sans-serif;
font-weight:400; font-style:normal; background:#ffffff;}

/* ELEMENTOS DE TEXTO ================== */
h1, h2, h3, h4, h5, h6, th{font-weight:inherit; font-size:inherit;}
a {background: transparent; color:inherit; text-decoration:inherit; outline:0;}
a:focus{}
a:hover, a:active, a:active:focus {}
a, button, input[type=submit]{transition: 0.3s; cursor: pointer;}
strong {font-weight: 700;}
em{font-style:italic;}
ul{list-style: none;}
ol {list-style-position: outside; margin-left: 15px;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub {bottom: -0.25em;}
hr {background-color: #eaeaea; border: 0; height: 1px; margin-bottom: 28px;}

blockquote{background: inherit; color: #768416; position: relative; font-weight: 400; padding: 2px 17px 17px 17px; line-height: 1.3;}
blockquote > blockquote {margin-left: 0;}
blockquote p {margin-bottom: 35px;}
blockquote > p:last-child {margin-bottom: 0;}
blockquote cite, blockquote small {color: #666666; line-height:1.1; font-style: normal; font-weight: 500;}
blockquote cite strong{color:#7e1711;}

/* Embedded content ==================== */
img {max-width:100%; height: auto; border: 0;}
svg:not(:root) {overflow: hidden;}
video{width: 100% !important; height: auto !important;}

/* Forms =============================== */
fieldset{border:none;}
button, input, optgroup, select, textarea, button {color: inherit; font: inherit; text-transform:inherit; outline: 0;}
button {overflow: visible; cursor: pointer; background:none; border:none;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input, textarea, select{display:block; width:100%; background:#fff; padding:0 5px 0 5px; height: 46px; border:0;}
/* input{overflow:hidden;} */
textarea {overflow: auto; resize:none; overflow-x:hidden; padding:9px 6px 6px 13px; height:117px; line-height:normal;}
input[type="checkbox"], input[type="radio"] {width:auto !important; height:auto !important; line-height:normal; border:none; border-radius:0;}
input[type="file"]{ border: none; background: none; padding: 0;}
/* PLACEHOLDER  */
input::placeholder {color: #777;  /* Chrome, Firefox, Opera, Safari 10.1+ */ opacity: 1; /* Firefox */}
input::-webkit-input-placeholder {color:    #777; /* WebKit, Blink, Edge */}
input:-moz-placeholder {color:    #777; opacity:  1; /* Mozilla Firefox 4 to 18 */}
input::-moz-placeholder {color:    #777; opacity:  1; /* Mozilla Firefox 19+ */}
input:-ms-input-placeholder {color:    #777; /* Internet Explorer 10-11 */}
input::-ms-input-placeholder {color:    #777; /* Microsoft Edge */}
@media all and (min-width: 760px){ /* Só altera os elementos para telas maiores que 760px de largura */
	input[type="number"]{-moz-appearance: textfield;}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button{height: auto; -webkit-appearance: none; margin: 0;}

	input[type="date"]::-webkit-inner-spin-button,
	input[type="date"]::-webkit-calendar-picker-indicator,
	input[type="time"]::-webkit-outer-spin-button,
	input[type="time"]::-webkit-outer-spin-button{display: none; -webkit-appearance: none;}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

	input[type="search"],
	input[type="number"],
	input[type="time"],
	input[type="date"],
	input[type="date"]::-webkit-calendar,
	input[type="date"]::-webkit-number {-webkit-appearance: textfield; -moz-appearance: textfield;}
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

optgroup {font-weight: bold;}
a:active, a:hover {outline: 0;}
input.error, textarea.error, select.error{border-bottom-color:#ba0000!important;}
textarea.error{border-color:#ba0000!important; }

.g-recaptcha{overflow: hidden; height: 1;position: relative;}
.g-recaptcha .grecaptcha-badge{ position: absolute; top: 100%; left: 100%;}
.grecaptcha-badge{right: -260px !important;}
span.error{text-align:right;display:block; color:#ba0000; padding: 2px 0 0 0; line-height:0.9; font-size: 12px;}

/* TABELAS ============================= */
table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}

/* CLASSES ============================= */
.fonts-loaded body{font-family: 'Open Sans', sans-serif;}
.fonts-loaded body .museo-500{font-family: 'Museo Sans 500', sans-serif; font-weight: 500;}
.fonts-loaded body .museo-900{font-family: 'Museo Sans 900', sans-serif; font-weight: 900;}
.fonts-loaded body .roboto{font-family: 'Roboto', sans-serif;}
.fonts-loaded body .montserrat{font-family: 'Montserrat', sans-serif;}

.fw-thin{font-weight:100;}
.fw-exlight{font-weight:200;}
.fw-light{font-weight:300;}
.fw-regular{font-weight:400;}
.fw-medium{font-weight:500;}
.fw-smbold{font-weight:600;}
.fw-bold{font-weight:700;}
.fw-exbold{font-weight:800;}
.fw-black{font-weight:900;}

.underline, .h-underline:hover{text-decoration:underline;}
.underline-none{text-decoration:none;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.capitalize{text-transform: capitalize;}
.transform-none{text-transform:none;}
.italic{ font-style:italic;}
.normal{font-style:normal;}

.txt-left{text-align:left;}
.txt-right{text-align:right;}
.txt-center{text-align:center;}
.txt-justify{text-align:justify;}

/* POSICIONAMENTO */
.flt-left{float:left;}
.flt-right{float:right;}
.flt-none{float:none;}
.flt-clear{clear:both;}
.flt-center{margin:0 auto;}

.dsp-none{display:none!important;}
.dsp-block{display:block!important;}
.dsp-inline-block{display:inline-block;}
.dsp-table{display:table; border-spacing:0; border-collapse: collapse; table-layout: fixed;}
.dsp-row{display:table-row;}
.dsp-cell{display:table-cell;}
.dsp-table:after, .dsp-row:after, .dsp-cell:after{content:normal;}

.pos-relative{position:relative;}
.pos-absolute{position:absolute;}

@media only screen and (min-width: 992px){
	.dsp-lg-none{display:none!important;}
	.dsp-lg-block{display:block!important;}
}

/* CONTAINER */
.w-cont{max-width:1140px;}
.w-auto{width:auto;}
.w-flex{display: block;}
.w-offset{padding: 0 14px;}
.cont-overflow{ overflow:hidden;}

@media only screen and (min-width: 992px){
	.w-flex{display: flex; justify-content: space-between;}
}

@media only screen and (min-width: 1280px){
	.w-offset{padding-left: 0; padding-right: 0;}
}

/* Row */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x)); */
}

/* GRID */
.col-sm-12{width: 100%;}
.col-sm-11{width: 91.66%;}
.col-sm-10{width: 83.33%;}
.col-sm-9{width: 75%;}
.col-sm-8{width: 66.66%;}
.col-sm-7{width: 58.33%;}
.col-sm-6{width: 50%;}
.col-sm-5{width: 41.66%;}
.col-sm-4{width: 33.33%;}
.col-sm-3{width: 25%;}
.col-sm-2{width: 16.66%;}
.col-sm-1{width: 8.33%;}

.mobile-hide{display: none;}
.mobile-show{display: block;}

@media only screen and (min-width: 768px){
	.col-lm-12{width: 100%;}
	.col-lm-11{width: 91.66%;}
	.col-lm-10{width: 83.33%;}
	.col-lm-9{width: 75%;}
	.col-lm-8{width: 66.66%;}
	.col-lm-7{width: 58.33%;}
	.col-lm-6{width: 50%;}
	.col-lm-5{width: 41.66%;}
	.col-lm-4{width: 33.33%;}
	.col-lm-3{width: 25%;}
	.col-lm-2{width: 16.66%;}
	.col-lm-1{width: 8.33%;}

	.tablet-hide{display: none;}
	.tablet-show{display: block;}
}

@media only screen and (min-width: 1024px){
	.col-lg-12{width: 100%;}
	.col-lg-11{width: 91.66%;}
	.col-lg-10{width: 83.33%;}
	.col-lg-9{width: 75%;}
	.col-lg-8{width: 66.66%;}
	.col-lg-7{width: 58.33%;}
	.col-lg-6{width: 50%;}
	.col-lg-5{width: 41.66%;}
	.col-lg-4{width: 33.33%;}
	.col-lg-3{width: 25%;}
	.col-lg-2{width: 16.66%;}
	.col-lg-1{width: 8.33%;}

	.desktop-hide{display: none;}
	.desktop-show{display: block;}
}

/* CONTEÚDO DEFAULT WYSIWIG */
/* TinyMCE Editor */
.alignleft {float: left; margin: 7px 28px 28px 0;}
.alignright {float: right; margin: 7px 0 28px 28px;}
.aligncenter {clear: both; display: block;	margin: 7px auto;}
.wp-caption, .html5-captions .wp-caption {background:#dcd9d9; border: none; color: #707070;	margin: 32px 0 25px 0; padding: 0; text-align: inherit;}
.wp-caption.alignleft {margin: 7px 28px 21px 0;}
.wp-caption.alignright {margin: 7px 0 21px 28px;}
.wp-caption.aligncenter {margin: 7px auto;}
.wp-caption .wp-caption-text, .wp-caption-dd {font-size: 12px; padding:5px 8px 8px 8px;}
.wp-caption-dt br{display:none;}
.wp-video{margin:0 auto; overflow:hidden;}

/* SLICK */
body .slick-track{margin: 0 auto;}
body .slick-slide a{display: block;}
body .slick-slide img {position: relative; max-width: 100%;}
body .slick-arrow{display:block; position:absolute; top: 50%; background:url('assets/img/arrows.png') no-repeat -10px -10px; border:none; width: 27px; height: 48px; text-indent: -9999em; cursor: pointer; transform: translate(0, -50%);}
body .slick-prev{left: 0; z-index: 99;}
body .slick-next{right: 0; background-position: -57px -10px;}
body .slick-dots{text-align: center; position: absolute; bottom: -35px; left: 0; width: 100%;}
body .slick-dots li{ display: inline-block; vertical-align: middle; margin: 0 3px;}
body .slick-dots li button{display: block; width: 12px; height: 12px; overflow: hidden; border-radius: 50em; text-indent: -999px; background: #c7c8c9; border-radius: 50%;}
body .slick-dots li.slick-active button{background-color: #26b6b4;}
body .slick-disabled{opacity: 0.5;}

/* MAGNIFIC POPUP */
.white-popup, .programacao-popup{position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto;}
.programacao-popup{max-width: 800px; padding: 40px;}
.programacao-popup .foto{text-align: center;}
.programacao-popup figure, .programacao-popup h3, .programacao-popup p, .programacao-popup ul li{margin-bottom: 20px;}
.programacao-popup ul li{list-style-type: square; list-style-position: inside;}

/* IFRAME RESPONSIVE */
.iframe-cont{position: relative; overflow: hidden; width: 100%; padding-top: 56.25%;}
.iframe-resp{position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}

/* COR DO TEXTO */
.color-fff{color: #ffffff;}
.color-000{color: #000000;}
.color-orange{color: #ea5c18;}
.color-blue-light{color: #26b6b4;}
.color-gray{color: #575656;}
.color-pink{color: #fc053c;}
.color-darkOrange{color: #e74a0f;}

/* BACKGROUND */
.bg-fff{background: #ffffff;}
.bg-000{background: #000000;}
.bg-orange{background: #ea5c18;}
.bg-blue-dark{background: #1a94c6;}
.bg-pink{background: #e73059;}
.bg-darkOrange{background-color: #e74a0f;}

.graphics{display: block;}

.bordertop{border-top: 2px solid #e74a0f;}

/* CTA & BTN */
.btn{display: inline-block; padding: 14px 54px; border: 1px solid #ffffff; border-radius: 24px;}
.cta, .cta2{display: inline-block; padding: 18px 70px; border-radius: 20px;}
.cta2{padding: 18px 40px;}
.cta:hover, .cta2:hover{background: #26b6b4;}
.cta:disabled{opacity: 0.7;}

/* CARD */
.card-programacao, .box-programacao{max-width: 346px; min-height: 570px; display: block; border-radius: 20px; margin-bottom: 40px;}
.box-programacao{max-width: 350px; min-height: 150px;}

.card-programacao .prog__head, .box-programacao .prog__head{padding: 20px 0 0; height: 162px; line-height: 1.1; border-radius: 20px 20px 0 0; overflow: hidden;}
.box-programacao .prog__head{height: 150px; border-radius: 20px;}
.box-programacao{cursor: pointer;}
.box-programacao:hover .prog__head{filter: grayscale(0);}
.box-programacao .prog__head li.horario{line-height: 14px;}

.prog__head.is-disabled{filter: grayscale(100%);}
.prog-rosa .prog__head{background: #e73059 url('assets/img/bg-card01.png') repeat center;}
.prog-azul-marinho .prog__head{background: #1a94c6 url('assets/img/bg-card02.png') repeat center;}
.prog-verde .prog__head{background: #57a432 url('assets/img/bg-card03.png') repeat center;}
.prog-limao .prog__head{background: #96c11f url('assets/img/bg-card04.png') repeat center;}
.prog-laranja .prog__head{background: #ea5c18 url('assets/img/bg-card05.png') repeat center;}
.prog-azul-turguesa .prog__head{background: #26b6b4 url('assets/img/bg-card06.png') repeat center;}
.prog-azul-2024 .prog__head{background: #2653a1 url('assets/img/2025/bg-card-azul-v2.png') repeat center;}
.prog-rosa-2024 .prog__head{background: #dd3279 url('assets/img/2024/bg-card-rosa.jpg') repeat center;}


.prog-rosa .prog-bg{background: #e73059;}
.prog-azul-marinho .prog-bg{background: #1a94c6;}
.prog-verde .prog-bg{background: #57a432;}
.prog-limao .prog-bg{background: #96c11f;}
.prog-laranja .prog-bg{background: #ea5c18;}
.prog-azul-turguesa .prog-bg{background: #26b6b4;}
.prog-azul-2024 .prog-bg{background: #2653a1;}
.prog-rosa-2024 .prog-bg{background: #dd3279;}

.prog-rosa .prog-color{color: #e73059;}
.prog-azul-marinho .prog-color{color: #1a94c6;}
.prog-verde .prog-color{color: #57a432;}
.prog-limao .prog-color{color: #96c11f;}
.prog-laranja .prog-color{color: #ea5c18;}
.prog-azul-turguesa .prog-color{color: #26b6b4;}
.prog-azul-2024 .prog-color{color: #2653a1;}
.prog-rosa-2024 .prog-color{color: #dd3279;}

.card-programacao .card__perfil{margin-bottom: 40px;}
.card-programacao .card-content{padding: 22px 10px 34px; border-radius: 0 0 20px 20px;}
.card-programacao .card__perfil-text{padding-left: 92px;}
.card-programacao .card__perfil.not-has-image .card__perfil-text{padding-left: 0;}
.card-programacao .card__perfil.not-has-image .card__perfil-text p,
.card-programacao .card__perfil.not-has-image .card__perfil-text ul{margin-bottom: 1rem;}

.prog-rosa .card-content{border: 2px solid #e73059; border-top: 0;}
.prog-azul-marinho .card-content{border: 2px solid #1a94c6; border-top: 0;}
.prog-verde .card-content{border: 2px solid #57a432; border-top: 0;}
.prog-limao .card-content{border: 2px solid #96c11f; border-top: 0;}
.prog-laranja .card-content{border: 2px solid #ea5c18; border-top: 0;}
.prog-azul-turguesa .card-content{border: 2px solid #26b6b4; border-top: 0;}
.prog-azul-2024 .card-content, 
.prog-rosa-2024 .card-content{border: 2px solid #575656; border-top: 0;}

/* GALLERY */
.gallery{display: inline-block;}

/* TABLE RESPONSIVE */
.table-responsive{width: 100%; overflow-x: auto; display: none;}
.table-responsive.is-active{display: block;}
.table-responsive table{border-collapse: collapse; border-spacing: 0; min-width: 992px; width: 100%;}
/* .table-responsive table tr{vertical-align: middle; text-align: left; display: block; border-radius: 20px; margin-bottom: 14px; border: 1px solid #666666;} */
.table-responsive table tr{vertical-align: middle;}
.table-responsive table tr:first-child{border: 0;}
/* .table-responsive table tr:nth-child(even){background: #f2f2f1;} */
.table-responsive table th, .table-responsive table td{border-radius: 20px;}
.table-responsive table th p, .table-responsive table td p{padding: 20px 10px;}

.table-responsive .row-block{
	vertical-align: middle;
	text-align: left; 
	margin-bottom: 14px; 
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	min-height: 70px;
}

.table-responsive tr:first-child .row-block{
	border: 0!important;
}

.table-responsive tr th:first-child .row-block, .table-responsive tr td:first-child .row-block{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.table-responsive tr th:last-child .row-block, .table-responsive tr td:last-child .row-block{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.table-responsive tr th:first-child .row-block, .table-responsive tr td:first-child .row-block{
	border-left: 1px solid #666666;
}

.table-responsive tr th:last-child .row-block, .table-responsive tr td:last-child .row-block{
	border-right: 1px solid #666666;
}

/* .table-responsive table tr th:nth-child(1), .table-responsive table tr td:nth-child(1){padding-left: 14px;} */
/* .table-responsive table tr th:nth-child(1){width: 7%;}
.table-responsive table tr td:nth-child(1){width: 2%; text-align: left;}

.table-responsive table tr th:nth-child(2){width: 17.5%;}
.table-responsive table tr td:nth-child(2){width: 7%;}

.table-responsive table tr th:nth-child(3){width: 28%;}
.table-responsive table tr td:nth-child(3){width: 13%;}

.table-responsive table tr th:nth-child(4){width: 10%;}
.table-responsive table tr td:nth-child(4){width: 3%;} */

.table-responsive table tr th:nth-child(2) p{padding-left: 0;}

.table-responsive table tr:not(.destaque) th:nth-child(1), .table-responsive table tr:not(.destaque) td:nth-child(1){width: 110px;}
.table-responsive table tr:not(.destaque) th:nth-child(2), .table-responsive table tr:not(.destaque) td:nth-child(2){width: 250px;}
.table-responsive table tr:not(.destaque) th:nth-child(3), .table-responsive table tr:not(.destaque) td:nth-child(3){width: 30%;}
.table-responsive table tr:not(.destaque) th:nth-child(4), .table-responsive table tr:not(.destaque) td:nth-child(4){width: 15%;}

.table-responsive table tr.destaque{background: #f3f3f3;}
/* .table-responsive table tr.destaque td:nth-child(1){width: 2%;} */
.table-responsive table tr.destaque td:nth-child(4){width: 4%;}
.table-responsive table tr td.colspan-2{width: 12%}

.table-responsive-2{width: 100%; overflow-x: auto; margin-bottom: 50px;}
.table-responsive-2 .title{padding: 36px 0; border-bottom: 1px solid #e74a0f;}
.table-responsive-2 table{border-collapse: collapse; border-spacing: 0; min-width: 992px; width: 100%;}
.table-responsive-2 table tr{vertical-align: top; text-align: left; border-bottom: 1px solid #000000;}
.table-responsive-2 table tr th, .table-responsive-2 table tr td{padding: 36px 0;}
.table-responsive-2 table tr th{font-weight: 700;}
.table-responsive-2 table tr td:nth-child(1){width: 40%;}
/* .table-responsive-2 table tr:first-child{border: 0;} */

.table-custom{
	text-align: left;
	min-width: 992px; 
	width: 100%;
}

.table-custom .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 20px;
}

.table-custom .mb-3{
	margin-bottom: 0.75rem;
}

.table-custom .p-3{
	/* vertical-align: middle; */
	padding: 20px;
}

.table-custom .col-1, .table-custom .col-2, .table-custom .col-3, 
.table-custom .col-4, .table-custom .col-5, .table-custom .col-6, 
.table-custom .col-7, .table-custom .col-8, .table-custom .col-9, 
.table-custom .col-10, .table-custom .col-11, .table-custom .col-12{
	flex: 0 0 auto;
}

.table-custom .col-1{width: 8.33%;}
.table-custom .col-2{width: 16.66%;}
.table-custom .col-3{width: 25%;}
.table-custom .col-4{width: 33.33%;}
.table-custom .col-5{width: 41.66%;}
.table-custom .col-6{width: 50%;}
.table-custom .col-7{width: 58.33%;}
.table-custom .col-8{width: 66.66%;}
.table-custom .col-9{width: 75%;}
.table-custom .col-10{width: 83.33%;}
.table-custom .col-11{width: 91.66%;}
.table-custom .col-12{width: 100%;}

.table-custom .col-head{
	border: 0!important;
}

.table-custom .row-text{
	border-radius: 20px;
	border: 1px solid #666666;
}

.table-custom .row-destaque{
	background: #f3f3f3;
}

.table-custom .perfil-text{
	padding-left: 0.5rem;
	display: inline-block;
}

.table-custom .col-text p,
.table-custom .col-text ul{
	margin-bottom: 1rem;
}


ul.menu li:hover a{text-decoration: underline;}

ul.language-chooser li{display: inline-block; margin: 0 10px; font-size: 0;}
ul.language-chooser li a{display: block; width: 24px; height: 16px; background: url('assets/img/icons-flags.png') no-repeat 0 0;}
ul.language-chooser li.lang-en a{background-position: 0 -16px;}
ul.language-chooser li.lang-es a{background-position: 0 -32px;}
/* ul.language-chooser li.active{display: none;} */

/* Form */
body .mb-3{
	margin-bottom: 1rem !important;
}

body .form-label {
	display: inline-block;
    margin-bottom: .5rem;
}

body .form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

body .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

body .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

body .form-check-input {
    --bs-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em!important;
    height: 1em!important;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

body .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

body .form-check-input[type=checkbox] {
    border-radius: .25em;
}

body .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

body .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

body .form-check-input[type=radio] {
    border-radius: 50%;
}

body .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

body .form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5;
}

/* Alert */
body .alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #495057;
    background-color: #fcfcfd;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
}

body .alert.alert-success{
    color: #0a3622;
    background-color: #d1e7dd;
    border-color: #a3cfbb;
}

body .alert.alert-danger{
    color: #58151c;
    background-color: #f8d7da;
    border-color: #f1aeb5;
}

/* FONT-SIZE & LINE-HEIGHT */
.fs-14{font-size: 14px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.fs-30{font-size: 30px;}
.fs-34{font-size: 34px;}
.fs-36{font-size: 36px;}
.fs-40, .fs-48{font-size: 28px;}
.fs-55{font-size: 40px;}
.fs-60{font-size: 60px;}

.lh-24{line-height: 24px;}
.lh-30{line-height: 30px;}
.lh-40{line-height: 40px;}

@media only screen and (min-width: 1024px){

	.programacao-popup .foto{text-align: left;}

	.home .graphics, 
	.page-template-page-home .graphics,
	.page-template-page-home-2023 .graphics{overflow: hidden; margin-top: -96px; padding: 96px 0 222px;}
	.home .graphics .content, 
	.page-template-page-home .graphics .content,
	.page-template-page-home-2023 .graphics .content{width: 1920px; left: 50%; margin-left: -960px;}
	.home .graphics .content::before, .graphics .content::after,
	.page-template-page-home .graphics .content::before,
	.page-template-page-home-2023 .graphics .content::before{position: absolute; z-index: 1;}
	.home .graphics .content::before,
	.page-template-page-home .graphics .content::before,
	.page-template-page-home-2023 .graphics .content::before{content: ""; display: block; background: url('assets/img/graphic-top-left.png') no-repeat; width: 550px; height: 833px; top: -46px; left: 0;}
	.home .graphics .content::after,
	.page-template-page-home .graphics .content::after,
	.page-template-page-home-2023 .graphics .content::after{content: ""; display: block; background: url('assets/img/graphic-top-right.png') no-repeat; width: 453px; height: 833px; top: -96px; right: 0;}

	.gallery .gallery-item{float: left; margin-bottom: 2%;}
	.gallery-4 .gallery-item{width: 23%; margin-right: 2%;}
	.gallery-4 .gallery-item:nth-child(4n+0){margin-right: 0;}

	.card-programacao{width: 30.37%; margin-right: 4.4%; float: left;}
	.card-programacao:nth-child(3n+0){margin-right: 0;}

	.card-full .card-programacao{max-width: 100%; width: 100%;}
	.card-full .card-programacao .card__perfil{display: inline-block; width: 22%; vertical-align: top;}

	.fs-40{font-size: 40px;}
	.fs-48{font-size: 48px;}
	.fs-55{font-size: 55px;}
}
