/*
	Theme Name: Up for group
	Theme URI:
	Author: Virk App
	Author URI: https://virkapp.com/
	Description:
	Version: 0.0.4
	Domain: ufg
*/

:root{
	--primary-color: #3d3d3d;
	--green-color: #006869;
	--orange-color: #FFC12B;
	--red-color: #C33716;
	--light-green: #5BC0AF;
	--accent-color: #AAFF00;
	--primary-font: 'grad', sans-serif;
	--secondary-font: 'urbane', sans-serif;
	--third-font: 'Noto Sans', sans-serif;;
	--text-color:  #000;
	--gray: #F0F0F0;
	--gray-color:  #EBEBEB;
	--font-size : 16px;
	--green-hover : #004C4D;
	--green-hover-accent : #9BE604;
	--cian-color: #16C3AF;
	--blue-color: #00ACEE;
	--sky-blue: #5E78D1;
	--blue-back: #006896;
	--default-color : #000000;
	--light-gray-color:  #F5F5F5;
	--arrow-color : #006869;
	--color-text : #000000
}
body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--primary-font);
	font-size: var(--font-size);
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h6{
	color : var(--text-color);
	font-weight: 500;
}
h1{
	font-size: 64px;
	font-weight: 900;
	font-family: var(--secondary-font);
}
h2{
	font-size: 40px;
	font-weight: bold;
	font-family: var(--secondary-font);
}

h3{
	font-size: 32px;
	font-weight: bold;
	font-family: var(--secondary-font);
}

h4{
	font-family: var(--secondary-font);
	font-size: 24px;
	font-weight: 500;
}

h5{
	font-size: 18px;
	font-weight: bold;
	font-family: var(--secondary-font);
}
h3.section{
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 500;
	letter-spacing: 8px;
}
h6{
	font-size: 16px;
	font-family: var(--secondary-font);
	font-weight: 700;
}

h1.mark_text span,h2.mark_text span,h3.mark_text span,h4.mark_text span,h5.mark_text span{
	color: #000000;
	font-weight: 400;
	font-family: var(--primary-font);
	background-color: white;
}
p{
	font-size: var(--font-size);
	line-height: 2.5rem;
}

.single .wp-post-image{
	width: 100%;
	height: auto !important;
	max-width: 100%;
}

h1.grad,h2.grad,h3.grad,h4.grad,h5.grad,h6.grad{
	font-family: var(--primary-font) !important;

}
.img-speakers{
	height: 80px;
	width: 80px;
	min-width: 80px;
	min-height: 80px;
	background-size: cover;
}
.card-speaker .content-speaker{
	margin-left: 10px;
	justify-content: center;
}
.card-speaker .content-speaker h3{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.card-speaker .content-speaker p{
	font-size: 16px;
	margin: 0px;
	margin-top: 0px;
}
/*#sponsors_slider, #sponsors_slider .slick-slide, #sponsors_slider .slick-track, #sponsors_slider .slick-list, .slick-initialized .slick-slide{
	max-height: 180px;
	height: 180px;
}
 
#sponsors_sliders .slick-track{
	display: flex;
	align-items: center;
}*/

/*#sponsors_sliders img{
	width: auto !important;
	max-height: 130px;
	float: left;
	max-width: 220px;
	height: auto;
}*/
.wForm .captchaHelp{
	font-size: 10px;
	line-height: 13px;
}
.wFormFooter{
	padding:0px !important;
	margin: 0px !important;
}
.supportInfo{
	padding:0px !important;
	margin: 0px !important;
}
.page h1, .page h1 span{
	font-size: 60px;
	line-height: 75px;
	font-weight: bold;
	font-family: var(--secondary-font);
	color: #000;
}

.page h1 span.title{
	background-image: linear-gradient( 0deg, transparent, transparent 16%, var(--accent-color) 15%, var(--accent-color) 32%, transparent 32% );
 	padding-bottom: 0px;
}

.page_banner h1{
	font-size: 64px;
	font-weight: 900;
	font-family: var(--secondary-font);
}

.page_banner h1 span{
	color: #000000;
  font-weight: 400;
  font-family: var(--primary-font);
  background-color: white;
}

.page_banner h1 span small{
	font-size: 30px !important;
}

.bolder{
	font-weight: bold;
	color: #000000;
	font-family: var(--secondary-font);
}
.demi{
	font-size: 24px;
	font-weight: 600;
	color: black;
}
.black{
	color: black;
	font-size: 32px;
}

.truncate_text_1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.truncate_text_2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}

.truncate_text_3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.truncate_text_4{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.truncate_text_6{
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.truncate_text_7{
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.numbers span{
	font-size: 110px;
	color : var(--orange-color);
	margin-right: 15px;
	font-family: 'Inter';
	font-weight: bold;
	line-height: 98px;
	min-width: 140px;
}
.numbers h3{
	margin: 0px;
	font-size: 26px;
}
.numbers p{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
	color: black;
}
.lightgreen{
	color : var(--light-green) !important;
}
.gray-color{
	color : var(--text-color) !important;
}
p.gray-color{
	font-size: 16px;
	font-weight: 500;
}
.title{
	font-family: var(--secondary-font);
	font-weight: 600;
	color: black;
	background-image: linear-gradient( 0deg, transparent, transparent 16%, var(--accent-color) 15%, var(--accent-color) 60%, transparent 60% );
}
.title_full{
	font-family: var(--secondary-font);
	font-weight: 600;
	color: black;
	background-image: linear-gradient( 0deg, transparent, transparent 16%, var(--accent-color) 15%, var(--accent-color) 100%, transparent 0% );	;
}

.subtitle{
	font-family: var(--secondary-font);
	font-weight: bold;
	color: black;
	display: inline-block;
}
.subtitle::after {
  content: '';
  height: 8px;
  width: 79px;
  background-color: var(--accent-color);
  display: block;
  margin-top: 10px;
}






.horizontal-list{
	width: 100%;
	padding: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	overflow-x: auto;
	margin-bottom: 0px;
}

.horizontal-list::-webkit-scrollbar{
	width: 0px;
}
.horizontal-list::-webkit-scrollbar-track-piece{
	background-color: transparent;
	-webkit-border-radius: 6px;
}

.horizontal-list li{
	white-space: nowrap;
	margin: 8px;
	font-family: var(--secondary-font);
	padding: 0px 10px;
	border-bottom: 3px transparent solid;
	display: inline-block;
}

.horizontal-list li.active, .horizontal-list li:hover{
	cursor: pointer;
	border-bottom: 3px var(--green-color) solid;
}

.horizontal-list a{
	text-decoration: none;
	color: var(--green-color);
}
.horizontal-list a{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.horizontal-list a span.bull{
	display: block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 5px;
}
small{
	font-size: 9px;
	vertical-align:top;
}

.social-links a{
	text-decoration: none;
}

.social-links.green svg path:first-child{
	fill: var(--green-color);
}

.wp-paginate li{

}

.wp-paginate a{
	background: white !important;
}

.wp-paginate a, .wp-paginate span{
	font-family: var(--secondary-font);
	font-size: 13px;
	font-weight: bold;
	width: 32px;
	height: 32px;
	padding: 0px !important;
  display: inline-block;
  line-height: 32px;
  text-align: center !important;
}

.wp-paginate a:hover, .wp-paginate .current{
	background:  var(--green-color) !important;
	border-color:  var(--green-color) !important;
	color: white !important;
}

.head-news{
	background: url("./images/background_repeat.png");
	background-color: #004343;
	background-position: center;
	height: 175px;
}

.head-news.background_blue{
	background-color: #006896;
}

.head-news.background_green{
	background-color: #16C3AF;
}
.head-news.background_purpl{
	background-color: #5E78D1;
}

.single_content .image{
	height: 472px;
	overflow: hidden;
}

.js-hero-scroll-trigger img{
	max-height: 350px;
}

.single h2, .single h3, .single h4,.single h5,.single h6{
	color: #000;
}

.single p, .single ul li{
	font-size: 18px;
}

.single ul{
	padding-left: 12px;
}

.single ul li{
	line-height: 24px;
}

.single .social .icon{
	text-decoration: none;
}

.single .social .icon path:first-child{
	fill:  var(--green-color) !important;
}

.single .social .icon path:last-child{
	fill: #FFF;
}
.single-content{
	font-size: 18px;
	line-height: 2em;
	font-family: var(--primary-font);
}
.single-content  p {
	font-size: 18px;
	line-height: 2em;
	font-family: var(--primary-font);
}

.single-content a{
	color: #006869;
}
.single-content a:hover{
	cursor: pointer;
	text-decoration: underline;
}

.single-content ul li,.single-content ol li{
	line-height: 2em;
	font-family: var(--primary-font);
	font-weight: 500;
	margin-bottom: 25px;
}

.single-content p{
	font-size: 18px;
}

#lateral ul{
	list-style-type: none;
}

#lateral ul li{
	margin: 12px 0px;
}

#lateral ul li a{
	text-decoration: none;
	color: #717171;
	font-size: 16px;
	font-weight: bold;
	font-family: var(--secondary-font);
	display: flex;
	align-items: center;
}

.divide-green{
	background: linear-gradient(90deg, var(--green-color) 50%, var(--cian-color) 50%);
	position: relative;
}

.divide-black{
	background: linear-gradient(90deg, #000 50%, #FFF 50%);
	position: relative;
}

/*.divide-green:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(./images/arrow_up.svg) no-repeat center center;
}*/

.divide-green .arrow-green{
	position: absolute;
	bottom: 0px;
	left: calc(50% - 19.22px);
}

.divide-green .row .col:first-child *{
	color: white;
}

.divide-green .row .col:last-child *{
	color: #000;
}

.divide-green .row .col:first-child .golink::before,
.divide-green .row .col:first-child .golink::after {
	background: white;
}

.divide-green .row .col:last-child .golink::before,
.divide-green .row .col:last-child .golink::after {
	background: #000;
}

ul.cian, .join_our_team ul, .divide-green ul{
	list-style: none;
}

ul.cian li, .join_our_team ul li, .divide-green ul li{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}

ul.cian li::before, .join_our_team ul li::before, .divide-green ul li:before{
	content: "\2022";
  color: var(--accent-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 30px;
}


.home_banner, .page_banner{
	width: 100%;
	height: 700px;
	min-height: 700px;
	background-image: url('./images/image_home.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body.webp .home_banner{
	background-image: url('./images/image_home.webp');
}

#slider-home .carousel-indicators{
	bottom:50px;
}

#slider-home .img{
	width:100%;
	height:445px;
}

#slider-home .img .mask{
	background:rgba(33,33,33,.6);
	padding-bottom:50px;
}

#slider-home h2{
	color:white;
	font-size: 72px;
	margin-bottom:50px;
	max-height: 250px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (orientation:portrait) {
	#slider-home h1{
		font-size: 60px;
	}
}
@media screen and (orientation:landscape) {
	#slider-home h1{
		font-size: 54px;
	}
}
#slider-home .btn{
	width:250px;
	text-align: center;
	-webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 38px;
}

#slider-home .carousel-indicators li{
	width:12px;
	height:12px;
	border-radius: 50%;
	border:1px #F5F8FF solid;
	opacity:1 !important;
	margin:0px 8px;
}

#slider-home .carousel-indicators li.active{
	background:var(--accent-color) !important;
}
.section_gray{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F5F5F5;
}
.green_section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ECF4F4;
}

.policyback{
	background: url("./images/background_repeat.png");
	height: 162px;
	width: 100%;
}
.filtersti{
	width: 100%;
}
.clearfilter{
	background-color: #16C3AF;
	height: 30px;
	padding: 8px;
	border-radius: 10px;
	color: white;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	align-items:center;
	font-family: var(--secondary-font);
	margin: auto;
	border: none;
}
.clearfilter:hover{
	text-decoration: none;
	opacity: 0.8;
	color: white;
}
.clearfilter:hover span{
	color: black;
}
.span-check{
	font-size: 16px;
	font-weight: 300;
	font-family: var(--secondary-font);
	margin-left: 8px;
}
.check_box{
	border-radius: 3px;
	vertical-align: middle;
	border: 3px solid #717171;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.active .check_box{
	border: 3px solid #006869;
	appearance: auto;
}

input.check_box{
	width: 24px;
	height: 24px;
}
input.check_box[type="checkbox"] {
accent-color: #006869;
}
.bannerfloat{
	background-color: #16C3AF;
    width: 322px;
    height: 223px;
    border-radius: 8px;
    padding: 34px;
    position: fixed;
    z-index: 99;
    right: 25px;
    bottom: 25px;
}
.bannerfloat h5{
	color: white;
	margin: 0px;
	font-family: var(--secondary-font);
	font-size: 18px;
}
.bannerfloat p{
	margin: 0px;
	font-size: 18px;
	font-family: var(--primary-font);
	color: white;
}
/* 
inicio nuevos ajustes

*/
.anual-sumit .cover-image .mask{
	background: rgba(33,33,33,.6);
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	object-fit: cover;
	width: 100% !important;
	min-height: 100% !important;
	background: rgba(33,33,33,.6);
	padding-bottom: 50px;
	position: absolute;
}
.title-semibold{
	font-weight: 600;
}

/* 
fin nuevos ajustes

*/
@media all and (max-width: 768px) {
	.bannerfloat{
		position: sticky;
		bottom: 0px;
		width: 100%;
		border-radius: 0px;
		padding: 15px;
		height: auto;
	}
	.bannerfloat h5{
		font-size: 16px;
	}
	.bannerfloat p{
		font-size: 14px;
	}
}
.modal-header{
	border-bottom: 0px;
}
.modal-header h4{
	color: black;
}
.modal-body button{
	width: 100%;
}
.address_text{
	color: #C33716;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--secondary-font);
}

.divider{
	border-top: 1px solid #E2E2E2;
}

.box_request{
	background-color: #16C3AF;
	padding: 15px;
}

.label{
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-family: var(--secondary-font);
}
.filtersti h5{
	color: black;
}
.filtersti span.checked{
	color: black;
}
.text-black{
	color: black;
}

.search-location{
	position: relative;
	height: 95px;
	width: 100%;
	background-color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	overflow: hidden;
}

.search-location .search-icon{
	width: 95px;
	height: 95px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #000000;
	position: absolute;
	left: 0px;
}

.search-location input{
	font-family: var(--secondary-font);
	font-weight: 700;
	color: black;
	width: 100%;
	height: 95px;
	border: 0px;
	outline: none;
	padding-left: 95px;
}
.bg_black{
	background-color: black;
}
.bg_black h1,.bg_black h2,.bg_black h3{
	color: white !important;
}
.bg_black > *{
	color: white !important;
}
.single_content li{
	margin-bottom: 30px;
}
.policyback img{
	width: 100%;
	height: 100%;
}
.filtrosstick{
	position: sticky;
	top: 0;
}
.sticky-top-nav{
	position: sticky;
	top: 190px;
}
.white-text{
	color: white;
}
.circle-green{
	height: 86px;
	width: 86px;
	border-radius: 50%;
	background-color: #AAFF00;
}
.benfits-items h4{
	color: black;
	margin-top: 20px;
	margin-bottom: 0px;
}
.benfits-items p{
	font-size: 18px;
	color: black;
}

table.table-orgs{
	width: 100%;
}
table.table-orgs thead th{
	padding: 10px;
	font-size: 16px;
	font-family: var(--secondary-font);
	font-weight: 700;
	color: black;
}
table.table-orgs tbody td{
	font-size: 16px;
	font-family: var(--secondary-font);
	padding: 10px;
	background-color: white;
	border-bottom: 1px solid #E2E2E2;
}

table.table-orgs tbody td a{
	color: #006896;
}

table.table-orgs tbody tr:last-child td{
	border-bottom: 0px;
}

table.table-orgs tbody tr:hover td{
	background-color: #F5F5F5;
}

ul.social-links{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
ul.social-links li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
}
ul.social-links li a i{
	font-size: 24px;
	color: var(--green-color);
}
ul.social-links li:hover a i{
	cursor: pointer;
	color: var(--accent-color);
}

#menu-lateral{
	background-color: #f5f5f5;
	padding: 15px;
	z-index: 9;
	top: 100px !important;
	left: 0px !important;
	position: sticky !important;
}

#menu-lateral ul{
	padding: 0px;
	list-style: none;
}

#menu-lateral ul li{
	margin: 13px 0px;
	font-family: var(--secondary-font);
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
#user_section{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

#user_section a{
	width: fit-content;

}
.user_menu{
	border: 1px solid transparent;
	position: relative;
	margin-left: 15px;
	width: 200px;
	cursor: pointer;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.user_menu_item{
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;

}
.user_menu_image{
	background-color: gray;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 100%;
	border: 2px solid white;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}
.user_menu_name{
	font-size: 14px;
	color: black;
	font-family: var(--secondary-font);
	width: 200px;
	margin-left: 15px;
}

.user_menu_sub{
	display: none;
	position: absolute;
	width: 200px;
	top: 58px;
	height: auto;
	left: -1px;
	right: -1px;
	background-color: white;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
.user_menu_sub ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
}
.user_menu_sub ul li a{
	display: block;
	padding: 15px;
	font-family: var(--secondary-font);
	color: black;
	font-size: 14px;
}
.user_menu_sub ul li:hover{
	background-color: #F5F5F5;
}
.user_menu:hover{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}
.user_menu:hover .user_menu_sub{
	display: block;
}
.el-center{
	display: block;
	margin: 0px auto;
}

.slick-prev, .slick-next{
	display: none !important;
}


@media all and (max-width: 768px) {
	.horizontal-list{
		justify-content: start !important;
	}
}

.card-events{
	margin-bottom: 50px;
}
.become-btn, #user_section a.become-btn{
	width: 165px;
}
.w-235{
	width: 209px !important;
	justify-content: left !important;
	padding-left: 5px !important;
}
.w-195{
	width: 195px !important;
	justify-content: left !important;
	padding-left: 5px !important;
}
b{
	font-family: var(--secondary-font);
	font-size: 16px;
}
.card-events{
	font-family: var(--secondary-font);
	font-size: 24px;
	font-weight: 400px;
	line-height: 36px;
}
.final-f p{
	font-family: var(--secondary-font);
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;

}
.icofont-check{
	color: var(--green-color);
    font-size: 40px;
}


.pagination_members{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.pagination_members li{
	margin-left: 5px;
	margin-right: 5px;
}
.pagination_members li:first-child{
	margin-left: 0px;
}
.pagination_members li:last-child{
	margin-right: 0px;
}
.pagination_members li a{
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #006869;
	border: 2px solid #006869;
	text-decoration: none;
}
.pagination_members li a.active{
	background-color: #006869;
	color: white;
}
.pagination_members li:hover a{
	background-color: #AAFF00;
	color: #000000;
}
.modal_member{
	padding: 30px;
}
.modal_member .modal-image-circle{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0px auto;
	display: block;
	margin-bottom: 30px;
}

.modal_member p{
	color: #555555;
	font-size: 16px;
}

.modal_member ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.modal_member a{
	color: #006869;
}
.modal_member a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.modal_member ul li{
	margin-left: 5px;
	margin-left: 5px;
}
.modal_member ul li.icon{
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.modal_member ul li.icon a{
	text-decoration: none !important;
}
.modal_member ul li.icon:hover a{
	text-decoration: none !important;
}
.modal_member ul li.icon i{
	text-decoration: none;
	color: #006869;
	font-size: 24px;
}
.modal_member ul li:first-child{
	margin-left: 0px;
}
.modal_member ul li:last-child{
	margin-right: 0px;
}

.modal_member h5{
	font-size: 18px;
	color: #000000;
}
.custom_form{
	box-shadow: 0 0.5rem 1rem rgba(0, 10, 0, 0.15) !important;
	padding: 15px;
	background-color: white;
	border-radius: 10px;
}
.custom_form .wForm{
	margin-top: 0px !important;
}
.custom_form .wForm .oneField{
	padding: 0px;
}

.custom_form .wForm input[type=submit]{
	border: 2px solid var(--green-color);
	background-color: var(--green-color);
	color: white;
	width: 100px;
    float: right;
    margin: 0px;
    padding: 0px;
   min-height: 40px;
}
.custom_form .wForm form{
	padding: 0px !important;
	margin: 0px !important;
}

.custom_form .wForm .inputWrapper{
	width: 100%;
}
.custom_form .wForm .inputWrapper input[type="radio"]{
	width: 16px;
}
.custom_form .wForm .inputWrapper input[type="text"]{
	min-width: 100% !important;
	min-height: 50px;
}

.custom_form .wForm .inputWrapper input[type="text"]::placeholder{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	opacity: 1;
}

.custom_form .wFormHeader, .custom_form .wFormFooter{
	display: none !important;
}

.custom_form .wFormContainer{
	max-width: 100%;
}

.custom_form .wForm .actions{
	padding: 0px !important;
}

.custom_form .supportInfo{
	display: none;
}

.select_news{
	font-size: 16px;
	color: #000000;
	font-family: var(--secondary-font);
	border-radius: 4px;
	border: 1px solid #000000;
	height: 56px;
	padding: 10px;
	padding-right: 10px;
}

picture img{
	max-width: 100%;
	height: auto;
}

.archive .archive-control-area-after{
	display: none !important;
}

.wFormContainer .wFormHeader{
	display: none !important;
}

.wFormContainer{
	width: 100% !important;
	max-width: 100%;
}
header{
	z-index: 999;
}
.image img{
	object-fit: cover;
}

.size-large,.size-full{
	max-width: 100% !important;
	height: auto !important;
}

.form-suscription{
	margin-top: -150px;
	z-index:2;
}

@media all and (max-width: 1023px){
	#menu-lateral{
		display: none;
	}
	.divide-green, .divide-black{
		background: none;
	}
	.divide-green:before{
		background: none;
	}
	.divide-green .row .col:first-child{
		background: var(--green-color);
	}
	.divide-green .row .col:last-child{
		background: var(--cian-color);
	}
	
}

@media all and (max-width : 767px ){
	h1{
		font-size: 45px !important;
	}
	h2{
		font-size: 32px;
	}
	h3{
		font-size: 23px;
	}
	h4, h4 span p{
		font-size: 18px !important;
	}
	.page h1, .page h1 span{
		font-size: 50px;
		line-height: 55px;
	}

	.home_banner, .page_banner{
		height: 400px;
		min-height: 400px;
	}

	.bannerfloat{
		position: relative;
		right: 0px;
	}
	.form-suscription{
		margin-top: 0px;
	}
}

@media all and (max-width:  480px){
	h1, .page h1, .page h1 span{
		font-size: 40px !important;
	}

	.single_content .image, .js-hero-scroll-trigger img{
		max-height: 100vw !important;
	}

	h2{
		font-size: 28px !important;
    line-height: 34px !important;
	}

	.search-location input{
		padding-left: 35px;
	}

	.search-location .search-icon{
		width: 38px;
	}

	.search-location #btn_search{
		margin-right: 10px !important;
		width: 110px;
	}


}

@media all and (max-width:  320px){
	h1, .page h1, .page h1 span{
		font-size: 35px;
	}

	.single h2{
		font-size: 26px;
	}
}

.img-move-container img:first-child{
	margin-left:  200px;
}
@media all and (max-width: 768px) {
	.with-orange-scroll{
		padding-bottom: 0px !important; 
	}
	.numbers span{
		font-size: 80px;
		min-width: auto !important;
	}
	.numbers h3{
		font-size: 18px;
	}
	.numbers p{
		font-size: 16px;
	}

	.select_news{
		width: 100%;
	}
	.img-move-container img:last-child{
		display: none;
	}
	.img-move-container img:first-child{
		margin-left: 0px !important;
	}
	.img-move-container img{
		box-shadow: none !important;
	}
}
.text-center{
	text-align: center;
}
.items_sponsor{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.item_sponsor{
	width: 300px;
	height: 180px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	margin-right: 10px;
}
.item_sponsor:first-child{
	margin-left: 0px;
}
.item_sponsor:margin-right{
	margin-right: 0px;
}
.item_sponsor img{
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 180px;
}

@media all and (max-width: 768px) {
	.items_sponsor{
		flex-wrap: wrap;
	}
	.item_sponsor{
		width: 145px;
		height: 85px;
	}
	.item_sponsor img{
		max-width: 145px !important;
		max-height: 85px !important;
	}
	.img-speakers{
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
	}
}



.card_related_post{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.card_related_post .card_related_post_image{
	width: 118px;
	height: 118px;
	margin-right: 10px;
}
.card_related_post .card_related_post_image img{
	width: 118px;
	height: 118px;
	object-fit: cover;
}

.card_related_post .card_related_post_content{

}
.card_related_post .card_related_post_content h3{
	font-size: 18px;
}

.speaker-item-list{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.speaker-item-list li{
	margin-bottom: 15px;
}
.speaker-item-list li a{
	cursor: pointer;
	text-decoration: none;
	color: #777;
	font-weight: bold;
}

.speaker-item-list li a.active, .speaker-item-list li a:hover{
	color: #000;
}

.speaker-item.active{
	display: block;
}

.card-venue{
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}


#slider-speakers{
	padding-left:100px;
	position: relative;
}

#slider-speakers .slick-btn{
	position: absolute;
	left:0px;
	border:1px #707070 solid;
	width:60px;
	height:60px;
	border-radius: 50%;	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#slider-speakers .slick-btn span{	
	font-size:60px;
	line-height: 60px;
	color:#707070;
}

#slider-speakers .slick-btn.slick-1{
	top:calc(50% - 50px);
}

#slider-speakers .slick-btn.slick-2{
	top:calc(50% + 50px);
}

#slider-speakers-annual .slick-btn{
	position: absolute;
	top:-30px;
}

#slider-speakers-annual .slick-btn.slick-1{
	right:20px;
}

#slider-speakers-annual .slick-btn.slick-2{
	right:0px;
}

.speaker-items img{
	width:100% !important;
	height:400px;
	object-fit: cover;
}

.speaker-items .wrapper {
  height: 200px;  
  overflow: hidden;
}
.speaker-items .wrapper.show {
  height: auto;
}

.speaker-items .text {
  position: relative;
  overflow: hidden;
}

.speaker-items .readmore {
  position: absolute;
  width: 100%;
  top: 170px;
  background: url("./images/line.png") #F5F5F5 repeat-x center center / 10px;
  left: 0;    
  cursor: pointer;
  padding:5px 0px;
  height: 32px;
}
.speaker-items .readmore::before {
  content: attr(data-more);  
  display: flex;
  right: 0px;
  position: absolute;
  background:#F5F5F5;
  padding:0px 10px;
  color:var(--green-color);
  font-weight: bold;
  text-decoration: underline;

}
.speaker-items .wrapper.show .readmore{
  position: relative;
  top: auto;
  display: block;
}
.speaker-items .wrapper.show .readmore::before {
  content: attr(data-less);
  display: flex;
  align-items: center;
  right: 0px;
  position: absolute;
  background:#F5F5F5;
  padding:0px 10px;
  color:var(--green-color);
  font-weight: bold;
  text-decoration: underline;
}

@media all and (max-width: 767px){
	.speaker-item-list{
		display: none;
	}
	#slider-speakers{
		padding:0px;
		padding-top:30px;
	}

	.speaker-items img{		
		height:280px !important;	
	}

	#slider-speakers .slick-dots{
		bottom:auto;
		top:15px;
	}

}
