body 
{
	/*font: 400 15px Lato, sans-serif;*/
	font-family: Montserrat, sans-serif;
	color: #666666;
	background: #fff;
	font-size: 14px;
	line-height: 1.8;
	/*color: #686868;*/
	overflow-x: hidden;
}

h2
{
	font-size: 24px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
}

h3
{
	font-size: 15px;
	line-height: 1.375em;
	font-weight: 400;
	margin-bottom: 20px;
}
.mover-flecha > .fa-chevron-down
{
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
	-webkit-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
}
.mover-flecha.collapsed > .fa-chevron-down
{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.table-detail-sale td
{
	color: #999999;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

#header
{
	background: #349aed;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	max-width: 100%;
	height: 650px;
	padding: 50px 0px;
	background-size: cover;
	position: relative;
}

#header img
{
	padding-top: 30px;
}

#error
{
	background: #349aed;
	background: url(errorCompra.png) no-repeat center,linear-gradient(0deg,  #49e5d8 0%,#E9B519 65%, rgb(112, 3, 16) 100%);
	max-width: 100%;
	height: 116vh;
	padding: 50px 0px;
	background-size: cover;
	position: relative;
}

#error img
{
	padding-top: 30px;
}

#inicio
{
	height: auto;
}

#ofertaAnual span
{
	position: absolute;
	top: 5%;
	left: 27%;
	font-size: 13px;
	transform: rotate(8deg);
}

.banner-text
{
	padding-top:13%;
}

.bg-bluedark
{
	background:linear-gradient(15deg, #185a9d 45%, #43cea2 100%);
	color: rgb(173, 207, 221);
	
}
.bg-bluedark:hover
{
	background:linear-gradient(15deg, #073461 45%, #199970 100%);
	color: #fff;
}
.bg-planone
{
	background: #43c9ce 100%;
	color: #fff;
	border-radius: 10px;

}
.bg-planone:hover
{
	background:linear-gradient(15deg, #4de5eb 45%, #199099 100%);
	color: rgb(211, 238, 238);

}
.bg-plantwo
{
	background:linear-gradient(15deg, #2587a0 15%, #3bce9f 100%);
	color: #fff;
	border-radius: 10px;
}
.bg-plantwo:hover
{
	background:linear-gradient(210deg, #073461 60%, #199970 100%);
	color: rgb(211, 238, 238);
}
.bg-planthree
{
	background: #18899d;
	color: #fff;
	border-radius: 10px;
}
.bg-planthree:hover
{
	background:linear-gradient(15deg, #468ed6 45%, #02407e 100%);
	color: #e3e9f0;
}
.bg-white
{
	background-color: #ffffff;
}

.bg-greydark 
{ 
	background-color: #323941; 
	color: #fff;
}
.bg-grey
{
	background-color: #f6f6f6;
	color: rgb(0, 0, 0);
	font-size: 24px;
}

#imgCodideep
{
	margin: auto;
	width: 600px;
}
#btnCursosCodideep
{
	position: absolute;
	left: 51%;
	transform: translate(-50%, 0%);
}
#cursoscodideep
{
	border-top: 40px dotted #aaf138;
	border-bottom: 60px ridge #22B14C;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 30px 0 50px 0;
}

#eirlcodideep
{
	background-color: #466193;
	background-position: top;
	color: #ffffff;
	height: 400px;
	padding-top: 130px;
	text-align: center;
	width: 100%;
}

.cl-effect-4 a
{
	padding: 0 0 10px;
}

.cl-effect-4 a::after
{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.container-fluid{
	padding: 40px 60px;
}
.content_footer {
	color: #f4f4f4;
	height: auto;
	width: 100%;
	padding: 0;
	font-size: 0.9em;
}
.content_footer p 
{
	color: #dae0e6;
	text-align: center;
}
.content_footer a 
{
	color: #bcc3cc;
	text-decoration: none;
}

.usdato span
{
	border-right-color: transparent;
	padding-right: 2px;
}
.usdato input
{
	border-left-color: transparent;
	padding-left: 0px;
}

.fa-times
{
	color: #e01313;
}
.fa-check-square-o
{
	color: #90c424;
}

.floating-label {
	position: absolute;
	pointer-events: none;
	left: 25px;
	top: 5px;
	transition: 0.4s ease all;
  }

.formlane{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
footer
{
	background-color:#111728;
	padding: 1%;
}
footer hr,footer i
{
	border-color:#486cf2;
	color: #37baee;
}
#modalLogin hr
{
	border-color:#486cf2;
	color: #37baee;
}
footer a
{
	padding-left: 15px;
	color: white;
}
footer a:hover
{
	color: white;
}
footer p
{
	margin: 0px;
	padding: 0px;
}

.input-group-addon a
{
	position: absolute;
	right: 30px;
	z-index:999;
}
footer .copyright a
{
	padding-left: 0px;
	color: white;
}
footer .redes a:hover
{
	color: #37baee;
	text-decoration: none;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
	top: -20px;
	left: 20px;
	font-size: 11px;
	opacity: 0.9;
}

#menulinks>li>a {
	color:white;
	font-size: 14px;
	line-height: inherit;
	transition: color 500ms;
}
#menulinks>li>a.black {
	color:rgb(41, 39, 39);
}

.navbar
{
	margin-bottom: 0;
	z-index: 99;
	border: 0;
	letter-spacing: 1px;
	border-radius: 0;
}
.navbar-nav li a:hover, .navbar-nav li a.active
{ 
	background-color: #e0e2e473;
	color: rgb(245, 250, 248);
	border-radius: 5px;
}
.navbar-default .navbar-toggle
{
	border-color: transparent;
	color: rgb(0, 0, 0) ;
}
.navscroll {
	background-color: none;
	color:white;
	transition:background-color 500ms, color 0ms;
}
.navscroll.azul {
	background-color:white;
	color:rgb(22, 21, 21);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#subfooter {
	padding: 14px 0 !important;
	background-color: #1A1F24;
}

.slideanim
{
	visibility:hidden;
}
.slide
{
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
.servicios
{
	padding-bottom: 2%;
	min-height: 500px;
}
.servicios-img
{
	padding-top: 10%;
	width: 350px;
	height: 350px;
}
.servicios-icon img
{
	width: 70px;
	height: 70px;
}

.table .card-header
{
	padding: 20px 10px 70px 10px;
	transition: 500ms ease-out;
}

.card:hover
{
	-webkit-box-shadow: 0px 7px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 7px 5px 1px rgba(204,204,204,1);
	box-shadow: 0px 7px 5px 1px rgba(204,204,204,1);
}

.table .price-value
{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	font-size: 30px;
	position: absolute;
	top: 65px;
	left: 26%;
}

.costo p 
{
	margin-top: 1rem;
	margin-bottom: 0rem;
}
.costo span 
{
	font-size: 0.4em;
	margin-top: 1px;
}
.hiddenRow
{
	padding: 0 4px !important;
	font-size: 13px;
}
.table .card-body
{
	margin-top: 120px;
}
.table .card-body ul li i
{
	/*font-size: 15px;*/
	line-height: 25px;
	margin-right: 10px;
}

.thumbnail
{
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail img
{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.transicion
{
	animation-name: tran-anim;
	-webkit-animation-name: tran-anim;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
#footercontactenos > .text-footerc
{
	text-align: left;
	margin-left: 30px;
}

@keyframes slide
{
	0%
	{
		opacity: 0;
		transform: translateY(70%);
	} 
	100%
	{
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes slide
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100%
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@keyframes tran-anim
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@media screen and (max-width: 1200px)
{
	#imgCodideep
	{
		width: 500px;;
	}
	#divUsuario a span
	{
		display: none;
	}
}
@media screen and (max-width: 992px)
{

	.tab-content div div div
	{
		margin-bottom: 10px;
	}
	.table .price-value
	{
		left: 24%;
	}
	.servicios-img
	{
		padding: 0px;
		height: auto;
	}
	.servicios-img img
	{
		width: 300px;
		height: 300px;
	}
	#footercontactenos > .text-footerc
	{
		margin-left: 0px;
	}
}
@media screen and (max-width: 768px)
{
	#cursoscodideep
	{
		border-top: 40px dotted #aaf138;
		border-bottom: 60px ridge #22B14C;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		padding: 30px 0 50px 0;
	}
	#divUsuario a span
	{
		display: inline;
	}
	#imgCodideep
	{
		display: none;
	}
	#footercontactenos > .text-footerc
	{
		text-align: center;
	}
	.tab-content div div div
	{
		margin-bottom: 10px;
	}
	.table .price-value
	{
		left: 33%;
	}

	#header{
		background: none !important;
		padding: 60px 0px 20px 0px;
		background: #349aed;
		background:linear-gradient(90deg,  #49e5d8 0%,#486cf2 100%)!important;
		height: auto;
	}
	#header h1
	{
		font-size: 30px;
	}
	#header img
	{
		width: 80%;
		padding-left: 17%;
	}
	.servicios-img
	{
		width: 0px;
		height: 0px;
		visibility: hidden;
	}
}

@media screen and (max-width: 576px)
{

	#hostAnual > h5 > span
	{
		font-size: 13px;
	}
	#ofertaAnual
	{
		display: none;
	}
	button{
		margin-bottom: 10px;
	}
	.btn > span:hover
	{
		color: rgb(105, 105, 236);
	}
	label
	{
		font-size:10px;
	}
	h1
	{
		font-size:7vw;
	}
	.navbar-nav > li> a
	{
		font-size: 14px;
	}
	.table .price-value{
		left: 30%;
	}

	#ordenador
	{
		display: none;
	}
}
@media screen and (max-width: 450px)
{
	#btnCursosCodideep
	{
		position: absolute;
		left: 55%;
		transform: translate(-50%, -30%);
	}
	#header img
	{
		width: 90%;
		padding-left: 15%;
	}
	.table .price-value{
		left: 28%;
	}
	#header {
		padding: 80px 0 20px 0;
	}

}
@media screen and (max-width: 380px)
{
	#hostAnual > h5 > span
	{
		font-size: 11px;
	}
	.table .price-value{
		left: 20%;
	}
	#imgUser{
		display:none;
	}
}

.accordion .card-header:after {
	font-family: 'FontAwesome';  
	content: "\f068";
	float: right; 
}
.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067"; 
}