/* .container {
     max-width: 960px; 
} */
body {
	background-color: #262B31;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.corpo {
	background: #eceff1;	
	min-height: 100vh;
}

@media (max-width: 768px) {
	.corpo {
		padding-bottom: 110px;
	}

	.card__options .dropdown-menu {
		transform: none !important;
		will-change: auto;
	}
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	text-align: center;
	margin-top: 1.0rem;
}

.cuadro-flotante {
	float: left;
	width: 19rem;
	background-color: white;
	border-style: solid;
	border-width: thin;
	border-color: gray;
	box-shadow: 1px 1px 2px #000000;
	margin-left: 10%;
}

/*
   * Custom translucent site header
   */
.site-header {
	background-color: #494F5C;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	box-shadow: 0px 2px 2px grey;
}

.site-header a {
	color: #B4B2B3;
	transition: ease-in-out color .15s;
}

.site-header a:hover {
	color: #8D8C86;
	text-decoration: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */
.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}

/*
   * Extra utilities
   */
.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

@media ( min-width : 768px) {
	.flex-md-equal>* {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
	}
}

.overflow-hidden {
	overflow: hidden;
}

.bg-jumbotron {
	/*background: #CE4239*/
	background: #FBFBF8;
}

.bg-footer {
	background: #FBFBF8;
}

.fondo-form {
	background: repeating-linear-gradient(-90deg, #52994b, #52994b 50px, #5fa658 50px,
		#5fa658 100px);
}

.bg-verde {
	background-color: #52994b;
}

.text-verde {
	color: #52994b;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-1 {
	opacity: 0.2 !important;
}

.opacity-2 {
	opacity: 0.4 !important;
}

.opacity-3 {
	opacity: 0.6 !important;
}

.opacity-4 {
	opacity: .8 !important;
}

.opacity-5 {
	opacity: 1 !important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
	opacity: 0 !important;
	transition: opacity .25s ease-in-out !important;
	-moz-transition: opacity .25s ease-in-out !important;
	-webkit-transition: opacity .25s ease-in-out !important;
}

.opacity-0h5:hover {
	opacity: 1 !important;
}

input[type=text], [type=search], [type=password], select {
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=submit] {
	width: 100%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}

.card {
	box-shadow: 0px 0px 2px grey;
}

/* Loader */
.loader {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

/* @
keyframes spin { 0% {
	transform: rotate(0deg);
}

100
%
{
transform
:
rotate(
360deg
);
}
} */
.alert {
	position: fixed;
	top: 50px;
	width: auto;
	margin: 2.0rem;
	right: 5px;
	z-index: 99999;
}

.navbar {
	z-index: 9;
}

#inner-message {
	margin: 0 auto;
}

.input-group-append {
	padding-top: 0.5rem;
	margin-left: -2px !important
}

.input-group-prepend {
	padding-top: 0.5rem;
	margin-right: -2px !important
}

/* Input Search */

/* 
.container {
    margin-top: 200px
} */
.microphone {
	border-top-right-radius: 32px !important;
	border-bottom-right-radius: 32px !important;
	background-color: #FBFBF8;
}

.google {
	border-top-left-radius: 32px !important;
	border-bottom-left-radius: 32px !important;
	background-color: #FBFBF8;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: 0 0 0 0 !important
}

/* .form-control {
	border-right: 0 !important;
	border-left: 0 !important
} */
.buscador {
	font-size: medium;
	background-color: #FBFBF8;
	min-height: 50px;
	border-right: 0 !important;
	border-left: 0 !important;
}

.user-btn {
	border-radius: 25px !important;
	border-radius: 25px !important;
	background-color: #FBFBF8;
	padding-right: 10px;
	text-align: center;
	border: thin solid;
	border-color: #B4B2B3;
	width: 42px;
	margin-left: 10px;
	margin-right: 10px;
}

.menu-btn {
	border-radius: 25px !important;
	border-radius: 25px !important;
	width: 42px;
	text-align: center;
	margin-left: 0.5rem;
}

.menu-btn:hover {
	background-color: #F1F3F4;
}

.imagen-portada {
	background: url("/img/banner.png") no-repeat center top;
	background-size: 100% auto;
}

.jumbotron-noticias {
	background: /* url("/img/banner.png") */ no-repeat center top;
	background-size: 100% auto;
	background-color: #e0e0e0;
}

.tachado {
	font-style: italic;
	text-decoration: line-through;
	text-decoration-color: #1c7430;
	color: maroon;
	filter: grayscale(1);
	height: 10px;
}

.text-primary {
	color: #094C59;
}

.mis-cursos-header {
	background-color: #505763;
	padding: 60px 20px 20px 20px;
}

.card-mis-cursos {
	/*height: 20.0em; */
	/* width: 100.5em; */
	margin: -10px;
}

.card-header-top {
	height: 140px;
}

.card-title-header {
	padding-bottom: -15px;
}

.card-bottom-text {
	background-color: white;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-lg.avatar-4by3 {
    width: 5.33333rem;
}
.avatar.avatar-4by3 {
    width: 4rem;
}
.avatar-lg {
    font-size: 1.33333rem;
    width: 4rem;
    height: 4rem;
}
.avatar {
    font-size: 1rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    position: relative;
    z-index: 0;
}

.flex {
    flex: 1 1 0%;
}

.card__options {
    position: absolute;
    right: 1.25rem;
    top: .625rem;
}

/* Keep card action menus above the floating chat widget on mobile. */
.card__options .dropdown-menu {
	z-index: 1201;
}

.right-0 {
    right: 0 !important;
}

.no-arrow {
    border: none !important;
     content: "" !important;
}

/* Drag an drop files - https://jsfiddle.net/djibe89/2w716qgy/ */

input[type="file"] {
    border: 1px solid #128ff2;
    padding: 6px;
    max-width: 100%;
}

.file-input {
    width: 100%;
}

.submit-btn {
    display: block;
    margin-top: 15px;
    min-width: 100px;
}

@media screen and (min-width: 500px) {
    .file-input {
        width: calc(100% - 115px);
    }

    .submit-btn {
        display: inline-block;
        margin-top: 0;
        margin-left: 10px;
    }
}
.upload-container {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
      margin-top: 60px;
      min-height: 400px;
      position: relative;
      padding: 20px;
}

.upload-header {
    border-bottom: 1px solid #ececec;
}

.upload-header h2 {
    font-weight: 500;
}

.single-upload {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.upload-response {
    overflow-x: hidden;
    word-break: break-all;
}

/* Loader */
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

/* Loader */
.mini-loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 55%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.pre-load {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	margin-top: 5%;
	transform: translate(-50%, -50%);
}

.text-ng-rojo {
	color: #CE4239;
}

overflow {
    width: 5px;
}

scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#my_blue_nav li:hover{
    background-color: #ECEFF1;
    border-radius: 5px;
}

#my_blue_nav li.active {
    background-color: #ECEFF1 !important;
}

.text-justify {
	text-align: justify;
  }

