/* logos instituciones en select2 */
.select2-container .select2-choice {
	height: 40px;
	line-height: 28px;
}
.select2-chosen {
	margin-top: 4px;
}
div.foto_institucion_select2 {
	overflow: hidden;
	min-width: 500px;
	text-align: left;
}

@media screen and (min-width: 440px){
	div.foto_institucion_select2 > div.foto {
		width: auto;
		text-align: center;
	}
	ul.select2-results div.foto_institucion_select2 > div.foto {
		float: left;
		padding-right: 5px;
		min-width: 33px;
		min-height: 28px;
	}

	div.foto_institucion_select2 img {
		max-width: 28px;
		max-height: 28px;
		margin-right: 0px;
	}
}

/* sacar esto si no queremos sacar los logos en pantallas finas */
@media screen and (max-width: 440px){
	div.foto_institucion_select2 > div.foto {
		display: none;
	}
}

div.foto_institucion_select2 > div {
	display: inline-block;
}

div#stick-footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}

footer.login {
	margin-top: 12px;
	width: 100%;
	text-align: center;
}

.action-buttons a {
	margin: 0 3px;
	display: inline-block;
	opacity: 0.85;
}

.formMail {
	width: 100%;
	padding: 15px 15px 30px;
	border-radius: 4px;
}
.formMail .con-boton-al-lado {
	height: 40px;
	width: 85%;
	margin-right: 1%;
}
.formMail .con-boton-al-lado input {
	height: 40px;
}
.formMail .btn {
	width: 14%;
	min-width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
}
.formMail .btn:hover,
.formMail .btn:focus{

}

.formMail .btn i{
	display: block;
	margin: 0 auto;
	width: 21px;
	height: 16px;
	background-size: contain;
}

.icon-email { background-image: url('../../../img/icons/icon-email.svg'); }

body {
	font-family: 'Roboto', Helvetica, Arial;
	font-size: 16px;
	color: #fff;
	background: #46BABA;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}


a:not(.btn) {
	text-decoration: underline;
	color: #fff;
}

a.tyc, a.ldu {
	text-decoration: underline;
	color: #fff;
	font-size: 10px;
}

a.error, div.error a {
	color: #f05e5e;
}

a.celeste {
	color: #45baba;
}
.input-group-text a {
	color: #000000;
}
.input-group-text a:hover {
	color: #45baba;
}

@media screen and (min-width: 768px){
	.main {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		/* width: 100vw; esto lo dejo comentado porque es lo que generaba que al poner un alart se muestre la barra para scroll lateral */
		min-height: 100vh;
	}
}

.btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.btn-lg{
	font-size: 15px;
}


.btn-primary {
	background: #46BABA;
	color: #fff;
	border-color: #46BABA;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active {
	color: #46BABA;
	background: transparent;
	border-color: #46BABA;
}

.btn-secundario {
	background: #fff;
	color: #000;
	border-color: #46BABA;
}

label {
	color: #989898;
	font-size: 14px;
}
label input[type="checkbox"]{
	display: inline-block;
	vertical-align: 1px;
	margin-right: 4px;
}

/**/

.title {
	margin-bottom: 32px;
}

.title

.title h1,
.title h2,
.title h3 {
	font-size: 30px;
	font-weight: 500;
}
.title h4 {
	font-size: 22px;
}

.title p {
	font-size: 17px;
	color: #989898;
	font-weight: 500;
}

.wrapper {
	width: 100%;
	/* decia 360 */
	max-width: 505px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: auto;
}
.wrapper.extend {
	max-width: 720px;
}

.logo {
	display: block;
	max-width: 210px;
	margin: 0 auto 70px;
	text-decoration: none !important;
}
.logo .trial {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.logo-acadeu {
	width: 205px;
}

@media screen and (min-width: 992px) {
	.logo {
		margin-bottom: 115px;
	}
}

.container {
	width: 100%;
	max-width: 100%;
	color: #000;
	padding: 15px;
	margin: 32px 0;
	background: #fff;
	border-radius: 4px;
}

.container .form-container {
	text-align: center;
}

.no-puedo-ingresar-container {
	min-height: 480px;
}

.no-puedo-ingresar-container-sin-institucion {
	min-height: 370px;
}

.no-puedo-ingresar-container .form-container, .no-puedo-ingresar-container-sin-institucion .form-container {
	min-height: 341px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.form-container-content {
	flex-grow: 4;
	max-width: 100%;
}

.container .form-container .form-group {
	text-align: left;
}

.container .avatar {
	width: 110px;
	height: 110px;
	margin: -50px auto 50px;
	text-align:center;
	border-radius: 50%;
	background: #eee;
	box-shadow: 0 0 0 2px #fff;
	overflow: hidden;
	white-space: nowrap;
}

@media screen and (min-width: 992px){
	.container .avatar {
		margin-top: -90px;
	}
}

.avatar span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.avatar img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.container .actions {
	display: flex;
	justify-content: space-between;
	margin: 24px -15px -15px;
	background: #AFB9C5;
}
.container .actions a {
	display: block;
	padding: 15px;
	font-weight: 500;
	color: #fff;
}
@media screen and (min-width: 992px) {
	.container {
		padding: 40px 50px;
	}
	.container .actions {
		margin: 50px -50px -40px;
	}
}

.profiles li{
	margin: 6px 0;
}
.profiles li a {
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border: 1px solid #AFB9C5;
	background: #fff;
	border-radius: 5px;
	color: #46BABA;
}
.profiles li a .data {
	display: flex;
	align-items: center;
	background: #fff url('../../../img/login/icon-arrow-right.svg') no-repeat center right 20px;
	height: 60px;
	padding: 0 10px;
	transition: 0.3s all;
	border-radius: 5px;
}
.profiles li a:hover .data{
	background-position: center right 15px;
}
.profiles li a .data h2 {
	font-size: 16px;
	margin: 0;
}
.profiles li a .data h2 span{
	color: #AFB9C5;
}
.profiles li a .data h2 i {
	display: inline-block;
	vertical-align: 0px;
	margin-right: 6px;
	color: #AFB9C5;
	font-size: 20px;
	font-weight: bold;
	font-style: initial;
}
.profiles li a .data h2 i:after{
	content: '+';
}
.profiles li a .data[aria-expanded="true"] h2 i:after{
	content: '-';
}
.profiles li p {
	font-size: 11px;
	font-weight: bold;
	color: #AFB9C5;
	min-height: 60px;
	border-top: 1px solid #AFB9C5;
	padding: 6px;
	margin: 0;
}

@media screen and (min-width: 768px){
	.profiles.extend {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.profiles.extend li{
		width: 48%;
	}
}

.change-institution{
	font-weight: 500;
	color: #AFB9C5 !important;
	font-size: 16px;
}

.btn-facebook {
	padding: 14px;
	background: #4DA1FF;
	border-color: #4DA1FF;
}

.center,
.align-center {
	text-align: center !important;
}

.is-invalid .select2-choice.select2-default {
	border: 1px solid rgb(231, 93, 92);
}

div.boton-derecha {
	text-align: right;
}

div.boton-izquierda {
	text-align: left;
}

.invalid-feedback {
	color: #f05e5e;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #f05e5e;
}

.select2-container .select2-choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container.select2-drop-above .select2-choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice abbr,
.select2-search-choice-close {
  background: none;
}
.select2-container .select2-choice abbr:before,
.select2-search-choice-close:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\f00d";
  color: #888;
  position: relative;
  top: -1px;
}
.select2-container .select2-choice abbr:hover:before,
.select2-search-choice-close:hover:before {
  color: #555;
}
.select2-container .select2-choice abbr:before {
  top: -7px;
}
.select2-search-choice-close:hover {
  text-decoration: none !important;
}
.select2-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #4492C9;
  border-width: 0 1px 3px;
}
.select2-drop.select2-drop-above {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice {
  background: #FAFAFA none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #4492C9;
}
.select2-results .select2-highlighted {
  background: #316AC5;
}
.select2-container .select2-choice .select2-arrow {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent none;
  border: none;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
	background-image: none !important;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\f0d7";
  color: #888;
  position: relative;
  left: 5px;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}
.select2-search input {
  background: #fff none;
}
.select2-search:after {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
  content: "\f002";
  color: #777;
  position: relative;
  top: 2px;
  left: -20px;
  z-index: 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-search input.select2-active {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: none !important;
    background-size: auto !important;
  }
  .select2-search input {
    background-position: auto !important;
  }
}
.select2-container-active.select2-dropdown-open .select2-choice {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.select2-container-active.select2-drop-above .select2-choice {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}

.select2-search:after {
	top: -2px;
}

.select2-search input {
    background: #fff none;
}

.select2-search input.select2-active {
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

input.select2-active {
	-webkit-transition-duration: .0s;
	transition-duration: .0s;
}

div.select2error.error ul.select2-choices {
	border-color: rgb(185, 74, 72) !important;
}

div.modal-body p{
	text-align: left;
}

div.modal-body p a{
	color: #46BABA
}