
/* */

h2.title-md {
	font-size: 1.5rem;
    line-height: 1.75rem;
}

.single-information {
	display: block;
}

@media (min-width: 1366px) {
	
	.single-information {
		width: 75%;
		float: right;
	}


}


.event-home-title { 
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.04375rem;
}

@media (min-width: 1366px) {
	
	.event-home-title { 
		font-size: 16px;
		line-height: 19px;
	}

}

h3.title {
	font-size: 20px;
	line-height: 22px;
}


h3.subtitle {
	font-size: 18px;
	line-height: 20px;
	background-color: #FAFAFA;
	padding: 8px 16px;
	margin-left: -16px;
}

.font-normal {
	font-family: "Hind", sans-serif;
	font-weight: normal !important;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.items-start {
	align-items: start;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.uppercase {
	text-transform: uppercase;
}

.cursor-pointer {
	cursor: pointer;
}

.top-0 {
	top: 0;
}

.left-0 {
	left: 0;
}

.ml-8 {
	margin-left: 2rem;
}

.mr-2 {
	margin-right: .5rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pr-4 {
	padding-right: 1rem;	
}

.pl-8 {
	padding-left: 2rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.max-w-md {
	max-width: 38.75rem;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.border {
	border-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-solid {
	border-style: solid;
}

.block  {
	display: block;
}

.text-sm {
	font-size: 14px !important;
}

.text-md {
	font-size: 18px !important;
}

.text-gold {
	color: #B2B293;
}

.text-bold {
	font-weight: 700;
}

.hidden {
	display: none;
}

.line-height-120 {
	line-height: 120%;
}

.w-4 {
	width: 1rem;
}

.w-8 {
	width: 2rem;
}

.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.bg-center {
	background-position: center;
}

.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}

.tabs-nav {
	margin-bottom: 16px;
}

.tabs-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabs-nav li {
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fafafa;
	margin-bottom: 0;
}	

.tabs-nav li.selected {
	color: #FFF;
	background-color: #b2b293;
}

.tabs-nav--mobile {
	padding: 8px 16px;
	cursor: pointer;
	background-color: #b2b293;
	color: #FFF;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.tabs-nav--mobile span {
	position: absolute;
	top: 9px;
	right: 16px;
	width: 20px;
	font-size: 24px;
}

/*.nav-program {
	display: none;
}*/

.plus-icon {
	top: 32px;
	right: 32px;
	font-size: 32px;
	transition: all 0.2s;
}

.plus-icon.is-active {
	transform: rotate(45deg);
}

.poster-diplomado {
	display: none;
}

@media (min-width: 960px) {

	.tabs-nav--mobile {
		display: none;	
	}

	.poster-diplomado {
		display: block;
	}

	/*.nav-program {
		display: block;
	}*/
}

@media (min-width: 960px) {

	.site-content--program {
		display: flex;
		justify-content: space-between;
	}

	.site-content--left-program {
		width: 240px;
	}

	.site-content--right-program {
		width: 75%;
	}

}

.site-content--grid-program {
	display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.site-content--grid-program-item {
	width: 50%;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 769px) {
	.site-content--grid-program-item {
		width: 25%;
	}
}

.site-content-center {
	margin-left: auto;
	margin-right: auto;
}

.w-max-blog {
	max-width: 720px;
}


/* */

.site-content--grid-blog {
	display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.site-content--grid-blog-item {
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 769px) {
	.site-content--grid-blog-item {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.site-content--grid-blog-item {
		width: 33.33%;
	}
}


/* */

@media (min-width: 749px) {
    #social-media li.linkedin a {
    	background-image: url(../images/icons/icon-linkedin.svg); 
  	} 
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-center {
	align-items: center;
}


.diplomado-tab {
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 4px 8px;
	margin-right: 16px; 
}

.diplomado-tab.selected {
	background-color: #B2B293;
	color: #FFF;
}


input#office { display: none; }


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 20;
    background-color: #0e8479;
    color: white;
    border-radius: 50%;
    padding: 5px;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev:before {
    content: '<';
}

.slick-next:before {
    content: '>';
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


