

/*fonts*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap");
:root {
	--green: #81bb26;
	--grey: #f9f9f9;
	--grey-text: #646464;
	--black-text: #3a3a3a;
	--yellow: #ecdf8d;
	--blue: #0275d8;
}

html {
	overflow-x: hidden !important;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.error {
	border: red solid 1px;
}

.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

  }

/*fonts*/

h1 {
	font-weight: 600;
	font-size: 24px;
}

h2 {
	font-weight: 600;
	font-size: 22px;
}

h3 {
	font-weight: 600;
	font-size: 20px;
}

h4 {
	font-weight: 600;
	font-size: 16px;
}


/*helpers*/

.status-red {
	color: #fff;
	background: #f75f5f;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 100px;
}

.status-yellow {
	color: #fff;
	background: #f9d06e;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 100px;
}

.status-green {
	color: #fff;
	background: #57c87e;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 100px;
}

.btn-round {
	border-radius: 100px;
}

.h-100 {
	height: 100vh;
}

.animate-fast {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.animate-slow {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.container-navigation {
	height: 100vh;
	position: fixed;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.08);
	z-index: 2;
	background: #575756 !important;
	max-width: 200px;
}

.color-bar {
	background: var(--green);
	height: 10px;
	width: 200px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.content {
	padding-left: 200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	.sidebar {
		width: 100%;
		display: inline-block;
	}
	.color-bar {
		background: var(--green);
		height: 5px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 78px;
		z-index: 1000;
	}
}

.container-navigation .logo {
	margin-top: 10%;
	margin-bottom: 10%;
}

.content .title {
	max-width: 60%;
	margin: 0 auto;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 980px) {
	.content .title {
		max-width: 90%;
	}
}

.card-title {
	font-weight: 600;
	font-size: 18px;
	color: var(--grey-text);
}

.card-text {
	font-size: 15px;
}

.btn-card {
	background: var(--green);
	color: #fff;
	font-size: 15px;
	border-radius: 100px;
}

.btn-card:hover {
	transform: scale(1.1);
	color: #fff;
}

.btn-card_back {
	background: var(--grey-text);
	color: #fff;
	font-size: 15px;
	border-radius: 100px;
}

.btn-card_back:hover {
	transform: scale(1.1);
	color: #fff;
}

.btn-card_download {
	background: var(--blue);
	color: #fff;
	font-size: 15px;
}

.btn-card_download:hover {
	transform: scale(1.1);
	color: #fff;
}

.card {
	border: none;
	background: #575756;
}

.card:hover {
	box-shadow: 0 1.1px 1.1px rgba(0, 0, 0, 0.034), 0 2px 1.1px rgba(0, 0, 0, 0.048), 0 5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 20px 20px rgba(0, 0, 0, 0.086), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.card:hover .card-title {
	color: var(--green);
}


/*sidebar*/

.sidebar .card,
.sidebar .card-header {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.sidebar .card:hover {
	box-shadow: none;
}

.sidebar .card .btn-link {
	color: var(--green);
	font-weight: 600;
	font-size: 18px;
}

.sidebar .card .btn-link:hover {
	color: var(--green);
	text-decoration: none;
}

.sidebar .card .btn-link.collapsed {
	color: var(--grey-text);
}

.sidebar .items-menu {
	list-style: none;
	color: var(--grey-text);
}

.sidebar .items-menu li {
	margin-bottom: 12px;
}

.sidebar .items-menu li a {
	color: var(--grey-text);
	font-weight: 400;
}

.sidebar .items-menu li a:hover {
	color: var(--black-text);
	text-decoration: none;
	font-weight: 600;
}

.link-active {
	color: var(--green) !important;
}

.items-menu li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left: 20px;
}

.items-menu li:hover {
	padding-left: 25px;
	cursor: pointer;
}

.link-item-active {
	color: var(--black-text) !important;
	font-weight: 600 !important;
}

.requisitos {
	background: var(--yellow);
}

.requisitos ul li {
	list-style: none;
}

.requisitos ul li strong {
	font-weight: 600;
}

.card-form {
	box-shadow: none !important;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	.sidebar {
		width: 100%;
		display: inline-block;
		position: relative;
	}
	.container-navigation .logo {
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.container-navigation {
		max-width: 100%;
		height: 83px;
	}
}

.card h5,
.card p {
	color: #fff;
}

.card a {
	border-radius: 100px !important;
}

.custom-file-label::after {
	content: "";
	padding: 0;
	margin: 0;
	background: transparent;
}

.file {
	visibility: hidden;
	position: absolute;
}

.input-file-upload {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.button-file {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.modal-dialog {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}

.modal-backdrop {
	height: 100%;
	width: 100%;
}

.modal-content {
	border-radius: 0px !important;
}

.modal-header {
	border-bottom: none;
}

@media (max-width: 768px) {
	.modal-dialog {
		min-height: calc(100vh - 20px);
	}
}

@media only screen and (max-width: 992px) {
	.modal-content {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}

.success-animation {
	width: 100%;
	max-width: 200px;
}

.top-nav {
	background: var(--grey);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1;
	border-right: var(--green) solid 5px;
	background: #575756;
	height: 65px;
}

.nombre-top {
	color: var(--green);
}

.nombre-top span {
	color: var(--grey-text);
}

.nombre-top:hover {
	color: var(--green);
}

.top-nav .dropdown-menu {
	background: var(--black-text);
	color: #fff;
}

.top-nav .nav-item a span {
	color: #fff;
}

.top-nav .dropdown-menu a {
	font-weight: 300;
	font-size: 15px;
	color: #fff;
}

.top-nav .dropdown-menu a:hover {
	background: var(--green);
}

.hide-links {
	display: none !important;
}

@media only screen and (max-width: 992px) {
	.top-nav-container {
		display: none;
	}
	.hide-links {
		display: block !important;
	}
}

.nav-link-sidebar {
	display: block;
}

.icons-menu img {
	width: 100%;
	max-width: 70px;
	margin-bottom: 6% !important;
	margin: 0 auto;
}

.icons-menu img:hover {
	opacity: 0.5;
}

.nav-link-sidebar a,
.nav-link-sidebar a i {
	color: #fff !important;
}

.table-mis-actividades thead {
	background: #575756;
	color: #fff;
}

.button-table_ver {
	font-size: 12px;
	background: var(--blue);
	color: #fff;
	padding: 6px 10px;
	border-radius: 100px;
}

.button-table_ver:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #fff;
}

.button-table_editar {
	font-size: 12px;
	background: var(--yellow);
	color: var(--black-text);
	padding: 6px 10px;
	border-radius: 100px;
}

.button-table_editar:hover {
	text-decoration: none;
	opacity: 0.5;
	color: var(--black-text);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--green);
}

.link-tabs:hover {
	color: var(--green);
}

.link-tabs {
	color: var(--black-text);
}

.nav-pills {
	margin-bottom: 3% !important;
}

@media only screen and (max-width: 960px) {
	.nav-pills {
		margin-bottom: 10% !important;
	}
	.nav-pills .nav-item {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 1600px) {
	.responsive-mobile-table {
		/* display: block; */
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.switch-group.round>label>input+* {
	border-radius: 34px;
}

.switch-group.round>label>input+*::before {
	border-radius: 50%;
}

.switch-group>label {
	position: relative;
	display: inline-block;
	width: auto;
	height: 34px;
	line-height: 34px;
}

.switch-group>label>input {
	opacity: 0;
	width: 0px;
	margin-right: 60px;
}

.switch-group>label>input:checked+*:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.switch-group>label>input:focus+* {
	box-shadow: 0 0 1px #2196f3;
}

.switch-group>label>input+* {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 60px;
}

.switch-group>label>input+*::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch-group.default>label>input:checked+* {
	background-color: #444;
}

.switch-group.info>label>input:checked+* {
	background-color: var(--green);
}

.switch-group.switch-group-sm.round>label>input+* {
	border-radius: 24px;
}

.switch-group.switch-group-sm>label {
	height: 24px;
	line-height: 24px;
}

.switch-group.switch-group-sm>label>input+* {
	width: 50px;
}

.switch-group.switch-group-sm>label>input+*::before {
	height: 16px;
	width: 16px;
}

.select-dos-modal label {
	display: block;
}

.select-dos-modal .selection,
.select-dos-modal span {
	width: 100% !important;
}

.check-in-modal {
	width: 30%;
	margin: 0 auto;
}

.btn-primary {
	border-radius: 100px;
	background-color: #4f91d9;
	border-color: #4f91d9;
}

.calendar-box {
	background: var(--black-text);
}

.calendar-box span {
	color: #fff;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

.select2-selection {
	height: 36px !important;
}

.label-calendar {
	width: 100%;
}

.icons-menu .row {
	height: calc(100vh - 150px);
	margin: 0 auto;
}

@media only screen and (max-width: 960px) {
	.icons-menu .row {
		height: 270px;
	}
	.icons-menu {
		width: auto;
		overflow-x: hidden !important;
		margin-top: 10%;
	}
}


/*menu animation*/


/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}


/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}


/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.15s;
	transition-delay: 0.15s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.32s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.15s;
	transition-delay: 0.15s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.32s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
	top: 0;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: 0.1s;
}


/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
	top: 0;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}


/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}


/*
 * Emphatic
 */

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}


/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
	top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}


/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
	top: 0;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}


/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
}

.menu {
	display: none;
}

@media only screen and (max-width: 960px) {
	.menu {
		display: block;
	}
	.menu-icon {
		display: flex;
		justify-content: end;
	}
}

.container-navigation-icons {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	scrollbar-color: #6c6c6c #575756;
	scrollbar-width: thin;
}

.container-navigation-icons ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 100px !important;
}

.container-navigation-icons li {
	list-style: none;
}

.container-navigation-icons img {
	width: 100%;
	max-width: 70px;
}

.container-navigation-icons img:hover {
	opacity: 0.4;
	transform: scale(0.9);
}

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

button:focus {
	outline: none;
	box-shadow: none;
}

@media only screen and (max-width: 992px) {
	.navbar-expand-lg,
	.navbar {
		padding: 0 !important;
	}
	.container-navigation-icons {
		overflow-y: initial;
		background: #575756;
		transform: translate(-100%, 0);
		opacity: 0;
		-webkit-transition: 50s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: absolute;
		z-index: -1;
	}
	.container-logo {
		text-align: left;
	}
	.menu {
		display: flex;
		margin: 0;
		padding: 0;
		align-items: center;
		justify-content: center;
	}
	.menu-icon {
		display: flex;
	}
	.hamburger {
		position: absolute;
		right: 20px;
		top: 27px;
	}
	.content {
		padding-left: 0px;
		width: 100%;
		margin: 0 auto;
		padding-top: 20% !important;
		padding: 100px 5% 5% 5%;
	}
	.container-navigation-icons ul {
		height: 65vh;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.container-navigation-icons ul li {
		width: 30%;
		display: inline-block;
	}
	.img-top-content{
		width: 150px;
	}
	.container-navigation-icons ul > :first-child {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.container-navigation-icons {
		width: 100%;
		height: 100vh;
		overflow-y: visible;
		scrollbar-color: #6c6c6c #575756;
		scrollbar-width: thin;
	}
	.content {
		padding-left: 0px;
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
		padding: 124px 5% 5% 5% !important;
		height: 100vh !important;
	}
}

@media only screen and (max-width: 960px) {
	.container-navigation-icons {
		background: #575756;
		transform: translate(-100%, 0);
		opacity: 0;
		-webkit-transition: 50s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: absolute;
		z-index: -1;
		top: 73px;
	}
	.container-navigation-icons ul li {
		width: 30%;
		display: inline-block;
	}
	.container-navigation-icons.mostrar-menu {
		transform: translate(0%, 0);
		opacity: 1;
		position: absolute;
		z-index: 1;
	}
	.container-navigation-icons ul {
		height: 65vh;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.container-navigation-icons::-webkit-scrollbar {
	height: 12px;
	width: 8px;
	background: #575756;
}

.container-navigation-icons::-webkit-scrollbar-thumb {
	background: #6c6c6c;
	-webkit-border-radius: 1ex;
}

