@import url(my_flags.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
.green {
  color: #4CAF50; }

.bg-green {
  background-color: #4CAF50 !important;
  color: #FFFFFF; }

.red, .rojo {
  color: #F44336 !important; }

.bg-red, .bg-rojo {
  background-color: #F44336 !important;
  color: #FFFFFF; }

.red-800 {
  color: #C62828 !important; }

.bg-red-800 {
  background-color: #C62828 !important;
  color: #FFFFFF; }

.blue {
  color: #2196F3; }

.bg-blue {
  background-color: #2196F3 !important;
  color: #FFFFFF; }

.blue-800 {
  color: #1565C0; }

.bg-blue {
  background-color: #1565C0 !important;
  color: #FFFFFF; }

.pink {
  color: #E91E63; }

.bg-pink {
  background-color: #E91E63 !important;
  color: #FFFFFF; }

.purple {
  color: #9C27B0; }

.bg-purple {
  background-color: #9C27B0 !important;
  color: #FFFFFF; }

.deep-purple {
  color: #673AB7; }

.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #FFFFFF; }

.indigo {
  color: #3F51B5; }

.bg-indigo {
  background-color: #3F51B5 !important;
  color: #FFFFFF; }

.light-blue {
  color: #00BCD4; }

.bg-light-blue {
  background-color: #00BCD4 !important;
  color: #FFFFFF; }

.teal {
  color: #009688 !important; }

.bg-teal {
  background-color: #009688 !important;
  color: #FFFFFF; }

.light-green {
  color: #8BC34A; }

.bg-light-green {
  background-color: #8BC34A !important;
  color: #FFFFFF; }

.lime {
  color: #CDDC39; }

.bg-lime {
  background-color: #CDDC39 !important;
  color: #FFFFFF; }

.yellow {
  color: #FFEB3B; }

.bg-yellow {
  background-color: #FDD835 !important;
  color: #FFFFFF; }

.yellow-800 {
  color: #F9A825; }

.bg-yellow-800 {
  background-color: #F9A825 !important;
  color: #FFFFFF; }

.amber {
  color: #FFC107; }

.bg-amber {
  background-color: #FFC107 !important;
  color: #FFFFFF !important; }

.orange {
  color: #FF9800; }

.bg-orange {
  background-color: #FF9800 !important;
  color: #FFFFFF; }

.orange-300 {
  color: #FFB74D; }

.bg-orange-300 {
  background-color: #FFB74D !important;
  color: #FFFFFF; }

.orange-warning {
  color: #FFB61C; }

.bg-orange-warning {
  background-color: #FFB61C !important;
  color: #FFFFFF; }

.deep-orange {
  color: #FF5722; }

.bg-deep-orange {
  background-color: #FF5722 !important;
  color: #FFFFFF; }

.brown {
  color: #795548; }

.bg-brown {
  background-color: #795548 !important;
  color: #FFFFFF; }

.grey {
  color: #9E9E9E; }

.bg-grey {
  background-color: #9E9E9E !important;
  color: #FFFFFF; }

.blue-grey {
  color: #607D8B; }

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #FFFFFF; }

.black {
  color: #000000; }

.bg-black {
  background-color: #000000 !important;
  color: #FFFFFF; }

.white {
  color: #FFFFFF; }

.bg-white {
  background-color: #FFFFFF !important;
  color: #000000; }

* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px; }

#nav-icon3 span:nth-child(4) {
  top: 36px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

.f-icon-12:before {
  font-size: 12px; }

.f-icon-14:before {
  font-size: 14px; }

.f-icon-16:before {
  font-size: 16px; }

.f-icon-18:before {
  font-size: 18px; }

.f-icon-21:before {
  font-size: 21px; }

.f-icon-24:before {
  font-size: 24px; }

.f-icon-32:before {
  font-size: 32px; }

.f-icon-48:before {
  font-size: 48px; }

.f-icon-64:before {
  font-size: 64px; }

.f-icon-96:before {
  font-size: 96px; }

/*
* Load Website related LESS files
*/
/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */
.m-0 {
  margin: 0px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
.p-0 {
  padding: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

/*
 * Generate Font-Size Classes (8px - 20px)
 */
.f-8 {
  font-size: 8px !important; }

.f-9 {
  font-size: 9px !important; }

.f-10 {
  font-size: 10px !important; }

.f-11 {
  font-size: 11px !important; }

.f-12 {
  font-size: 12px !important; }

.f-13 {
  font-size: 13px !important; }

.f-14 {
  font-size: 14px !important; }

.f-15 {
  font-size: 15px !important; }

.f-16 {
  font-size: 16px !important; }

.f-17 {
  font-size: 17px !important; }

.f-18 {
  font-size: 18px !important; }

.f-19 {
  font-size: 19px !important; }

.f-20 {
  font-size: 20px !important; }

.f-25 {
  font-size: 25px !important; }

.f-30 {
  font-size: 30px !important; }

.f-40 {
  font-size: 40px !important; }

/*
 * Font Weight
 */
.f-300 {
  font-weight: 300 !important; }

.f-400 {
  font-weight: 400 !important; }

.f-500 {
  font-weight: 500 !important; }

.f-700 {
  font-weight: 700 !important; }

/*
 * Position Classes
 */
.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-static {
  position: static !important; }

/*
 * Overflow
 */
.o-hidden {
  overflow: hidden !important; }

.o-visible {
  overflow: visible !important; }

.o-auto {
  overflow: auto !important; }

/*
 * Display
 */
.d-block {
  display: block !important; }

.di-block {
  display: inline-block !important; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none !important; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent; }

.btn-default:hover:hover,
.btn-default:focus:hover,
.btn-default.focus:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:hover:focus,
.btn-default:focus:focus,
.btn-default.focus:focus,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:hover.focus,
.btn-default:focus.focus,
.btn-default.focus.focus,
.btn-default:active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #fff;
  border-color: transparent; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #2196F3;
  border-color: #0d8aee; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #064475; }

.btn-primary:hover {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0a68b4; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0a68b4; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0a68b4;
  border-color: #064475; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2196F3;
  border-color: #0d8aee; }

.btn-primary .badge {
  color: #2196F3;
  background-color: #fff; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2196F3;
  border-color: transparent; }

.btn-primary:hover:hover,
.btn-primary:focus:hover,
.btn-primary.focus:hover,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary.focus:focus,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:hover.focus,
.btn-primary:focus.focus,
.btn-primary.focus.focus,
.btn-primary:active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2196F3;
  border-color: transparent; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #2196F3;
  border-color: #0d8aee; }

.btn-primary .badge {
  color: #2196F3;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #449d48; }

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3d8b40;
  border-color: #1e441f; }

.btn-success:hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #327334;
  border-color: #1e441f; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4CAF50;
  border-color: #449d48; }

.btn-success .badge {
  color: #4CAF50;
  background-color: #fff; }

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: transparent; }

.btn-success:hover:hover,
.btn-success:focus:hover,
.btn-success.focus:hover,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:hover:focus,
.btn-success:focus:focus,
.btn-success.focus:focus,
.btn-success:active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:hover.focus,
.btn-success:focus.focus,
.btn-success.focus.focus,
.btn-success:active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #4CAF50;
  border-color: transparent; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #4CAF50;
  border-color: #449d48; }

.btn-success .badge {
  color: #4CAF50;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00a5bb; }

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #008fa1;
  border-color: #00343b; }

.btn-info:hover {
  color: #fff;
  background-color: #008fa1;
  border-color: #006f7d; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #008fa1;
  border-color: #006f7d; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #00343b; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00BCD4;
  border-color: #00a5bb; }

.btn-info .badge {
  color: #00BCD4;
  background-color: #fff; }

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: transparent; }

.btn-info:hover:hover,
.btn-info:focus:hover,
.btn-info.focus:hover,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:hover:focus,
.btn-info:focus:focus,
.btn-info.focus:focus,
.btn-info:active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:hover.focus,
.btn-info:focus.focus,
.btn-info.focus.focus,
.btn-info:active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #00BCD4;
  border-color: transparent; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #00BCD4;
  border-color: #00a5bb; }

.btn-info .badge {
  color: #00BCD4;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: #e68900; }

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #663d00; }

.btn-warning:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #a86400; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc7a00;
  border-color: #a86400; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a86400;
  border-color: #663d00; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FF9800;
  border-color: #e68900; }

.btn-warning .badge {
  color: #FF9800;
  background-color: #fff; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: transparent; }

.btn-warning:hover:hover,
.btn-warning:focus:hover,
.btn-warning.focus:hover,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:hover:focus,
.btn-warning:focus:focus,
.btn-warning.focus:focus,
.btn-warning:active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:hover.focus,
.btn-warning:focus.focus,
.btn-warning.focus.focus,
.btn-warning:active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #FF9800;
  border-color: transparent; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #FF9800;
  border-color: #e68900; }

.btn-warning .badge {
  color: #FF9800;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #f32c1e; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #891008; }

.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #891008; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #F44336;
  border-color: #f32c1e; }

.btn-danger .badge {
  color: #F44336;
  background-color: #fff; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: transparent; }

.btn-danger:hover:hover,
.btn-danger:focus:hover,
.btn-danger.focus:hover,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:hover:focus,
.btn-danger:focus:focus,
.btn-danger.focus:focus,
.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:hover.focus,
.btn-danger:focus.focus,
.btn-danger.focus.focus,
.btn-danger:active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #F44336;
  border-color: transparent; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #F44336;
  border-color: #f32c1e; }

.btn-danger .badge {
  color: #F44336;
  background-color: #fff; }

.btn-link {
  color: #2196F3;
  font-weight: normal;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #0a6ebd;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 2px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@-webkit-keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

h1, h2, h3, h4, h5, h6, p, span, a, b, div, pre {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

b {
  font-weight: 400; }

a {
  text-decoration: none;
  color: rgba(15, 8, 13, 0.9); }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ebebeb; }

#sidebar {
  z-index: 10;
  position: absolute;
  left: 0;
  min-width: 190px;
  max-width: 200px;
  width: 20%;
  height: 100%;
  border-right: 2px solid rgba(15, 8, 13, 0.9);
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in; }
  @media screen and (max-width: 600px) {
    #sidebar {
      width: 100%;
      max-width: 100%;
      height: 170px;
      border-right: none;
      border-bottom: 2px solid rgba(15, 8, 13, 0.9);
      position: fixed; } }
  #sidebar .menu {
    height: 100%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 600px) {
      #sidebar .menu {
        width: 100%;
        max-width: 100%; } }
    #sidebar .menu a {
      width: 100%;
      height: 100%; }
    #sidebar .menu .logo {
      margin-top: 10px;
      text-align: center;
      width: 60%;
      max-width: 180px;
      margin-left: 20%; }
      @media screen and (max-width: 600px) {
        #sidebar .menu .logo {
          width: 100px;
          margin-left: 10%; } }
    #sidebar .menu .afp-nombre {
      text-align: center;
      margin-left: 10px; }
      @media screen and (max-width: 600px) {
        #sidebar .menu .afp-nombre {
          text-align: left; } }
    #sidebar .menu .langs {
      position: absolute;
      top: 28%;
      left: 60px;
      z-index: 99; }
      @media screen and (max-width: 600px) {
        #sidebar .menu .langs {
          top: -90px;
          left: 175px; } }
      @media screen and (max-height: 600px) and (min-width: 600px) {
        #sidebar .menu .langs {
          top: 45%; } }
      #sidebar .menu .langs .afp-lang {
        width: 60px;
        height: 40px;
        position: absolute;
        left: 0px;
        bottom: -15px; }
        @media screen and (max-width: 600px) {
          #sidebar .menu .langs .afp-lang {
            top: 105px;
            right: 5px; } }
        #sidebar .menu .langs .afp-lang .myFlag {
          width: 60px;
          height: 40px;
          cursor: pointer !important; }
        #sidebar .menu .langs .afp-lang .fd-all-lang {
          background-color: rgba(255, 255, 255, 0.7);
          padding: 5px;
          position: absolute;
          margin-top: 42px;
          list-style: none;
          visibility: visible !important;
          right: -5px; }
          #sidebar .menu .langs .afp-lang .fd-all-lang .fd-each-lang {
            position: relative;
            margin-top: 4px;
            width: 60px;
            height: 40px; }
          #sidebar .menu .langs .afp-lang .fd-all-lang .fd-each-lang:first-child {
            margin-top: 0; }
    #sidebar .menu .menu-icon {
      position: absolute;
      top: 35%;
      left: 60px; }
      @media screen and (max-width: 600px) {
        #sidebar .menu .menu-icon {
          top: -30px;
          right: 20px;
          left: inherit; } }
      @media screen and (max-height: 600px) and (min-width: 600px) {
        #sidebar .menu .menu-icon {
          top: 45%; } }
      #sidebar .menu .menu-icon #nav-icon4 {
        cursor: pointer; }
    #sidebar .menu .bottom-icons {
      position: absolute;
      bottom: 30px;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #sidebar .menu .bottom-icons {
          top: 90px;
          right: 20px;
          left: inherit;
          text-align: left;
          width: initial; } }
      @media screen and (max-height: 400px) {
        #sidebar .menu .bottom-icons {
          max-width: 190px; } }
      #sidebar .menu .bottom-icons .icon {
        padding: 5px; }
        #sidebar .menu .bottom-icons .icon img {
          max-width: 60px;
          max-height: 60px; }
  #sidebar .menu-right {
    margin-top: 50px;
    display: inline-block;
    max-width: 100%;
    position: absolute;
    min-width: 700px; }
    @media screen and (max-width: 960px) {
      #sidebar .menu-right {
        min-width: 500px; } }
    @media screen and (max-width: 750px) {
      #sidebar .menu-right {
        min-width: 400px; } }
    @media screen and (max-width: 600px) {
      #sidebar .menu-right {
        width: 100%;
        top: 150px;
        margin-top: 30px; } }
    @media screen and (max-height: 400px) {
      #sidebar .menu-right {
        margin-left: 30px; } }
    #sidebar .menu-right .sq-main {
      width: 100%;
      text-align: center; }
      #sidebar .menu-right .sq-main .sq-menu {
        text-align: center;
        border: 1px solid rgba(15, 8, 13, 0.9);
        padding: 20px;
        width: 250px;
        display: inline-block;
        margin: 20px; }
        @media screen and (max-width: 960px) {
          #sidebar .menu-right .sq-main .sq-menu {
            margin: 10px; } }
        @media screen and (max-width: 600px) {
          #sidebar .menu-right .sq-main .sq-menu {
            margin: 20px;
            min-width: 0; } }
        @media screen and (max-height: 400px) {
          #sidebar .menu-right .sq-main .sq-menu {
            margin: 10px;
            padding: 10px; } }
      #sidebar .menu-right .sq-main .sq-menu:hover {
        border-color: transparent;
        background-color: rgba(15, 8, 13, 0.9);
        color: #fff;
        cursor: pointer; }

#sidebar.almost-opened {
  width: 90%;
  max-width: 90%; }
  @media screen and (max-width: 600px) {
    #sidebar.almost-opened {
      width: 100%;
      height: 95%;
      max-width: 100%;
      overflow-y: scroll; } }

#sidebar.almost-opened + #main {
  position: fixed; }

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  opacity: .8;
  margin-top: 20px;
  font-size: 11px;
  padding: 20px;
  text-align: center;
  background-color: rgba(15, 8, 13, 0.9);
  color: #fff; }

#main {
  z-index: 1;
  height: 100%;
  width: 80%;
  position: absolute;
  left: 198px;
  overflow-y: scroll;
  background-color: #ebebeb; }
  @media screen and (max-width: 960px) {
    #main {
      width: 78%;
      left: 190px; } }
  @media screen and (max-width: 750px) {
    #main {
      width: 75%;
      left: 180px; } }
  @media screen and (max-width: 600px) {
    #main {
      left: 0;
      width: 100%;
      top: 175px;
      margin-bottom: 40px;
      padding-bottom: 50px; } }
  #main #content {
    padding: 10px; }

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

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.floatnone {
  float: none; }

.sweet-alert, .swal2-confirm {
  border-radius: 2px;
  padding: 10px 30px; }
  .sweet-alert .h2, .swal2-confirm .h2 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1; }
  .sweet-alert .lead, .swal2-confirm .lead {
    font-size: 13px; }
  .sweet-alert .btn, .swal2-confirm .btn {
    padding: 6px 12px;
    font-size: 13px;
    margin: 20px 2px 0; }

.sweet-alert .icon.error, .swal2-modal .icon.error {
  border-color: #F44336 !important;
  opacity: .6; }
  .sweet-alert .icon.error .line, .swal2-modal .icon.error .line {
    background-color: #F44336 !important; }

.sweet-alert .icon.info, .swal2-modal .icon.info {
  border-color: #2196F3 !important;
  opacity: .6; }
  .sweet-alert .icon.info .line, .swal2-modal .icon.info .line {
    background-color: #2196F3 !important; }

.sweet-alert .icon.info:after, .sweet-alert .icon.info:before, .swal2-modal .icon.info:after, .swal2-modal .icon.info:before {
  background-color: #2196F3 !important; }

.sweet-alert .icon.warning, .swal2-modal .icon.warning {
  border-color: #FF9800 !important;
  opacity: .6; }
  .sweet-alert .icon.warning .line, .swal2-modal .icon.warning .line {
    background-color: #FF9800 !important; }

.sweet-alert .icon.success, .swal2-modal .icon.success {
  border-color: #4CAF50 !important;
  opacity: .6; }
  .sweet-alert .icon.success .line, .swal2-modal .icon.success .line {
    background-color: #4CAF50 !important; }

.sweet-alert .btn, .sweet-alert button, .swal2-modal .btn, .swal2-modal button {
  padding: 6px 12px !important;
  font-size: 13px !important;
  margin: 20px 2px 0 !important; }

.sweet-alert .swal2-icon, .swal2-modal .swal2-icon {
  margin-bottom: 10px !important; }

.sweet-alert h2, .sweet-alert .swal2-title, .swal2-modal h2, .swal2-modal .swal2-title {
  font-weight: 300 !important;
  color: rgba(15, 8, 13, 0.9) !important; }

.sweet-alert .swal2-close, .swal2-modal .swal2-close {
  display: none !important;
  color: #F44336 !important; }

.sweet-alert .swal2-buttonswrapper, .swal2-modal .swal2-buttonswrapper {
  margin: 0 !important; }

.sweet-alert .swal2-progresscircle, .swal2-modal .swal2-progresscircle {
  background: transparent !important;
  border: 1px solid #2196F3 !important;
  color: #2196F3 !important; }

.sweet-alert .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle, .swal2-modal .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: transparent !important;
  border: 1px solid #cacaca !important;
  color: #cacaca !important; }

.sweet-alert .swal2-progressline, .swal2-modal .swal2-progressline {
  background: #2196F3 !important; }

.sweet-alert .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline, .swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #cacaca !important; }

.btn-warning, .swal2-warning {
  background-color: transparent !important;
  border: 1px solid #FF9800 !important;
  color: #FF9800 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-success, .swal2-success, .swal2-confirm {
  background-color: transparent !important;
  border: 1px solid #4CAF50 !important;
  color: #4CAF50 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-danger, .btn-error, .swal2-cancel {
  background-color: transparent !important;
  border: 1px solid #F44336 !important;
  color: #F44336 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-primary, .btn-info, .swal2-info {
  background-color: transparent !important;
  border: 1px solid #2196F3 !important;
  color: #2196F3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-gray {
  background-color: transparent !important;
  border: 1px solid #cacaca !important;
  color: rgba(15, 8, 13, 0.9) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.fp-content {
  width: 100%;
  height: 100%; }

.afp-inicio .afp-foto {
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

.afp-inicio .afp-slider {
  width: 200px;
  position: absolute;
  top: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }
  .afp-inicio .afp-slider img {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important; }

.afp-inicio .title {
  padding: 20px;
  text-transform: uppercase; }

.afp-inicio .afp-descr {
  word-wrap: break-word;
  text-align: justify;
  text-indent: 20px; }

.afp-inicio .foto2 {
  display: inline-block;
  height: 200px;
  width: 200px;
  padding-left: 20px;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in; }
  @media screen and (max-width: 960px) {
    .afp-inicio .foto2 {
      max-height: 150px;
      max-width: 150px;
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 600px) {
  .afp-inicio .foto2 {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
    .afp-inicio .foto2 img {
      max-height: 100px;
      max-width: 100px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
  .afp-inicio .foto2:hover img {
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; } }

.afp-inicio .descr {
  display: inline-block;
  width: 70%;
  vertical-align: top; }
  @media screen and (max-width: 960px) {
    .afp-inicio .descr {
      width: 60%; } }
  @media screen and (max-width: 750px) {
    .afp-inicio .descr {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .afp-inicio .descr {
      width: initial; }
      .afp-inicio .descr .title {
        margin-top: 30px; }
      .afp-inicio .descr .afp-descr {
        margin-top: 30px; } }

.afp-inicio .langs {
  text-align: center;
  margin-top: 20px; }
  .afp-inicio .langs .cada-lang {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 80px;
    margin-right: 70px; }
    .afp-inicio .langs .cada-lang .flag {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 50px; }
      .afp-inicio .langs .cada-lang .flag:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        height: 50px;
        background-color: #fff;
        opacity: .7; }
      .afp-inicio .langs .cada-lang .flag.op-10:after {
        width: 0% !important; }
      .afp-inicio .langs .cada-lang .flag.op-9:after {
        width: 10% !important; }
      .afp-inicio .langs .cada-lang .flag.op-8:after {
        width: 20% !important; }
      .afp-inicio .langs .cada-lang .flag.op-7:after {
        width: 30% !important; }
      .afp-inicio .langs .cada-lang .flag.op-6:after {
        width: 40% !important; }
      .afp-inicio .langs .cada-lang .flag.op-5:after {
        width: 50% !important; }
      .afp-inicio .langs .cada-lang .flag.op-4:after {
        width: 60% !important; }
      .afp-inicio .langs .cada-lang .flag.op-3:after {
        width: 70% !important; }
      .afp-inicio .langs .cada-lang .flag.op-2:after {
        width: 80% !important; }
      .afp-inicio .langs .cada-lang .flag.op-1:after {
        width: 90% !important; }
    .afp-inicio .langs .cada-lang .hablado {
      position: absolute;
      left: 33px;
      top: -25px; }
    .afp-inicio .langs .cada-lang .audio {
      position: absolute;
      left: 33px;
      bottom: -25px; }
    .afp-inicio .langs .cada-lang .lectura {
      position: absolute;
      left: -25px;
      top: 15px; }
    .afp-inicio .langs .cada-lang .escrito {
      position: absolute;
      right: -25px;
      top: 15px; }

.afp-puestos {
  width: 100%; }
  .afp-puestos .title {
    font-weight: 600;
    text-align: center;
    font-size: 30px; }
  .afp-puestos .all-grupos {
    margin-top: 20px; }
  .afp-puestos .grupo {
    padding: 10px 20px; }
    .afp-puestos .grupo .grupo-title {
      text-align: center;
      width: 100%; }
    .afp-puestos .grupo .grupo-data {
      width: 100%; }
      .afp-puestos .grupo .grupo-data .grupo-to {
        text-align: right;
        float: right; }
    .afp-puestos .grupo .extra-info {
      font-size: 10px; }
      .afp-puestos .grupo .extra-info .extra-titulo {
        font-size: 13px;
        font-weight: 600; }
      .afp-puestos .grupo .extra-info .extra-dir {
        text-align: right;
        float: right;
        max-width: 150px;
        padding: 0 0 0 10px; }

.afp-objetivo {
  text-align: center; }
  .afp-objetivo .title {
    margin-bottom: 20px; }
  .afp-objetivo .cada-obj {
    text-align: left;
    margin: 10px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 1px solid rgba(15, 8, 13, 0.9);
    padding: 20px;
    max-width: 100%;
    position: relative; }
    .afp-objetivo .cada-obj .sub-title {
      width: 100%;
      display: inline-block;
      padding-bottom: 20px; }
      .afp-objetivo .cada-obj .sub-title h3 {
        margin-bottom: 0;
        padding-bottom: 0; }
      .afp-objetivo .cada-obj .sub-title .date {
        font-size: 10px; }
      .afp-objetivo .cada-obj .sub-title .afp-timer {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 11px; }
    .afp-objetivo .cada-obj .blicking {
      display: inline-block;
      padding-right: 10px; }
      .afp-objetivo .cada-obj .blicking span {
        line-height: 14px;
        font-size: 25px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
      .afp-objetivo .cada-obj .blicking span:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
      .afp-objetivo .cada-obj .blicking span:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s; }
    @media screen and (max-width: 960px) {
      .afp-objetivo .cada-obj {
        width: 90%;
        margin-left: 0;
        max-width: 100%; } }

.afp-proyectos {
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .afp-proyectos {
      width: 95%; } }
  .afp-proyectos .filtros {
    text-align: center;
    width: 95%;
    margin-top: 15px;
    background-color: #FFFFFF;
    border: 1px solid rgba(15, 8, 13, 0.9);
    padding: 20px; }
    .afp-proyectos .filtros .checkbox {
      max-width: 200px;
      display: inline-block;
      padding: 20px; }
  .afp-proyectos .datos {
    text-align: left; }
    .afp-proyectos .datos .cada-proyecto {
      width: 80%;
      position: relative;
      background-color: #fff;
      border: 1px solid rgba(15, 8, 13, 0.9);
      margin-top: 15px;
      padding: 20px; }
      .afp-proyectos .datos .cada-proyecto:nth-child(even) {
        margin-left: 15%; }
        @media screen and (max-width: 960px) {
          .afp-proyectos .datos .cada-proyecto:nth-child(even) {
            margin-left: 15%; } }
      .afp-proyectos .datos .cada-proyecto:nth-child(odd) {
        margin-right: 15%; }
        @media screen and (max-width: 960px) {
          .afp-proyectos .datos .cada-proyecto:nth-child(odd) {
            margin-right: 15%; } }
      .afp-proyectos .datos .cada-proyecto .proy-header {
        text-align: center;
        cursor: pointer;
        padding: 10px; }
        .afp-proyectos .datos .cada-proyecto .proy-header .web {
          font-size: 10px; }
        .afp-proyectos .datos .cada-proyecto .proy-header .date {
          position: absolute;
          top: 5px;
          font-size: 10px; }
        .afp-proyectos .datos .cada-proyecto .proy-header .date-to {
          right: 5px;
          text-align: right; }
        .afp-proyectos .datos .cada-proyecto .proy-header .date-from {
          left: 5px;
          text-align: left; }
        .afp-proyectos .datos .cada-proyecto .proy-header .open-body {
          position: absolute;
          top: 30px;
          right: 5px;
          font-size: 30px;
          cursor: pointer; }
      .afp-proyectos .datos .cada-proyecto .proy-dotted-line {
        width: 100%;
        border-bottom: 1px dotted rgba(15, 8, 13, 0.9);
        margin-top: 10px;
        margin-bottom: 10px; }
      .afp-proyectos .datos .cada-proyecto .proy-body {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 1.3s ease-in;
        -moz-transition: all 1.3s ease-in;
        -ms-transition: all 1.3s ease-in;
        -o-transition: all 1.3s ease-in;
        transition: all 1.3s ease-in;
        margin-top: 15px; }
        .afp-proyectos .datos .cada-proyecto .proy-body pre {
          padding: 10px;
          font-size: 14px;
          text-indent: 10px;
          text-align: justify;
          font-weight: 300;
          width: 90%;
          white-space: pre-line; }
        .afp-proyectos .datos .cada-proyecto .proy-body .pro-cont {
          width: 100%;
          vertical-align: top;
          text-align: left;
          margin-top: 20px; }
          .afp-proyectos .datos .cada-proyecto .proy-body .pro-cont h4 {
            text-align: center;
            margin-bottom: 15px; }
          .afp-proyectos .datos .cada-proyecto .proy-body .pro-cont .pros {
            width: 49%;
            display: inline-block;
            vertical-align: top; }
          .afp-proyectos .datos .cada-proyecto .proy-body .pro-cont .contras {
            width: 49%;
            display: inline-block;
            vertical-align: top; }
          .afp-proyectos .datos .cada-proyecto .proy-body .pro-cont span {
            text-align: left;
            font-size: 12px; }
        .afp-proyectos .datos .cada-proyecto .proy-body .tags {
          text-align: center;
          padding: 20px; }
          .afp-proyectos .datos .cada-proyecto .proy-body .tags span {
            padding: 10px 20px;
            margin-right: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            opacity: .7;
            text-transform: lowercase; }
      .afp-proyectos .datos .cada-proyecto .proy-body.opened {
        max-height: 5000px;
        -webkit-transition: all 2s ease-in;
        -moz-transition: all 2s ease-in;
        -ms-transition: all 2s ease-in;
        -o-transition: all 2s ease-in;
        transition: all 2s ease-in; }

.afp-vida {
  width: 100%;
  height: 100%;
  display: inline;
  position: relative; }
  .afp-vida .afp-vida-all {
    margin-top: 10px;
    width: inherit;
    height: inherit;
    overflow-y: scroll;
    position: relative; }
    .afp-vida .afp-vida-all .afp-experiencia {
      position: relative;
      width: 100%; }
      .afp-vida .afp-vida-all .afp-experiencia .datos {
        position: relative;
        width: 45%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid rgba(0, 0, 0, 0.54);
        background-color: rgba(255, 255, 255, 0.7); }
      .afp-vida .afp-vida-all .afp-experiencia .date-from {
        float: left;
        left: 10px;
        font-size: 10px; }
      .afp-vida .afp-vida-all .afp-experiencia .date-to {
        float: right;
        right: 10px;
        font-size: 10px; }
      .afp-vida .afp-vida-all .afp-experiencia .descripcion {
        font-size: 12px;
        margin-top: 15px;
        text-align: justify; }
    .afp-vida .afp-vida-all .afp-experiencia .datos:before {
      position: absolute;
      top: 7px;
      width: 10px;
      height: 10px;
      border-color: rgba(15, 8, 13, 0.9);
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px; }
    .afp-vida .afp-vida-all .afp-experiencia:nth-child(1) .datos {
      margin-top: 0; }
    .afp-vida .afp-vida-all .afp-experiencia:nth-child(even) .datos {
      float: right; }
      .afp-vida .afp-vida-all .afp-experiencia:nth-child(even) .datos .date-from {
        float: left; }
    .afp-vida .afp-vida-all .afp-experiencia:nth-child(odd) .datos .date-from {
      float: right; }
    .afp-vida .afp-vida-all .afp-experiencia:nth-child(even) .datos:before {
      content: '<';
      left: -15px; }
    .afp-vida .afp-vida-all .afp-experiencia:nth-child(odd) .datos:before {
      content: '>';
      right: -15px; }
  .afp-vida .afp-vida-all:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0;
    border-left: 1px solid rgba(15, 8, 13, 0.9);
    background-color: rgba(15, 8, 13, 0.9); }
