@charset "utf-8";
/* CSS Document */

/* botones */
/* *** ESTO VA A IR EN EL CUSTOM GENERAL DEL SITIO *** */

body {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
      }


.btn-mkc{
	color:#fff;
	background-color:#006e7b;
	border-color:#006e7b
}

.btn-mkc:hover{
	color:#fff;
	background-color:#007a89;
	border-color:#007a89
}

.btn-like-profile{
	color:#fff;
	background-color:#006e7b;
	border-color:#006e7b
}

.btn-like-profile:hover{
	color:#fff;
	background-color:#007a89;
	border-color:#006e7b
}

.btn-mkc-bug{
	color:#fff;
	background-color:#89adaa;
	border-color:#89adaa
}

.btn-mkc-bug:hover{
	color:#fff;
	background-color:#89adaa;
	border-color:#6d8a88
}



	/* Especiales */
	.padding-0 {
	padding: 0;
	}

.social-icons-ul {
	padding-bottom: 15px;
	padding-top: 17px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}


.mkc-bg-offers {
	background-color: #007a89;
	background-image: url(../../../../images/bg-special-offer.png) !important; 
	background-repeat: repeat;
	margin-top: -15px;
}

/* *** ESTO VA A IR EN EL CUSTOM GENERAL DEL SITIO *** */
/* END /botones */




/* Cards for .profile-main */
/* ----------------------- */

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}


.profile-main .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; 
  background-color: #f4f4f4;
}

.card {
  max-width: 935px;
}


.profile-poster {
  max-width: 350px;
  padding: 0;
  border: 1px solid #000;
  margin-bottom: 30px;
}

.profile-main .image-container {
  /* ++ contenedor del avatar y pseudónimo ++ */	
  /* position: absolute; */
  margin-top: -6vw;
  margin-left: 15px;
  margin-right: 20px;
  padding: 0 5px;
  float: left;
  max-width: 200px;
  border: 0px solid #000;
  align-content: center;
  text-align: center;
  color: #6E6E6E;
  font-size: 1.2em;
}


.profile-main .profile-image {
  /* ++ imagen del avatar (redonda) ++ */	
  border-radius: 50%;
  margin-bottom: 5px;
  /* position: absolute;
  top: -42px;
  left: 15%; */
  max-width: 130px;
  border: 6px solid rgba(255, 255, 255, 1);
  z-index: 5;
   position: relative; 

}


.profile-friends {
  /* ++ imagen del avatar (redonda) ++ */	
  border-radius: 20%;
  margin-bottom: 1px;
  /* position: absolute;
  top: -42px;
  left: 15%; */
  height: 40px;	
  border: 2px solid #efefef;

}


.profile-main .card-img-block{
    float:left;
    width:100%;
    height:28vw; /* 370px; */
	max-height: 380px;
	min-height: 220px;
    overflow:hidden;
	border-bottom: 8px solid #fff;
	position: relative;
	
 }

.card-img-block .centered-img {
	margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.profile-main .icon-block2 i {
    float:left;
    width:100%;
    margin-top:15px;
	display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
	background-color: white;
}
 
.profile-main-mini {
	border: 0px; 
	padding: 0 !important; 
	margin: 0 !important;
}

@media (min-width: 991.85px) {
  
	.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;	
    margin-right: -15px;
    margin-left: -15px;
  }
	
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
	
	
}


/* InCards for .profile-main */
/* ------------------------- */



.incard {
  margin-bottom: 15px;
}

.incard-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;	
  margin-right: -15px;
  margin-left: -15px;
}

.incard-deck .incard {
  position: relative;
  width: 45%;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  overflow-y: auto;
  padding: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column; /* normal */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  color: #6E6E6E;	
		
	
} 


.incard-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media only screen and  (min-width: 576px) and (max-width: 990.85px) {

.card-deck {
	
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;		
	
  }

.card-deck .card {
 /* display: inline-block;*/
 min-width: 94%; 
}	
	
/* .card-columns .card {
  display: inline-block;
  width: 100%;
  } */	
	
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  }	
		
	
.incard-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
	
.incard-deck .incard {
  display: inline-block;
  min-width: 94%;

}	

}



@media (max-width: 576px) {
	

	
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
	width: 100% !important; /* TEST */
}
	

	
.profile-main .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; 
  background-color: #fff;;
}
	
	
	
.profile-main .image-container {
  /* position: absolute; */
  margin-top: -14vw;
  margin-bottom: 5px;
  margin-left: 0;
  display: block;
  min-width: 100%;
  border: 0px solid #EC1D20;
  align-content: center;
  text-align: center;
  color: #6E6E6E;
 }	
	

.card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  }
	
.card-columns .card {
  display: inline-block;
  width: 100%;
  }	
	
	
.incard-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;	
  margin-right: 0;
  margin-left: 0;
}
	
	
.incard-deck .incard {
	width: 100%;
	margin-left: 0;
	border: solid 0px #A00F11;
 }	
	

}


/* widget de profile (Donde aparecen Likes + Wish list + Ranking) */
/* -------------------------------------------------------------- */

.widget{
	overflow:hidden;
	margin-bottom:20px;
	background:#fff;
	color:inherit;
	padding:0;
	border-radius:0
}

.widget.widget-stats{
	position:relative;
	color:#fff;
	padding:15px;
	border-radius:3px
}

.widget-stats .stats-info h4{
	font-size:12px;
	margin:5px 0;
	color:#fff;
	color:rgba(255,255,255,.7)
}

.widget-stats .stats-icon{
	font-size:42px;
	height:56px;
	width:56px;
	text-align:center;
	line-height:56px;
	margin-left:15px;
	color:#000;
	position:absolute;
	right:15px;
	top:15px;
	opacity:.15
}

.widget-stats .stats-content,.widget-stats .stats-icon.stats-icon-lg i{
	position:relative
}

.widget-stats .stats-info p{
	font-size:24px;
	font-weight:600;
	margin-bottom:0
}

.widget-stats .stats-link a{
	display:block;
	margin:15px -15px -15px;
	padding:7px 15px;
	background:rgba(0,0,0,.4);
	text-align:right;
	color:#fff;
	color:rgba(255,255,255,.7);
	text-decoration:none}

.widget-stats .stats-link a:focus,.widget-stats .stats-link a:hover{
	background:rgba(0,0,0,.6);
	color:#fff
}

.widget-stats .stats-icon.stats-icon-lg{
	font-size:128px;
	top:15px;
	right:0;
	color:#fff;
	width:128px;
	height:50px;
	line-height:50px;
	text-shadow:3px 7px rgba(0,0,0,.25)
}

.widget-stats .stats-icon.stats-icon-square{
	opacity:1;
	border-radius:12px;
	font-size:42px;
	top:15px;
	right:15px;
	height:56px;
	width:56px;
	text-align:center;
	line-height:56px;
	margin-left:15px
}

.widget-stats .stats-title{
	position:relative;
	margin:0 0 2px;
	font-size:12px
}

.widget-stats .stats-desc,.widget-stats .stats-title{
	color:#fff;
	color:rgba(255,255,255,.7)
}

.widget-stats .stats-desc{
	margin:-5px 0 8px;
	font-weight:300
}

.widget-stats .stats-number{
	font-size:24px;
	margin-bottom:15px;
	font-weight:600;
	letter-spacing:1px
}

.widget-stats .stats-progress{
	background:rgba(0,0,0,.5);
	height:2px;
	margin:0 0 15px;
	border-radius:3px
}

.widget-stats .stats-progress.stats-progress-light{
	background:rgba(255,255,255,.3)
}

.widget-stats .stats-progress .progress-bar{
	background:#fff;
	border-radius:0 3px 3px 0
}

.widget-stats.text-inverse .stats-desc,.widget-stats.text-inverse .stats-title{
	color:rgba(0,0,0,.85)
}

.widget-stats.text-inverse .stats-desc,.widget-stats.text-inverse .stats-number{
	letter-spacing:0;
	font-weight:400
}

.widget-stats.text-inverse .stats-title{
	font-weight:700
}

.widget-stats.bg-white .stats-progress{
	background:rgba(0,0,0,.1)
}

.bg-gradient-teal{
	background:#34babb!important;
	background:-moz-linear-gradient(-45deg,rgba(41,214,230,1) 0,rgba(1,187,204,1) 100%)!important;
	background:-webkit-linear-gradient(-45deg,rgba(41,214,230,1) 0,rgba(1,187,204,1) 100%)!important;
	background:linear-gradient(135deg,rgba(41,214,230,1) 0,rgba(1,187,204,1) 100%)!important;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d6e6', endColorstr='#01bbcc', GradientType=1 )!important
}




















/* Widget para Gallery Card */

.widget-card{
	position:relative;
	margin-bottom:15px;
	display:block;
	text-decoration:none!important
}

.widget-card .widget-card-content{
	padding:15px;
	position:relative
}

.widget-card .widget-card-cover{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fff
}

.widget-card .widget-card-cover .widget-card-cover-icon{
	position:absolute;
	top:50%;
	left:50%;
	width:40%;
	height:40%;
	margin:-20% 0 0 -20%;
	border-radius:50%;
	background:rgba(0,0,0,.75);
	color:#fff;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}

.widget-card .widget-card-cover .widget-card-cover-icon .fa{
	font-size:1.5vw;
	line-height:1.5vw
}

.widget-card.widget-card-rounded .widget-card-content,.widget-card.widget-card-rounded .widget-card-cover,.widget-chart{
	-webkit-border-radius:4px;
	border-radius:4px
}

.widget-card.square{
	padding-top:100%;
	overflow:hidden
}

.widget-card.square .widget-card-content{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}

.widget-card.square .widget-card-content.bottom{
	top:auto
}

.row.row-space-2>[class*=col-]
{
	padding-left:1;
	padding-right:1
}


