.search_main {
    position: absolute;
}

#sresult {
    position: relative;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    display: none;
}

#searchResults {
	display:none;
}

.searchResultBox {
	width: 100%;
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    padding: 10px 0px;
    margin-top: -110px;
    position: relative;
    z-index: 1003;
}

.jm_buscador {
	position: absolute;
    width: 115%;
    height: 115%;
    margin-left: -50px;
    margin-top: -1px;
}
#lacita {
	position:relative;
	top: -8px;
	font-size: 12px;
	right: 10px;
	
}
/*Card Search*/
.card-search {
	background-image:url(../images/slider/bg-1.jpg);
	width: 100%;
	height: 400px;
	border-radius: 10px;
	margin-top: 140px;
	margin-bottom: 30px;
	padding: 50px;
}
.bubble {
	height: auto;
	width: 100%;
	min-width: 200px;
	background: white;
	display: block;
	margin: 30px 0px 0px 0px;
	border-radius: 5px;
	text-align: left;
	padding: 10px;
}

.pointer {
	height: 30px;
    width: 30px;
    background: white;
    margin: 0px 0px -10px 70px;
    transform: rotate(45deg);
    border-radius: 0 0 5px 0;
    margin-top: -15px;
    position: relative;
    left: calc(0.1vw - 50px);
}

.blurred {
	background: gray;
	filter: blur(20px);
	position: relative;
	top: -315px;
/* 	transform: scale(1.05); */
	z-index: -1;
}

/*Select2*/
.select2-container--default .select2-selection--single {
	border-radius: 0px!important;
	background-color: #f1f1f1!important;
	border: none!important;
}

.select2-container .select2-selection--single {
	height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px!important;
	font-family: 'Raleway', sans-serif!important;
    letter-spacing: 1px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px!important;
}


/*Checkbox*/
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #8f3793;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*JM colors*/
.bg-card {
	color: #fff;
	transition: all .3s ease-in-out;
}

.bg-card:hover{ 
	transform: scale(1.03);
}

.jm1 {
	background: rgb(130,43,134);
	background: -webkit-linear-gradient(bottom left, rgba(130,43,134,1) 0%, rgba(199,145,201,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(130,43,134,1) 0%, rgba(199,145,201,1) 100%);
	background: linear-gradient(to top right, rgba(130,43,134,1) 0%, rgba(199,145,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#822b86",endColorstr="#c791c9",GradientType=1);
	height:190px;
	margin-bottom:10px;
}

.jm2 {
	background: rgb(79,39,128);
	background: -moz-linear-gradient(45deg, rgba(79,39,128,1) 0%, rgba(147,121,179,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(79,39,128,1) 0%, rgba(147,121,179,1) 100%);
	background: linear-gradient(45deg, rgba(79,39,128,1) 0%, rgba(147,121,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f2780",endColorstr="#9379b3",GradientType=1);
	height:400px;
}

.jm3 {
	background: rgb(230,151,50);
	background: -moz-linear-gradient(45deg, rgba(230,151,50,1) 0%, rgba(255,198,125,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(230,151,50,1) 0%, rgba(255,198,125,1) 100%);
	background: linear-gradient(45deg, rgba(230,151,50,1) 0%, rgba(255,198,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e69732",endColorstr="#ffc67d",GradientType=1);
	height:400px;
}
.jm4 {
	background: rgb(26,194,194);
	background: -moz-linear-gradient(45deg, rgba(26,194,194,1) 0%, rgba(108,244,244,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(26,194,194,1) 0%, rgba(108,244,244,1) 100%);
	background: linear-gradient(45deg, rgba(26,194,194,1) 0%, rgba(108,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ac2c2",endColorstr="#6cf4f4",GradientType=1);
	height:400px; margin-top:-190px;
}
.jm5 {
	background: rgb(17,157,87);
	background: -moz-linear-gradient(45deg, rgba(17,157,87,1) 0%, rgba(103,235,169,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(17,157,87,1) 0%, rgba(103,235,169,1) 100%);
	background: linear-gradient(45deg, rgba(17,157,87,1) 0%, rgba(103,235,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#119d57",endColorstr="#67eba9",GradientType=1);
	height:400px; margin-top:-190px;
}
.jm6 {
	background: rgb(51,51,51);
	background: -moz-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(154,147,147,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(154,147,147,1) 100%);
	background: linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(154,147,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#9a9393",GradientType=1);
	height:190px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
.jm1 {height: 300px!important; margin-bottom:20px; margin-top:0px!important}
.jm2 {height: 300px!important; margin-bottom:20px; margin-top:0px!important}
.jm3 {height: 300px!important; margin-bottom:20px; margin-top:0px!important}
.jm4 {height: 300px!important; margin-bottom:20px; margin-top:0px!important}
.jm5 {height: 300px!important; margin-bottom:20px; margin-top:0px!important}
.jm6 {height: 300px!important; margin-bottom:20px; margin-top:0px!important}
.jm_buscador {
	position: relative;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-top: auto;
}
}


.max-ch {
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
}
/*Viewpoint - list or gird */ 
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 20%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 80%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}

/* --------------- Carousel ----------------*/

.carousel-item {
  	height: auto;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.slider-thumb {
	position: absolute;
	top: 40px;
	left: 80px;
	height: 320px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.75);
}
.s1 {
	font-family: 'Raleway' sans-serif;
	font-weight: 800!important;
	font-size: 40px;
	text-transform: uppercase;
}

/*Search button*/
.searchBox {
	display: none;
	position: fixed;
    top: 100px;
    left: 80px;
    transform: translate(-50px,50px);
    background: #333;
    height: 80px;
	margin-top: 0px;
	padding: 0px;
    border-radius: 10px;
    z-index: 1003;
}

.searchBox:hover > .searchInput {
    width: 300px;
    padding: 0 6px;
	margin-left: 10px;
}

.searchBox:hover > .searchButton {
  	background: transparent;
    color: #2f3640;
    background-image: url(../images/icono_zoom.svg);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    height: 100px;
    width: 100px;
    margin-top: -10px;
}

.searchButton {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    background-image: url(../images/icono_jm.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 0px;
    border: 0px!important;
    margin-top: -10px;
    margin-right: 0px;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: right;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 80px;
    width: 0px;
    margin-left: 0px;
}

.searchButton:focus {
	outline: none!important;
	cursor: pointer;
}

@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput {
    width: 100px;
    padding: 0 6px;
}
.carousel-control-prev-icon.dark {
  	background-image: url(../images/arrow_left-dark.svg);
	margin-left: 0px;
}

.carousel-control-next-icon.dark {
  background-image: url(../images/arrow_right-dark.svg);
margin-right: 0px;
}
	.card-title {font-size: 18px;}
}

/* Button - Ayuda */
.floating_btn {
	position: fixed;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	bottom:40px;
	right:40px;
	background-color: #FFEA00;
	box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: 1s transform cubic-bezier(.155,1.105,.295,1), 0.5s box-shadow, 2s -webkit-transform cubic-bezier(.155,1.105,.295,1), 0.5s, border-radius 0.5s;
	background-image: url(../images/icono_jm.svg);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	z-index:1001;
}

.floating_btn:hover {
	background-color: #333;
	border-radius: 5px;
	width: 250px;
}

.floating_text {
  color: transparent;
  font-size: 16px;
  position: relative;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.floating_text:hover {
	color: white;
	padding-right: 150px;
	padding-left: 30px;
	margin-left: 15px;
}

.logo-jm {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}
main > .container {
  	padding: 60px 15px 0;
	height: auto;
}

.table {color:#686b6f;}

/*Footer*/
.footer {
  	background-color: #2db0b2;
	min-height: 160px;
	margin-top: 50px;
	padding-bottom:15px;
}

.footer > .container {
	padding: 15px 15px 20px 15px;
}

.legales {
	background-color: #333 !important;
	color: #fff;
	padding: 15px 0px;
	line-height: 15px;
}

code {
  font-size: 80%;
}

.logo-left {
	float: right;
	margin-left: auto;
	position: absolute;
	right: 20px;
}

.text-blue {
	color: #26b9ec!important;
}

a.text-blue:hover {
	color: #26b9ec!important;
}

.text-lime {
	color: #d2e23e!important;
}

a.text-lime:hover {
	color: #b1bd40!important;
}

.bg-lime {
	background-color: #d2e23e!important;
}

.text-orange {
	color: #FC9700;
}

a.text-orange:hover {
	color: #fc5d00!important;
}

.bg-orange {
	background-color: #FC9700!important;
}

.separator {
	height: 3px;
	background-color: #26b9ec;
	border-radius: 5px;
	max-width: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bg-title {
	background-color: #26b9ec !important;
	color: #fff;
	width: 100%;
	padding: 7px 10px 10px 10px;
	margin: 0px;
}

.table th, .table td {
	padding: 0.5rem!important;
	font-size: 14px
}

div#accordion {
    width: 100%;
}

.panel-heading {
	background-color: #2DC3EE;
    color: #fff;
    width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	padding-right: 20px;
}

.panel-heading:hover {
	background-color: #2eafd4;
}

.panel-body {
    width: 100%;
    padding: 20px;
}

.panel-title {
  position: relative;
	padding: 12px 20px 8px 20px;
}

.panel-title::after {
	content: "\f107";
	color: #fff;
	top: 14px;
	right: 0px;
	position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}

@media (max-width:1288px){
.logo-left {
	display: none;
}
.s1 {
	font-size: 30px!important;
}
.slider-thumb {
	position: absolute;
	top: 20px;
	left: 80px;
	height: 320px;
}
.carousel-caption {
    margin-left: 260px;
	bottom: -120px;
}
.carousel-item {
  height: 360px;
}
.carousel-item > img {
  height: 360px;
}
}
@media (max-width:768px) {
.slider-thumb {
	display: none;
}
.carousel-caption {
    margin-left: 20px;
	bottom: 0px;
}
.logo-jm {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}
h1 {font-size: 36px;}
h3 {font-size: 18px;}
h4 {font-size: 20px;}
.lead {font-size: 15px;}
.panel-group {padding: 0px 20px;}
.panel-title {font-size: 16px; padding-right: 40px;}
.panel-body {font-size: 14px;}
.footer {min-height: 250px;}
.logos-footer {width: 100%; height: auto; position:relative!important; padding-left:20%!important;padding-right: 20%!important;}
body {font-size:0.9rem;}
.table {font-size: 0.9rem;}
.navbar-collapse {
    background-color: #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -4px;
    line-height: 40px;
    padding-bottom: 20px;
}
.navbar {margin-top: -20px;max-width: 100%;}
#content {
    width: 100%;
    padding-right: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    padding-top: 20px;
    margin-left: -50px;
}
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.navbar {
    padding: 15px 10px;
    background: #333;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
	
.navbar.dark {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
	margin-top: 110px;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #f9fafb;
    color: #333;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #f9fafb;
	border-bottom: 1px solid #dcdcdc;
}

#sidebar ul.components {
    padding: 0px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
   	padding: 10px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3d3d3d;
    background-color: #e0e0e0;
}
#sidebar ul li a:hover {
    color: #333;
    background: #d4d4d4;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #333;
    background: #f9fafb;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f9fafb;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}