:root {
	--body_bg: #f5f7fa;
	--body_bg_dark: #333;
	--blue: #cb2e2e;
	--skyblue: #cb2e2e;
	--block-width: 300px;
	--block-height: 43.5rem;
	--border-width: .625rem;
	--border-radius-outer: 8px;
	--border-radius-inner: calc(var(--border-radius-outer) / 2);

	box-sizing: border-box;
	line-height: 1.4;
}



body.dark {
	background: var(--body_bg_dark);
}

body.dark .page-content .page_load .container-secundario {
	background: #cfcfd1;
}

body.dark .ftco-section .wrap {
	background: #cfcfd1;
}

.ftco-section {
	padding: 3rem 0 0 0;
}

.wrap {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);

	border-top: 4px solid var(--skyblue); 
	border-bottom: 4px solid var(--skyblue);

}

.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.wrap .img {
	height: 100%;
	width: 100%;
	max-height: 200px;
}

.c-subscribe-box {
	width: 100%;
	height: var(--block-height);
	overflow: hidden;
	position: relative;
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
	border-radius: var(--border-radius-outer);
}

.c-subscribe-box__wrapper {
	width: 100%;
	height: calc(100% - var(--border-width));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1.2rem 1rem 1.8rem;
	display: flex;
	flex-direction: column;
	border-radius: var(--border-radius-inner);
}

.olvide_password a{
	color: var(--blue);
}

.terminos_condiciones a {
	color: var(--blue);
}

.olvide_password a:hover{
	text-decoration: underline;
	color: var(--skyblue);
	cursor: pointer;
}

.terminos_condiciones a:hover {
	text-decoration: underline;
	color: var(--skyblue);
	cursor: pointer;
}

label {
	color: var(--skyblue);
}

.social-media {
	position: relative;
	width: 100%;
}

.social-media .social-icon {
	display: block;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 16px;
	margin-right: 5px;
	border-radius: 50%;
}

.social-media .social-icon span {
	color: #999999;
}

.social-media .social-icon:hover,
.social-media .social-icon:focus {
	background: #cfe2ff;
}

.social-media .social-icon:hover span,
.social-media .social-icon:focus span {
	color: #999999;
}

.bi-youtube{
	font-size: 2rem; 
	color: #999999; 
	margin-top:5px;
}

.fa-linkedin{
	font-size: 30px;
}