/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
	font-family: Poppins-Regular;
	src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
	font-family: Poppins-Bold;
	src: url("../fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
	font-family: Poppins-Medium;
	src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
	font-family: Raleway-Regular;
	src: url("../fonts/raleway/Raleway-Regular.ttf");
}

@font-face {
	font-family: Raleway-Black;
	src: url("../fonts/raleway/Raleway-Black.ttf");
}

@font-face {
	font-family: Raleway-SemiBold;
	src: url("../fonts/raleway/Raleway-SemiBold.ttf");
}

@font-face {
	font-family: Raleway-Bold;
	src: url("../fonts/raleway/Raleway-Bold.ttf");
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul,
li {
	margin: 0px;
	list-style-type: none;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus,
input:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #acacac;
}
input:-moz-placeholder {
	color: #acacac;
}
input::-moz-placeholder {
	color: #acacac;
}
input:-ms-input-placeholder {
	color: #acacac;
}

textarea::-webkit-input-placeholder {
	color: #acacac;
}
textarea:-moz-placeholder {
	color: #acacac;
}
textarea::-moz-placeholder {
	color: #acacac;
}
textarea:-ms-input-placeholder {
	color: #acacac;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	font-family: Raleway-Regular;
	font-size: 16px;
	color: #999999;
	line-height: 1.4;
}

.bo1 {
	border-bottom: 1px solid #999999;
}

.hov1:hover {
	border-color: #cda035;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px;
	background-image: url("/img/commons/fondoacorl.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.container-login100::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	background-image: url("../images/img-01.png");
}

.mdc-top-app-bar {
	position: static !important;
}

.wrap-login100 {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: rgb(0, 128, 217);
	background: linear-gradient(175deg, #003e76, #0080d9);
	position: relative;
	overflow: auto;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
}

@media (min-width: 700px) {
	.wrap-login100-2 {
		width: 400px;
		/* background-image: url('../../img/commons/home.png'); */
		background: rgb(22, 35, 69);
		background: radial-gradient(
			circle,
			rgba(22, 35, 69, 1) 0%,
			rgba(36, 83, 117, 1) 0%,
			rgba(22, 35, 69, 1) 100%
		);
		border-radius: 29px;
		overflow: hidden;
	}
}

@media (max-width: 700px) {
	.wrap-login100-2 {
		width: 339px;
		background-image: url("../../img/commons/home.png");
		border-radius: 29px;
		overflow: hidden;
	}
}

.bg-h1 {
	background: rgb(37, 64, 122);
	background: linear-gradient(
		90deg,
		rgba(37, 64, 122, 1) 0%,
		rgba(49, 127, 219, 1) 53%,
		rgba(37, 64, 122, 1) 100%
	);
	border: 3px solid #243b70;
}

.bg-h2 {
	background: rgb(3, 91, 245);
	background: linear-gradient(
		90deg,
		rgba(3, 91, 245, 1) 0%,
		rgba(48, 144, 253, 1) 53%,
		rgba(3, 91, 245, 1) 100%
	);
	border: 3px solid #0057f4;
}

.bg-h3 {
	background: rgb(111, 52, 144);
	background: linear-gradient(
		90deg,
		rgba(111, 52, 144, 1) 0%,
		rgba(157, 102, 169, 1) 53%,
		rgba(111, 52, 144, 1) 100%
	);
	border: 3px solid #692d8d;
}

/*------------------------------------------------------------------
[  ]*/
.login100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.login100-form-title {
	font-family: Raleway-Black;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
}

#principal-content-olv-c {
	width: 90% !important;
}

.content-imput-login {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	gap: 20px;
	padding-bottom: 8px;
}

.content-imput-login > svg {
	width: 40px;
}

.content-imput-login > input {
	width: calc(100% - 60px);
	background-color: transparent !important;
	text-align: start;
	font-size: 20px;
	color: #fff;
}

.content-imput-login > input::placeholder {
	color: #fff;
	background-color: transparent !important;
}

/*---------------------------------------------*/
.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	border-bottom: 0.5px solid #ffffff;
}

.input100 {
	font-family: Raleway-SemiBold;
	font-size: 18px;
	line-height: 1.2;
	display: block;
	width: 100%;
	background: transparent !important;
	height: 62px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 30px 0 65px;
	border-bottom: 1px solid #ffffff;
	color: #084f83;
	border: 1px solid #3f4141;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 3px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: #00447f;
}

.input100:focus + .focus-input100 {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 20px;
		opacity: 0;
	}
}

@keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 20px;
		opacity: 0;
	}
}

.symbol-input100 {
	font-size: 24px;
	color: #084f83;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 23px;
	padding-bottom: 5px;
	pointer-events: none;
	-webkit-transition: all 0.4s !important;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
	padding-left: 18px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
	display: none;
}

.label-checkbox100 {
	font-family: Raleway-Regular;
	font-size: 16px;
	color: #999999;
	line-height: 1.2;

	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}

.label-checkbox100::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: rgb(5, 153, 104);
	border: 2px solid #cda035;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
	color: #cda035;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn {
	font-family: "Poppins-Regular";
	letter-spacing: 2px;
	font-size: 25px;
	line-height: 1.5;
	color: #ffffff;
	text-transform: capitalize;
	width: 100%;
	height: 62px;
	border-radius: 10px;
	background: #219be5;
	border: 0.5px solid #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	margin: 30px 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login100-form-btn:hover {
	background: #00437f !important;
	transform: scale(1.02, 1.02);
}

.recuperar {
	/* height: 32px !important;
  font-size: 10px !important; */

	background: #000000 !important;
}

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 1.2;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 10px) / 2);
	height: 40px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background-color: rgb(255, 255, 255);

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-face {
	color: #3b5998;
}

.btn-face i {
	font-size: 20px;
	margin-right: 10px;
	padding-bottom: 1px;
}

.btn-google {
	color: #555555;
}

.btn-google img {
	width: 19px;
	margin-right: 10px;
	padding-bottom: 1px;
}

.btn-face:hover,
.btn-google:hover {
	border-color: #cda035;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: rgb(31, 121, 71);
	border: 1px solid #c80000;
	border-radius: 3px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;

	font-family: Raleway-SemiBold;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

/*//////////////////////////////////////////////////////////////////
[ responsive ]*/

/* @media (max-width: 480px) {
  .wrap-login100 {
    padding-left: 2px;
    padding-right: 0px;
  }
} */

/*//////////////////////////////////////////////////////////////////
[ SCROLL ]*/

@media (max-width: 480px) {
	.scrollbar {
		float: left;
		height: 521px;
		overflow-y: scroll;
		overflow-x: auto;
	}
}

@media (min-width: 480px) {
	.scrollbar {
		float: left;
		height: 497px;
		overflow-y: scroll;
		overflow-x: auto;
	}
}

@media (max-width: 480px) {
	.scrollbar-2 {
		float: left;
		height: 550px;
		overflow-y: scroll;
		overflow-x: auto;
	}
}

@media (min-width: 480px) {
	.scrollbar-2 {
		float: left;
		height: 497px;
		overflow-y: scroll;
		overflow-x: auto;
	}
}

.force-overflow {
	min-height: 0px;
}

#wrapper {
	text-align: center;
	width: 900px;
	margin: auto;
}

#style-1::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

#style-1::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
}

#style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #3b5998;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background-color: #888;
}

.content-image-logo {
	width: 100%;
}

.content-image-logo > a {
	width: 100%;
}

.content-image-logo > a > img {
	width: 100%;
}

.card-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

#content-cards-home {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#content-cards-home > a {
	width: calc(100% / 3 - 20px);
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: ease all 0.4s;
}
#content-cards-home > a > svg {
	width: 90%;
}

#content-cards-home > a:hover {
	transform: scale(1.05, 1.05);
}

.img-home {
	width: 50%;
}

.img-home-congreso {
	width: 100%;
}
.congreso {
	width: calc(100% / 3 - 20px);
	color: #fff;
	border-radius: 10px;
	padding: 0px !important;
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: ease all 0.4s;
}

#content-habeas-data {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-habeas-data > a {
	color: #ffffff;
	font-size: 18px;
}

.title-sin-cuenta {
	margin-top: 40px;
}

#content-registration > p {
	color: #fff;
}
#content-registration > a {
	font-size: 16px;
	letter-spacing: 1px;
	transition: ease all 0.4s;
	color: #fff;
}

.content-principal {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	overflow: hidden;
	padding: 30px;
}

#label-vew-pass {
	color: #ffffff;
	margin: 0px;
	margin-left: 10px;
}

.seePassword {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 4px;
	outline: unset;
	appearance: none !important;
	-webkit-appearance: none;
	position: relative;
}

input[type="checkbox"]:checked {
	background-color: #203857;
	border: 1px solid #ffffff;
}

input[type="checkbox"]:checked::after {
	content: "\2713";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

input[type="checkbox"]::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (min-width: 992px) {
	.wrap-login100 {
		width: 500px;
		height: 800px;
		border-radius: 29px;
	}
}

/* ------------------------------ Footer ------------------------------ */

footer {
	width: 100%;
	height: 60px;
	background-color: #135187;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

#content-fo {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
}

#content-fo a {
	font-size: 20px;
	color: #ffffff;
	transition: ease all 0.4s;
}

#content-fo a:hover {
	color: #ffffff;
	transform: scale(1.05, 1.05);
}

#btn-whatsapp {
	position: absolute;
	top: -70px;
	right: 10px;
	z-index: 111;
	padding: 8px;
	background-color: #32ba46;
	border-radius: 50%;
	transition: ease all 0.4s;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
}

#btn-whatsapp:hover {
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%),
		0 8px 10px -7px rgb(0 0 0 / 20%);
	right: 20px;
	transform: scale(1.05, 1.05);
}

.bg-acorl {
	height: 64px;
	background-color: #297fca !important;
}

.principal-content {
	width: 100%;
	height: 676px;
	position: relative;
	overflow: auto;
}

.principal-content > div {
	width: 100%;
	min-height: 100%;
	/* padding: 20px; */
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	position: absolute;
	top: 0px;
	overflow: hidden;
	background-color: #252362;
	/* background: rgb(0, 128, 217);
	background: linear-gradient(
		21deg,
		rgba(0, 128, 217, 1) 0%,
		rgba(0, 65, 123, 1) 100%
	); */
}

@media (min-width: 768px) {
	.xd .mdc-top-app-bar {
		background-color: #297fca !important;
		color: white;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: space-between;
		box-sizing: border-box;
		width: 100% !important;
		z-index: 4;
	}
}

#style-1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcum {
	width: 100% !important;
	border-radius: 0px;
	background-color: #14b5ea;
	border: 1px solid #ffffff;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}

.breadcum a {
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	color: #ffffff !important;
}

.submit-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.submit-container > button {
	padding: 10px 90px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 17px;
	background-color: #14b5ea;
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%),
		0 5px 5px -3px rgb(0 0 0 / 20%);
	transition: all 0.4s;
}

.submit-container > button:hover {
	transform: scale(1.02, 1.02);
}

#c-pri-form input[type="password"] {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #4f4f4f;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bdbdbd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#content-idioma {
	width: 200px;
	height: 80px;
	background-color: #297fca;
	overflow: auto;
	border-radius: 10px 0px 0px 10px;
	display: none;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	position: absolute;
	right: 0px;
	top: -100px;
	z-index: 111;
	margin: 6px;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 30%);
}

#content-idioma.active {
	display: flex;
}

#content-idioma > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#content-idioma > div > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
}

#content-idioma a {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 6px;
}

#content-idioma a:hover {
	border: 1px solid #162345;
	background-color: #fff;
	color: #297fca;
}

#content-buscar-princ {
	width: 80%;
	height: 110px;
	padding: 10px;
	background-color: #297fca;
	overflow: auto;
	border-radius: 10px;
	display: none;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: -120px;
	z-index: 111;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 30%);
}

#content-buscar-princ.active {
	display: flex;
}

#content-buscar-princ > label {
	width: 100%;
	height: 40px;
	text-align: start;
	font-size: 15px;
	color: #fff;
	font-family: "Poppins-Bold";
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content-buscar-princ > div {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
}

input {
	outline: none;
}

#content-buscar-princ > div > input {
	width: calc(100% - 30px);
	border: none;
	padding: 5px;
}

#content-buscar-princ > div > a {
	width: 30px;
}

#iframe-directorio {
	width: 90%;
	height: calc(100vh - 124px);
}

.title-login h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 30px;
}

#content-ti-log {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background: rgb(0, 128, 217);
	background: linear-gradient(
		21deg,
		rgba(0, 128, 217, 1) 0%,
		rgba(0, 65, 123, 1) 100%
	); */
	padding: 40px 0px;
}

#content-form-log {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#content-icon-reg {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background: rgb(0, 128, 217);
	background: linear-gradient(
		21deg,
		rgba(0, 128, 217, 1) 0%,
		rgba(0, 65, 123, 1) 100%
	);
	padding: 50px 0px 30px;
}

#content-icon-reg h2 {
	font-size: 40px;
}

#content-icon-reg svg {
	padding: 10px;
	border-radius: 50%;
	background-color: #1fafe2;
}

#c-prin-in-t {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#c-pri-form {
	width: 70%;
}

#c-pri-form input,
#c-pri-form select {
	margin-bottom: 10px;
	border-radius: 10px;
	color: #084f83;
	border: 1px solid #474949;
}

#c-pri-form input::placeholder,
#c-pri-form select::placeholder {
	color: #abaeb0;
}

@media screen and (min-width: 992px) {
	#iframe-directorio {
		height: 676px;
	}
}

/* ----------------------------------- web nueva------------------------------------------ */

#content-card-home-n {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	padding: 20px;
}

#content-card-home-n a {
	width: 100%;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	border: 2px solid #fff;
	padding: 15px;
	overflow: hidden;
}

#content-card-home-n a img {
	width: 100%;
	height: 60px;
	object-fit: contain;
}
#content-card-home-n a span {
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 11px;
}
.wrap-login100 {
	background-color: #1b2966 !important;
	background: #1b2966 !important;
}

/* -------------------------------- nuevo style footer-------------------------------- */

#content-lenguaje-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#content-lenguaje-footer svg {
	width: 30px;
	fill: #fff;
}

#content-lenguaje-footer span {
	font-size: 16px;
	color: #fff;
}

#popup-language.active {
	display: flex;
}
#popup-language {
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 11111;
}

#content-pop-leng {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #e8e7ec;
	flex-direction: column;
	padding: 20px;
}

#popup-language h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.btn-cerrar-lenguaje {
	position: absolute;
	right: 10px;
	top: 10px;
}

.btn-cerrar-lenguaje svg {
	fill: #000;
	width: 30px;
}

#content-radio-lenguaje {
	background-color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 20px;
	margin: 10px 0px;
}

#content-radio-lenguaje > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
}

#content-radio-lenguaje > div label {
	width: 100%;
}

#btn-cambiar-lenguaje {
	color: #fff;
	background-color: #007ed5;
	border-radius: 10px;
	font-size: 20px;
	padding: 4px 20px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

/* -------------------------------- fin nuevo style footer-------------------------------- */

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
}

.card-carousel-home {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
}
.card-carousel-home img {
	width: 100%;
}

.content-btn-carousel {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	/* position: absolute;
	bottom: 0px; */
}

.card-carousel-home a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	padding: 2px 20px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 23px;
	border: 1px solid #fff;
	letter-spacing: 1px;
	text-decoration: none;
}

.card-carousel-home a:hover {
	color: #fff;
}

#carousel-home .owl-dot span {
	background: #1a75be;
}

#carousel-home .owl-dot.active span,
#carousel-home .owl-dot:hover span {
	background: #fff;
}

@media (max-width: 1024px) {
	.principal-content {
		height: calc(100% - 120px);
	}
}