/*
	Theme Name: WeCann Summit 2024
	Theme URI: https://summit.wecann.academy/
	Description: Tema para atender especificações do novo website do WeCann Summit 2024
	Author: WeCann Academy
	Author URI: https://wecann.academy/
	Version: 1.0.0
	Template: hello-elementor
	Text Domain: hello-elementor-child
*/

/* HEADER */

.elementor-location-header {
	display: none;
    transition: display 0.5s; 
    position: fixed;
    height: 80px;
    z-index: 99999;
    width: 100%;
    background: #FFF;
    align-items: center;
    justify-content: center;
	box-shadow: 2px 2px 22px 1px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(left, #0480a6, #00ad96);
	/* margin-top: 30px; */
}

.elementor-page-4213 .elementor-location-header {
    margin-top: 42px;
}

/* TIMER  */

.page-id-3668 .elementor-location-header {
  margin-top: 50px;
}

/* ANIMATION */

#effect-vagas {
    background-color: #FFF;
    z-index: 99999;
	padding: 10px 0px;
}

#effect-vagas .elementor-widget-html .elementor-widget-container, #effect-vagas2 .elementor-widget-html .elementor-widget-container {
    white-space: nowrap;
    animation: carrossel 20s linear infinite;
	color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 900;
	  text-transform: uppercase;
}

span.efeito {
    background: -webkit-linear-gradient(left, #30ceff, #02e7c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes carrossel {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

.section-tickets {
    padding: 0px 0
}

.section-tickets .table>* {
    gap: 15px;
    display: flex;
    line-height: 1.286;
    font-size: 14px
}

.section-tickets .table>* p {
    flex: 1;
    padding: 0px 15px;
    height: auto;
    align-items: center;
    display: flex;
    margin: 10px;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #FFF;
}

.section-tickets .table>:nth-child(even) {
    background: #7777778a;
}

.section-tickets .table>* span {
    flex: 0 0 340px;
    background: url(../wp-content/uploads/2024/04/diamante-azul.svg) no-repeat 50% / 18px auto #fff;
}

.table .voucher, .table .no-false, .table .false {
    align-items: center;
    padding: 0px 15px;
    height: auto;
    display: flex;
    justify-content: center;
	font-size: 20px;
    font-weight: 600;
}

/* .destaque-item {
	background: #02e7c894 !important;
} */

.destaque-item p {
	text-decoration: underline;
}

.section-tickets .table>* span.false {
    background-image: url(../wp-content/uploads/2024/04/icon-x-preto.svg);
    background-size: 13px;
}

.section-tickets .table>:nth-child(even) span {
    background-color: #e5e5e5
}

.section-tickets .table .tickets  {
	height: 560px;
}

.page-id-4002 .section-tickets .table .tickets  {
	height: 320px;
}

.section-tickets .table .tickets > span {
	background: #FFF;
/* 	background: url(../wp-content/uploads/2024/04/mascara-ticket-verde.svg) no-repeat bottom / 120px auto #fff; */
	padding-top: 30px;
}

.section-tickets .table .header-table > span {
    background: #FFF;
    text-align: center;
    padding: 30px 0px 20px;
    font-size: 32px;
    font-family: 'POPPINS';
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    border-radius: 20px 20px 0px 0px;
}

.section-tickets .table .header-table span > span {
    font-size: 14px;
    font-weight: 400;
    background: none;
    font-style: italic;
    display: block;
    margin-top: 5px;
}

span.check, span.uncheck {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

span.check:before, span.uncheck:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-size: cover;
	background-repeat: no-repeat;
}

span.check:before {
	background-image: url(/wp-content/uploads/2024/04/check-verde.svg);
}

span.uncheck:before {
	background-image: url(/wp-content/uploads/2024/04/cancel-red.svg);
	width: 15px;
    height: 15px;
}

.precos {
    background: none;
    padding: 10px 10px 20px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
	font-weight: 800;
}

.price {
    background: none;
    display: block;
    text-align: center;
    font-weight: 500;
}

.price strong {
    font-size: 72px;
}

.price sup {
    line-height: 3;
    vertical-align: top;
    font-size: 16px;
	font-weight: 600;
}

.price-desc {
    font-weight: 600;
    padding-bottom: 20px;
    display: inline-block;
}

.price, .precos {
	background: none !important;
}

.precos > a {
    background-image: linear-gradient(85deg, #30ceff 0%, #02e7c8 100%);
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
    text-transform: uppercase;
    display: block;
    margin: 0px auto 20px;
    color: #1F595D !important;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 1px;
	width: 160px;
}

.precos > a:hover {
	color: #FFF !important;
}


.table .destaque-item {
    border-left: 5px solid #29DAF2;
}

/* .precos > button {
	  background: #BAE702;
    border: none;
    border-radius: 100px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: block;
    margin: 0px auto 20px;
    color: #000;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 1px;
} */

.voucher-item, .voucher-item p {
/*     text-decoration: line-through; */
}

/* EXPERTS */

.experts_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.experts_container .foto_perfil {
	max-width: 100%;
	filter: grayscale(100%);
	height: 300px;
    object-fit: cover;
    width: 100%;
}

.experts_container .flag_perfil {
	width: 37px;
    margin-left: -15px;
    margin-top: -80px;
    z-index: 999;
    position: absolute;
}

.experts_container img[src$="Spain.svg"], .experts_container img[src$="Germany.svg"] {
   	width: 45px;
    margin-top: 10px;
    margin-left: 200px;
}

.box_expert {
	cursor: pointer;
}

.img_expert {
    box-shadow: 0px 0px 22px 0px rgba(37.99999999999998, 60.999999999999964, 46.99999999999997, 0.62);
}

.box_expert h3 {
    font-size: 18px !important;
    padding: 10px 20px;
    text-align: center;
    background: #FFF;
    height: 65px;
    justify-content: center;
    max-width: 100%;
    display: block;
    width: 100%;
    margin: -55px auto 0px;
    z-index: 999;
    position: relative;
}

/* DEPOIMENTOS */

span.elementor-testimonial__name:before {
    content: "";
    height: 20px;
    background: url(https://summit-2024.wecann.academy/wp-content/uploads/2024/04/stars.svg);
    width: 100px;
    position: absolute;
    margin: -25px auto 20px;
    left: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

cite.elementor-testimonial__cite {
    grid-gap: 20px;
}

.elementor-testimonial__name {
    padding-top: 15px;
}


/* V2 */

#hero2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("https://summit-2024.wecann.academy/wp-content/uploads/2024/04/beneficios-bg.png");
}

#hero2 {
	background-image: -webkit-linear-gradient(left,#0480a6,#00ad96);
}

.elementor--h-position-center .swiper-slide-inner {
    justify-content: center;
    background: #086b6f66;
}

#tabs-summit .elementor-tabs-wrapper {
    padding: 8% 3% 5% 9%;
}

#tabs-summit .elementor-tabs-content-wrapper {
    padding: 8% 3% 5% 5%;
	background: #f9f9f9;
}

#tabs-summit .elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
	padding: 15px 0px 15px 10px;
}

#tabs-summit .elementor-tab-title.elementor-active, #tabs-summit .elementor-tab-title.elementor-active a {
    color: #012721;
    background: -webkit-linear-gradient(left, #2b9fc4, #0bcdb3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.separador {
    background: #ffffff9c;
    height: 360px;
    display: block;
    margin: auto;
    width: 1px;
}

/* #tabs-summit .elementor-tabs-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url(/wp-content/uploads/2024/04/moleculas-circulo.png);
    filter: opacity(20%);
    z-index: -1;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom left;
	background-color: #f9f9f9;
} */

#tabs-summit .elementor-tabs-wrapper::before {
    content: "";
    position: absolute;
    top: 300px;
    left: -200px;
    width: 500px;
    height: 500px;
    background-image: url(/wp-content/uploads/2024/04/moleculas-circulo.png);
    filter: opacity(25%);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f9f9f9;
    transform: rotate(168deg); /* Esta linha será substituída pela animação */
    animation: rotateBackground 55s linear infinite; /* Aplica a animação */
}

@keyframes rotateBackground {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* MODAL VIDEO */

#video-summit {
	cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Conteúdo/box da modal */
.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content-checkout {
	margin: 5% auto !important;
}

/* Botão para fechar a modal */
.close {
    font-weight: bold;
    position: absolute;
    left: calc(100% - 26%);
    margin-top: -40px;
    color: #012721;
    font-size: 36px;
    background: #02e7c8;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.close:hover,
.close:focus {
    background: #30CEFF;
    text-decoration: none;
    cursor: pointer;
}

/* EXPERTS */

.alemanha:before, .espanha:before, .brasil:before, .eua:before, .colombia:before, .dinamarca:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    margin-top: 0px;
	background-repeat: no-repeat;
    background-size: contain;
}

.alemanha:before {
	background-image: url(/wp-content/uploads/2024/04/germany-circular.svg);
}

.espanha:before {
	background-image: url(/wp-content/uploads/2024/04/spain-circular.svg);
}

.brasil:before {
	background-image: url(/wp-content/uploads/2024/04/brazil-circular.svg);
}

.eua:before {
	background-image: url(/wp-content/uploads/2024/04/usa-circular.svg);
}

.colombia:before {
	background-image: url(/wp-content/uploads/2024/04/colombia-circular.svg);
}

.dinamarca:before {
	background-image: url(/wp-content/uploads/2024/04/denmark-circular.svg);
}

/* PRÉ-CHECKOUT */

#preCheckout, #listaEspera {
	display: none;
}

#formPrechekout form ._submit, #formlistaEspera form ._submit {
	background-image: linear-gradient(85deg, #30ceff 0%, #02e7c8 100%);
	border: none;
	border-radius: 100px;
	padding: 10px 30px;
	text-transform: uppercase;
	display: block;
	margin: 0px auto 20px;
	color: #1F595D !important;
	font-weight: 800;
	font-family: 'Montserrat';
	font-size: 18px;
	letter-spacing: 1px;
	width: 100%;
	margin-top: 20px;
}

#formPrechekout form input[type=text], #formlistaEspera form input[type=text] {
	border-radius: 150px;
	margin: 10px 0px;
}

#formPrechekout form ._form-fieldset, #formlistaEspera form ._form-fieldset {
	padding: 0px;
	border: none;
	margin-top: 20px;
}

#formPrechekout form, #formlistaEspera form {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}

#formPrechekout form label, #formPrechekout form ._form-fieldset > ._form-label, #formlistaEspera form label, #formlistaEspera form ._form-fieldset > ._form-label {
    font-weight: bold;
}

#formPrechekout form ._form-fieldset label, #formlistaEspera form ._form-fieldset label {
    font-weight: 400;
}

#formPrechekout form ._form-fieldset > ._form-label, #formlistaEspera form ._form-fieldset > ._form-label {
    padding-bottom: 10px;
}

#formPrechekout form  ._form-title, #formlistaEspera form  ._form-title {
    font-size: 22px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 30px;
    color: #012721;
    font-family: 'Montserrat';
    font-weight: 600;
}

#formPrechekout form ._row._checkbox-radio, #formlistaEspera form ._row._checkbox-radio {
    padding-left: 15px;
}

#preCheckout .modal-content, #listaEspera .modal-content {
    padding: 40px 30px;
	border-radius: 20px;
	text-align: left !important;
}

#preCheckout .close, #listaEspera .close {
    margin-top: -60px;
}

/* PROGRAMAÇÃO */

.title_talk {
    width: 280px !important;
    max-width: 280px !important;
}

.flag-imgs {
    position: absolute !important;
    top: 75%;
    right: -30px;
}

.flag-bra, .flag-col, .flag-esp, .flag-ale, .flag-eua, .flag-fra, .flag-arg, .flag-chile, .flag-den, .flag-aus, .flag-peru {
    position: absolute !important;
    right: -35px;
    top: 0px;
}

.flag-imgs .flag-bra, .flag-imgs .flag-col, .flag-imgs .flag-esp, .flag-imgs .flag-ale, .flag-imgs .flag-eua, .flag-imgs .flag-fra, .flag-imgs .flag-arg, .flag-imgs .flag-chile, .flag-imgs .flag-den, .flag-imgs .flag-aus, .flag-imgs .flag-peru {
    position: relative !important;
    right: 15px;
    top: 0px;
}

.flag-bra::after {
	background: url(/wp-content/uploads/2024/04/brazil-circular.svg);
}

.flag-aus::after {
	background: url(/wp-content/uploads/2024/08/australia-circular.svg);
}

.flag-chile::after {
	background: url(/wp-content/uploads/2024/08/chile-circular.svg);
}

.flag-den::after {
	background: url(/wp-content/uploads/2024/04/denmark-circular.svg);
}

.flag-col::after {
	background: url(/wp-content/uploads/2024/04/colombia-circular.svg);
}

.flag-esp::after {
	background: url(/wp-content/uploads/2024/04/spain-circular.svg);
}

.flag-ale::after {
	background: url(/wp-content/uploads/2024/04/germany-circular.svg);
}

.flag-eua::after {
	background: url(/wp-content/uploads/2024/04/usa-circular.svg);
}

.flag-fra::after {
	background: url(/wp-content/uploads/2024/08/france-circular.svg);
}

.flag-arg::after {
	background: url(/wp-content/uploads/2024/08/argentina-circular.svg);
}

.flag-peru::after {
	background: url(/wp-content/uploads/2024/08/Peru-SVG.svg);
	width: 18px !important;
}

.flag-bra::after, .flag-col::after, .flag-esp::after, .flag-ale::after, .flag-eua::after, .flag-fra::after, .flag-arg::after, .flag-chile::after, .flag-den::after, .flag-aus::after, .flag-peru::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 35px;
    background-repeat: no-repeat;
    right: 0px;
    background-size: contain;
}

.horario::before {
    content: "09:30-10:30";
    position: absolute;
    display: block;
    background: #EFEFEF;
    height: auto;
    width: 100%;
    padding: 2px 20px;
    font-size: 14px;
}

.title_day .elementor-heading-title {
    transform: rotate(-90deg);
    text-align: center;
    width: max-content;
    margin-left: -45%;
    margin-top: 200%;
}

.title_dia_01 .elementor-heading-title {
    margin-left: -60%;
}

.title_dia_03 .elementor-heading-title {
	margin-left: -32%;
}

.title_dia_02 .elementor-heading-title, .title_day_02 .elementor-heading-title {
    margin-left: -54%;
}

#prog-pt .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0px 25px !important;
}

#elementor-tab-title-2051.elementor-active, #elementor-tab-title-1711.elementor-active, #elementor-tab-title-7301.elementor-active {
    color: #30CEFF;
}

#elementor-tab-title-2052.elementor-active, #elementor-tab-title-1712.elementor-active, #elementor-tab-title-7302.elementor-active {
    color: #56C1B3;
}

#elementor-tab-title-2053.elementor-active, #elementor-tab-title-1713.elementor-active, #elementor-tab-title-7303.elementor-active {
    color: #F4B06A;
}

.bg01 {
    background: linear-gradient(85deg, #30ceff 0%, #02e7c8 100%);
}

.bg02 {
    background: linear-gradient(left, #0480a6, #00ad96);
}

#elementor-tab-title-2052.elementor-active {
    color: #56C1B3;
}

#elementor-tab-title-2053.elementor-active {
    color: #F4B06A;
}

/* TOPBAR */

.menu__top {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 17px 0px;
    --marquee-width: 100vw;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    --item-font-size: 10vw;
    counter-reset: menu__top;
}

.marquee {
	position: fixed;
    top: 0;
    left: 0;
    width: var(--marquee-width);
    overflow: hidden;
    pointer-events: none;
    color: #FFF;
    padding: 5px;
	background: #ab3f3f;
	z-index: 99999;
}

.marquee__inner {
	width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 5s linear infinite;
    animation-play-state: paused;
    opacity: 0;
    transition: opacity 0.1s;
}

.marquee .marquee__inner {
	animation-play-state: running;
	opacity: 1;
	transition-duration: 0.4s;
}

.marquee span {
  	text-align: center;
    white-space: nowrap;
    font-size: 18px;
    padding: 0px 0px 0px 2px;
    font-weight: 700;
    line-height: 1.15;
    font-style: normal;
    text-transform: uppercase;
}

@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial), 0, 0);
	}

	100% {
		transform: translate3d(var(--move-final), 0, 0);
	}
}

/* WHATSAPP */

.ht-ctc-sc.ht-ctc-sc-chat {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

@media (max-width: 600px) {

	.price {
	  padding-top: 40px;
	}

	.tickets {
	  height: 480px;
	  padding-top: 40px !important;
	  background-color: #FFF !important;
	}
	
	.table {
		margin-top: 40px;
	}
	
	.table .header-table > span {
		background: #FFF;
		text-align: center;
		padding: 15px 0px 5px;
		font-size: 28px;
		font-family: 'POPPINS';
		font-weight: 900;
		text-transform: uppercase;
		color: #000;
	}
	
	.table .header-table span > span {
		font-size: 14px;
		font-weight: 400;
		background: none;
		font-style: italic;
		display: block;
		margin-top: 5px;
	}

	.table div {
	    background: #FFF;
        text-align: center;
        padding: 30px 0px 20px;
        padding: 15px 20px;
        line-height: 18px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	
	.table div p {
		margin-bottom: 0px;
	}

	.table div:nth-child(even) {
	  background-color: #e5e5e5;
	}
	
	.modal-content {
		width: 95%;
	}

	.close {
		left: calc(100% - 10%);
	}

	#myModal iframe {
		height: 300px;
	}
	
	.title_day .elementor-heading-title {
		transform: inherit;
        text-align: center;
        width: max-content;
        margin-left: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px !important;
	}
	
	.prog-sidebar {
		height: 90px !important;
		margin-bottom: 20px;
		max-width: 100%;
		margin: 0px auto;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.elementor-1165 .elementor-element.elementor-element-45acf92 .elementor-tab-title, .elementor-1165 .elementor-element.elementor-element-45acf92 .elementor-tab-title a {
    color: #A29C9C9E;
    text-align: center;
    padding: 0px;
}
	
}

/* MODAL */

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}


/* Modal Content */

.modal-content {
    background-color: #FFF;
    margin: auto;
    padding: 20px;
    width: 50%;
    border-radius: 12px;
    text-align: center;
}

#modalExpert .modal-content {
    margin-top: 0%;
    width: 50%;
}

.modal-text {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 20px 10px;
    text-align: left;
    font-size: 16px !important;
}

.modal-text img {
	max-width: 150px !important;
	border-radius: 10px !important;
}

.modal-text > div {
    max-height: 400px;
    overflow: auto;
}

.modal-content h3 {
    font-size: 22px !important;
    margin: auto auto 20px;
    width: 80%;
}

.modal-content h4 {
    font-size: 18px !important;
    margin: 30px auto 20px;
    width: 80%;
}

.modal-content p {
	color: #1b2c27;
    font-size: 16px;
    width: 80%;
    margin: auto;
    line-height: 20px;
    margin-bottom: 20px;
}

/* The Close Button */

#modalExpert .closeModal {
    font-weight: bold;
    position: absolute;
    left: calc(100% - 26%);
    margin-top: -40px;
    color: #012721;
    font-size: 36px;
    background: #02e7c8;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

#modalExpert .closeModal:hover, #modalExpert .closeModal:focus {
    background: #30CEFF;
    text-decoration: none;
    cursor: pointer;
}

/* LISTA DE ESPERA */

#publico-experience, #aluno-experience {
  width: fit-content;
  background-color: #e49629;
  background-image: none;
  color: #FFF !important;
}

span.esgotado:before {
  content: "Esgotado";
  text-transform: uppercase;
  color: #AB3F3F;
  display: block;
  padding: 10px 10px;
  font-size: 42px;
  border: 4px dashed;
  margin-top: -40%;
  position: absolute;
  z-index: 9;
  transform: rotate(-45deg);
  margin-left: 30px;
}

#GarantaSeuIngresso > div > div > div > span:nth-child(3), span.precos.precos-lista {
  color: #888;
}

span.check2:before {
    background-image: url(/wp-content/uploads/2024/09/check-cinza.svg) !important;
}

.table-experience, .table-experience .header-table > span {
  color: #888 !important;
}

.table.table-experience:before {
    content: "Esgotado";
    text-transform: uppercase;
    color: #AB3F3F;
    display: block;
    padding: 10px 10px;
    font-size: 42px;
    border: 4px dashed;
    margin-top: 100%;
    position: absolute;
    z-index: 9;
    transform: rotate(-45deg);
    margin-left: 30px;
    font-weight: bold;
}

/* SCROLLBAR */

.modal-text>div::-webkit-scrollbar {
  width: 10px;
}

.modal-text>div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.modal-text>div::-webkit-scrollbar-thumb {
  background: #888; 
}

.modal-text>div::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media (max-width: 600px) {

	#timer {
		display: block;
		margin: 10px auto !important;
		font-size: 16px !important;
		padding: 5px 10px !important;
	}

	#container-timer {
	  font-size: 14px !important;
	}

	.page-id-3668 .elementor-location-header {
  		margin-top: 110px;
	}
	
	#shortcode-experts .elementor-widget-container {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0px;
		overflow: inherit;
		opacity: 1;
		max-height: inherit;
	}

	#shortcode-experts .elementor-shortcode {
		display: flex;
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-top: 0px;
		padding: 10px;
		margin-top: -30px;
	}
	
	.experts_container {
		display: grid;
		column-gap: 10px;
		grid-template-columns: repeat(15, 310px) 7%;
		justify-content: flex-start;
		align-items: baseline;
	}

	.box_expert {
		cursor: pointer;
		max-width: 280px;
		text-align: center;
		margin-top: 15px;
	}
	
	.img_expert {
		margin-top: -30px;	
	}

	.experts_container .flag_perfil {
		max-width: 45px;
		margin-top: 0px;
		z-index: 999;
		position: relative;
		margin-left: 200px;
		margin-top: -20px;
	}
	
	.box_expert h3 {
		font-size: 16px !important;
		padding: 10px 15px 10px;
        height: auto;
	}
	
	#modalExpert .modal-content {
		margin-top: 0%;
		width: 94%;
	}
	
	#modalExpert .modal-text {
		display: block;
		padding: 20px 10px;
		text-align: left;
		font-size: 16px !important;
		overflow-y: scroll;
		height: 500px;
	}

	#modalExpert .modal-text img {
		max-width: 150px !important;
		border-radius: 10px !important;
		margin: auto;
		margin-bottom: 40px;
		display: none !important;
	}

	#modalExpert .modal-content p {
		width: 90%;
	}
	
	#modalExpert .closeModal {
    	position: absolute;
		left: calc(100% - 10%);
	}
	
	#modalExpert .modal-content h3 {
    	margin: auto 16px 20px;
    	width: 80%;
	}

	#modalExpert .modal-text > div {
		overflow: hidden;
		max-height: initial;
	}
	
	.modal-content {
		width: 90%;
	}
	
	.elementor-page-4213 .elementor-location-header {
		margin-top: 58px;
	}
	
}

/** SENJA **/

.senja-embed :is(.items-start) {
    align-items: end !important;
}