.modal-footer{
	background-color: black !Important;
}

.modal-content {
	width:1000px !Important;
	height:550px !Important;	
	left: -200px !important;
}
.tab {
	overflow: hidden;
	border: 1px solid #fff;
	background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: lightgray;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}


.textfontcs{
	font-family: 'Poppins', sans-serif;
}
.hovereffect {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 10px;
}

.form-controlE {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.badge-secondarye {
	color: #fff;
	background-color: #6c757d;
}

.badgee {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

row2 {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}


img {
	vertical-align: middle;
	border-style: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  margin-top: 9%;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.margentopcard{
	margin-top: 20px;
}

.topcontend{
	margin-top: 10px;
}

.bdrad{
	border-radius: 1rem;
}

.descrip-card{
	font-size: 12px;
}

.btn-elegir{
	text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    background: #37D3AE;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.btn-elegir:hover{
    background: #29c4a0;
    color: #fff;
    border: none;
}

.btn-elegir-disabled{
	text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    background: #bbbbbb;
    color: #fff;
    border: none;
    border-radius: 5px;
}


.btn-elegir-disabled:hover{
	text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    background: #bbbbbb;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.tituloplan{
	font-size: 24px;
}

.bordecolorverde{
	border-color: #37D3AE !important;
}

.bgcardgray{
	background: #efefef;
	margin-top: 10px;
}

.titlereco{
	font-size: 16px;
}



/*--------------------------------------------------------------
video
--------------------------------------------------------------*/
.p-padd{
	padding: 1rem !important;
}

.m-ejercicio{
	margin-top: 20px;
}

.ejerciciocontenedor .container {
	box-shadow: 0 5px 25px 0 rgba(211, 211, 211, 0.6);
	background: #fff;
	border-bottom: 2px solid #37D3AE;
  }

  .ejerciciocontenedor .detalleejercicio .tituloejercicio {
	margin-left: 5px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
  }
  
  .ejerciciocontenedor .detalleejercicio .tituloejercicio a {
	color: #000;
	transition: 0.3s;
  }
  
  .ejerciciocontenedor .detalleejercicio .detalle-ejercicio {
	margin-left: 5px;
	line-height: 24px;
	font-size: 14px;
  }
  
  .ejerciciocontenedor .videocontenedor {
	position: relative;
  }
  
  .ejerciciocontenedor .videocontenedor img {
	padding-top: 15px;
	padding-bottom: 15px;
  }
  
  .ejerciciocontenedor .reproducir {
	width: 94px;
	height: 94px;
	background: radial-gradient(#37D3AE 50%, rgba(55, 211, 173, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
  }
  
  .ejerciciocontenedor .reproducir::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .ejerciciocontenedor .reproducir::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(55, 211, 173, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(55, 211, 173, 0);
  }
  
  .ejerciciocontenedor .reproducir:hover::after {
	border-left: 15px solid #37D3AE;
	transform: scale(20);
  }
  
  .ejerciciocontenedor .reproducir:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
  }
  
  @-webkit-keyframes pulsate-btn {
	0% {
	  transform: scale(0.6, 0.6);
	  opacity: 1;
	}
	100% {
	  transform: scale(1, 1);
	  opacity: 0;
	}
  }
  
  @keyframes pulsate-btn {
	0% {
	  transform: scale(0.6, 0.6);
	  opacity: 1;
	}
	100% {
	  transform: scale(1, 1);
	  opacity: 0;
	}
  }