/**
Template Name: Congreso de Guatemala
Author: #
Email: #
File: style.css
=============
  == Table of Contents==
	- Custom Css
	- Generic classes
		-	Margin, Padding, Font class, text align, position, floating, overflow, background class, text color, display class, boarder class
	- Theme Elements
		-	Accordion, Button, tabs, typography, buttons, box shadow, pagination, Basic card
	- General Elements
		-	Lable & Badges, Materialize general elements, Lables
	- Pages
		-   Progress bar, Chat , dark layout
============= */
/*===== Google Fonts =====*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
/**  =====================
      Custom css start
==========================  **/
body {
  background-color: #ecf0f5;
  font-size: 0.9375rem;
  overflow-x: hidden;
  color: #373a3c;
  font-family: "Open Sans", sans-serif;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 200px, rgba(255, 255, 255, 0.9) 0%); }

ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0; }

*:focus {
  outline: none; }

a {
  font-size: 13px;
  color: #37474f;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 1400px) {
    a {
      font-size: 14px; } }
  a:focus, a:hover {
    text-decoration: none;
    color: #448aff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

p {
  font-size: 13px; }

b,
strong {
  font-weight: 600; }

code {
  padding: 0 3px;
  border-radius: 3px; }

.img-radius {
  border-radius: 50%; }

.media-left {
  padding-right: 20px; }

/**====== Custom css end ======**/
/**  =====================
      Main-body css start
==========================  **/
.main-body .page-wrapper {
  padding: 0.6rem;
  transition: all ease-in 0.3s; }

/**====== Main-body css end ======**/
/**  =====================
      Card-Layout css start
==========================  **/
.card {
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  transition: box-shadow .2s; }
  .card .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px 20px;
    border-radius: 0 0 5px 5px; }
  .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px;
    position: relative; }
    .card .card-header.borderless {
      border-bottom: 0px solid transparent; }
      .card .card-header.borderless + .card-block,
      .card .card-header.borderless + .card-block-big,
      .card .card-header.borderless + .card-block-small {
        padding-top: 0; }
    .card .card-header .card-header-left {
      display: inline-block; }
    .card .card-header .card-header-right {
      right: 10px;
      top: 13px;
      display: inline-block;
      float: right;
      padding: 7px 0;
      position: absolute; }
      @media only screen and (max-width: 575px) {
        .card .card-header .card-header-right {
          display: none; } }
      .card .card-header .card-header-right i {
        margin: 0 4px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #37474f;
        line-height: 1; }
      .card .card-header .card-header-right .card-option {
        width: 35px;
        height: 20px;
        overflow: hidden;
        transition: 0.3s ease-in-out; }
        .card .card-header .card-header-right .card-option li {
          display: inline-block; }
    .card .card-header span {
      display: block;
      font-size: 13px;
      margin-top: 5px; }
    .card .card-header h5 {
      margin-bottom: 0;
      color: #37474f;
      font-size: 0.9375rem;
      font-weight: 600;
      display: inline-block;
      margin-right: 10px;
      line-height: 1.1; }
  .card .card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .card .card-block {
    padding: 1.25rem; }
    .card .card-block.card-p-0 {
      padding: 1.25rem 0 0 0; }
    .card .card-block.p-b-0 {
      padding-bottom: 0; }
    .card .card-block table tr {
      padding-bottom: 20px; }
    .card .card-block .sub-title {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px; }
    .card .card-block code {
      background-color: #eee;
      margin: 5px;
      display: inline-block; }
    .card .card-block .dropdown-menu {
      top: 38px; }
    .card .card-block p {
      line-height: 1.4; }
    .card .card-block a.dropdown-item {
      margin-bottom: 0;
      font-size: 14px;
      transition: 0.25s; }
      .card .card-block a.dropdown-item:active,
      .card .card-block a.dropdown-item .active {
        background-color: #448aff; }
    .card .card-block.remove-label i {
      margin: 0;
      padding: 0; }
    .card .card-block.button-list span.badge {
      margin-left: 5px; }
    .card .card-block .dropdown-menu {
      background-color: #fff;
      padding: 0; }
      .card .card-block .dropdown-menu .dropdown-divider {
        background-color: #ddd;
        margin: 3px 0; }
    .card .card-block .dropdown-menu > a {
      padding: 10px 16px;
      line-height: 1.429; }
    .card .card-block .dropdown-menu > li > a:focus,
    .card .card-block .dropdown-menu > li > a:hover {
      background-color: rgba(202, 206, 209, 0.5); }
    .card .card-block .dropdown-menu > li:first-child > a:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    .card .card-block .badge-box {
      padding: 10px;
      margin: 12px 0; }
  .card .card-block-big {
    padding: 1.5625rem; }
  .card .card-block-small {
    padding: 0.9375rem; }

.card-footer {
  background: transparent; }

.congresodolphet .card.full-card {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.44);
  border-radius: 0px;
  width: calc(100vw - 17px);
  height: 100vh; }
  .congresodolphet .card.full-card.card-load {
    position: fixed; }
.congresodolphet .card.card-load {
  position: relative;
  overflow: hidden; }
  .congresodolphet .card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999; }
    .congresodolphet .card.card-load .card-loader i {
      margin: 0 auto;
      color: #448aff;
      font-size: 20px; }

.rotate-refresh {
  animation: mymove 0.8s infinite linear;
  display: inline-block; }

@-webkit-keyframes mymove {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes mymove {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.page-header {
  background-size: cover;
  position: relative;
  border-radius: 0;
  padding-bottom: 50px; }
  .page-header h4 {
    color: #fff;
    font-weight: 400; }
  .page-header .page-block {
    padding: 1.25rem; }
    .page-header .page-block .breadcrumb {
      background: transparent;
      margin-bottom: 0;
      padding: 0; }
      .page-header .page-block .breadcrumb a {
        font-size: 14px;
        color: #fff; }
      .page-header .page-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        font-family: "feather";
        content: "\e844";
        color: #fff; }
      .page-header .page-block .breadcrumb .breadcrumb-item:last-child a {
        color: #fff;
        font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .page-header .page-block .breadcrumb {
      float: left;
      margin-top: 10px; } }

.sub-title {
  border-bottom: 1px solid rgba(204, 204, 204, 0.35);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #2c3e50; }

/**======  Card-Layout css end ======**/
/*======= Typography css start ========*/
.blockquote {
  border-left: 0.25rem solid #eceeef;
  padding: 0.5rem 1rem; }
  .blockquote.blockquote-reverse {
    text-align: right;
    padding-right: 1rem;
    border-right: 0.25rem solid #eceeef;
    border-left: none; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0 0 20px; }
.typography small {
  margin-left: 10px;
  font-weight: 500;
  color: #777; }

.card-block.list-tag ul li {
  display: block;
  float: none;
  margin-bottom: 5px; }
.card-block.list-tag ol li {
  margin-bottom: 5px; }

.inline-order-list {
  margin-top: 50px; }
  .inline-order-list h4,
  .inline-order-list p {
    margin-bottom: 0; }

.card-block ul li.list-inline-item {
  display: inline-block;
  float: left; }

/*======= Typography css end ========*/
/**  =====================
      Modal css start
==========================  **/
.modal {
  z-index: 1050; }
  .modal .modal-dialog {
    pointer-events: all; }

.bd-example .modal {
  display: block;
  position: inherit;
  background-color: #2C3E50;
  margin-bottom: 20px; }

.card .overflow-container h5 {
  margin-bottom: 5px; }

.button-page .card-block a.nav-link {
  margin-bottom: 0; }

.sweet-alert button.confirm {
  background-color: #448aff; }

.sweet-alert .sa-input-error {
  top: 23px; }

/**====== Modal css end ======**/
/**  =====================
      Accordion css start
==========================  **/
.accordion-msg {
  display: block;
  color: #222222;
  padding: 14px 20px;
  border-top: 1px solid #ddd;
  font-weight: 500;
  cursor: pointer; }

.accordion-msg:focus,
.accordion-msg:hover {
  text-decoration: none;
  outline: none; }

.faq-accordion .accordion-desc {
  padding: 20px; }

.accordion-desc {
  color: #222222;
  padding: 0 20px 20px; }

#color-accordion .accordion-desc {
  margin-top: 14px; }

.ui-accordion-header-icon {
  float: right;
  font-size: 20px; }

.accordion-title {
  margin-bottom: 0; }

.accordion-block {
  padding: 0; }
  .accordion-block p {
    margin-bottom: 0; }

.color-accordion-block a.ui-state-active, .color-accordion-block a:focus, .color-accordion-block a:hover {
  color: #fff;
  background: #4680ff; }

a.bg-default:focus,
a.bg-default:hover {
  background-color: #f0f0f0;
  color: #fff; }

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #77aaff;
  color: #fff; }

a.bg-success:focus,
a.bg-success:hover {
  background-color: #b5d98b;
  color: #fff; }

a.bg-info:focus,
a.bg-info:hover {
  background-color: #08e3ff;
  color: #fff; }

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ffcf8a;
  color: #fff; }

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff8585;
  color: #fff; }

/**====== Accordion css end ======**/
/**  =====================
      Tabs css start
==========================  **/
.tab-list p {
  padding: 10px; }

.tab-with-img i {
  position: absolute;
  padding: 5px; }

.tab-icon {
  margin-bottom: 30px; }
  .tab-icon i {
    padding-right: 10px; }

.tab-below {
  border-top: 1px solid #ddd;
  border-bottom: none; }
  .tab-below.nav-tabs .nav-link.active {
    border-color: transparent #ddd #ddd #ddd; }
  .tab-below .nav-item {
    margin-top: -2px; }
  .tab-below.nav-tabs .nav-link {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.card-header ~ .tab-icon .tab-with-img .sub-title i {
  right: 10px; }

.tab-with-img .nav-link {
  position: relative; }

.tabs-left,
.tabs-right {
  min-width: 120px;
  vertical-align: top;
  width: 150px; }

.tabs-left,
.tabs-left-content,
.tabs-right,
.tabs-right-content {
  display: table-cell; }

.nav-tabs.tabs-left .slide {
  height: 35px;
  width: 4px;
  bottom: 15px; }

.nav-tabs.tabs-right .slide {
  height: 35px;
  width: 4px;
  bottom: 15px;
  right: 0; }

.md-tabs.tabs-left .nav-item,
.md-tabs.tabs-right .nav-item,
.tabs-left .nav-item,
.tabs-right .nav-item {
  width: 100%;
  position: relative; }

.md-tabs {
  position: relative; }
  .md-tabs .nav-item + .nav-item {
    margin: 0; }
  .md-tabs .nav-link {
    border: none;
    color: #37474f; }
  .md-tabs .nav-item {
    flex: 1;
    text-align: center;
    position: relative; }
  .md-tabs .nav-link:focus,
  .md-tabs .nav-link:hover {
    border: none; }
  .md-tabs .nav-item .nav-link.active ~ .slide {
    opacity: 1;
    transition: all 0.3s ease-out; }
  .md-tabs .nav-item .nav-link ~ .slide {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .md-tabs .nav-item.open .nav-link,
  .md-tabs .nav-item.open .nav-link:focus,
  .md-tabs .nav-item.open .nav-link:hover,
  .md-tabs .nav-link.active,
  .md-tabs .nav-link.active:focus,
  .md-tabs .nav-link.active:hover {
    color: #448aff;
    border: none;
    background-color: transparent;
    border-radius: 0; }
  .md-tabs .nav-item a {
    padding: 20px 0;
    color: #37474f; }

.nav-tabs .slide {
  background: #448aff;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: left 0.3s ease-out;
  bottom: 0; }
  .nav-tabs .slide .nav-item.show .nav-link,
  .nav-tabs .slide .nav-link {
    color: #448aff; }

.img-tabs img {
  width: 100px;
  margin: 0 auto; }
.img-tabs a {
  opacity: 0.5;
  transition: all ease-in-out 0.3s; }
  .img-tabs a span i {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    bottom: 10px;
    right: 70px; }
  .img-tabs a img {
    border: 3px solid; }
  .img-tabs a.active {
    opacity: 1;
    transition: all ease-in-out 0.3s; }
.img-tabs .nav-item:first-child {
  border-bottom: none; }

#pc-left-panel-menu {
  margin-bottom: 20px; }

.img-circle {
  border-radius: 50%; }

.b-none {
  border: none; }

/**====== Tabs css end ======**/
/**  =====================
      Table css start
==========================  **/
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #4680FE; }

.table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto; }

.table.table-xl td,
.table.table-xl th {
  padding: 1.25rem 2rem; }

.table.table-lg td,
.table.table-lg th {
  padding: 0.9rem 2rem; }

.table.table-de td,
.table.table-de th {
  padding: 0.75rem 2rem; }

.table.table-sm td,
.table.table-sm th {
  padding: 0.6rem 2rem; }

.table.table-xs td,
.table.table-xs th {
  padding: 0.4rem 2rem; }

.table-columned > tbody > tr > td:first-child,
.table-columned > tbody > tr > th:first-child {
  border-left: 0; }
.table-columned > tfoot > tr > td:first-child,
.table-columned > tfoot > tr > th:first-child {
  border-left: 0; }
.table-columned > tbody > tr > td,
.table-columned > tbody > tr > th {
  border: 0;
  border-left: 1px solid #ddd; }
.table-columned > tfoot > tr > td,
.table-columned > tfoot > tr > th {
  border: 0;
  border-left: 1px solid #ddd; }

.table-border-style {
  padding: 0; }
  .table-border-style .table {
    margin-bottom: 0; }

.table > thead > tr > th {
  border-bottom-color: #ccc; }

.table .thead-congreso th {
  color: #fff;
  background-color: #3466af;
  border-color: whitesmoke; }

.table-borderless tbody tr td,
.table-borderless tbody tr th {
  border: 0; }

.table-bordered > thead > tr.border-solid > td,
.table-bordered > thead > tr.border-solid > th {
  border-bottom-width: 2px; }
.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child th {
  border-bottom-width: 2px; }

.table-bordered > thead > tr.border-double > td,
.table-bordered > thead > tr.border-double > th {
  border-bottom-width: 3px;
  border-bottom-style: double; }
.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child th {
  border-bottom-width: 3px;
  border-bottom-style: double; }

/**====== Table css end ======**/
/*====== Warning css starts ======= */
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0; }

.ie-warning p {
  font-size: 17px; }

.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0; }

.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px; }

.ie-warning .iew-download > li {
  float: left;
  vertical-align: top; }

.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0; }

.ie-warning .iew-download > li > a > div {
  margin-top: 10px; }

.ie-warning .iew-download > li > a:hover {
  background-color: #eee; }

/*====== Warning css ends ======= */
.progress {
  height: 1rem; }
  .progress .progress-bar {
    height: 100%;
    color: inherit; }

/**  =====================
      Theme-preloader css start
==========================  **/
.loader-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 9999; }
  .loader-bg .loader-bar {
    position: fixed;
    height: 5px;
    width: 80%;
    top: 0;
    left: 0;
    background: #2196f3;
    animation: barfiller 2.0s; }

@keyframes barfiller {
  0% {
    width: 0; }
  25% {
    width: 20%; }
  50% {
    width: 40%; }
  70% {
    width: 60%; }
  100% {
    width: 80%; } }
@-moz-document url-prefix() {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF url("../images/select-arrow.png") no-repeat 95% center; } }
/**  =====================
      Generic-class css start
========================== **/
.generic-card-block code {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.generic-image-body li {
  padding: 0 20px;
  display: inline-block; }
.generic-image-body code {
  display: block; }
.generic-image-body img {
  display: block;
  margin: 10px auto 20px; }

/*====== Padding , Margin css starts ======*/
.p-0 {
  padding: 0px; }
.p-t-0 {
  padding-top: 0px; }
.p-b-0 {
  padding-bottom: 0px; }
.p-l-0 {
  padding-left: 0px; }
.p-r-0 {
  padding-right: 0px; }

.m-0 {
  margin: 0px; }
.m-t-0 {
  margin-top: 0px; }
.m-b-0 {
  margin-bottom: 0px; }
.m-l-0 {
  margin-left: 0px; }
.m-r-0 {
  margin-right: 0px; }

.p-5 {
  padding: 5px; }
.p-t-5 {
  padding-top: 5px; }
.p-b-5 {
  padding-bottom: 5px; }
.p-l-5 {
  padding-left: 5px; }
.p-r-5 {
  padding-right: 5px; }

.m-5 {
  margin: 5px; }
.m-t-5 {
  margin-top: 5px; }
.m-b-5 {
  margin-bottom: 5px; }
.m-l-5 {
  margin-left: 5px; }
.m-r-5 {
  margin-right: 5px; }

.p-10 {
  padding: 10px; }
.p-t-10 {
  padding-top: 10px; }
.p-b-10 {
  padding-bottom: 10px; }
.p-l-10 {
  padding-left: 10px; }
.p-r-10 {
  padding-right: 10px; }

.m-10 {
  margin: 10px; }
.m-t-10 {
  margin-top: 10px; }
.m-b-10 {
  margin-bottom: 10px; }
.m-l-10 {
  margin-left: 10px; }
.m-r-10 {
  margin-right: 10px; }

.p-15 {
  padding: 15px; }
.p-t-15 {
  padding-top: 15px; }
.p-b-15 {
  padding-bottom: 15px; }
.p-l-15 {
  padding-left: 15px; }
.p-r-15 {
  padding-right: 15px; }

.m-15 {
  margin: 15px; }
.m-t-15 {
  margin-top: 15px; }
.m-b-15 {
  margin-bottom: 15px; }
.m-l-15 {
  margin-left: 15px; }
.m-r-15 {
  margin-right: 15px; }

.p-20 {
  padding: 20px; }
.p-t-20 {
  padding-top: 20px; }
.p-b-20 {
  padding-bottom: 20px; }
.p-l-20 {
  padding-left: 20px; }
.p-r-20 {
  padding-right: 20px; }

.m-20 {
  margin: 20px; }
.m-t-20 {
  margin-top: 20px; }
.m-b-20 {
  margin-bottom: 20px; }
.m-l-20 {
  margin-left: 20px; }
.m-r-20 {
  margin-right: 20px; }

.p-25 {
  padding: 25px; }
.p-t-25 {
  padding-top: 25px; }
.p-b-25 {
  padding-bottom: 25px; }
.p-l-25 {
  padding-left: 25px; }
.p-r-25 {
  padding-right: 25px; }

.m-25 {
  margin: 25px; }
.m-t-25 {
  margin-top: 25px; }
.m-b-25 {
  margin-bottom: 25px; }
.m-l-25 {
  margin-left: 25px; }
.m-r-25 {
  margin-right: 25px; }

.p-30 {
  padding: 30px; }
.p-t-30 {
  padding-top: 30px; }
.p-b-30 {
  padding-bottom: 30px; }
.p-l-30 {
  padding-left: 30px; }
.p-r-30 {
  padding-right: 30px; }

.m-30 {
  margin: 30px; }
.m-t-30 {
  margin-top: 30px; }
.m-b-30 {
  margin-bottom: 30px; }
.m-l-30 {
  margin-left: 30px; }
.m-r-30 {
  margin-right: 30px; }

.p-35 {
  padding: 35px; }
.p-t-35 {
  padding-top: 35px; }
.p-b-35 {
  padding-bottom: 35px; }
.p-l-35 {
  padding-left: 35px; }
.p-r-35 {
  padding-right: 35px; }

.m-35 {
  margin: 35px; }
.m-t-35 {
  margin-top: 35px; }
.m-b-35 {
  margin-bottom: 35px; }
.m-l-35 {
  margin-left: 35px; }
.m-r-35 {
  margin-right: 35px; }

.p-40 {
  padding: 40px; }
.p-t-40 {
  padding-top: 40px; }
.p-b-40 {
  padding-bottom: 40px; }
.p-l-40 {
  padding-left: 40px; }
.p-r-40 {
  padding-right: 40px; }

.m-40 {
  margin: 40px; }
.m-t-40 {
  margin-top: 40px; }
.m-b-40 {
  margin-bottom: 40px; }
.m-l-40 {
  margin-left: 40px; }
.m-r-40 {
  margin-right: 40px; }

.p-45 {
  padding: 45px; }
.p-t-45 {
  padding-top: 45px; }
.p-b-45 {
  padding-bottom: 45px; }
.p-l-45 {
  padding-left: 45px; }
.p-r-45 {
  padding-right: 45px; }

.m-45 {
  margin: 45px; }
.m-t-45 {
  margin-top: 45px; }
.m-b-45 {
  margin-bottom: 45px; }
.m-l-45 {
  margin-left: 45px; }
.m-r-45 {
  margin-right: 45px; }

.p-50 {
  padding: 50px; }
.p-t-50 {
  padding-top: 50px; }
.p-b-50 {
  padding-bottom: 50px; }
.p-l-50 {
  padding-left: 50px; }
.p-r-50 {
  padding-right: 50px; }

.m-50 {
  margin: 50px; }
.m-t-50 {
  margin-top: 50px; }
.m-b-50 {
  margin-bottom: 50px; }
.m-l-50 {
  margin-left: 50px; }
.m-r-50 {
  margin-right: 50px; }

/*====== Padding , Margin css ends ======*/
/*====== Display css starts ======*/
.d-none {
  display: none; }
.d-inline-block {
  display: inline-block; }
.d-inline-flex {
  display: inline-flex; }

/*====== display css ends ======*/
/*====== Border-radius css starts ======*/
.b-radius-0 {
  border-radius: 0px; }

.b-radius-5 {
  border-radius: 5px; }

.b-radius-10 {
  border-radius: 10px; }

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-10 {
  font-size: 10px; }

.f-12 {
  font-size: 12px; }

.f-14 {
  font-size: 14px; }

.f-16 {
  font-size: 16px; }

.f-18 {
  font-size: 18px; }

.f-20 {
  font-size: 20px; }

.f-22 {
  font-size: 22px; }

.f-24 {
  font-size: 24px; }

.f-26 {
  font-size: 26px; }

.f-28 {
  font-size: 28px; }

.f-30 {
  font-size: 30px; }

.f-32 {
  font-size: 32px; }

.f-34 {
  font-size: 34px; }

.f-36 {
  font-size: 36px; }

.f-38 {
  font-size: 38px; }

.f-40 {
  font-size: 40px; }

.f-42 {
  font-size: 42px; }

.f-44 {
  font-size: 44px; }

.f-46 {
  font-size: 46px; }

.f-48 {
  font-size: 48px; }

.f-50 {
  font-size: 50px; }

.f-52 {
  font-size: 52px; }

.f-54 {
  font-size: 54px; }

.f-56 {
  font-size: 56px; }

.f-58 {
  font-size: 58px; }

.f-60 {
  font-size: 60px; }

.f-62 {
  font-size: 62px; }

.f-64 {
  font-size: 64px; }

.f-66 {
  font-size: 66px; }

.f-68 {
  font-size: 68px; }

.f-70 {
  font-size: 70px; }

.f-72 {
  font-size: 72px; }

.f-74 {
  font-size: 74px; }

.f-76 {
  font-size: 76px; }

.f-78 {
  font-size: 78px; }

.f-80 {
  font-size: 80px; }

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100; }

.f-w-200 {
  font-weight: 200; }

.f-w-300 {
  font-weight: 300; }

.f-w-400 {
  font-weight: 400; }

.f-w-500 {
  font-weight: 500; }

.f-w-600 {
  font-weight: 600; }

.f-w-700 {
  font-weight: 700; }

.f-w-800 {
  font-weight: 800; }

.f-w-900 {
  font-weight: 900; }

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal; }
.f-s-italic {
  font-style: italic; }
.f-s-oblique {
  font-style: oblique; }
.f-s-initial {
  font-style: initial; }
.f-s-inherit {
  font-style: inherit; }

/*====== Font-style css ends ======*/
.text {
  /*====== Text-Transform css starts ======*/
  /*====== Text-Transform css ends ======*/
  /*====== Text-Decoration css starts ======*/
  /*====== Text-Decoration css ends ======*/ }
  .text-capitalize {
    text-transform: capitalize; }
  .text-uppercase {
    text-transform: uppercase; }
  .text-lowercase {
    text-transform: lowercase; }
  .text-overline {
    text-decoration: overline; }
  .text-line-through {
    text-decoration: line-through; }
  .text-underline {
    text-decoration: underline; }

/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline; }

.sub {
  vertical-align: sub; }

.super {
  vertical-align: super; }

.top {
  vertical-align: top; }

.text-top {
  vertical-align: text-top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.text-bottom {
  vertical-align: text-bottom; }

.initial {
  vertical-align: initial; }

.inherit {
  vertical-align: inherit; }

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.pos-static {
  position: static; }
.pos-absolute {
  position: absolute; }
.pos-fixed {
  position: fixed; }
.pos-relative {
  position: relative; }
.pos-initial {
  position: initial; }
.pos-inherit {
  position: inherit; }

/*====== Position css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden; }

.o-visible {
  overflow: visible; }

.o-auto {
  overflow: auto; }

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-20 {
  width: 20px; }

.img-30 {
  width: 30px; }

.img-40 {
  width: 40px; }

.img-50 {
  width: 50px; }

.img-60 {
  width: 60px; }

.img-70 {
  width: 70px; }

.img-80 {
  width: 80px; }

.img-90 {
  width: 90px; }

.img-100 {
  width: 100px; }

/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.text-primary {
  color: #448aff; }

.text-warning {
  color: #ffba57; }

.text-default {
  color: #d6d6d6; }

.text-danger {
  color: #ff5252; }

.text-success {
  color: #9ccc65; }

.text-inverse {
  color: #37474f; }

.text-info {
  color: #00bcd4; }

.text-custom {
  color: #64b0f2; }

.text-pink {
  color: #ff7aa3; }

.text-dark {
  color: #2b3d51; }

.text-purple {
  color: #9261c6; }

.text-muted {
  color: #78909c; }

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize; }

.label-primary {
  background: #448aff; }

.label-warning {
  background: #ffba57; }

.label-default {
  background: #d6d6d6; }

.label-danger {
  background: #ff5252; }

.label-success {
  background: #9ccc65; }

.label-inverse {
  background: #37474f; }

.label-info {
  background: #00bcd4; }

.label-warning {
  color: #fff; }

/*======= Label-color css starts  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background: #448aff; }

.badge-warning {
  background: #ffba57; }

.badge-default {
  background: #d6d6d6; }

.badge-danger {
  background: #ff5252; }

.badge-success {
  background: #9ccc65; }

.badge-inverse {
  background: #37474f; }

.badge-info {
  background: #00bcd4; }

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-color-box {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.49);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer; }
  .bg-color-box span {
    color: #fff; }

.bg-primary {
  background-color: #448aff;
  color: #fff; }

.bg-warning {
  background-color: #ffba57;
  color: #fff; }

.bg-default {
  background-color: #d6d6d6;
  color: #fff; }

.bg-danger {
  background-color: #ff5252;
  color: #fff; }

.bg-success {
  background-color: #9ccc65;
  color: #fff; }

.bg-inverse {
  background-color: #37474f;
  color: #fff; }

.bg-info {
  background-color: #00bcd4;
  color: #fff; }

/*======= Background-color css end  ======= */
/*======= Button-color css starts  ======= */
.color-primary {
  background-color: #448aff; }

.color-warning {
  background-color: #ffba57; }

.color-default {
  background-color: #d6d6d6; }

.color-danger {
  background-color: #ff5252; }

.color-success {
  background-color: #9ccc65; }

.color-inverse {
  background-color: #37474f; }

.color-info {
  background-color: #00bcd4; }

/*======= Button-color css ends  ======= */
/*======= Loader-color css starts  ======= */
.loader-primary {
  background-color: #448aff; }

.loader-warning {
  background-color: #ffba57; }

.loader-default {
  background-color: #d6d6d6; }

.loader-danger {
  background-color: #ff5252; }

.loader-success {
  background-color: #9ccc65; }

.loader-inverse {
  background-color: #37474f; }

.loader-info {
  background-color: #00bcd4; }

/*======= Loader-color css ends  ======= */
/*======= Nestable-color css starts  ======= */
.nestable-primary {
  background-color: #448aff;
  border-color: #448aff;
  color: #fff; }

.nestable-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  color: #fff; }

.nestable-default {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #fff; }

.nestable-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  color: #fff; }

.nestable-success {
  background-color: #9ccc65;
  border-color: #9ccc65;
  color: #fff; }

.nestable-inverse {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff; }

.nestable-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff; }

/*======= Nestable-color css ends  ======= */
/*======= Table-Border-Bottom-color css starts  ======= */
table tbody .border-bottom-primary td,
table tbody .border-bottom-primary th,
table thead .border-bottom-primary th {
  border-bottom: 1px solid #448aff; }

table tbody .border-bottom-warning td,
table tbody .border-bottom-warning th,
table thead .border-bottom-warning th {
  border-bottom: 1px solid #ffba57; }

table tbody .border-bottom-default td,
table tbody .border-bottom-default th,
table thead .border-bottom-default th {
  border-bottom: 1px solid #d6d6d6; }

table tbody .border-bottom-danger td,
table tbody .border-bottom-danger th,
table thead .border-bottom-danger th {
  border-bottom: 1px solid #ff5252; }

table tbody .border-bottom-success td,
table tbody .border-bottom-success th,
table thead .border-bottom-success th {
  border-bottom: 1px solid #9ccc65; }

table tbody .border-bottom-inverse td,
table tbody .border-bottom-inverse th,
table thead .border-bottom-inverse th {
  border-bottom: 1px solid #37474f; }

table tbody .border-bottom-info td,
table tbody .border-bottom-info th,
table thead .border-bottom-info th {
  border-bottom: 1px solid #00bcd4; }

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #448aff;
  color: #fff;
  border: 3px solid #448aff; }
  .table-styling .table-primary thead,
  .table-styling.table-primary thead {
    background-color: #116aff;
    border: 3px solid #116aff; }

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #ffba57;
  color: #fff;
  border: 3px solid #ffba57; }
  .table-styling .table-warning thead,
  .table-styling.table-warning thead {
    background-color: #ffa524;
    border: 3px solid #ffa524; }

.table-styling .table-default,
.table-styling.table-default {
  background-color: #d6d6d6;
  color: #fff;
  border: 3px solid #d6d6d6; }
  .table-styling .table-default thead,
  .table-styling.table-default thead {
    background-color: #bdbdbd;
    border: 3px solid #bdbdbd; }

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #ff5252;
  color: #fff;
  border: 3px solid #ff5252; }
  .table-styling .table-danger thead,
  .table-styling.table-danger thead {
    background-color: #ff1f1f;
    border: 3px solid #ff1f1f; }

.table-styling .table-success,
.table-styling.table-success {
  background-color: #9ccc65;
  color: #fff;
  border: 3px solid #9ccc65; }
  .table-styling .table-success thead,
  .table-styling.table-success thead {
    background-color: #83bf3f;
    border: 3px solid #83bf3f; }

.table-styling .table-inverse,
.table-styling.table-inverse {
  background-color: #37474f;
  color: #fff;
  border: 3px solid #37474f; }
  .table-styling .table-inverse thead,
  .table-styling.table-inverse thead {
    background-color: #222c31;
    border: 3px solid #222c31; }

.table-styling .table-info,
.table-styling.table-info {
  background-color: #00bcd4;
  color: #fff;
  border: 3px solid #00bcd4; }
  .table-styling .table-info thead,
  .table-styling.table-info thead {
    background-color: #008fa1;
    border: 3px solid #008fa1; }

/*======= Table styling css ends  ======= */
/*======= Toolbar css starts  ======= */
.toolbar-primary .tool-item {
  background: #448aff; }

.toolbar-primary .tool-item.selected,
.toolbar-primary .tool-item:hover {
  background: #116aff; }

.toolbar-primary.tool-top .arrow {
  border-color: #448aff transparent transparent; }

.toolbar-primary.tool-bottom .arrow {
  border-color: transparent transparent #448aff; }

.toolbar-primary.tool-left .arrow {
  border-color: transparent transparent transparent #448aff; }

.toolbar-primary.tool-right .arrow {
  border-color: transparent #448aff transparent transparent; }

.btn-toolbar-primary.pressed {
  background-color: #448aff; }

.toolbar-warning .tool-item {
  background: #ffba57; }

.toolbar-warning .tool-item.selected,
.toolbar-warning .tool-item:hover {
  background: #ffa524; }

.toolbar-warning.tool-top .arrow {
  border-color: #ffba57 transparent transparent; }

.toolbar-warning.tool-bottom .arrow {
  border-color: transparent transparent #ffba57; }

.toolbar-warning.tool-left .arrow {
  border-color: transparent transparent transparent #ffba57; }

.toolbar-warning.tool-right .arrow {
  border-color: transparent #ffba57 transparent transparent; }

.btn-toolbar-warning.pressed {
  background-color: #ffba57; }

.toolbar-light .tool-item {
  background: #d6d6d6; }

.toolbar-light .tool-item.selected,
.toolbar-light .tool-item:hover {
  background: #bdbdbd; }

.toolbar-light.tool-top .arrow {
  border-color: #d6d6d6 transparent transparent; }

.toolbar-light.tool-bottom .arrow {
  border-color: transparent transparent #d6d6d6; }

.toolbar-light.tool-left .arrow {
  border-color: transparent transparent transparent #d6d6d6; }

.toolbar-light.tool-right .arrow {
  border-color: transparent #d6d6d6 transparent transparent; }

.btn-toolbar-light.pressed {
  background-color: #d6d6d6; }

.toolbar-danger .tool-item {
  background: #ff5252; }

.toolbar-danger .tool-item.selected,
.toolbar-danger .tool-item:hover {
  background: #ff1f1f; }

.toolbar-danger.tool-top .arrow {
  border-color: #ff5252 transparent transparent; }

.toolbar-danger.tool-bottom .arrow {
  border-color: transparent transparent #ff5252; }

.toolbar-danger.tool-left .arrow {
  border-color: transparent transparent transparent #ff5252; }

.toolbar-danger.tool-right .arrow {
  border-color: transparent #ff5252 transparent transparent; }

.btn-toolbar-danger.pressed {
  background-color: #ff5252; }

.toolbar-success .tool-item {
  background: #9ccc65; }

.toolbar-success .tool-item.selected,
.toolbar-success .tool-item:hover {
  background: #83bf3f; }

.toolbar-success.tool-top .arrow {
  border-color: #9ccc65 transparent transparent; }

.toolbar-success.tool-bottom .arrow {
  border-color: transparent transparent #9ccc65; }

.toolbar-success.tool-left .arrow {
  border-color: transparent transparent transparent #9ccc65; }

.toolbar-success.tool-right .arrow {
  border-color: transparent #9ccc65 transparent transparent; }

.btn-toolbar-success.pressed {
  background-color: #9ccc65; }

.toolbar-dark .tool-item {
  background: #37474f; }

.toolbar-dark .tool-item.selected,
.toolbar-dark .tool-item:hover {
  background: #222c31; }

.toolbar-dark.tool-top .arrow {
  border-color: #37474f transparent transparent; }

.toolbar-dark.tool-bottom .arrow {
  border-color: transparent transparent #37474f; }

.toolbar-dark.tool-left .arrow {
  border-color: transparent transparent transparent #37474f; }

.toolbar-dark.tool-right .arrow {
  border-color: transparent #37474f transparent transparent; }

.btn-toolbar-dark.pressed {
  background-color: #37474f; }

.toolbar-info .tool-item {
  background: #00bcd4; }

.toolbar-info .tool-item.selected,
.toolbar-info .tool-item:hover {
  background: #008fa1; }

.toolbar-info.tool-top .arrow {
  border-color: #00bcd4 transparent transparent; }

.toolbar-info.tool-bottom .arrow {
  border-color: transparent transparent #00bcd4; }

.toolbar-info.tool-left .arrow {
  border-color: transparent transparent transparent #00bcd4; }

.toolbar-info.tool-right .arrow {
  border-color: transparent #00bcd4 transparent transparent; }

.btn-toolbar-info.pressed {
  background-color: #00bcd4; }

/*======= Toolbar css ends  ======= */
/*======= Card-Border-Top-color css starts  ======= */
.card-border-primary {
  border-top: 4px solid #448aff; }

.card-border-warning {
  border-top: 4px solid #ffba57; }

.card-border-default {
  border-top: 4px solid #d6d6d6; }

.card-border-danger {
  border-top: 4px solid #ff5252; }

.card-border-success {
  border-top: 4px solid #9ccc65; }

.card-border-inverse {
  border-top: 4px solid #37474f; }

.card-border-info {
  border-top: 4px solid #00bcd4; }

/*======= Card-Border-Top-color css ends  ======= */
/*======= Card-color css starts  ======= */
.card-primary {
  background: #448aff; }

.card-warning {
  background: #ffba57; }

.card-default {
  background: #d6d6d6; }

.card-danger {
  background: #ff5252; }

.card-success {
  background: #9ccc65; }

.card-inverse {
  background: #37474f; }

.card-info {
  background: #00bcd4; }

/*======= Card-color css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-t-primary {
  border-top: 1px solid #448aff; }

.b-b-primary {
  border-bottom: 1px solid #448aff; }

.b-l-primary {
  border-left: 1px solid #448aff; }

.b-r-primary {
  border-right: 1px solid #448aff; }

.b-primary {
  border: 1px solid #448aff; }

.b-t-warning {
  border-top: 1px solid #ffba57; }

.b-b-warning {
  border-bottom: 1px solid #ffba57; }

.b-l-warning {
  border-left: 1px solid #ffba57; }

.b-r-warning {
  border-right: 1px solid #ffba57; }

.b-warning {
  border: 1px solid #ffba57; }

.b-t-default {
  border-top: 1px solid #d6d6d6; }

.b-b-default {
  border-bottom: 1px solid #d6d6d6; }

.b-l-default {
  border-left: 1px solid #d6d6d6; }

.b-r-default {
  border-right: 1px solid #d6d6d6; }

.b-default {
  border: 1px solid #d6d6d6; }

.b-t-danger {
  border-top: 1px solid #ff5252; }

.b-b-danger {
  border-bottom: 1px solid #ff5252; }

.b-l-danger {
  border-left: 1px solid #ff5252; }

.b-r-danger {
  border-right: 1px solid #ff5252; }

.b-danger {
  border: 1px solid #ff5252; }

.b-t-success {
  border-top: 1px solid #9ccc65; }

.b-b-success {
  border-bottom: 1px solid #9ccc65; }

.b-l-success {
  border-left: 1px solid #9ccc65; }

.b-r-success {
  border-right: 1px solid #9ccc65; }

.b-success {
  border: 1px solid #9ccc65; }

.b-t-inverse {
  border-top: 1px solid #37474f; }

.b-b-inverse {
  border-bottom: 1px solid #37474f; }

.b-l-inverse {
  border-left: 1px solid #37474f; }

.b-r-inverse {
  border-right: 1px solid #37474f; }

.b-inverse {
  border: 1px solid #37474f; }

.b-t-info {
  border-top: 1px solid #00bcd4; }

.b-b-info {
  border-bottom: 1px solid #00bcd4; }

.b-l-info {
  border-left: 1px solid #00bcd4; }

.b-r-info {
  border-right: 1px solid #00bcd4; }

.b-info {
  border: 1px solid #00bcd4; }

/*======= All-Borders-color css ends  ======= */
/*======= All-color css start  ======= */
.bg-facebook {
  background: #3B5997; }

.text-facebook {
  color: #3B5997; }

.bg-twitter {
  background: #42C0FB; }

.text-twitter {
  color: #42C0FB; }

.bg-dribbble {
  background: #EC4A89; }

.text-dribbble {
  color: #EC4A89; }

.bg-pinterest {
  background: #BF2131; }

.text-pinterest {
  color: #BF2131; }

.bg-youtube {
  background: #E0291D; }

.text-youtube {
  color: #E0291D; }

.bg-congreso {
  background: #3466af; }

.text-congreso {
  color: #3466af; }

.bg-googleplus {
  background: #C73E2E; }

.text-googleplus {
  color: #C73E2E; }

.bg-instagram {
  background: #AA7C62; }

.text-instagram {
  color: #AA7C62; }

.bg-viber {
  background: #7B519D; }

.text-viber {
  color: #7B519D; }

.bg-amazon {
  background: #000; }

.text-amazon {
  color: #000; }

.bg-behance {
  background: #0057ff; }

.text-behance {
  color: #0057ff; }

.bg-dropbox {
  background: #3380FF; }

.text-dropbox {
  color: #3380FF; }

.bg-c-blue {
  background: #448aff; }

.text-c-blue {
  color: #448aff; }

.bg-c-red {
  background: #ff5252; }

.text-c-red {
  color: #ff5252; }

.bg-c-green {
  background: #9ccc65; }

.text-c-green {
  color: #9ccc65; }

.bg-c-yellow {
  background: #3466af; }

.text-c-yellow {
  color: #3466af; }

.bg-c-orenge {
  background: #ffba57; }

.text-c-orenge {
  color: #ffba57; }

.bg-c-lite-green {
  background: #FE8A7D; }

.text-c-lite-green {
  color: #FE8A7D; }

.bg-c-purple {
  background: #69CEC6; }

.text-c-purple {
  color: #69CEC6; }

/*======= All-color css ends  ======= */
/**  =====================
      Initial Slider starts
==========================  **/
.bg-gray-2 {
  background: #E9E9E9; }

.shadow-secondary {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 109, 240, 0.2) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 109, 240, 0.2) !important; }

.shadow-secondary-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 109, 240, 0.4) !important;
  box-shadow: 0 1rem 3rem rgba(0, 109, 240, 0.4) !important; }

.down-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(45%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%);
  /* w3c */ }

.section-title h2 {
  font-weight: bold; }

.section-title a {
  color: #212121;
  font-weight: bold; }

.footer-01 {
  background: url(../../images/backgrounds/bg-test.png) no-repeat center center;
  background-size: cover;
  color: #fff; }

@media (max-width: 768px) {
  .footer-01 {
    text-align: center; }

  .footer-01 .br-light-1 {
    border: none; } }
.footer-01-link {
  position: relative;
  top: 40px;
  z-index: 99; }

/**  =====================
      Initial Slider ends
==========================  **/
/**  =====================
      Slider text starts
==========================  **/
.slider-home-noticias {
  position: absolute;
  background: #2C67B8;
  color: #fff;
  font-size: 1rem;
  z-index: 99;
  top: 2%;
  left: 6px;
  margin: 0;
  padding: .8rem 1rem;
  font-weight: bold; }

@media (min-width: 768px) {
  .slider-home-noticias {
    font-size: 1.4rem;
    top: 2%;
    left: 7px; } }
/**  =====================
      Slider text ends
==========================  **/
/**  =====================
      Slider starts
==========================  **/
.slider-home-img {
  height: 350px !important; }

@media (min-width: 768px) {
  .slider-home-img {
    height: 570px !important; } }
@media (min-width: 992px) {
  .slider-home-img {
    height: 570px !important; } }
@media (min-width: 1200px) {
  .slider-home-img {
    height: 620px !important; } }
.slider-home .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.slider-home .carousel-control-prev-icon {
  position: absolute;
  bottom: 15%; }

.slider-home .carousel-control-next-icon {
  position: absolute;
  bottom: 15%; }

  /**  =====================
      Slider ends
==========================  **/
  /**  =====================
      Posts righ side starts
==========================  **/
.posts-right-container-1 {
  margin-top: 1rem;
  margin-bottom: 20px; }

.posts-right {
  height: 270px; }

.video-right {
  height: 274px; }

.reg-sol-info {
  padding: 8px !important; }

.cuerpo-destacado {
  margin-top: 35px; }

@media (min-width: 576px) {
  .cuerpo-destacado {
    margin-top: 35px; }

  .reg-sol-info {
    padding: 8px !important; } }
@media (min-width: 768px) {
  .cuerpo-destacado {
    margin-top: 28px; } }
@media (min-width: 992px) {
  .cuerpo-destacado {
    margin-top: 96px;
    margin-left: -20px;
    width: 278px; } }
@media (min-width: 1200px) {
  .cuerpo-destacado {
    margin-top: 151px;
    margin-left: 0px;
    width: auto; } }
.cuerpo-iniciativa {
  margin-top: 35px; }

@media (min-width: 576px) {
  .cuerpo-iniciativa {
    margin-top: 35px; } }
@media (min-width: 768px) {
  .cuerpo-iniciativa {
    margin-top: 28px; } }
@media (min-width: 992px) {
  .cuerpo-iniciativa {
    margin-top: 96px;
    margin-left: -20px;
    width: 278px; } }
@media (min-width: 1200px) {
  .cuerpo-iniciativa {
    margin-top: 151px;
    margin-left: 0px;
    width: auto; } }
.posts-right-iniciativas {
  position: absolute;
  background: #fff;
  color: #2C67B8;
  font-size: 1rem;
  z-index: 99;
  right: 15px;
  top: 10px;
  margin: 0;
  padding: .8rem 1rem;
  font-weight: bold; }

@media (min-width: 992px) {
  .posts-right-iniciativas {
    top: 2rem;
    font-size: 1.4rem; } }
@media (min-width: 1200px) {
  .posts-right-iniciativas {
    top: 1rem;
    right: 11px; } }
/*Media queries starts*/
@media (min-width: 768px) {
  .posts-right-bg {
    height: 275px; } }
@media (min-width: 992px) {
  .posts-right-bg {
    height: 275px; } }
@media (min-width: 1200px) {
  .posts-right-bg {
    height: 300px; } }
/*Media queries ends*/
/*Media titles queries starts*/
.text-regulator-media {
  font-size: 18px; }

.text-regulator-outstanding {
  color: blue; }

.outstanding-regulator {
  color: blue; }

@media (min-width: 768px) {
  .text-regulator-media {
    font-size: 25px; }

  .text-regulator-outstanding {
    font-size: 18px;
    margin-top: 90px; }

  .outstanding-regulator {
    margin-top: 2px !important;
    position: absolute; }

  .text-regulator-category {
    font-size: 18px;
    margin-top: 51px; }

  .category-regulator {
    position: absolute; }

  .reg-sol-info {
    padding: 2px 8px 2px 8px !important; } }
@media (min-width: 992px) {
  .text-regulator-media {
    /*height: 275px;*/ }

  .text-regulator-outstanding {
    /*color: blue;*/ }

  .outstanding-regulator {
    /*color: blue;*/ }

  .text-regulator-category {
    /*color: blue;*/ }

  .category-regulator {
    /*color: blue;*/ } }
@media (min-width: 1200px) {
  .text-regulator-media {
    /*height: 340px; }*/ }

  .text-regulator-outstanding {
    /*color: blue;*/ }

  .outstanding-regulator {
    /*color: blue;*/ }

  .text-regulator-category {
    /*color: blue;*/ }

  .category-regulator {
    /*color: blue;*/ }

  .reg-sol-info {
    padding: 8px !important; } }
/*Media titles queries ends*/
.post-text-destacado {
  color: #ffc20e; }

@media (min-width: 768px) {
  .posts-right-container-1 {
    margin-top: 0; } }
 /**  =====================
      Posts right side ends
==========================  **/
.spacing {
  float: left;
  padding: 90px 0;
  position: relative;
  width: 100%;
  mix-blend-mode: multiply; }

.less-spacing,
.spacing.less-spacing {
  padding: 100px 0; }

.top-spac90,
.spacing.top-spac90 {
  padding-top: 90px; }

.bottom-spac90,
.spacing.bottom-spac90 {
  padding-bottom: 90px; }

.top-spac80,
.spacing.top-spac80 {
  padding-top: 80px; }

.bottom-spac80,
.spacing.bottom-spac80 {
  padding-bottom: 80px; }

.top-spac100,
.spacing.top-spac100 {
  padding-top: 100px; }

.bottom-spac100,
.spacing.bottom-spac100 {
  padding-bottom: 100px; }

.top-spac140,
.spacing.top-spac140 {
  padding-top: 140px; }

.bottom-spac140,
.spacing.bottom-spac140 {
  padding-bottom: 140px; }

.top-spac420,
.spacing.top-spac420 {
  padding-top: 420px; }

.bottom-spac420,
.spacing.bottom-spac420 {
  padding-bottom: 420px; }

.top-spac450,
.spacing.top-spac450 {
  padding-top: 450px; }

.bottom-spac450,
.spacing.bottom-spac450 {
  padding-bottom: 450px; }

.remove-gap,
.spacing.remove-gap {
  padding-top: 0; }

.remove-bottom,
.spacing.remove-bottom {
  padding-bottom: 0; }

.no-spacing,
.spacing.no-spacing {
  padding: 0; }

.gray-bg {
  background-color: #f2f2f2; }

.dark-bg {
  background-color: #262626; }

.white-bg {
  background-color: #fff; }

.container {
  padding: 0;
  max-width: 1170px; }

.remove-ext,
.remove-ext2,
.remove-ext3,
.remove-ext4,
.remove-ext5,
.remove-ext6,
.remove-ext7,
.remove-ext8,
.remove-ext9,
.remove-ext10,
.remove-ext11 {
  float: left;
  margin-bottom: -20px;
  width: 100%; }

.remove-ext2 {
  margin-bottom: -25px; }

.remove-ext3 {
  margin-bottom: -30px; }

.remove-ext4 {
  margin-bottom: -35px; }

.remove-ext5 {
  margin-bottom: -40px; }

.remove-ext6 {
  margin-bottom: -45px; }

.remove-ext7 {
  margin-bottom: -50px; }

.remove-ext8 {
  margin-bottom: -55px; }

.remove-ext9 {
  margin-bottom: -60px; }

.remove-ext10 {
  margin-bottom: -65px; }

.remove-ext11 {
  margin-bottom: -70px; }

.overlap340,
.overlap115 {
  position: relative;
  z-index: 1; }

.overlap340 {
  margin-top: -340px; }

.overlap115 {
  margin-top: -115px; }

.mrg {
  margin: 0; }

.mrg > div {
  padding: 0; }

.mrg10 {
  margin: 0 -5px; }

.mrg10 > div {
  padding: 0 5px; }

.mrg20 {
  margin: 0 -10px; }

.mrg20 > div {
  padding: 0 10px; }

.fixed-bg,
.fixed-bg2 {
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2; }

.fixed-bg {
  background-size: cover; }

.fixed-bg2 {
  background-attachment: scroll;
  background-size: cover; }

.fixed-bg2.pattern-bg,
.fixed-bg.pattern-bg {
  background-size: initial; }

.black-layer:before,
.black-layer2:before,
.white-layer:before,
.gray-layer:before,
.theme-bg-layer:before,
.blue-bg-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

body > .fixed-bg,
body > .fixed-bg2 {
  z-index: -4; }

body.black-layer:before,
body.black-layer2:before,
body.white-layer:before,
body.gray-layer:before,
body.theme-bg-layer:before {
  z-index: -3; }

.blue-bg-layer:before
.white-layer:before {
  background-color: #fff; }

.gray-layer:before {
  background-color: #e5e5e5; }

.black-layer:before {
  background-color: #000000; }

.black-layer2:before {
  background-color: #000c17; }

.opc1:before {
  opacity: .1; }

.opc15:before {
  opacity: .15; }

.opc2:before {
  opacity: .2; }

.opc25:before {
  opacity: .25; }

.opc3:before {
  opacity: .3; }

.opc35:before {
  opacity: .35; }

.opc4:before {
  opacity: .4; }

.opc45:before {
  opacity: .45; }

.opc5:before {
  opacity: .5; }

.opc55:before {
  opacity: .55; }

.opc6:before {
  opacity: .6; }

.opc65:before {
  opacity: .65; }

.opc7:before {
  opacity: .7; }

.opc75:before {
  opacity: .75; }

.opc8:before {
  opacity: .8; }

.opc85:before {
  opacity: .85; }

.opc9:before {
  opacity: .9; }

.opc95:before {
  opacity: .95; }

.yt_iframe {
  border: 0;
  width: 100%;
  max-height: 300px; }
 
.video_iframe {
  border: 0;
  width: 100%;
  height: 900px; }

img {
  max-width: 100%;
  vertical-align: middle; }

/*===== Cross Browser Compatibility =====*/
a,
img,
input,
button,
textarea,
:before,
:after,
.owl-nav > div,
.owl-dots > div,
nav ul ul,
.chosen-results > li,
.toggle-item,
.toggle-item > h4,
.toggle-item > h4 i,
label,
.topbar,
.logo,
.logo > a img,
.notification-close-btn,
.header-search,
.rev-btn,
.product-btns,
nav > div > ul ul,
.event-box2,
.event-info2,
.social-btns-wrap > i,
.social-btns-wrap .social-btns2,
.register-vote-popup-wrapper,
.popup-close,
.res-menu-btn,
.res-menu,
.res-menu-close {
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.product-btns,
.event-carousel > div.slick-arrows,
.social-btns-wrap {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.event-info > a {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.bth-cntr {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.brd-rd50,
.radio-box [type="radio"]:checked + label:before,
.radio-box [type="radio"]:not(:checked) + label:before,
.radio-box [type="radio"]:checked + label:after,
.radio-box [type="radio"]:not(:checked) + label:after,
.check-box [type="checkbox"]:checked + label:before,
.check-box [type="checkbox"]:not(:checked) + label:before,
.check-box [type="checkbox"]:checked + label:after,
.check-box [type="checkbox"]:not(:checked) + label:after {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.brd-rd40 {
  -webkit-border-radius: 40px;
  border-radius: 40px; }

.brd-rd33 {
  -webkit-border-radius: 33px;
  border-radius: 33px; }

.brd-rd30 {
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.brd-rd5,
.page-link,
.page-item.prev .page-link,
.page-item.next .page-link,
nav > div > ul ul,
.brd-rd3 {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/*===== Product Section =====*/
.sec-title > h2 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 40px;
  color: #333; }

.sec-title2 {
  float: left;
  margin-bottom: 60px;
  width: 100%; }

.sec-title2 > h1,
.sec-title2 > h2 {
  font-weight: 800;
  margin-bottom: 0; }

.sec-title2 > h2 {
  font-size: 40px; }

.sec-title2 > h1 span,
.sec-title2 > h2 span {
  font-weight: 600;
  display: inline-block; }

.sec-title2 > p {
  display: inline-block;
  font-size: 18px;
  max-width: 45%;
  font-family: arimo;
  line-height: 33px;
  margin: 10px 0 0; }

.blue-bg-layer .sec-title2 > h1,
.black-layer .sec-title2 > h1,
.black-layer2 .sec-title2 > h1,
.blue-bg-layer .sec-title > h1,
.black-layer .sec-title > h1,
.black-layer2 .sec-title > h1,
.blue-bg-layer .sec-title2 > h2,
.black-layer .sec-title2 > h2,
.black-layer2 .sec-title2 > h2,
.blue-bg-layer .sec-title > h2,
.black-layer .sec-title > h2,
.black-layer2 .sec-title > h2 {
  color: #fff; }

.blue-bg-layer .sec-title2 > p,
.black-layer .sec-title2 > p,
.black-layer2 .sec-title2 > p,
.blue-bg-layer .sec-title > p,
.black-layer .sec-title > p,
.black-layer2 .sec-title > p {
  color: #fbfefc; }

.product-wrap {
  margin-left: -75px;
  width: calc(100% + 150px); }

@media (max-width: 1280px) {
  .product-wrap {
    margin-left: -51px;
    width: calc(100% + 150px); } }
.remove-ext3 .product-box-wrap {
  margin-bottom: 30px; }

.product-box-wrap {
  float: left;
  padding: 0 50px;
  position: relative;
  width: 100%; }

.product-box-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 35px 30px 32px 75px;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2); }

.product-thumb {
  position: absolute;
  left: 0;
  height: 105px;
  width: 105px;
  border: 10px solid #fefffe;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  top: 50%;
  margin-top: -52.5px; }

.product-thumb > img {
  width: 100%;
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.product-btns {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden; }

.product-thumb:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.product-btns > a {
  display: inline-block;
  font-size: 14.33px;
  color: #fff;
  margin: 0 8px;
  position: relative; }

.product-btns > a + a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin-top: -5px; }

.product-box-inner:hover .product-thumb:before {
  opacity: .8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.product-box-inner:hover .product-btns {
  opacity: 1;
  top: 50%;
  visibility: visible; }

.product-info > h6 {
  color: #333;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px; }

.price {
  font-size: 22px;
  font-family: arimo;
  font-weight: 600;
  display: inline-block; }

.price > ins {
  text-decoration: none; }

.price > del {
  color: #999;
  font-weight: 700;
  font-size: 16px; }

.product-wrap.style2 .product-box-inner {
  border: 2px solid #fff;
  /* CAMBIOS OSCAR CEBALLOS 
  * redondear el marco de las cards de comisiones.
  */
  border-radius: 10px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.product-wrap.style2 .product-info > h6 {
  color: #fff; }

.product-wrap.style2 .price > del {
  color: #f2f2f2; }

/*===== News & Updates Sec =====*/
.updates-wrap {
  float: left;
  width: 100%; }

.updates-list-no-image {
  float: left;
  width: 100%; }

.post-box {
  float: left;
  width: 100%; }

.remove-ext4 .post-box {
  margin-bottom: 35px; }

.remove-ext5 .post-box {
  margin-bottom: 40px; }

.remove-ext9 .post-box {
  margin-bottom: 60px; }

.post-thumb {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }

.post-info {
  float: left;
  margin-top: 35px;
  width: 100%; }

.post-info > h6, .post-info2 > h6 {
  margin-bottom: 13px; }

.post-meta {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: inline-block; }

.post-meta > li {
  display: inline-block;
  line-height: 32px;
  margin-right: 15px;
  font-size: 15px; }

.post-meta > li img,
.post-meta > li i {
  margin-right: 5px; }

.updates-list-no-image .post-info {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0; }

.updates-list-no-image > div:last-child .post-info {
  padding-bottom: 0;
  border-bottom: 0; }

.post-box2 {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }

.post-box2 > a {
  float: left;
  width: 100%; }

.post-box2 > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000c17;
  opacity: .8;
  z-index: 1; }

.post-author {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 15px;
  line-height: 32px;
  z-index: 1; }

.post-author > img {
  margin-right: 6px; }

.post-info2 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 40px;
  z-index: 1; }

.post-info2 > h6 {
  color: #fff; }

.remove-ext3 .post-box2 {
  margin-bottom: 30px; }

.post-box2 .post-meta > li a:hover,
.post-box2 .post-meta > li:hover i,
.post-box2 .post-meta > li a:focus,
.post-box2 .post-author > a:hover,
.post-box2 .post-author > a:focus {
  color: #fff; }

.post-box2:hover > a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/*===== New List View =====*/
.post-box.list {
  display: table;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c6c6; }

.post-box.list > * {
  display: table-cell;
  vertical-align: middle;
  float: none; }

.post-box.list .post-thumb {
  width: 42.6%; }

.post-box.list .post-info {
  padding-left: 50px; }

.post-info > p {
  font-style: italic;
  margin: 22px 0 0; }

.post-info > a {
  display: inline-block;
  font-weight: 700;
  margin-top: 18px;
  font-family: arimo;
  font-size: 14px;
  color: #222; }

.post-info > a i {
  font-size: 15px;
  color: #9d9d9d;
  margin-left: 9px; }

.post-box.list .post-info > h6 {
  max-width: 85%;
  color: #333; }

/*===== Vote Registration Section =====*/
.vote-register-wrap {
  float: left;
  width: 100%; }

.vote-register-inner {
  display: inline-block;
  max-width: 570px;
  width: 100%; }

.vote-register-inner > form {
  float: left;
  width: 100%; }

.select-wrap {
  float: left;
  width: 100%;
  text-align: left; }

.select-wrap .chosen-container-single .chosen-single {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-image: none;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  border: 0;
  background-color: #fff;
  font-size: 15px;
  color: #7f7f7f;
  padding: 26px 69px 26px 60px;
  height: initial;
  position: relative; }

.select-wrap .chosen-container-single {
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.select-wrap .chosen-container-single .chosen-single:before {
  content: "\f0d7";
  position: absolute;
  right: 55px;
  font-family: fontawesome;
  font-style: normal;
  top: 50%;
  margin-top: -12px; }

.select-wrap .chosen-with-drop .chosen-single {
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0; }

.select-wrap .chosen-with-drop .chosen-single:before {
  content: "\f0d8"; }

.select-wrap .chosen-container-single .chosen-drop {
  -webkit-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  border: 0;
  overflow: hidden; }

.select-wrap .chosen-container-single .chosen-drop > * {
  padding: 10px; }

.select-wrap .chosen-container-single .chosen-drop .chosen-results > li {
  padding: 10px 20px; }

.select-wrap .chosen-container-single .chosen-drop .chosen-results > li.highlighted {
  background-image: none;
  color: #fff; }

.select-wrap .chosen-container-single .chosen-drop .chosen-results > li.result-selected {
  color: #fff; }

.register-btns {
  float: left;
  width: 100%; }

.register-btns > a,
.coming-soon-form-wrap > a.brd-btn,
.contact-wrap.style2 .contact-form-wrap > form button.brd-btn {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 23px 40px 22px;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  color: #fff;
  font-family: arimo;
  font-weight: 700;
  font-size: 15px;
  border: 5px solid #fff; }

.register-btns > a.fill-btn:hover,
.register-btns > a.fill-btn:focus {
  background-color: transparent;
  border-color: #fff; }

/*===== Background Color =====*/
.blue-bg,
.blue-bg-layer:before,
.theme-btn,
.owl-carousel .owl-dots > div:hover,
.owl-carousel .owl-dots > div.active,
.theme-btn2:hover,
.theme-btn2:focus,
.register-btns > a.brd-btn:hover,
.register-btns > a.brd-btn:focus,
.register-btns > a.fill-btn,
.cause-thumb > a:hover,
.cause-thumb > a:focus,
.coming-soon-form-wrap > a.brd-btn:hover,
.coming-soon-form-wrap > a.brd-btn:focus,
.give-submit-button-wrap > input[type="submit"]:hover,
.give-submit-button-wrap > input[type="submit"]:focus,
.contact-wrap.style2 .contact-form-wrap > form button.brd-btn:hover,
.contact-wrap.style2 .contact-form-wrap > form button.brd-btn:focus,
.cat-wrap > a:hover,
.cat-wrap > a:focus,
.tags-wrap > a:hover,
.tags-wrap > a:focus,
.comment-respond > form.comment-form p.form-submit input.theme-btn2:hover,
.comment-respond > form.comment-form p.form-submit input.theme-btn2:focus,
.res-top-links2 > a.theme-bg:hover,
.res-top-links2 > a.theme-bg:focus,
.theme-btn.theme-bg:hover,
.theme-btn.theme-bg:focus,
.notification-close-btn {
  background-color: #001339; }

.br-light, .br-light-1 {
  border-right: 0.1rem solid #fff; }

/*===== Text Color =====*/
.theme-clr,
.top-links > a:hover,
.top-links > a:focus,
nav > div > ul > li:hover > a,
nav > div > ul > li > a:focus,
.header-search-wrap > a:hover,
.header-search-wrap > a:focus,
.header-search > form button:hover,
.header-search > form button:focus,
.mission-box-info > h6 a:hover,
.mission-box-info > h6 a:focus,
.prioritie-info > h6 a:hover,
.prioritie-info > h6 a:focus,
.fea-inf > h4 a:hover,
.fea-inf > h4 a:focus,
.fea-inf > a:hover,
.fea-inf > a:focus,
.fea-inf > a:hover i,
.fea-inf > a:focus i,
.event-info > h6 a:hover,
.event-info > h6 a:focus,
.product-info > h6 a:hover,
.product-info > h6 a:focus,
.post-info > h6 a:hover,
.post-info > h6 a:focus,
.post-info2 > h6 a:hover,
.post-info2 > h6 a:focus,
.post-meta > li,
.post-author,
.widget-box > ul > li:hover,
.widget-box > ul > li:hover > a,
.widget-box > ul > li a:focus,
.social-btns > a:hover,
.social-btns > a:focus,
.widget-box ul li:hover:before,
.newsletter-wrap2 > form button:hover,
.newsletter-wrap2 > form button:focus,
.bottom-links > li a:hover,
.bottom-links > li a:focus,
.breadcrumb > li.active,
.breadcrumb > li a:hover,
.breadcrumb > li a:focus,
nav > div > ul ul li:hover > a,
nav > div > ul ul li a:focus,
.social-share > a:hover,
.social-share > a:focus,
.header-cart > a:hover,
.header-cart > a:focus,
header.style2 .header-search-wrap > a:hover,
header.style2 .header-search-wrap > a:focus,
.campaign-volunteer-unit-sec.style2 .fea-inf > a,
.campaign-volunteer-unit-sec.style2 .fea-inf > a:hover > i,
.campaign-volunteer-unit-sec.style2 .fea-inf > a:focus > i,
.about-post-info > h6 a:hover,
.about-post-info > h6 a:focus,
.event-info2 > h5 a:hover,
.event-info2 > h5 a:focus,
.event-carousel > div.slick-arrows:hover,
.event-carousel > div.slick-arrows:focus,
.cause-info > h6 a:hover,
.cause-info > h6 a:focus,
.tweet-item > a:hover,
.tweet-item > a:focus,
.history-inner > a:hover,
.history-inner > a:focus,
.mini-post-info > h6 a:hover,
.mini-post-info > h6 a:focus,
.mini-post-meta > a:hover,
.mini-post-meta > a:focus,
.widget-box.widget_search > form > button:hover,
.widget-box.widget_search > form > button:focus,
.widget-box.style2 ul li:hover:before,
.post-info > a:hover,
.post-info > a:focus,
.post-info > a:hover i,
.post-info > a:focus i,
.post-meta2 > li a:hover,
.post-meta2 > li a:focus,
.error-form > button:hover,
.error-form > button:focus,
.team-info > h5 a:hover,
.team-info > h5 a:focus,
.contact-info-list > li a:hover,
.contact-info-list > li a:focus,
.author-info > h6 a:hover,
.author-info > h6 a:focus,
.comment-details > h6 a:hover,
.comment-details > h6 a:focus,
.donor-info > h6 a:hover,
.donor-info > h6 a:focus,
.event-info-list > li a:hover,
.event-info-list > li a:focus,
.product_meta > span > a:hover,
.product_meta > span > a:focus,
.product-tags,
.price > ins,
.product_meta > span span.sku,
.product-detail-tabs > ul.nav-tabs li.nav-item a.nav-link:hover,
.shop_table.cart tr td.product-remove > a:hover,
.shop_table.cart tr td.product-remove > a:focus,
.shop_table.cart tr td.product-name > a:hover,
.shop_table.cart tr td.product-name > a:focus,
.volunteer-info-list > li a:hover,
.volunteer-info-list > li a:focus,
.related-project-info > h6 a:hover,
.related-project-info > h6 a:focus,
.proj-date > a:hover,
.proj-date > a:focus,
.stars > span a:hover,
.stars > span a:focus,
.res-top-links > a:hover,
.res-top-links > a:focus,
.res-menu > ul li:hover > a,
.res-menu > ul li.active > a,
.res-menu > ul li a:focus,
.notifecation-message > a:hover,
.notifecation-message > a:focus,
.rev-btn.theme-btn:hover,
.rev-btn.theme-btn:focus {
  color: #0D5A78; }

/*===== History Section =====*/
.history-wrap {
  float: left;
  width: 100%; }

.history-inner {
  display: inline-block; }

.history-inner > h5 {
  font-weight: 700;
  margin: 27px 0 0; }

.blue-bg-layer .history-inner > h5,
.blue-bg-layer .history-inner > h1,
.blue-bg-layer .history-inner > a {
  color: #fff; }

.history-inner > h1 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 0; }

.history-inner > h1 small {
  display: block;
  font-weight: inherit;
  font-size: 50px;
  margin-bottom: -10px; }

.history-inner > h1 span {
  font-weight: 600; }

.history-inner > a {
  font-size: 107px;
  margin-top: 30px;
  line-height: initial;
  display: inline-block; }

/*===== Updates Grid No Images =====*/
.updates-no-image .post-info {
  border-top: 3px solid #d9d9d9;
  margin-top: 0;
  padding-top: 45px; }

/*===== Gallery Pages =====*/
.gallery-wrap {
  float: left;
  margin-left: -100px;
  width: calc(100% + 200px); }

.gallery-box {
  float: left;
  overflow: hidden;
  width: 100%; }

.remove-ext3 .gallery-box {
  margin-bottom: 30px; }

.remove-ext .gallery-box {
  margin-bottom: 20px; }

.gallery-box > a {
  float: left;
  position: relative;
  width: 100%; }

.gallery-box > a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.gallery-box > a:before {
  z-index: 1; }

.gallery-wrap2 {
  float: left;
  margin-left: -90px;
  width: calc(100% + 180px); }

@media (max-width: 1600px) {
  .quote-message-wrap,
  .newsletter-wrap {
    padding: 105px 80px; }

  .newsletter-wrap {
    padding: 90px 80px; }

  .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 120px 100px;
    min-height: 570px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 122px 100px; }

  .event-carousel::before,
  .event-carousel::after {
    top: 114px;
    bottom: 114px;
    width: 450px; }

  body.boxed main {
    width: 95%; }

  header.style2 .header-top {
    padding: 11px 55px 9px 70px; }

  header.style2 .menu-wrapper {
    padding-left: 400px; }

  .boxed .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 89px 110px;
    min-height: 508px; }

  body.boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 91px 100px; }

  body.boxed .event-carousel::before,
  body.boxed .event-carousel::after {
    top: 109px;
    bottom: 109px; }

  body.boxed header.style2 .header-search {
    left: -400px; } }
@media (min-width: 1590px) and (max-width: 1600px) {
  body.boxed .event-info2 {
    max-width: 90%;
    left: 30px; } }
@media (max-width: 1440px) {
  .quote-message-wrap > i {
    line-height: 120px;
    width: 120px;
    font-size: 75px;
    margin-right: 40px; }

  .newsletter-form div.email-field {
    width: 310px; }

  .quote-message-wrap {
    padding: 107px 60px; }

  .footer-wrap {
    margin-left: -100px;
    width: calc(100% + 200px); }

  .newsletter-wrap2 > form {
    width: 410px; } }
@media (max-width: 1366px) {
  .header-top-inner::before {
    left: -50px;
    right: -50px; }

  nav::before,
  .header-search {
    left: -25px;
    right: -25px; }

  .quote-message-wrap,
  .newsletter-wrap {
    padding: 60px 45px;
    min-height: 302px; }

  .quote-message-wrap > i {
    margin-right: 35px;
    line-height: 130px;
    width: 130px;
    font-size: 80px; }

  .newsletter-form div.email-field {
    max-width: 340px; }

  .sec-box {
    max-width: 1270px; }

  .social-btn {
    padding: 40px; }

  .footer-wrap {
    margin-left: -50px;
    width: calc(100% + 100px); }

  .footer-about {
    padding: 30px 30px 60px; }

  p {
    font-size: 15px; }

  .sec-title2 > p {
    font-size: 20px; }

  .social-btns {
    margin-top: 25px; }

  .newsletter-wrap2 {
    margin-top: 80px; }

  .fact-box2 {
    padding: 0 20px; }

  .facts-wrap2 {
    padding-left: 30px; }

  .newsletter-wrap2 > h4,
  .newsletter-wrap2 > h5 {
    padding-right: 40px; }

  .bottom-bar {
    padding: 25px 20px; }

  .bottom-bar p {
    font-size: 15px; }

  header.style2 .header-top {
    padding: 11px 40px 9px 60px; }

  header.style2 .header-top .logo {
    padding: 30px; }

  header.style2 .menu-wrapper {
    padding-left: 360px; }

  header.style2 nav > div > ul > li {
    margin-right: 35px; }

  header.style2 nav > div > ul > li:last-child {
    margin-right: 0; }

  header.style2 .header-search-wrap > a {
    padding: 28px 35px; }

  .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 100px 80px;
    min-height: 530px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 107px 80px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box > h1 {
    font-size: 72px; }

  .event-carousel::before,
  .event-carousel::after {
    top: 107px;
    bottom: 107px;
    width: 350px; }

  .event-info2 {
    left: 30px;
    bottom: 30px;
    max-width: 90%;
    padding: 35px 25px 32px 140px;
    width: 100%; }

  .event-info2 .event-date {
    left: 20px;
    min-width: 70px;
    font-size: 30px; }

  .event-info2 .event-date > span {
    font-size: 12px; }

  .gallery-wrap,
  .gallery-wrap2 {
    margin-left: -50px;
    width: calc(100% + 100px); }

  body.boxed header.style2 .header-top {
    padding: 11px 40px 9px 40px; }

  body.boxed header.style2 .menu-wrapper {
    padding-left: 320px; }

  body.boxed header.style2 .header-top .logo {
    padding: 20px; }

  .boxed .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 80px 70px;
    min-height: 490px; }

  body.boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 87px 70px; }

  body.boxed .event-carousel::before,
  body.boxed .event-carousel::after {
    top: 103px;
    bottom: 103px; }

  body.boxed header.style2 .header-search {
    left: -320px; }

  .quote-info > h4 {
    font-size: 28px; } }
@media (min-width: 1220px) and (max-width: 1280px) {
  .newsletter-form div.email-field {
    width: 300px;
    max-width: 100%; } }
@media (max-width: 1200px) {
  .container {
    padding: 0 15px; }

  .quote-message-wrap > i {
    margin-right: 30px;
    line-height: 100px;
    width: 100px;
    font-size: 60px; }

  .newsletter-form div.email-field {
    width: 270px;
    max-width: initial; }

  .newsletter-form div.zipcode-field {
    width: 195px; }

  .quote-message-wrap, .newsletter-wrap {
    min-height: 327px; }

  .newsletter-wrap {
    padding: 76px 45px; }

  .event-info > a {
    padding: 15px 40px; }

  .product-wrap {
    margin-left: 0;
    width: calc(100% + 50px); }

  .footer-wrap {
    margin-left: 0;
    width: 100%; }

  .newsletter-wrap2 > form {
    width: 340px; } }
@media (min-width: 1020px) and (max-width: 1030px) {
  header.style2 .header-top {
    padding: 10px 20px; }

  header.style2 .header-top .logo {
    padding: 0;
    background-color: transparent;
    margin: -10px 0; }

  header.style2 .header-top .logo img {
    max-width: 70%;
    margin-top: 11px; }

  header.style2 .menu-wrapper,
  body.boxed header.style2 .menu-wrapper {
    padding-left: 20px; }

  body.boxed header.style2 nav > div > ul {
    margin-right: 23px; } }
@media (max-width: 1024px) {
  .page-top-wrap {
    padding-top: 0; }

  .quote-message-wrap,
  .newsletter-wrap {
    padding: 40px;
    min-height: 308px; }

  .quote-message-wrap > i {
    display: none; }

  .quote-info blockquote {
    font-size: 20px; }

  .title1 > h3 {
    font-size: 30px; }

  .title1 > span {
    font-size: 18px; }

  .title1 {
    margin-bottom: 25px; }

  .newsletter-form div.email-field {
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%; }

  .newsletter-form div.zipcode-field {
    margin-left: 0;
    width: 87%; }

  .quote-message-wrap {
    padding: 63px 40px; }

  h2 {
    font-size: 43px; }

  .about-us > h2 span {
    font-size: 20px; }

  .spacing {
    padding: 100px 0; }

  .fea-inf > span {
    font-size: 20px; }

  h1 {
    font-size: 48px; }

  .event-info {
    padding: 25px 30px 60px; }

  .event-info > a {
    padding: 15px 30px; }

  .theme-btn,
  .theme-btn2,
  .comment-respond > form.comment-form p.form-submit input.theme-btn2 {
    padding: 14px 30px; }

  .theme-btn.big,
  .theme-btn2.big,
  .comment-respond > form.comment-form p.form-submit input.theme-btn2.big,
  .campaign-box > a.theme-btn2 {
    padding: 18px 50px 17px; }

  .product-wrap {
    width: 100%;
    margin-left: 0; }

  .product-box-wrap {
    padding: 0 0 0 40px; }

  .footer-wrap {
    width: 100%;
    margin-left: 0; }

  .footer-about {
    padding: 0 15px 30px; }

  .newsletter-wrap2 {
    margin-top: 50px; }

  .newsletter-wrap2 > h4,
  .newsletter-wrap2 > h5 {
    padding-right: 20px; }

  .facts-wrap2 {
    padding-left: 10px; }

  .newsletter-wrap2 > form {
    width: 300px; }

  .newsletter-wrap2 > form input {
    padding: 20px 50px 20px 25px;
    font-size: 14px; }

  .newsletter-wrap2 > form button {
    right: 13px;
    font-size: 15px; }

  .newsletter-wrap2 > h4 {
    font-size: 26px; }

  .campaign-box::before {
    left: -20px; }

  .campaign-box::after {
    right: -20px; }

  .campaign-volunteer-unit-sec {
    margin-left: 0;
    width: 100%; }

  .fea-box {
    padding: 0 15px; }

  .sec-title {
    margin-bottom: 40px; }

  .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 70px 50px;
    min-height: 505px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 97px 50px; }

  .campaign-box > h6 {
    font-size: 18px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box > h1 {
    font-size: 60px; }

  .campaign-box > span {
    font-size: 20px; }

  .sec-title > p {
    max-width: 70%; }

  .event-carousel::before,
  .event-carousel::after {
    top: 111px;
    bottom: 225px;
    width: 270px; }

  .event-carousel > div.slick-prev {
    left: 120px; }

  .event-carousel > div.slick-next {
    right: 120px; }

  .event-info2 {
    position: relative;
    left: 0;
    right: 0;
    float: left;
    max-width: 100%;
    padding: 50px 30px 30px;
    bottom: 0; }

  .event-info2 .event-date {
    top: -80px;
    left: 30px;
    padding: 25px 20px; }

  .event-carousel > div.slick-arrows {
    top: 40%; }

  .side-wrap {
    padding-left: 0; }

  .side-support,
  .twitter-feeds-wrap {
    padding: 50px; }

  .history-inner > h1 {
    font-size: 60px; }

  .history-inner > h1 small {
    font-size: 50px; }

  .history-inner > a {
    font-size: 90px;
    margin-top: 20px; }

  .container .sec-title > p {
    max-width: 70%; }

  body.boxed main {
    width: 100%;
    padding: 0 20px; }

  .boxed .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 50px 30px;
    min-height: 465px; }

  .boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 92px 30px; }

  .order-wrap {
    padding: 50px 40px; }

  .team-info {
    padding: 35px 75px 35px 30px; }

  .social-btns-wrap {
    right: 30px; }

  .volunteer-detail-info {
    padding: 0; }

  .related-project-info {
    padding: 30px; }

  .gallery-wrap,
  .gallery-wrap2 {
    margin-left: 0;
    width: 100%; }

  .coming-soon-inner h1 {
    font-size: 100px;
    line-height: 100px; }

  .coming-soon-inner h1 span {
    font-size: 55px; }

  .coming-soon-form-wrap {
    padding-left: 60px; }

  .error-inner h1 {
    font-size: 207px; }

  .error-form-wrap > h2 span {
    font-size: 50px; }

  .error-form {
    margin-top: 40px; }

  .error-form > input {
    height: 70px;
    padding: 10px 75px 10px 40px; }

  .error-form > button {
    right: 40px; }

  .post-box.list .post-info {
    padding-left: 30px; }

  .post-box.list .post-info > h6 {
    max-width: 100%; }

  .event-box.list .event-info {
    padding: 35px 70px 35px 35px; }

  .contact-wrap.style2 .contact-form-wrap {
    padding: 60px; }

  body.boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 66px 50px; }

  body.boxed header.style2 .header-search {
    left: -20px; }

  .sec-title2 > p {
    max-width: 60%; } }
@media (max-width: 980px) {
  header {
    display: block; }

  .res-header {
    display: block; }

  .sec-title2 > p {
    font-size: 16px;
    line-height: 28px; }

  .about-us > h2 span {
    font-size: 18px; }

  h1,
  .history-inner > h1 {
    font-size: 40px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 30px; }

  h4 {
    font-size: 26px; }

  h5 {
    font-size: 22px; }

  h6 {
    font-size: 20px; }

  .sec-title > p,
  .fea-inf > span,
  .campaign-box > span {
    font-size: 18px; }

  .history-inner > h1 small {
    font-size: 35px; }

  .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 50px 30px;
    min-height: 420px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 74px 40px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box > h1 {
    font-size: 55px; }

  .cause-info,
  .col-md-8 .cause-box.list .cause-info,
  .col-md-9 .cause-box.list .cause-info,
  .col-md-12 .cause-box.list .cause-info {
    padding: 22px 35px 50px; }

  .side-support,
  .twitter-feeds-wrap {
    padding: 40px; }

  .history-inner > a {
    font-size: 70px;
    margin-top: 15px; }

  .boxed .campaign-volunteer-unit-sec.style2 .fea-box {
    padding: 50px 30px;
    min-height: 420px; }

  .boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 74px 30px; }

  body.boxed .event-carousel::before,
  body.boxed .event-carousel::after {
    top: 108px;
    bottom: 260px; }

  .boxed .event-carousel > div.slick-arrows {
    top: 35%; }

  .coupon input.input-text,
  .shipping-calculator-form input.input-text {
    width: 65%; }

  .shop_table.cart tr td.product-name {
    padding-left: 15px; }

  .shop_table.cart tr td.product-name > a {
    font-size: 20px; }

  .shop_table.cart tr td.product-thumbnail {
    padding-left: 15px; }

  .error-inner h1 {
    padding-right: 19px; }

  .error-form-wrap {
    padding-left: 100px; }

  .event-info > a {
    padding: 13px 30px;
    font-size: 13px; }

  body.boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 50px; } }
@media (max-width: 768px) {
  .quote-message-wrap,
  .newsletter-wrap {
    padding: 40px;
    min-height: initial; }

  .newsletter-form div.email-field {
    max-width: 57%; }

  .newsletter-form div.zipcode-field {
    width: 35%;
    margin-left: -10px; }

  .about-us {
    margin-bottom: 50px; }

  .updates-list-no-image {
    margin-bottom: 0; }

  .footer-about {
    margin-bottom: 50px; }

  .bottom-bar {
    text-align: center;
    padding: 20px 20px 15px; }

  .footer-wrap > * {
    float: none !important;
    display: inline-block; }

  .chairman-message {
    padding: 100px 0; }

  .chairman-img {
    display: none; }

  .event-carousel::before,
  .event-carousel::after {
    width: 180px;
    top: 110px;
    bottom: 263px; }

  .event-carousel > div.slick-arrows {
    top: 35%; }

  .event-carousel > div.slick-prev {
    left: 80px; }

  .event-carousel > div.slick-next {
    right: 95px; }

  .sec-title2 > p {
    max-width: 80%; }

  .side-wrap {
    margin-top: 0; }

  .side-support {
    text-align: center; }

  .product-detail-content {
    padding: 0 0 0 30px; }

  .product-detail-tabs .tab-content .tab-pane {
    padding: 50px 40px; }

  .add_to_wishlist {
    margin-top: 10px; }

  .shop_table.cart tr th:first-child {
    padding-left: 30px; }

  .shop_table.cart tr th {
    padding: 20px 30px; }

  .shop_table.cart tr td {
    padding: 20px; }

  .shop_table.cart tr td.product-remove {
    padding-left: 30px; }

  .shop_table.cart tr td.product-name > a {
    font-size: 18px; }

  .coupon {
    max-width: 60%; }

  .coupon input[type="submit"],
  .actions > input[type="submit"] {
    padding: 14px 30px;
    font-size: 13px; }

  .coupon input.input-text,
  .shipping-calculator-form input.input-text {
    width: 60%; }

  .checkout-form-wrap {
    padding-right: 0; }

  .order-wrap {
    margin-top: 50px; }

  .volunteer-projects-title > p {
    max-width: 40%; }

  .coming-soon-inner h1 {
    text-align: left; }

  .coming-soon-form-wrap {
    padding-left: 0; }

  .coming-soon-inner h1 span {
    line-height: 40px; }

  .coming-soon-wrap {
    padding: 0; }

  .error-inner h1 {
    padding-right: 0;
    text-align: left;
    margin-top: 0; }

  .error-inner h1 strong {
    display: inline-block;
    text-align: inherit; }

  .error-form-wrap {
    padding-left: 0; }

  .post-detail-inner {
    padding: 40px 20px 0; }

  .comments-list .children {
    padding-left: 50px; }

  .pagination-wrap {
    margin-bottom: 50px; }

  .col-md-3 ~ .col-md-9 .pagination-wrap {
    margin-bottom: 0; }

  .contact-info-sec > p {
    max-width: 100%; }

  .contact-info-list > li {
    width: 50%; }

  #slide-layer-5,
  #slide-layer2-5 {
    display: none !important; }

  .footer-about {
    padding: 0 30px 30px; } }
@media (max-width: 480px) {
  .about-us > h2 span,
  .title1 > span {
    font-size: 15px; }

  h1 {
    font-size: 35px; }

  h2 {
    font-size: 30px; }

  h3,
  .title1 > h3 {
    font-size: 26px; }

  h4 {
    font-size: 22px; }

  h5,
  .quote-info blockquote {
    font-size: 18px; }

  .quote-message-wrap,
  .newsletter-wrap {
    padding: 30px 20px; }

  .newsletter-form > button {
    margin-left: -20px; }

  .newsletter-form input {
    padding: 10px 20px; }

  .campaign-box {
    margin-bottom: 30px; }

  .campaign-box > a.theme-btn2 {
    margin-top: 30px; }

  .sec-title2 > p,
  .sec-title2 > p,
  .container .sec-title > p {
    max-width: 100%; }

  .post-box2 > a img {
    width: 100%; }

  .newsletter-wrap2 > * {
    display: block; }

  .newsletter-wrap2 > form {
    width: 100%;
    float: left;
    margin-top: 30px; }

  .facts-wrap2 {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 0; }

  .campaign-volunteer-unit-sec.style2 .fea-box {
    min-height: initial; }

  .campaign-volunteer-unit-sec.style2 .campaign-box {
    margin-bottom: 0; }

  .newsletter-wrap.style2 {
    padding-left: 0; }

  .chairman-message {
    padding: 70px 0; }

  .sec-title .theme-btn {
    margin-top: 0; }

  .sec-title > p {
    max-width: 100%;
    line-height: 25px; }

  .sec-title > p,
  .fea-inf > span,
  .campaign-box > span {
    font-size: 14px; }

  .event-carousel::before,
  .event-carousel::after {
    top: 105px;
    bottom: 248px;
    width: 60px; }

  .event-carousel > div.slick-arrows {
    font-size: 35px; }

  .event-carousel > div.slick-prev {
    left: 30px; }

  .event-carousel > div.slick-next {
    right: 30px; }

  .event-info2 .event-date {
    padding: 15px; }

  .event-info2 > ul {
    margin-top: 0; }

  .cause-box.list > * {
    display: block;
    width: 100%;
    float: left; }

  .col-md-8 .cause-box.list .cause-thumb,
  .col-md-9 .cause-box.list .cause-thumb,
  .col-md-12 .cause-box.list .cause-thumb {
    width: 100%; }

  .sec-title .theme-btn {
    float: left;
    margin-top: 30px; }

  .boxed .newsletter-form div.email-field {
    max-width: 100%; }

  .boxed .newsletter-form div.zipcode-field {
    margin-left: 0;
    width: 87%; }

  .product-detail-img-wrap {
    width: 100%; }

  .product-detail-content {
    width: 100%;
    padding-left: 0;
    margin-top: 50px; }

  .product_meta {
    margin-top: 40px; }

  .product-detail-tabs > ul.nav-tabs li.nav-item a.nav-link {
    padding: 14px 25px; }

  .product-detail-tabs > ul.nav-tabs li.nav-item {
    font-size: 14px; }

  .product-detail-tabs .tab-content .tab-pane {
    padding: 30px 20px; }

  .shop_attributes tbody tr th,
  .shop_attributes tbody tr td {
    padding-left: 20px; }

  .shop_table.cart {
    display: block;
    overflow-x: auto; }

  .shop_table.cart tr td.product-thumbnail {
    padding: 0; }

  .coupon input.input-text,
  .shipping-calculator-form input.input-text {
    margin-right: 0;
    width: 100%; }

  .coupon input[type="submit"],
  .actions > input[type="submit"] {
    margin-top: 5px; }

  .shop_table.cart tr td.product-name > a {
    font-size: 16px; }

  .cart-collaterals {
    margin-top: 50px;
    padding: 30px; }

  .cart .quantity {
    margin-right: 0;
    min-width: 130px; }

  .shop_table.cart tr td.product-name {
    min-width: 180px; }

  .page-link,
  .page-item.prev .page-link,
  .page-item.next .page-link {
    line-height: 48px;
    width: 48px; }

  .volunteer-projects-title > p {
    max-width: 100%;
    margin-top: 5px; }

  .volunteer-projects-title {
    margin-bottom: 40px; }

  .search-branch-form input,
  .volunteer-form input,
  .select-wrap2.style2 .chosen-container > a {
    padding: 13px 30px; }

  .give-donation-levels-wrap > li {
    padding: 16px 25px; }

  .give-donation-levels-wrap > li label {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle; }

  .give-donation-levels-wrap > li input {
    display: inline-block;
    vertical-align: middle; }

  .coming-soon-inner h1 {
    font-size: 80px;
    line-height: 70px; }

  .coming-soon-inner h1 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px; }

  .coming-soon-form-wrap > p {
    font-size: 20px;
    line-height: 30px; }

  .coming-soon-form > input {
    padding: 10px 30px;
    height: 70px; }

  .coming-soon-form > button.big {
    padding: 0 35px;
    font-size: 13px; }

  .coming-soon-form-wrap > a.brd-btn {
    font-size: 13px;
    padding: 16px 35px; }

  .error-inner h1 {
    font-size: 130px;
    line-height: 80px; }

  .error-form-wrap > h2 {
    font-size: 60px; }

  .error-form-wrap > h2 span {
    font-size: 45px; }

  .error-form > input {
    padding: 10px 75px 10px 30px;
    font-size: 14px;
    height: 60px; }

  .tags-wrap {
    margin-top: 10px; }

  .social-share2 {
    margin-top: 30px; }

  .post-author-box {
    margin-top: 40px;
    padding: 30px;
    text-align: center; }

  .author-thumb,
  .comment-thumb {
    float: none;
    display: inline-block;
    margin: 0 0 30px; }

  .author-info,
  .comment-details {
    width: 100%; }

  .comment {
    padding: 30px;
    text-align: center; }

  .post-detail-wrap {
    margin-bottom: 50px; }

  .col-md-3 ~ .col-md-9 .post-detail-wrap {
    margin: 50px 0 0; }

  .cause-info-list > li {
    width: 100%; }

  .cause-info-list > li:nth-child(2n) {
    text-align: initial; }

  blockquote {
    padding: 30px 40px; }

  blockquote > p {
    font-size: 16px; }

  .post-box.list .post-thumb {
    width: 100%; }

  .post-box.list > * {
    display: block; }

  .post-box.list .post-info {
    padding-left: 0; }

  .post-detail-inner > ul li {
    font-size: 15px; }

  .event-box.list {
    width: 100%;
    margin-bottom: 57px; }

  .event-box.list > * {
    display: block;
    float: left;
    width: 100%; }

  .event-box.list .event-thumb {
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }

  .event-box.list .event-info {
    padding: 35px 35px 70px; }

  .event-box.list .event-info > a {
    left: 50%;
    top: auto;
    -webkit-transform: rotate(0) translate(-50%, 0);
    -ms-transform: rotate(0) translate(-50%, 0);
    -o-transform: rotate(0) translate(-50%, 0);
    transform: rotate(0) translate(-50%, 0);
    -webkit-transform-origin: initial;
    -ms-transform-origin: initial;
    -o-transform-origin: initial;
    transform-origin: initial;
    right: auto;
    bottom: -26px; }

  .event-detail-info-inner {
    display: block;
    width: 100%; }

  .event-detail-info {
    margin: 0 0 50px; }

  .event-detail-info > div:last-child {
    padding-left: 0;
    margin-top: 40px; }

  .event-detail-info-inner > a.big {
    padding: 16px 40px;
    font-size: 13px; }

  .event-detail .post-detail-inner > h4 + ul {
    padding-left: 30px; }

  .mission-box-info {
    padding-left: 20px; }

  .contact-info-list > li {
    width: 100%;
    margin-top: 20px; }

  .contact-form-wrap > form input,
  .contact-form-wrap > form textarea {
    padding: 15px 30px; }

  #contact-map1 {
    height: 350px; }

  .contact-wrap.style2 .contact-form-wrap {
    padding: 50px 40px; }

  .contact-wrap.style2 .contact-info-list > li {
    max-width: 100%; }

  .res-header-top > * {
    width: 100%; }

  .about-us > ul > li {
    width: 100%; }

  .bottom-links {
    text-align: center; }

  .bottom-links > li {
    margin: 0 12px;
    float: none;
    display: inline-block; } }
@media (max-width: 420px) {
  .newsletter-form div.email-field {
    max-width: 100%; }

  .newsletter-form div.zipcode-field {
    margin-left: 0;
    width: 83%; }

  .missions-box > a {
    width: 100%; }

  .missions-box > * {
    display: block; }

  .missions-box {
    padding: 15px; }

  .mission-box-info {
    padding-left: 0;
    float: left;
    width: 100%;
    margin-top: 30px; }

  .owl-carousel .owl-dots {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .owl-carousel .owl-dots > div {
    float: none;
    display: inline-block; }

  .social-btn {
    padding: 20px; }

  .event-info > a {
    padding: 15px 30px; }

  .post-author {
    left: 30px;
    top: 20px; }

  .post-info2 {
    bottom: 20px;
    left: 30px; }

  .register-btns > a,
  .coming-soon-form-wrap > a.brd-btn,
  .contact-wrap.style2 .contact-form-wrap > form button.brd-btn {
    padding: 18px 30px; }

  .select-wrap .chosen-container .chosen-single {
    padding: 18px 30px;
    font-size: 14px; }

  .select-wrap .chosen-container-single .chosen-single::before {
    right: 30px; }

  .sec-title .theme-btn {
    float: left;
    margin-top: 30px; }

  .about-post-info {
    padding: 20px; }

  .about-post-info > h6 {
    margin-bottom: 10px; }

  .cause-info {
    padding: 20px 20px 50px; }

  .cause-thumb > a {
    font-size: 13px;
    padding: 13px 27px; }

  .side-support,
  .twitter-feeds-wrap {
    padding: 30px 20px; }

  .history-inner > a {
    font-size: 55px; }

  body.boxed main {
    padding: 0 15px; }

  .boxed .campaign-volunteer-unit-sec.style2 .fea-box {
    min-height: initial;
    padding: 40px 20px; }

  .boxed .campaign-volunteer-unit-sec.style2 .campaign-box {
    padding: 50px 20px; }

  .campaign-volunteer-unit-sec.style2 .campaign-box > h1 {
    font-size: 45px; }

  .boxed .newsletter-form > button {
    margin-left: -32px; }

  .event-info2 {
    padding: 30px 20px 20px; }

  .event-info2 .event-date {
    top: -70px;
    left: 20px; }

  .boxed .event-carousel > div.slick-arrows {
    top: 33%; }

  .theme-btn.big,
  .theme-btn2.big,
  .comment-respond > form.comment-form p.form-submit input.theme-btn2.big,
  .campaign-box > a.theme-btn2 {
    padding: 15px 40px 14px;
    font-size: 13px; }

  .theme-btn,
  .theme-btn2,
  .comment-respond > form.comment-form p.form-submit input.theme-btn2 {
    padding: 11px 25px;
    font-size: 13px; }

  .cart .theme-btn2 {
    margin-top: 10px; }

  .product_meta {
    margin-top: 20px; }

  .product-detail-content .social-share2 {
    margin-top: 20px; }

  .product-detail-content > form.cart {
    margin-top: 20px; }

  .shop_attributes {
    display: block;
    overflow-x: auto; }

  .order-wrap {
    padding: 30px 20px; }

  .card-detail-field > input,
  .card-details .select-wrap2 .chosen-container > a {
    padding: 10px 30px;
    height: 60px; }

  .card-details .select-wrap2 .chosen-container > a {
    line-height: 40px; }

  .give-submit-button-wrap > input[type="submit"] {
    padding: 15px 35px;
    font-size: 13px; }

  .give-submit-button-wrap {
    margin-top: 30px; }

  .search-branch-form button.big,
  .volunteer-form button.big {
    padding: 16px 45px; }

  .branch-info {
    padding: 30px 20px; }

  .coming-soon-inner h1 {
    font-size: 55px;
    line-height: 55px; }

  .coming-soon-inner h1 span {
    font-size: 32px; }

  .coming-soon-form-wrap > p {
    font-size: 18px;
    line-height: 26px; }

  .coming-soon-form {
    padding-right: 0; }

  .coming-soon-form > button.big {
    position: static;
    float: left;
    padding: 13px 30px;
    margin-top: 10px; }

  .coming-soon-form > input {
    height: 55px;
    font-size: 14px; }

  .register-btns > a,
  .coming-soon-form-wrap > a.brd-btn,
  .contact-wrap.style2 .contact-form-wrap > form button.brd-btn {
    padding: 13px 30px; }

  .error-inner h1 {
    font-size: 100px;
    line-height: 60px; }

  .error-inner h1 strong {
    font-size: 60px; }

  .error-form-wrap > h2 {
    font-size: 50px; }

  .error-form-wrap > h2 span {
    font-size: 35px; }

  .error-form > button {
    right: 25px; }

  .post-detail-inner {
    padding: 30px 0 0; }

  .post-detail-info .post-meta {
    margin-bottom: 15px; }

  .tags-wrap > strong,
  .social-share2 > strong {
    font-size: 20px; }

  .comments-list .children {
    padding-left: 30px; }

  .comment-details > span.comment-time {
    margin-right: 10px; }

  .author-info > h6 {
    margin-bottom: 15px; }

  .author-info .social-share2 {
    width: 100%;
    margin-top: 0; }

  .author-info > p {
    margin-top: 15px; }

  .post-author-box {
    padding: 30px 20px; }

  .comment-reply-link {
    margin-top: 5px;
    float: none;
    display: inline-block; }

  .post-detail-info .raise {
    float: left; }

  .cause-info-list > li span,
  .cause-info-list > li a {
    margin-left: 30px; }

  .post-detail-info > a.theme-btn2 {
    margin: 30px 0; }

  .post-detail-inner > ul {
    padding-left: 30px;
    margin-bottom: 20px; }

  .gallery {
    margin: 0 -5px 45px; }

  .gallery-item {
    padding: 0 5px;
    margin-top: 10px; }

  .event-box.list .event-info {
    padding: 25px 20px 70px; }

  .contact-info-list > li {
    font-size: 15px; }

  .contact-wrap.style2 .contact-form-wrap {
    padding: 40px 30px; }

  .res-logo-sec {
    padding: 20px 15px; }

  .event-info > a {
    padding: 14px 28px; } }
/*Minor bugs fix*/
.regulador-actualidad {
  text-align: -webkit-center; }

@media (min-width: 576px) {
  .regulador-actualidad {
    /*color:blue;*/ } }
@media (min-width: 768px) {
  .regulador-actualidad {
    /*color:blue;*/ } }
@media (min-width: 992px) {
  .regulador-actualidad {
    /*color:blue;*/ } }
@media (min-width: 1200px) {
  .regulador-actualidad {
    /*color:blue;*/ } }
/*Minor bugs fix ends*/
/*============DIPUTADOS==============*/
.carousel-inner > .row-equal.active, .carousel-inner > .row-equal.next, .carousel-inner > .row-equal.prev {
  display: flex; }

.prioritie-thumb > a, .event-thumb > a, .post-thumb > a, .about-post-thumb > a, .event-box2 > a, .team-thumb > a {
  float: left;
  width: 100%; }

/*===== Event Sec =====*/
.remove-ext7 .event-box {
  margin-bottom: 79px; }

.remove-ext3 .event-box {
  margin-bottom: 30px; }

.event-box {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 76px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 0px rgba(0, 0, 0, 0.05); }

.event-thumb {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }

.event-info {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  float: left;
  padding: 35px 35px 75px;
  width: 100%;
  background-color: #fff;
  position: relative; }

.event-info > h6 {
  margin-bottom: 25px; }

.event-time-location {
  float: left;
  width: 100%;
  padding: 8px 0 0;
  list-style: none;
  margin-bottom: 0;
  border-top: 1px solid #dedede; }

.event-time-location > li {
  font-size: 15px;
  position: relative;
  padding-left: 27px;
  margin-top: 16px; }

.event-time-location > li i {
  position: absolute;
  left: 0;
  top: 2px; }

.event-info > a {
  position: absolute;
  bottom: -29px;
  left: 50%;
  font-weight: 700;
  font-size: 13px;
  font-family: arimo;
  color: #222;
  padding: 15px 45px 14px;
  border: 4px solid #f1f1f1;
  background-color: #fff; }

.event-info > a:hover,
.event-info > a:focus {
  color: #fff;
  background-color: #3466af; }

.size-regulator-deputies {
  width: 340px; }

@media (min-width: 576px) {
  .size-regulator-deputies {
    color: blue; } }
@media (min-width: 768px) {
  .size-regulator-deputies {
    width: 809px;
    margin-left: -14px; } }
@media (min-width: 992px) {
  .size-regulator-deputies {
    width: 105%; } }
@media (min-width: 1200px) {
  .size-regulator-deputies {
    color: blue; } }
/*=========DIPUTADOS  ENDS===========*/
/*=======FUN FACTS======*/
.theme-btn.big, .theme-btn2.big, .comment-respond > form.comment-form p.form-submit input.theme-btn2.big {
  padding: 21.5px 63px 20px; }

.theme-btn, .theme-btn2, .comment-respond > form.comment-form p.form-submit input.theme-btn2 {
  color: #fff;
  font-family: arimo;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 15.5px 35px 14px;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.26); }

.theme-bg, .theme-bg-layer:before, .theme-btn:hover, .theme-btn:focus, .theme-btn2, .event-info > a:hover, .event-info > a:focus, .product-thumb:before, .select-wrap .chosen-container-single .chosen-drop .chosen-results > li.result-selected, .select-wrap .chosen-container-single .chosen-drop .chosen-results > li.highlighted, .page-link:hover:before, .page-link:focus:before, .page-item.active .page-link:before, .page-item.prev .page-link:hover:before, .page-item.next .page-link:hover:before, .page-item.prev .page-link:focus:before, .page-item.next .page-link:focus:before, .select-wrap2 .chosen-drop .chosen-results > li.result-selected, .select-wrap2 .chosen-drop .chosen-results > li.highlighted, .shipping-calculator-form .chosen-drop .chosen-results > li.result-selected, .shipping-calculator-form .chosen-drop .chosen-results > li.highlighted, .social-btns-wrap:hover > i, .social-btns-wrap .social-btns2 > a:hover, .social-btns-wrap .social-btns2 > a:focus, .give_error > p::after, .give-donation-amount > span, .give-submit-button-wrap > input[type="submit"], .cat-wrap > a, .tags-wrap > a, .social-share2 > a:hover, .social-share2 > a:focus, .comment-reply-link:hover, .comment-reply-link:focus, .add_to_wishlist:hover, .add_to_wishlist:focus, .product-detail-thumb-img:before, .comment-respond > form.comment-form p.form-submit input.theme-btn2, .coupon input[type="submit"]:hover, .coupon input[type="submit"]:focus, .actions > input[type="submit"]:hover, .actions > input[type="submit"]:focus, .popup-close:hover, .res-menu-btn:hover, .res-top-links2 > a.blue-bg:hover, .res-top-links2 > a.blue-bg:focus, .res-menu-close:hover, .notification-close-btn:hover, .theme-btn.theme-bg, .about-us > ul > li:before {
  background-color: #3466af;
  color: white; }

.view-more {
  float: left;
  margin-top: 60px;
  width: 100%; }

.centerd-image {
  margin: 0;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%); }

.block-boss {
  width: 49px;
  height: 48px;
  background-color: #f2b910;
  border-radius: 24px;
  color: white;
  font-size: 20px;
  position: absolute;
  margin-top: -59px;
  margin-left: 185px;
  border: 5px solid white; }

.president-button {
  width: 49px;
  height: 48px;
  background-color: #3466af;
  border-radius: 24px;
  color: white;
  font-size: 20px;
  position: absolute;
  margin-top: -59px;
  margin-left: 130px;
  border: 5px solid white; }

.affiliates-size {
  text-align: center; }

@media (min-width: 576px) {
  .block-boss {
    width: 49px;
    height: 48px;
    background-color: #f2b910;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 222px;
    border: 5px solid white; }

  .president-button {
    width: 49px;
    height: 48px;
    background-color: #3466af;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 170px;
    border: 5px solid white; }

  .affiliates-size {
    /*color:blue;*/ } }
@media (min-width: 768px) {
  .block-boss {
    width: 49px;
    height: 48px;
    background-color: #f2b910;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 136px;
    border: 5px solid white; }

  .president-button {
    width: 49px;
    height: 48px;
    background-color: #3466af;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 82px;
    border: 5px solid white; }

  .affiliates-size {
    /*color:blue;*/ } }
@media (min-width: 992px) {
  .block-boss {
    width: 49px;
    height: 48px;
    background-color: #f2b910;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 222px;
    border: 5px solid white; }

  .president-button {
    width: 49px;
    height: 48px;
    background-color: #3466af;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 170px;
    border: 5px solid white; }

  .affiliates-size {
    /*color:blue;*/ } }
@media (min-width: 1200px) {
  .block-boss {
    width: 49px;
    height: 48px;
    background-color: #f2b910;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 222px;
    border: 5px solid white; }

  .president-button {
    width: 49px;
    height: 48px;
    background-color: #3466af;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: -59px;
    margin-left: 170px;
    border: 5px solid white; }

  .affiliates-size {
    /*color:blue;*/ } }
.name-deputies-reg {
  max-height: 17px; }

.theme-bg, .theme-bg-layer:before, .theme-btn:hover, .theme-btn:focus, .theme-btn2, .event-info > a:hover, .event-info > a:focus, .product-thumb:before, .select-wrap .chosen-container-single .chosen-drop .chosen-results > li.result-selected, .select-wrap .chosen-container-single .chosen-drop .chosen-results > li.highlighted, .page-link:hover:before, .page-link:focus:before, .page-item.active .page-link:before, .page-item.prev .page-link:hover:before, .page-item.next .page-link:hover:before, .page-item.prev .page-link:focus:before, .page-item.next .page-link:focus:before, .select-wrap2 .chosen-drop .chosen-results > li.result-selected, .select-wrap2 .chosen-drop .chosen-results > li.highlighted, .volunteer-form .wpcf7-form-control-wrap .chosen-drop .chosen-results > li.result-selected, .volunteer-form .wpcf7-form-control-wrap .chosen-drop .chosen-results > li.highlighted, .shipping-calculator-form .chosen-drop .chosen-results > li.result-selected, .shipping-calculator-form .chosen-drop .chosen-results > li.highlighted, .social-btns-wrap:hover > i, .social-btns-wrap .social-btns2 > a:hover, .social-btns-wrap .social-btns2 > a:focus, .give_error > p::after, .give-donation-amount > span, .give-submit-button-wrap > input[type="submit"], .cat-wrap > a, .tags-wrap > a:hover:before, .tags-wrap > a:focus:before, .social-share2 > a:hover, .social-share2 > a:focus, .comment-reply-link:hover, .comment-reply-link:focus, .add_to_wishlist:hover, .add_to_wishlist:focus, .product-detail-thumb-img:before, .comment-respond > form.comment-form p.form-submit input.theme-btn2, .coupon input[type="submit"]:hover, .coupon input[type="submit"]:focus, .actions > input[type="submit"]:hover, .actions > input[type="submit"]:focus, .popup-close:hover, .register-vote-popup-wrapper > i:hover, .register-vote-popup-form-wrap form input.wpcf7-submit, .comment-respond > form .form-submit input.submit, .coming-soon-form-wrap .mailpoet_form input[type="submit"], .volunteer-form input[type="submit"], .em-pagination > strong span.current, .em-pagination > *:hover, .em-pagination > *:focus, .em-pagination > a.next:hover, .em-pagination > a.next:focus, .em-pagination > a.prev:hover, .em-pagination > a.prev:focus, .contact-form-wrap > form input[type="submit"], .contact-form-wrap form input[type="submit"], .em-booking-login-form > input[type="submit"], .em-booking-buttons input[type="submit"], .single-product span.onsale, .woocommerce-message > a.button:hover, .woocommerce-message > a.button:focus, .coupon + button.button, .shipping-calculator-form > p button.button, .woocommerce #review_form #respond .form-submit input, .woocommerce-info + form button.button, .edit-account .woocommerce-Button.button, .woocommerce-form-login .woocommerce-Button.button, .res-menu-btn:hover, .res-top-links2 > a.blue-bg:hover, .res-top-links2 > a.blue-bg:focus, .res-menu-close:hover .theme-btn.theme-bg, .about-us > ul > li:before, .single-product.woocommerce ul.products li.product a.button, .woocommerce ul.products li.product a.button, .single-product.woocommerce ul.products li.product a.added_to_cart, .woocommerce ul.products li.product a.added_to_cart, .widget-box .tagcloud > a:hover, .widget-box .tagcloud > a:focus, .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus, .page > span.edit-link > a:hover, .page > span.edit-link > a:focus, .woocommerce .cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .social-btns > a:hover, .social-btns > a:focus, .widget-box > h5:before {
  background-color: #3b5998; }

.participa-ad {
  padding: 25px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #3466af; }

/*=======FUN FACTS======*/
img,
figure {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

.grid-xlarge {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 54em) {
  .grid-xlarge {
    width: 95%; } }
@media (min-width: 91em) {
  .grid-xlarge {
    width: 80%; } }
.absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  max-height: 227px;
  object-fit: cover;
  object-position: top; }

.preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 3em;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #47bec7;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: spin 1s linear infinite both;
  animation: spin 1s linear infinite both;
  transition: opacity 2s 0.2s ease-out; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.team {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em; }

.team__container {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  align-items: center;
  justify-content: center; }

.team__container > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%; }

.team__container_2 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  align-items: center;
  justify-content: center; }

.team__container_2 > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%; }

.team__container_3 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  align-items: center;
  justify-content: center; }

.team__container_3 > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%; }

.tab-reg {
  overflow: hidden;
  width: 105% !important; }

@media (min-width: 32em) {
  .team__container > * {
    flex-basis: 50%;
    max-width: 50%; }

  .team__container_2 > * {
    flex-basis: 100%;
    max-width: 100%; }

  .team__container_3 > * {
    flex-basis: 200%;
    max-width: 118%; } }
@media (min-width: 54em) {
  .team__container > * {
    flex-basis: 50%;
    max-width: 50%; }

  .team__container_2 > * {
    flex-basis: 88%;
    max-width: 74%; }

  .team__container_3 > * {
    flex-basis: 100%;
    max-width: 100%; } }
@media (min-width: 65em) {
  .team__container > * {
    flex-basis: 33.3333333333%;
    max-width: 33.333333%; }

  .team__container_2 > * {
    flex-basis: 50.333333%;
    max-width: 60.333333%; }

  .team__container_3 > * {
    flex-basis: 100%;
    max-width: 100%; } }
.team__link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 1s ease; }

.team__link:hover {
  box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0); }

.team__link:hover:after {
  opacity: 1; }

.team__link:hover .team__title:after {
  left: 0;
  width: 100%; }

.team__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-clip: padding-box;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.team__header {
  margin-bottom: 2em;
  color: #47bec7;
  text-align: center; }

.team__img-container {
  position: relative;
  background-color: #061c30;
  max-height: 227px; }

.team__img {
  position: relative;
  padding-bottom: 100%;
  -webkit-animation: fade-in ease-in-out 1s both;
  animation: fade-in ease-in-out 1s both; }

.team__text {
  padding: 1em 0.5em;
  color: #000;
  background-color: #fff;
  text-align: center; }

@media (min-width: 32em) {
  .team__text {
    padding-top: 2em;
    padding-bottom: 2em; } }
.team__title {
  position: relative;
  display: inline-block;
  /*
   * Add hover to pseudo element
   * left: 0;
   * width: 100%
   */
  margin-bottom: 0.35em;
  font-size: 17px;
  max-width: 244px; }

.team__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  height: 2px;
  width: 0;
  background-color: #47bec7;
  transition: all 0.3s ease-in-out; }

.team__position {
  display: block;
  font-size: 19px;
  font-weight: 700;
  margin-top: -9px;
  margin-bottom: -9px !important; }

.user-junta {
  padding: 379px 0px 0px 0px; }

.resume-wrapper {
  padding-top: 30px;
  padding-bottom: 60px; }

.resume-wrapper-inner {
  max-width: 1000px; }

.resume-header {
  background: #3466af;
  color: rgba(255, 255, 255, 0.9);
  height: 220px; }

.resume-header .picture {
  width: 220px;
  object-fit: cover;
  object-position: top;
  height: 220px; }

.resume-header .name {
  font-size: 15px;
  letter-spacing: 0.175rem;
  font-weight: 900; }

.resume-header .title {
  font-size: 1.5rem; }

.resume-header a {
  color: rgba(255, 255, 255, 0.6); }

.resume-header a:hover {
  color: white; }

.resume-social {
  font-size: 0.875rem; }

.resume-social .fa-container {
  font-size: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 0.125rem;
  background: white;
  color: #434E5E; }

.resume-section-title {
  font-size: 1.25rem;
  position: relative;
  color: #434E5E; }

.resume-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: #8d9aad; }

.resume-section-content {
  color: #58677c; }

.resume-timeline {
  padding-left: 2rem; }

.resume-timeline:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #aab4c3;
  left: 6px;
  top: 4px;
  position: absolute; }

.resume-timeline-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 4px solid #58677c;
  background: white;
  border-radius: 50%; }

.resume-progress {
  height: 0.6rem; }

.resume-company-name {
  color: #58677c;
  font-size: 0.875rem;
  font-weight: 500; }

.resume-position-time {
  font-size: 0.875rem;
  color: #aab4c3; }

.resume-position-title {
  font-size: 1.125rem;
  color: #434E5E; }

.resume-timeline-item-desc-heading {
  font-size: 1rem; }

.resume-skills-cat {
  font-size: 1rem;
  color: #434E5E; }

.resume-skill-name {
  font-size: 0.8125rem;
  color: #434E5E; }

.resume-degree {
  color: #434E5E; }

.resume-degree-org {
  font-size: 0.875rem; }

.resume-degree-time {
  color: #aab4c3;
  font-size: 0.875rem; }

.resume-award-icon {
  left: 0;
  top: 4px;
  color: #aab4c3; }

.resume-award-name {
  font-weight: bold;
  color: #434E5E; }

.resume-award-desc {
  font-size: 0.875rem; }

.resume-lang-name {
  color: #434E5E; }

.footer .fa-heart {
  color: #fb866a; }

@media (max-width: 767.98px) {
  .resume-wrapper {
    padding-top: 0; }

  .resume-header {
    height: auto; }

  .resume-header .picture {
    width: 120px;
    border-radius: 4px; } }
.wrap {
  display: flex;
  background: #ecf0f5;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 2rem; }

.wrap:hover {
  background: linear-gradient(135deg, #3466af 0%, #3466af 100%);
  color: white; }

.wrap:hover .mbr-iconfont {
  font-size: 4.5rem !important;
  color: white;
  margin: 1rem;
  padding-right: 1rem; }

.ico-wrap {
  margin: auto; }

.mbr-iconfont {
  font-size: 4.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 1rem; }

.vcenter {
  margin: auto; }

.mbr-section-title3 {
  text-align: left; }

.display-5 {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 1.4rem; }

.mbr-bold {
  font-weight: 700; }

.display-6 {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 1re; }

.wrap_cong {
  display: flex;
  background: #ecf0f5;
  padding: 0rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.wrap_cong:hover {
  background: linear-gradient(135deg, #3466af 0%, #3466af 100%);
  color: white; }

.wrap_cong:hover .mbr-iconfont {
  font-size: 4.5rem !important;
  color: white;
  margin: 1rem;
  padding-right: 1rem; }

a.list-group-item {
  height: auto;
  min-height: 220px; }

a.list-group-item.active small {
  color: #fff; }

.stars {
  margin: 20px auto 1px; }

.news-cover {
  object-fit: cover;
  width: 100%;
  height: 142px; }

.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

@media (min-width: 576px) {
  .news-cover {
    object-fit: cover;
    width: 100%;
    height: 461px; } }
@media (min-width: 768px) {
  .news-cover {
    object-fit: cover;
    width: 100%;
    height: 268px; } }
@media (min-width: 992px) {
  .news-cover {
    object-fit: cover;
    width: 100%;
    height: 461px; } }
@media (min-width: 1200px) {
  .news-cover {
    object-fit: cover;
    width: 100%;
    height: 461px; } }
/*Deputies related*/
.jss1657 {
  margin: 8px; }

.jss1671 {
  margin-right: 12px; }

.jss1661 {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.jss1658 {
  color: rgba(0, 0, 0, 0.87);
  height: 32px;
  cursor: default;
  border: none;
  display: inline-flex;
  outline: none;
  padding: 0;
  font-size: 0.8125rem;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  align-items: center;
  white-space: nowrap;
  border-radius: 16px;
  justify-content: center;
  text-decoration: none;
  background-color: #e0e0e0; }

.jss205 {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  user-select: none;
  border-radius: 51%;
  justify-content: center; }

.jss206 {
  color: #fafafa;
  background-color: #bdbdbd; }

.jss1667 {
  width: 49px;
  color: #616161;
  height: 50px;
  font-size: 1rem;
  margin-right: 10px; }

.new-related-reg {
  position: sticky;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.38);
  z-index: 0;
  opacity: 1;
  background-size: cover;
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
  background-position: 50% 50%; }

.card.card-news .card-footer {
  padding: 15px 20px;
  border: 0; }

.card.card-news .card-heading {
  height: 150px;
  padding: 0;
  border: 0; }

.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(1) > a > .congresodolphet-micon {
  color: #3466af; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(2) > a > .congresodolphet-micon {
  color: #ff5252; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(3) > a > .congresodolphet-micon {
  color: #D81B60; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(4) > a > .congresodolphet-micon {
  color: #66BB6A; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(5) > a > .congresodolphet-micon {
  color: #7C4DFF; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(6) > a > .congresodolphet-micon {
  color: #3466af; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(7) > a > .congresodolphet-micon {
  color: #ff5252; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(8) > a > .congresodolphet-micon {
  color: #D81B60; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(9) > a > .congresodolphet-micon {
  color: #66BB6A; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li:nth-child(10) > a > .congresodolphet-micon {
  color: #7C4DFF; }
.congresodolphet[nav-type="st2"] .congresodolphet-item > li > a > .congresodolphet-micon {
  color: #37474f; }
.congresodolphet[nav-type="st1"] .congresodolphet-item > li > a > .congresodolphet-micon, .congresodolphet[nav-type="st2"] .congresodolphet-item > li > a > .congresodolphet-micon {
  color: #37474f; }
  .congresodolphet[nav-type="st1"] .congresodolphet-item > li > a > .congresodolphet-micon b, .congresodolphet[nav-type="st2"] .congresodolphet-item > li > a > .congresodolphet-micon b {
    display: none; }

/**  =====================
      Left-side-menu css start
==========================  **/
.main-menu {
  float: left;
  width: 100%;
  z-index: 99; }
  .main-menu .main-menu-header {
    padding: 1rem 0.625rem;
    background-blend-mode: overlay;
    background-size: cover;
    position: relative; }
    .main-menu .main-menu-header img {
      position: relative;
      width: 60px;
      margin: 0 auto 15px;
      display: block; }
    .main-menu .main-menu-header .user-details {
      display: block;
      position: relative;
      text-align: center; }
      .main-menu .main-menu-header .user-details #more-details {
        cursor: pointer;
        font-size: 0.8125rem; }
      .main-menu .main-menu-header .user-details p {
        margin-bottom: 0;
        color: #666;
        font-weight: 600;
        font-size: 1rem; }
      .main-menu .main-menu-header .user-details span {
        color: #666;
        display: block;
        font-size: 14px;
        text-transform: capitalize; }
        .main-menu .main-menu-header .user-details span i {
          font-size: 10px;
          margin-left: 10px; }
  .main-menu .main-menu-content .more-details {
    display: none; }
    .main-menu .main-menu-content .more-details a {
      padding: 10px 25px;
      display: block;
      color: #000;
      transition: all ease-in 0.3s; }
      .main-menu .main-menu-content .more-details a:hover {
        color: #448aff; }
      .main-menu .main-menu-content .more-details a i {
        margin-right: 10px; }
  .main-menu .main-menu-content .menu-search {
    padding: 20px 20px 10px; }
  .main-menu .main-menu-content li {
    position: relative; }

.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-content {
  display: none; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-header .img-menu-user {
  width: 30px; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-header .user-details {
  opacity: 0;
  visibility: hidden;
  position: absolute; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li > a {
  margin: 0 auto;
  border-radius: 0;
  z-index: 1026; }
  .congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li > a + .congresodolphet-submenu {
    margin-top: 0; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"],
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[congresodolphet-navbar-position="absolute"] {
  position: relative;
  top: 0; }
  .congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"] .main-menu,
  .congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[congresodolphet-navbar-position="absolute"] .main-menu {
    width: 50px;
    height: 100%; }

.sidebar_toggle a {
  margin: -5px;
  line-height: 1; }

/**  =====================
      Main-header css start
==========================  **/
.header-navbar {
  min-height: 84px;
  padding: 0; }
  .header-navbar .navbar-wrapper .navbar-logo {
    position: relative;
    align-items: center;
    display: flex;
    float: left;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
    padding-top: 41px; }
    .header-navbar .navbar-wrapper .navbar-logo a {
      margin: 0 auto; }
    @media only screen and (max-width: 992px) {
      .header-navbar .navbar-wrapper .navbar-logo {
        justify-content: center; } }
    .header-navbar .navbar-wrapper .navbar-logo h5 {
      margin-bottom: 0; }
    .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      line-height: 3;
      width: 40px; }
    .header-navbar .navbar-wrapper .navbar-logo .mobile-options,
    .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
      display: none; }
  .header-navbar .navbar-wrapper .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: left;
    margin-bottom: 0;
    margin-top: 19px; }
    .header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
      float: left;
      line-height: 3.1;
      padding: 0 20px;
      cursor: pointer;
      position: relative; }
      @media only screen and (max-width: 575px) {
        .header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
          padding: 0 15px; } }
      .header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a, .header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a {
        display: none; }
      .header-navbar .navbar-wrapper .navbar-container .nav-left li > a, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
        font-size: 16px;
        display: block; }
        .header-navbar .navbar-wrapper .navbar-container .nav-left li > a > i.flag-icon, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a > i.flag-icon {
          border-radius: 50%;
          width: 20px;
          height: 20px; }
    .header-navbar .navbar-wrapper .navbar-container .nav-left a, .header-navbar .navbar-wrapper .navbar-container .nav-right a {
      padding: 0 0.6rem; }
    .header-navbar .navbar-wrapper .navbar-container .nav-left .dropdown-toggle::after, .header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown-toggle::after {
      display: none; }
  .header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: right;
    margin-top: 18px; }
    .header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
      margin-right: 10px;
      width: 40px; }
    .header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i {
      font-size: 10px;
      margin-left: 10px; }
    .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .show-notification li:first-child:hover, .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .profile-notification li:first-child:hover {
      background-color: #fff; }
  .header-navbar .navbar-wrapper .navbar-container .header-notification {
    perspective: 1000px;
    z-index: 99;
    position: relative; }
    .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
      background: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      border: none;
      opacity: 1;
      position: absolute;
      left: auto;
      right: -15px;
      visibility: visible;
      overflow: visible;
      width: 24rem;
      padding: 15px 0;
      transform: translateY(20px); }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before, .header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification:before {
        content: "";
        border: 10px solid transparent;
        border-left-color: #fff;
        border-top-color: #fff;
        position: absolute;
        border-radius: 3px;
        top: -8px;
        right: 15px;
        box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
        transform: rotate(45deg);
        z-index: 1002; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
        color: #373a3c; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
        line-height: initial;
        padding: 1em 20px;
        width: 100%;
        transition: all 0.3s ease-in-out; }
        .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
          padding: 10px 20px; }
          .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6 {
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 0; }
          .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label {
            float: right; }
        .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img {
          width: 40px;
          margin-right: 10px; }
        .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover {
          background-color: #f1f1f1; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover {
        background-color: transparent; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg {
        margin-bottom: 5px; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time {
        font-size: 12px;
        color: #919aa3; }
    .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
      width: 17em; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
        font-size: 15px;
        padding-left: 0; }
        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a:hover {
          background-color: transparent; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i {
        font-size: 15px;
        margin-left: 0;
        margin-right: 5px; }
      .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
        border-top: none;
        padding: 0.7em 20px; }
        .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
          padding: 0.7em 20px; }
  .header-navbar .navbar-wrapper .navbar-container .badge {
    border-radius: 50%;
    right: -12px;
    position: absolute;
    top: 5px;
    padding: 4px;
    width: 19px;
    animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
  .header-navbar .navbar-wrapper .header-search {
    line-height: 0.8; }
    .header-navbar .navbar-wrapper .header-search .main-search {
      padding: 9px 0;
      display: block; }
      .header-navbar .navbar-wrapper .header-search .main-search .input-group {
        margin-bottom: 0;
        background-color: transparent;
        border-radius: 20px; }
        .header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control {
          padding: 0.3rem 0.75rem;
          width: 0;
          border: none;
          background-color: transparent; }
        .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append,
        .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend {
          background-color: transparent;
          border: none; }
          .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text,
          .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text {
            background-color: transparent;
            color: #fff;
            border: none; }
          .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close,
          .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close {
            display: none; }
      .header-navbar .navbar-wrapper .header-search .main-search.open {
        color: #000;
        line-height: 1; }
        .header-navbar .navbar-wrapper .header-search .main-search.open .input-group {
          background-color: #fff; }
          .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control {
            display: block; }
          .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text,
          .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text {
            color: #000; }
          .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close,
          .header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close {
            display: flex; }

@keyframes not-blink {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/*======= Main-header css end ======*/
.congresodolphet .congresodolphet-container {
  position: relative; }
.congresodolphet .congresodolphet-header {
  width: 100%;
  z-index: 1029;
  position: relative;
  display: block; }
.congresodolphet .congresodolphet-navbar {
  display: block;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3); }

.congresodolphet-main-container {
  display: block;
  position: relative;
  background: #ecf0f5;
  min-height: calc(100vh - 50px); }

.congresodolphet .congresodolphet-content {
  position: relative;
  display: block; }

.congresodolphet-inner-navbar {
  display: block;
  position: relative; }

.congresodolphet-inner-content {
  padding: 10px;
  margin-top: -50px; }

.congresodolphet .congresodolphet-navbar .congresodolphet-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  position: relative; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-item:after {
    content: "";
    background-color: #efefef;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 10px; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-item > li {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative; }
    .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a {
      display: block;
      font-size: 14px;
      padding: 0 15px;
      text-decoration: none;
      position: relative;
      transition: all 0s linear; }
      .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .congresodolphet .congresodolphet-navbar .congresodolphet-item > li.active > a, .congresodolphet .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet .congresodolphet-navbar .congresodolphet-item > li:hover > a {
      box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25); }
  .congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0; }
    .congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li {
      display: block;
      list-style: outside none none;
      margin: 0;
      padding: 0;
      position: relative; }
      .congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 20px;
        text-decoration: none;
        position: relative;
        transition: all 0.3s ease-in-out; }
        .congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a > .congresodolphet-mtext {
          transition: all 0.3s ease-in-out; }
          .congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a > .congresodolphet-mtext:before {
            transition: all 0.3s ease-in-out; }
      .congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-micon {
        transition: all 0.3s ease-in-out;
        font-size: 10px;
        padding-right: 5px; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a > .congresodolphet-micon {
    font-size: 1rem;
    padding: 4px;
    margin-right: 0;
    border-radius: 4px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    text-align: center; }
.congresodolphet[vertical-placement="left"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a .congresodolphet-mtext {
  margin-left: 5px; }
  .congresodolphet[vertical-placement="left"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a .congresodolphet-mtext:before {
    padding-right: 10px; }
.congresodolphet[vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a .congresodolphet-mtext {
  margin-right: 5px; }
  .congresodolphet[vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a .congresodolphet-mtext:before {
    padding-left: 10px; }
.congresodolphet[vertical-placement="right"] .main-body .page-wrapper .page-header-title i {
  margin-right: 0;
  margin-left: 20px; }

.congresodolphet-inner-navbar {
  height: 100%; }

.congresodolphet[theme-layout="vertical"][vertical-nav-type="offcanvas"] .congresodolphet-navbar {
  opacity: 0; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-header .sidebar_toggle a {
  border-radius: 4px;
  float: left;
  font-size: 18px;
  height: 35px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 7px;
  width: 40px;
  border-width: 0;
  border-style: solid; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-header .sidebar_toggle a i {
    position: relative;
    top: -7px; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-header .sidebar_toggle a:hover {
    text-decoration: none; }

.sidebar_toggle a:focus {
  text-decoration: none; }

.congresodolphet[theme-layout="vertical"] .congresodolphet-right-header .congresodolphet-badge {
  background-color: #777;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  min-height: 17px;
  min-width: 10px;
  opacity: 1;
  padding: 4px 7px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 9px;
  transition: opacity 0.3s linear 0s;
  vertical-align: middle;
  visibility: visible;
  white-space: nowrap; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar {
  z-index: 1027;
  height: calc(100% - 50px); }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[congresodolphet-navbar-position="absolute"] {
    height: 100%; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"] {
    top: 50px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-content {
  position: relative;
  display: block; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
.congresodolphet[theme-layout="vertical"].congresodolphet-wrapper,
.congresodolphet[theme-layout="vertical"] .congresodolphet-main-container {
  position: relative;
  margin: 0 auto; }

.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item > li > a {
  text-align: left;
  padding: 7px 10px;
  margin: 5px 10px;
  border-radius: 2px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
  position: relative;
  width: 100%; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a {
    text-align: left;
    padding: 10px 15px 10px 20px; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu li > a {
    padding-left: 40px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
  list-style: outside none none; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
  display: none; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu.congresodolphet-trigger.active > .congresodolphet-submenu {
  display: block; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="dashed"] li > a {
  border-bottom-style: dashed; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="dotted"] li > a {
  border-bottom-style: dotted; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="solid"] li > a {
  border-bottom-style: solid; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="none"] li > a {
  border: none; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="false"] > li > a {
  border-bottom-width: 0; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] li > a {
  border-bottom-width: 1px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] > li > a {
  border-bottom-width: 0; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[subitem-border="false"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-width: 0; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[subitem-border="true"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-width: 1px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item[subitem-border="true"] .congresodolphet-hasmenu .congresodolphet-submenu li:last-child > a {
  border-bottom-width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-layout="wide"] .congresodolphet-container {
  width: 100%;
  margin: 0 auto; }
.congresodolphet[theme-layout="vertical"][vertical-layout="box"] #styleSelector,
.congresodolphet[theme-layout="vertical"][vertical-layout="box"] .p-chat-user,
.congresodolphet[theme-layout="vertical"][vertical-layout="box"] .showChat_inner {
  position: absolute; }
.congresodolphet[theme-layout="vertical"][vertical-layout="box"] #styleSelector {
  top: 0; }
.congresodolphet[theme-layout="vertical"][vertical-layout="box"] .congresodolphet-container {
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3); }
.congresodolphet[theme-layout="vertical"][vertical-layout="box"] .selector-toggle > a {
  background: white;
  color: #ff5252;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 14px 8px;
  left: -105px; }
.congresodolphet[theme-layout="vertical"][congresodolphet-device-type="desktop"][vertical-layout="box"] .congresodolphet-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  .congresodolphet[theme-layout="vertical"][congresodolphet-device-type="desktop"][vertical-layout="box"] .congresodolphet-container .congresodolphet-header {
    max-width: 1200px; }
  @media only screen and (min-width: 1550px) {
    .congresodolphet[theme-layout="vertical"][congresodolphet-device-type="desktop"][vertical-layout="box"] .congresodolphet-container {
      max-width: 1500px; }
      .congresodolphet[theme-layout="vertical"][congresodolphet-device-type="desktop"][vertical-layout="box"] .congresodolphet-container .congresodolphet-header {
        max-width: 1500px; } }
  @media only screen and (min-width: 2200px) {
    .congresodolphet[theme-layout="vertical"][congresodolphet-device-type="desktop"][vertical-layout="box"] .congresodolphet-container {
      max-width: 2000px; }
      .congresodolphet[theme-layout="vertical"][congresodolphet-device-type="desktop"][vertical-layout="box"] .congresodolphet-container .congresodolphet-header {
        max-width: 2000px; } }
.congresodolphet[theme-layout="vertical"][congresodolphet-device-type="tablet"][vertical-layout="box"] .congresodolphet-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto; }
.congresodolphet[theme-layout="vertical"][congresodolphet-device-type="phone"][vertical-layout="box"] .congresodolphet-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
.congresodolphet .congresodolphet-navbar[congresodolphet-navbar-position="relative"] {
  position: relative; }
.congresodolphet .congresodolphet-navbar[congresodolphet-navbar-position="fixed"] {
  position: fixed; }
.congresodolphet .congresodolphet-navbar[congresodolphet-navbar-position="absolute"] {
  position: absolute; }
.congresodolphet .congresodolphet-header[congresodolphet-header-position="relative"] {
  position: relative; }
.congresodolphet .congresodolphet-header[congresodolphet-header-position="fixed"] {
  position: fixed;
  top: 0;
  z-index: 1028; }
.congresodolphet .congresodolphet-header[congresodolphet-header-position="absolute"] {
  position: absolute; }
.congresodolphet .congresodolphet-overlay-box {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
  overflow: hidden; }
.congresodolphet[vertical-nav-type="compact"][vertical-effect="overlay"] .congresodolphet-overlay-box, .congresodolphet[vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-overlay-box {
  visibility: visible;
  z-index: 1026;
  opacity: 0.3;
  transition: opacity 0.3s linear;
  overflow: hidden; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-micon {
  display: none;
  font-size: 10px;
  padding-right: 5px; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  font-style: normal;
  padding-right: 4px;
  font-size: 10px;
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  font-family: 'feather';
  font-size: 12px;
  padding-right: 5px; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu[subitem-icon="style1"] .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  content: "\e844"; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu[subitem-icon="style2"] .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  content: "\e83f"; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu[subitem-icon="style3"] .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  content: "\e856"; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu[subitem-icon="style4"] .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  content: "\e86b"; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu[subitem-icon="style5"] .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  content: "\e89f"; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu[subitem-icon="style6"] .congresodolphet-submenu li > a .congresodolphet-mtext:before {
  content: '\e89b'; }
.congresodolphet li.congresodolphet-hasmenu > a:after {
  float: right;
  font-style: normal;
  margin-left: 3px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 5px;
  font-family: 'feather';
  padding-top: 5px;
  transition: opacity 0.3s linear; }
.congresodolphet li.congresodolphet-hasmenu .congresodolphet-submenu li.congresodolphet-hasmenu > a:after {
  top: 0; }
.congresodolphet li.congresodolphet-hasmenu[dropdown-icon="style1"] > a:after {
  content: "\e844"; }
.congresodolphet li.congresodolphet-hasmenu.congresodolphet-trigger[dropdown-icon="style1"] > a:after {
  content: "\e842"; }
.congresodolphet li.congresodolphet-hasmenu[dropdown-icon="style2"] > a:after {
  content: "\e847"; }
.congresodolphet li.congresodolphet-hasmenu.congresodolphet-trigger[dropdown-icon="style2"] > a:after {
  content: "\e846"; }
.congresodolphet li.congresodolphet-hasmenu[dropdown-icon="style3"] > a:after {
  content: '\e8b1'; }
.congresodolphet li.congresodolphet-hasmenu.congresodolphet-trigger[dropdown-icon="style3"] > a:after {
  content: '\e897'; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item > li:hover > a:before {
  border-left-style: solid;
  border-left-width: 5px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a:before {
  border-left-style: solid;
  border-left-width: 5px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item > li.active > a:before {
  border-left-style: solid;
  border-left-width: 5px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar {
  float: right;
  right: 0; }
  .congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .main-menu-content,
  .congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .main-menu-header {
    text-align: right; }
  .congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .main-menu-content ul {
    padding-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-content {
  float: unset;
  left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .breadcrumb-item {
  float: right; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"] .congresodolphet-navbar {
  float: left; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"] .congresodolphet-content {
  float: unset;
  right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="expanded"] .congresodolphet-header .congresodolphet-left-header,
.congresodolphet[theme-layout="vertical"][vertical-nav-type="expanded"] .congresodolphet-navbar {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-left: 230px;
  margin-right: -230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .congresodolphet-content {
  margin-left: 230px;
  margin-right: -230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-right: 0;
  margin-left: -230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .congresodolphet-content {
  margin-right: 230px;
  margin-left: -230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .congresodolphet-header.iscollapsed .congresodolphet-right-header,
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .congresodolphet-content {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .congresodolphet-header.iscollapsed .congresodolphet-right-header,
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .congresodolphet-content {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-content {
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="overlay"] .congresodolphet-content {
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="expanded"][congresodolphet-device-type="desktop"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.is-hover.congresodolphet-trigger .congresodolphet-submenu, .congresodolphet[theme-layout="vertical"][vertical-nav-type="expanded"][congresodolphet-device-type="desktop"] .congresodolphet-navbar.is-hover .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu, .congresodolphet[theme-layout="vertical"][vertical-nav-type="expanded"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.is-hover.congresodolphet-trigger .congresodolphet-submenu, .congresodolphet[theme-layout="vertical"][vertical-nav-type="expanded"][congresodolphet-device-type="tablet"] .congresodolphet-navbar.is-hover .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  left: 100%;
  position: absolute;
  width: 230px;
  z-index: 1024;
  top: 0; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-container {
  background-color: #ecf0f5; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar {
  width: 50px; }
  .congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li > a {
    padding: 10px 13px 4px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .congresodolphet-content {
  margin-left: 50px;
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 50px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-right: 45px;
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .congresodolphet-content {
  margin-right: 50px;
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .congresodolphet-content {
  margin-left: 50px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .congresodolphet-content {
  margin-right: 50px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .congresodolphet-content {
  margin-left: 50px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .congresodolphet-content {
  margin-right: 50px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-mtext {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 12px; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar .congresodolphet-item li.congresodolphet-hasmenu > a:after {
  opacity: 1;
  visibility: visible; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-mtext {
  opacity: 0;
  visibility: hidden;
  position: absolute; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-mtext {
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding-left: 22px; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item li.congresodolphet-hasmenu > a:after {
  opacity: 0;
  visibility: hidden; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item li.congresodolphet-hasmenu.congresodolphet-trigger a:after {
  opacity: 1;
  visibility: visible; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger {
  display: block;
  position: relative;
  width: 290px;
  z-index: 1024;
  border-right: none; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  left: 50px;
  position: absolute;
  width: 240px;
  z-index: 1024;
  border-left-style: solid;
  border-left-width: 1px; }
  .congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
    position: relative; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  position: absolute; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-left: 0;
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-navbar {
  width: 230px;
  margin-left: -250px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-content {
  margin-left: 0;
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-right: 0;
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-navbar {
  width: 230px;
  margin-right: -250px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .congresodolphet-content {
  margin-right: 0;
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-navbar {
  width: 230px;
  margin-left: -250px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-content {
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-navbar {
  width: 230px;
  margin-right: -230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .congresodolphet-content {
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-right-header {
  margin-left: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-navbar {
  width: 230px;
  margin-left: -250px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-content {
  margin-left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-left-header {
  width: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header .congresodolphet-right-header {
  margin-right: 230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header.iscollapsed .congresodolphet-left-header {
  width: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-header.iscollapsed .congresodolphet-right-header {
  margin-right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-navbar {
  width: 230px;
  margin-right: -230px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .congresodolphet-content {
  margin-right: 0; }

.congresodolphet-navbar .sidebar_toggle a {
  opacity: 1;
  visibility: visible;
  transform: rotateX(90deg);
  position: absolute; }

.congresodolphet-navbar .sidebar_toggle a:hover {
  color: #fff; }

.congresodolphet[theme-layout="vertical"][congresodolphet-device-type="phone"][vertical-nav-type="collapsed"] .congresodolphet-header.nocollapsed .congresodolphet-left-header {
  padding-left: 45px; }
.congresodolphet[theme-layout="vertical"][congresodolphet-device-type="phone"] .congresodolphet-header.nocollapsed .sidebar_toggle a {
  background: transparent none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 18px;
  height: 35px;
  margin-right: 5px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 6px;
  width: 40px;
  z-index: 1028; }
.congresodolphet.nocollapsed[theme-layout="vertical"][congresodolphet-device-type="phone"] .congresodolphet-navbar {
  top: 0;
  z-index: 1030; }
.congresodolphet.nocollapsed[theme-layout="vertical"][congresodolphet-device-type="phone"] .congresodolphet-main-container {
  position: unset; }
.congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label {
  font-size: 13px;
  font-weight: bold;
  opacity: 1;
  padding: 10px 15px; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme1"] {
    color: #3466af; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme2"] {
    color: #ff5252; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme3"] {
    color: #D81B60; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme4"] {
    color: #66BB6A; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme5"] {
    color: #7C4DFF; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme6"] {
    color: #424242; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme7"] {
    color: #000; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme8"] {
    color: #999; }
  .congresodolphet .congresodolphet-navbar .congresodolphet-navigation-label[menu-title-theme="theme9"] {
    color: #fff; }
.congresodolphet .congresodolphet-navbar .congresodolphet-search + .congresodolphet-navigation-label {
  border-top: 0 solid transparent; }
.congresodolphet[vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-navigation-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: rotateX(90deg);
  transition: opacity 0.3s linear; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item li a .congresodolphet-badge {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 10px;
  vertical-align: middle;
  text-transform: lowercase;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear; }
.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-submenu > li a .congresodolphet-badge {
  top: 10px;
  right: 2px; }
.congresodolphet[vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-badge {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear; }
.congresodolphet[vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-badge {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .card .card-header h5:after {
  right: -30px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li.active > a:before {
  left: auto;
  right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a:after {
  left: 8px;
  right: auto;
  top: 7px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-mtext {
  left: auto;
  right: 0;
  padding-right: 40px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item li a .congresodolphet-badge {
  position: relative;
  right: 15px;
  top: -2px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li:hover > a:before {
  left: auto;
  right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a:before {
  left: auto;
  right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  text-align: right; }
  .congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-mtext:before {
    float: right;
    left: 6px;
    top: 3px;
    padding-right: 10px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item li .congresodolphet-submenu li > a .congresodolphet-badge {
  left: 35px;
  position: absolute;
  right: auto;
  top: 11px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-navigation-label {
  text-align: right;
  padding: 10px 15px 2px 20px; }
  .congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-navigation-label:before {
    left: auto;
    right: 20px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][congresodolphet-device-type="desktop"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.is-hover.congresodolphet-trigger .congresodolphet-submenu, .congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][congresodolphet-device-type="desktop"] .congresodolphet-navbar.is-hover .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu, .congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.is-hover.congresodolphet-trigger .congresodolphet-submenu, .congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][congresodolphet-device-type="tablet"] .congresodolphet-navbar.is-hover .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  left: auto;
  right: 100%; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger .congresodolphet-submenu li.congresodolphet-hasmenu > a:after {
  left: 7px;
  right: auto;
  top: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger {
  left: auto;
  right: 240px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  left: auto; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item li a .congresodolphet-badge {
  position: absolute;
  right: auto;
  top: 10px; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-header .sidebar_toggle {
  float: right; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-search.open .congresodolphet-search-box {
  right: 0; }
.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  text-align: right; }
  .congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-mtext:before {
    padding-left: 10px;
    transform: rotate(180deg); }

body[themebg-pattern="theme1"] {
  background-color: #3466af; }
body[themebg-pattern="theme2"] {
  background-color: #ff5252; }
body[themebg-pattern="theme3"] {
  background-color: #D81B60; }
body[themebg-pattern="theme4"] {
  background-color: #66BB6A; }
body[themebg-pattern="theme5"] {
  background-color: #7C4DFF; }
body[themebg-pattern="theme6"] {
  background-color: #424242; }

.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  border-left-color: #ededed;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3); }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  border-left-color: #545454;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3); }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a {
  border-bottom: 1px solid #5c5c5c; }
.congresodolphet #styleSelector {
  min-height: 300px;
  height: calc(100vh - 50px);
  border: 1px solid #e9e9e9;
  background: #FFF;
  position: fixed;
  margin: 0;
  padding: 20px;
  width: 400px;
  top: 50px;
  z-index: 100;
  transition: 0.5s; }
  .congresodolphet #styleSelector.open {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .congresodolphet #styleSelector .soc-icon {
    width: 55px;
    height: 55px;
    padding: 15px;
    border-radius: 50%; }
    .congresodolphet #styleSelector .soc-icon i {
      font-size: 25px;
      margin-right: 0; }
  @media only screen and (max-width: 992px) {
    .congresodolphet #styleSelector {
      display: none; } }
.congresodolphet[theme-layout="horizontal"] #styleSelector, .congresodolphet[vertical-placement="left"] #styleSelector {
  right: -400px;
  border-left: 2px solid rgba(48, 53, 73, 0.28); }
  .congresodolphet[theme-layout="horizontal"] #styleSelector.open, .congresodolphet[vertical-placement="left"] #styleSelector.open {
    right: 0; }
.congresodolphet[vertical-placement="right"] #styleSelector {
  left: -400px;
  border-right: 2px solid rgba(48, 53, 73, 0.28); }
  .congresodolphet[vertical-placement="right"] #styleSelector.open {
    left: 0; }
.congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] {
  background-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .main-menu .main-menu-header .user-details p {
    color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .main-menu .main-menu-content .more-details a {
    color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li > a {
    color: #fff; }
    .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li > a .congresodolphet-micon {
      color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.active > a {
    color: #FFF;
    border-bottom-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li > a {
    border-bottom-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item li.congresodolphet-hasmenu .congresodolphet-submenu {
    background: #424242; }
    .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item li.congresodolphet-hasmenu .congresodolphet-submenu li > a {
      border-bottom-color: #5c5c5c;
      color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-hasmenu > a:after,
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-hasmenu .congresodolphet-submenu li.congresodolphet-hasmenu > a:after {
    color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger > a:after,
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger .congresodolphet-submenu li.congresodolphet-hasmenu.congresodolphet-trigger > a:after {
    color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.active:hover > a, .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li:hover > a {
    color: #FFF; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a {
    color: #FFF; }
    .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li:hover > a:before {
      border-left-color: transparent; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li.active > a {
    color: #FFF;
    background-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li.active > a .congresodolphet-mtext:before {
    border-bottom-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li.active > a .congresodolphet-mtext:after {
    border-left-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-mtext:before {
    border-bottom-color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-mtext:after {
    border-left-color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li:hover > a:before {
    border-left-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-hasmenu:hover > a:after {
    color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a {
    border-bottom-color: #424242; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li.congresodolphet-hasmenu .congresodolphet-submenu li.congresodolphet-hasmenu:hover > a:after {
    color: #fff; }
.congresodolphet .congresodolphet-navbar[theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu, .congresodolphet .congresodolphet-navbar[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  border-left-color: transparent; }
.congresodolphet .congresodolphet-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
  border-left-color: transparent; }
.congresodolphet .congresodolphet-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .congresodolphet-navbar[navbar-theme="theme1"] {
  background-color: #424242; }
  .congresodolphet .congresodolphet-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .congresodolphet-navbar[navbar-theme="theme1"] .congresodolphet-item > li:hover > a {
    color: #FFF; }
  .congresodolphet .congresodolphet-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .congresodolphet-navbar[navbar-theme="theme1"] .sidebar_toggle a {
    color: #fff; }
.congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] {
  background-color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .main-menu .main-menu-header .user-details span {
    color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .main-menu .main-menu-content .more-details a {
    color: #666; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li.congresodolphet-hasmenu > a:after,
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li.congresodolphet-hasmenu .congresodolphet-submenu li.congresodolphet-hasmenu > a:after {
    color: #666; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li.active:hover > a, .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li:hover > a {
    color: #666; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li.congresodolphet-trigger > a {
    border-bottom-color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li > a {
    color: #666;
    border-bottom-color: #fff; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item > li.active > a {
    color: #FFF; }
  .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu {
    background-color: #fff; }
    .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li > a {
      border-bottom-color: #ededed;
      color: #666; }
      .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li > a .congresodolphet-mtext:before {
        border-bottom-color: #fff; }
      .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li > a .congresodolphet-mtext:after {
        border-left-color: #fff; }
    .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li:hover > a:before {
      border-left-color: #fff; }
    .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li.active > a {
      color: #666; }
      .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li.active > a .congresodolphet-mtext:before {
        border-bottom-color: #fff; }
      .congresodolphet .congresodolphet-navbar[navbar-theme="themelight1"] .congresodolphet-item .congresodolphet-submenu li.active > a .congresodolphet-mtext:after {
        border-left-color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #3466af; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a {
  color: #3466af; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #3466af; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a {
  background: #3466af;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #ff5252; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a {
  color: #ff5252; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #ff5252; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a {
  background: #ff5252;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #D81B60; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a {
  color: #D81B60; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #D81B60; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a {
  background: #D81B60;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #66BB6A; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a {
  color: #66BB6A; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #66BB6A; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a {
  background: #66BB6A;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #7C4DFF; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a {
  color: #7C4DFF; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #7C4DFF; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a {
  background: #7C4DFF;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #424242; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a {
  color: #424242; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #424242; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a {
  background: #424242;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #11c788; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a {
  color: #11c788; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #11c788; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a {
  background: #11c788;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #FF4444; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a {
  color: #FF4444; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #FF4444; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a {
  background: #FF4444;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #ff784f; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a {
  color: #ff784f; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #ff784f; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a {
  background: #ff784f;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #38a9f9; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a {
  color: #38a9f9; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #38a9f9; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a {
  background: #38a9f9;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #038f9e; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a {
  color: #038f9e; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #038f9e; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a {
  background: #038f9e;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li .congresodolphet-submenu li.active > a,
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li .congresodolphet-submenu li:hover > a {
  color: #39ADB5; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li .congresodolphet-submenu li.active > a {
  font-weight: 500; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a {
  color: #39ADB5; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #39ADB5; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a {
  background: #39ADB5;
  color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a:after, .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a {
  background: #3466af;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a {
  background: #3466af;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme1"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a {
  background: #ff5252;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a {
  background: #ff5252;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme2"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a {
  background: #D81B60;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a {
  background: #D81B60;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme3"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a {
  background: #66BB6A;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a {
  background: #66BB6A;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme4"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a {
  background: #7C4DFF;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a {
  background: #7C4DFF;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme5"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a {
  background: #424242;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a {
  background: #424242;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme6"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a {
  background: #11c788;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a {
  background: #11c788;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme7"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a {
  background: #FF4444;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a {
  background: #FF4444;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme8"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a {
  background: #ff784f;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a {
  background: #ff784f;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme9"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a {
  background: #38a9f9;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a {
  background: #38a9f9;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme10"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a {
  background: #038f9e;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a {
  background: #038f9e;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme11"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a {
  background: #39ADB5;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a:before {
    border-left-color: transparent; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item li:hover > a:after {
    color: #fff; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a {
  background: #39ADB5;
  color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a .congresodolphet-micon, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a .congresodolphet-micon {
    color: #fff; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.active:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li.congresodolphet-trigger:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover > a:before, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar[active-item-theme="theme12"] .congresodolphet-item > li:hover:hover > a:before {
    border-left-color: transparent; }

.selector-toggle {
  position: relative; }

.congresodolphet .selector-toggle > a {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #ff5252;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 14px 10px; }
.congresodolphet[theme-layout="horizontal"] .selector-toggle > a, .congresodolphet[vertical-placement="left"] .selector-toggle > a {
  left: -80px;
  border-right: 0;
  border-radius: 50% 0 0 50%; }
.congresodolphet[vertical-placement="right"] .selector-toggle > a {
  right: -80px;
  border-left: 0;
  border-radius: 0 50% 50% 0; }
  .congresodolphet[vertical-placement="right"] .selector-toggle > a:before {
    left: 10px; }

.selector-toggle > a:before {
  font-family: 'feather';
  font-size: 20px;
  content: "\e8c3";
  position: relative;
  float: left;
  left: 13px;
  line-height: 35px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  animation: mymove 1.3s infinite linear; }

.open .selector-toggle > a:before {
  content: "\e8f6";
  animation: mymove 0s infinite linear; }

#styleSelector .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 2px solid #448aff;
  padding-bottom: 5px; }
  #styleSelector .nav-tabs .nav-item {
    width: calc(100% / 2);
    margin: 0;
    padding: 0;
    float: left; }
    #styleSelector .nav-tabs .nav-item a {
      color: #37474f;
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      padding: 0.66rem 1rem;
      border-radius: 2px;
      border: none;
      transition: all 0.3s ease-in-out; }
      #styleSelector .nav-tabs .nav-item a.active {
        color: #fff;
        background: #448aff; }
#styleSelector .style-cont {
  background-color: #F6F7FB;
  padding: 10px; }
#styleSelector .st-main-title {
  font-size: 18px; }
#styleSelector .checkbox-fade label {
  margin-bottom: 0.8rem; }
#styleSelector .sub-title {
  text-transform: capitalize; }
#styleSelector #menu-effect {
  padding-bottom: 15px; }
  #styleSelector #menu-effect .radio > label {
    padding-left: 0; }
  #styleSelector #menu-effect .radio .helper {
    bottom: -30px;
    left: 3px; }
    #styleSelector #menu-effect .radio .helper:after, #styleSelector #menu-effect .radio .helper:before {
      top: auto;
      bottom: 0; }
  #styleSelector #menu-effect .micon {
    font-size: 20px;
    padding: 3px;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center; }
    #styleSelector #menu-effect .micon.st1 {
      background-color: transparent; }
      #styleSelector #menu-effect .micon.st1 i {
        color: #448aff; }
    #styleSelector #menu-effect .micon.st2 {
      background-color: transparent; }
      #styleSelector #menu-effect .micon.st2 i {
        color: #37474f; }
#styleSelector #bg-pattern-visiblity {
  padding-left: 30px; }
#styleSelector .form-control {
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
  margin-bottom: 10px; }
  #styleSelector .form-control:focus {
    border: none;
    background-color: #f1f1f1; }
#styleSelector ul {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%; }
  #styleSelector ul li {
    border-bottom: 0 solid #e9e9e9;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%; }
    #styleSelector ul li p.selector-title,
    #styleSelector ul li span.selector-title {
      color: #444;
      font-size: 14px;
      margin: 0 0 15px;
      padding: 10px 0;
      text-align: left; }
    #styleSelector ul li p.selector-title {
      font-weight: 500;
      border-bottom: 1px solid #e9e9e9; }
      #styleSelector ul li p.selector-title.main-title {
        font-weight: 500; }
    #styleSelector ul li p.sub-title.drp-title {
      border-bottom: 0 solid transparent;
      margin-bottom: 0;
      margin-top: 10px; }
#styleSelector > ul > li > .sub-title {
  color: #9c9c9c;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  text-align: left; }
#styleSelector li {
  padding: 5px; }

.theme-option select {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 3px 10px; }

.theme-color {
  padding: 0;
  width: 100%; }
  .theme-color a {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 8px 5px 0;
    box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
    overflow: hidden;
    width: 45px;
    height: 40px; }
    .theme-color a:focus, .theme-color a:hover {
      text-decoration: none; }
    .theme-color a.small {
      width: 20px;
      height: 20px; }
    .theme-color a .cont,
    .theme-color a .head {
      display: block;
      position: relative; }
      .theme-color a .cont:after, .theme-color a .cont:before,
      .theme-color a .head:after,
      .theme-color a .head:before {
        content: "";
        height: 100%;
        display: inline-block;
        position: absolute; }
      .theme-color a .cont:after,
      .theme-color a .head:after {
        width: 40%;
        left: 0; }
      .theme-color a .cont:before,
      .theme-color a .head:before {
        width: 60%;
        right: 0; }
    .theme-color a .head {
      height: 10px; }
      .theme-color a .head:before {
        background: #fff; }
    .theme-color a .cont {
      height: 30px; }
      .theme-color a .cont:before {
        background: #F6F7FB; }
    .theme-color a[menu-caption="theme1"] {
      background: #3466af; }
    .theme-color a[menu-caption="theme2"] {
      background: #ff5252; }
    .theme-color a[menu-caption="theme3"] {
      background: #D81B60; }
    .theme-color a[menu-caption="theme4"] {
      background: #66BB6A; }
    .theme-color a[menu-caption="theme5"] {
      background: #7C4DFF; }
    .theme-color a[menu-caption="theme6"] {
      background: #424242; }
    .theme-color a[menu-caption="theme7"] {
      background: #000; }
    .theme-color a[menu-caption="theme8"] {
      background: #999; }
    .theme-color a[menu-caption="theme9"] {
      background: #fff; }
    .theme-color a[header-theme="theme1"] .head {
      background: #3466af; }
      .theme-color a[header-theme="theme1"] .head:after, .theme-color a[header-theme="theme1"] .head:before {
        background: transparent; }
    .theme-color a[header-theme="theme2"] .head {
      background: #ff5252; }
      .theme-color a[header-theme="theme2"] .head:after, .theme-color a[header-theme="theme2"] .head:before {
        background: transparent; }
    .theme-color a[header-theme="theme3"] .head {
      background: #D81B60; }
      .theme-color a[header-theme="theme3"] .head:after, .theme-color a[header-theme="theme3"] .head:before {
        background: transparent; }
    .theme-color a[header-theme="theme4"] .head {
      background: #66BB6A; }
      .theme-color a[header-theme="theme4"] .head:after, .theme-color a[header-theme="theme4"] .head:before {
        background: transparent; }
    .theme-color a[header-theme="theme5"] .head {
      background: #7C4DFF; }
      .theme-color a[header-theme="theme5"] .head:after, .theme-color a[header-theme="theme5"] .head:before {
        background: transparent; }
    .theme-color a[header-theme="theme6"] .head {
      background: #424242; }
      .theme-color a[header-theme="theme6"] .head:after, .theme-color a[header-theme="theme6"] .head:before {
        background: transparent; }
    .theme-color a[navbar-theme="theme1"] {
      background: #424242; }
    .theme-color a[navbar-theme="themelight1"] {
      background: #fff; }
    .theme-color a[active-item-theme="theme1"] {
      background: #3466af; }
    .theme-color a[active-item-theme="theme2"] {
      background: #ff5252; }
    .theme-color a[active-item-theme="theme3"] {
      background: #D81B60; }
    .theme-color a[active-item-theme="theme4"] {
      background: #66BB6A; }
    .theme-color a[active-item-theme="theme5"] {
      background: #7C4DFF; }
    .theme-color a[active-item-theme="theme6"] {
      background: #424242; }
    .theme-color a[active-item-theme="theme7"] {
      background: #11c788; }
    .theme-color a[active-item-theme="theme8"] {
      background: #FF4444; }
    .theme-color a[active-item-theme="theme9"] {
      background: #ff784f; }
    .theme-color a[active-item-theme="theme10"] {
      background: #38a9f9; }
    .theme-color a[active-item-theme="theme11"] {
      background: #038f9e; }
    .theme-color a[active-item-theme="theme12"] {
      background: #39ADB5; }
    .theme-color a[layout-type="dark"] .cont:after {
      background: #424242; }
    .theme-color a[layout-type="dark"] .cont:before {
      background: #5c5c5c; }
    .theme-color a[layout-type="dark"] .head:after {
      background: #5c5c5c; }
    .theme-color a[layout-type="dark"] .head:before {
      background: #424242; }
    .theme-color a[layout-type="reset"] {
      padding: 11px 0;
      text-align: center;
      background-color: #ff5252;
      transition: all 0.3s ease-in-out; }
      .theme-color a[layout-type="reset"] i {
        font-size: 20px;
        margin-right: 0;
        color: #fff;
        transition: all 0.3s ease-in-out; }
      .theme-color a[layout-type="reset"]:hover {
        background-color: rgba(255, 82, 82, 0.8); }
        .theme-color a[layout-type="reset"]:hover i {
          text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
    .theme-color a[themebg-pattern="theme1"] {
      background: #3466af; }
    .theme-color a[themebg-pattern="theme2"] {
      background: #ff5252; }
    .theme-color a[themebg-pattern="theme3"] {
      background: #D81B60; }
    .theme-color a[themebg-pattern="theme4"] {
      background: #66BB6A; }
    .theme-color a[themebg-pattern="theme5"] {
      background: #7C4DFF; }
    .theme-color a[themebg-pattern="theme6"] {
      background: #424242; }

.congresodolphet[theme-layout="vertical"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-micon {
  float: none;
  position: relative;
  z-index: 1051;
  left: 90%;
  top: 1px; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-micon i {
  left: 0; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger > a .congresodolphet-micon i, .congresodolphet[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger.active > a .congresodolphet-micon i {
  left: 94%; }
.congresodolphet.nocollapsed[theme-layout="vertical"][congresodolphet-device-type="phone"] .congresodolphet-main-container {
  position: static; }
.congresodolphet[theme-layout="vertical"][vertical-nav-type="fullpage"] .congresodolphet-main-container, .congresodolphet[theme-layout="vertical"][vnavigation-view="view3"] .congresodolphet-main-container {
  position: static; }
.congresodolphet .congresodolphet-header[header-theme="theme1"] {
  background: #3466af; }
  .congresodolphet .congresodolphet-header[header-theme="theme1"] .dropdown-toggle,
  .congresodolphet .congresodolphet-header[header-theme="theme1"] .input-group-addon,
  .congresodolphet .congresodolphet-header[header-theme="theme1"] a {
    color: #fff; }
.congresodolphet .congresodolphet-header[header-theme="theme2"] {
  background: #ff5252; }
  .congresodolphet .congresodolphet-header[header-theme="theme2"] .dropdown-toggle,
  .congresodolphet .congresodolphet-header[header-theme="theme2"] .input-group-addon,
  .congresodolphet .congresodolphet-header[header-theme="theme2"] a {
    color: #fff; }
.congresodolphet .congresodolphet-header[header-theme="theme3"] {
  background: #D81B60; }
  .congresodolphet .congresodolphet-header[header-theme="theme3"] .dropdown-toggle,
  .congresodolphet .congresodolphet-header[header-theme="theme3"] .input-group-addon,
  .congresodolphet .congresodolphet-header[header-theme="theme3"] a {
    color: #fff; }
.congresodolphet .congresodolphet-header[header-theme="theme4"] {
  background: #66BB6A; }
  .congresodolphet .congresodolphet-header[header-theme="theme4"] .dropdown-toggle,
  .congresodolphet .congresodolphet-header[header-theme="theme4"] .input-group-addon,
  .congresodolphet .congresodolphet-header[header-theme="theme4"] a {
    color: #fff; }
.congresodolphet .congresodolphet-header[header-theme="theme5"] {
  background: #7C4DFF; }
  .congresodolphet .congresodolphet-header[header-theme="theme5"] .dropdown-toggle,
  .congresodolphet .congresodolphet-header[header-theme="theme5"] .input-group-addon,
  .congresodolphet .congresodolphet-header[header-theme="theme5"] a {
    color: #fff; }
.congresodolphet .congresodolphet-header[header-theme="theme6"] {
  background: #424242; }
  .congresodolphet .congresodolphet-header[header-theme="theme6"] .dropdown-toggle,
  .congresodolphet .congresodolphet-header[header-theme="theme6"] .input-group-addon,
  .congresodolphet .congresodolphet-header[header-theme="theme6"] a {
    color: #fff; }
.congresodolphet[fream-type="theme1"][theme-layout="vertical"] .page-header {
  background: #3466af; }
.congresodolphet[fream-type="theme1"][theme-layout="horizontal"] .page-header {
  background: #608dd0; }
.congresodolphet[fream-type="theme2"][theme-layout="vertical"] .page-header {
  background: #ff5252; }
.congresodolphet[fream-type="theme2"][theme-layout="horizontal"] .page-header {
  background: #ff9f9f; }
.congresodolphet[fream-type="theme3"][theme-layout="vertical"] .page-header {
  background: #D81B60; }
.congresodolphet[fream-type="theme3"][theme-layout="horizontal"] .page-header {
  background: #ea568c; }
.congresodolphet[fream-type="theme4"][theme-layout="vertical"] .page-header {
  background: #66BB6A; }
.congresodolphet[fream-type="theme4"][theme-layout="horizontal"] .page-header {
  background: #9bd39e; }
.congresodolphet[fream-type="theme5"][theme-layout="vertical"] .page-header {
  background: #7C4DFF; }
.congresodolphet[fream-type="theme5"][theme-layout="horizontal"] .page-header {
  background: #b49aff; }
.congresodolphet[fream-type="theme6"][theme-layout="vertical"] .page-header {
  background: #424242; }
.congresodolphet[fream-type="theme6"][theme-layout="horizontal"] .page-header {
  background: #686868; }
.congresodolphet.congresodolphet-toggle-animate .congresodolphet-content {
  transition: all 0.5s ease-in-out; }
.congresodolphet.congresodolphet-toggle-animate .congresodolphet-header .congresodolphet-left-header,
.congresodolphet.congresodolphet-toggle-animate .congresodolphet-header .congresodolphet-right-header {
  transition: all 0.5s ease-in-out; }
.congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar {
  transition: all 0.3s ease-in-out; }
  .congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .user-details {
    transition: all 0.5s ease-in-out;
    transform: rotateX(90deg); }
  .congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-mtext {
    transition-delay: 0.20s;
    transform: rotateX(90deg); }
  .congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-mtext {
    transition: all 0.3s ease-in-out;
    transform: rotateX(90deg); }
  .congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .congresodolphet-item li a .congresodolphet-badge {
    transition: all 0.5s ease-in-out;
    transform: rotateX(90deg); }
  .congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .congresodolphet-item li.congresodolphet-hasmenu.congresodolphet-trigger a:after,
  .congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .congresodolphet-item li.congresodolphet-hasmenu > a:after {
    transition: all 0.5s ease-in-out;
    transform: rotateX(90deg); }
.congresodolphet.congresodolphet-toggle-animate .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a:after {
  transform: rotateX(90deg);
  transition: opacity 0.5s linear; }

body .congresodolphet[congresodolphet-device-type="phone"][vertical-nav-type="expanded"] .congresodolphet-navbar,
body .congresodolphet[congresodolphet-device-type="phone"][vertical-nav-type="expanded"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"], body .congresodolphet[congresodolphet-device-type="tablet"][vertical-nav-type="expanded"] .congresodolphet-navbar,
body .congresodolphet[congresodolphet-device-type="tablet"][vertical-nav-type="expanded"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"] {
  position: absolute;
  top: 50px; }
body .congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li > a .congresodolphet-micon {
  left: 0; }
body .congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-trigger > a .congresodolphet-micon {
  left: calc(100% - 23px); }
body .congresodolphet[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .congresodolphet-item > li.congresodolphet-trigger > a > .congresodolphet-mtext {
  padding-right: 90px; }
body .congresodolphet[vertical-placement="right"] .showChat_inner,
body .congresodolphet[vertical-placement="right"] .users {
  right: auto;
  left: 0; }
body .congresodolphet[vertical-placement="right"] .main-body {
  direction: rtl; }
  body .congresodolphet[vertical-placement="right"] .main-body .page-wrapper .page-header-breadcrumb {
    float: left; }
  body .congresodolphet[vertical-placement="right"] .main-body .language-markup {
    direction: ltr; }
body .congresodolphet[vertical-placement="right"] .back_chatBox i,
body .congresodolphet[vertical-placement="right"] .back_friendlist i {
  left: auto;
  right: -40px;
  border-radius: 0 50% 50% 0;
  padding: 12px 7px 12px 0;
  box-shadow: 2px 0 9px -2px rgba(0, 0, 0, 0.3); }
body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-logo {
  float: right; }
body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container {
  margin-left: 0;
  margin-right: 240px; }
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left li, body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li,
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li {
    float: right; }
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left, body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: right; }
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: left; }
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    right: auto;
    left: -15px; }
    body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before,
    body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
    body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
      right: auto;
      left: 15px; }
body .congresodolphet[vertical-placement="right"][vertical-nav-type="collapsed"] .header-navbar .navbar-wrapper .navbar-container {
  margin-right: 0; }
body .congresodolphet[vertical-nav-type="collapsed"] .header-navbar .navbar-wrapper .navbar-container {
  margin-left: 0; }
body.menu-bottom .navbar-wrapper {
  z-index: 1050; }
body.menu-bottom .p-chat-user,
body.menu-bottom .showChat_inner {
  top: 0; }
body.menu-bottom .congresodolphet[congresodolphet-device-type="phone"][vertical-nav-type="expanded"] .congresodolphet-navbar,
body.menu-bottom .congresodolphet[congresodolphet-device-type="phone"][vertical-nav-type="expanded"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"], body.menu-bottom .congresodolphet[congresodolphet-device-type="tablet"][vertical-nav-type="expanded"] .congresodolphet-navbar,
body.menu-bottom .congresodolphet[congresodolphet-device-type="tablet"][vertical-nav-type="expanded"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"] {
  top: 0; }
body.menu-bottom .navbar-wrapper {
  bottom: 0;
  top: auto;
  z-index: 1050; }
  @media only screen and (max-width: 992px) {
    body.menu-bottom .navbar-wrapper .congresodolphet-navbar {
      top: -50px; } }
body.menu-bottom .congresodolphet[theme-layout="vertical"] .header-navbar {
  min-height: auto;
  bottom: 0;
  top: auto;
  z-index: 9999; }
  body.menu-bottom .congresodolphet[theme-layout="vertical"] .header-navbar[congresodolphet-header-position="absolute"], body.menu-bottom .congresodolphet[theme-layout="vertical"] .header-navbar[congresodolphet-header-position="relative"] {
    position: fixed; }
body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
  top: auto;
  bottom: 100px; }
  body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
    transform: rotate(-135deg);
    top: auto;
    bottom: -10px; }
body.menu-bottom .congresodolphet[congresodolphet-device-type="tablet"] .congresodolphet-content,
body.menu-bottom .congresodolphet[congresodolphet-device-type="phone"] .congresodolphet-content {
  padding-top: 0; }
body.menu-bottom .congresodolphet[theme-layout="vertical"] .congresodolphet-navbar[congresodolphet-navbar-position="fixed"] {
  top: 0; }
body.menu-bottom #collapse-menu {
  display: none; }

.congresodolphet[congresodolphet-device-type="tablet"] .congresodolphet-header[congresodolphet-header-position="relative"],
.congresodolphet[congresodolphet-device-type="tablet"] .congresodolphet-header[congresodolphet-header-position="absolute"],
.congresodolphet[congresodolphet-device-type="phone"] .congresodolphet-header[congresodolphet-header-position="relative"],
.congresodolphet[congresodolphet-device-type="phone"] .congresodolphet-header[congresodolphet-header-position="absolute"] {
  position: fixed; }
.congresodolphet[congresodolphet-device-type="tablet"] .congresodolphet-content,
.congresodolphet[congresodolphet-device-type="phone"] .congresodolphet-content {
  padding-top: 20px; }

.congresodolphet[theme-layout="horizontal"] .congresodolphet-container {
  position: relative; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-header {
  z-index: 1024; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar {
  display: block;
  height: 50px;
  width: 100%;
  z-index: 1023;
  box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.4); }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg); }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar li.congresodolphet-hasmenu > a:after {
    right: 3px;
    top: -3px; }
.congresodolphet[theme-layout="horizontal"] #styleSelector {
  z-index: 1024; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .p-chat-user,
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .showChat_inner, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .p-chat-user,
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .showChat_inner {
  top: 107px; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="desktop"] .navbar-logo .mobile-menu,
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="desktop"] .congresodolphet-brand .menu-toggle {
  display: none; }
.congresodolphet[theme-layout="horizontal"] .page-header {
  padding-top: 50px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="dashed"] > li > a {
  border-right-style: dashed; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="dotted"] > li > a {
  border-right-style: dotted; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="solid"] > li > a {
  border-right-style: solid; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="dashed"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-style: dashed; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="dotted"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-style: dotted; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"][item-border-style="solid"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-style: solid; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="false"] > li > a {
  border-right-width: 0; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] > li > a {
  border-right-width: 1px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[subitem-border="false"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-width: 0; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[subitem-border="true"] .congresodolphet-hasmenu .congresodolphet-submenu li > a {
  border-bottom-width: 1px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
    position: relative; }
    .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li > a {
      display: block;
      font-size: 15px;
      padding: 5px 20px;
      text-decoration: none;
      position: relative; }
      @media only screen and (max-width: 1200px) and (min-width: 992px) {
        .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li > a {
          padding: 5px; } }
    .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a {
      line-height: 1.85; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
    box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4); }
    .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li {
      display: block;
      list-style: outside none none;
      margin: 0;
      padding: 3px 10px;
      position: relative; }
      .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a {
        display: block;
        font-size: 14px;
        padding: 7px 10px;
        text-decoration: none;
        position: relative; }
        .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a:after {
          padding-top: 7px;
          line-height: 1; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li > a > .congresodolphet-micon {
    font-size: 14px;
    padding: 0; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item.congresodolphet-search-item > li > a > .congresodolphet-micon {
    padding: 0 5px 0 7px; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a .congresodolphet-micon {
    font-size: 13px;
    padding-right: 5px; }
.congresodolphet[theme-layout="horizontal"][horizontal-layout="widebox"] .congresodolphet-container {
  width: 100%; }
.congresodolphet[theme-layout="horizontal"][horizontal-layout="widebox"] .congresodolphet-content .congresodolphet-wrapper,
.congresodolphet[theme-layout="horizontal"][horizontal-layout="widebox"] .congresodolphet-header .congresodolphet-wrapper,
.congresodolphet[theme-layout="horizontal"][horizontal-layout="widebox"] .congresodolphet-navbar .congresodolphet-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li {
  float: left;
  padding: 5px 10px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item li a {
  border-radius: 5px;
  transition: all 0.3s ease-in-out; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item li.active > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item li:hover > a {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2); }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
  position: absolute;
  min-width: 237px;
  z-index: 1;
  border-top-width: 0;
  top: 100%; }
  .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a {
    font-size: 14px;
    font-weight: 500;
    text-align: left; }
    .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a > .congresodolphet-mtext {
      transition: all 0s ease-in-out; }
      .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu li > a > .congresodolphet-mtext:before {
        transition: all 0s ease-in-out; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-submenu .congresodolphet-submenu {
  position: absolute;
  min-width: 250px;
  z-index: 1;
  left: 100%;
  top: -1px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 50%;
  transition: transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(-90deg); }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-submenu li.congresodolphet-hasmenu > a:after {
  margin-left: 3px;
  position: relative;
  float: right;
  top: -3px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.active > a:after, .congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger > a:after {
  font-style: normal;
  margin-left: 3px;
  padding-left: 5px;
  position: relative; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.edge.congresodolphet-trigger > .congresodolphet-submenu {
  right: 0; }
.congresodolphet[theme-layout="horizontal"][horizontal-placement="top"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger.active .congresodolphet-submenu {
  border-top-style: solid;
  border-top-width: 1px; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-navbar .congresodolphet-item[subitem-border="true"] .congresodolphet-hasmenu .congresodolphet-submenu > li:last-child > a {
  border-bottom-color: transparent; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item.congresodolphet-search-item > li > a > .congresodolphet-micon {
  display: block; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="desktop"] .congresodolphet-navbar .congresodolphet-inner-navbar, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-inner-navbar {
  position: relative; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar {
  height: auto;
  padding: 85px 10px 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 50%;
  transition: transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(-90deg); }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-inner-navbar, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-inner-navbar {
    height: auto;
    position: relative; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar.show-menu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar.show-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    position: fixed; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item {
  display: block;
  float: none;
  position: relative;
  width: 100%;
  z-index: 1; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > li, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > li {
    float: none;
    display: block;
    position: relative; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] > li > a, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] > li > a {
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] > li.congresodolphet-trigger > a, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item[item-border="true"] > li.congresodolphet-trigger > a {
    border-bottom-width: 0; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu {
    min-width: 100%;
    z-index: 2; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
    position: relative; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu > .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu > .congresodolphet-submenu {
    left: 0;
    min-width: 100%;
    right: 0;
    top: 0;
    z-index: 1; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu,
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu,
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu > .congresodolphet-hasmenu.congresodolphet-trigger > .congresodolphet-submenu {
    position: relative; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu > .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu > .congresodolphet-submenu > .congresodolphet-hasmenu > .congresodolphet-submenu {
    left: 0;
    min-width: 100%;
    right: 0;
    top: 0;
    z-index: 1; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"][horizontal-placement="bottom"] .congresodolphet-navbar, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"][horizontal-placement="bottom"] .congresodolphet-navbar {
  bottom: auto; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a:after, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.active > a:after, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger > a:after, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a:after, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.active > a:after, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu.congresodolphet-trigger > a:after {
  position: absolute;
  right: 13px; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-header, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-header {
  height: auto;
  padding-top: 0; }
.congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu {
  border-top: none;
  margin: 15px auto;
  min-width: 90%;
  width: 90%;
  box-shadow: none; }
  .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu {
    min-width: 90%;
    width: 90%; }
    .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="phone"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu, .congresodolphet[theme-layout="horizontal"][congresodolphet-device-type="tablet"] .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu .congresodolphet-hasmenu .congresodolphet-submenu {
      min-width: 90%; }
.congresodolphet[theme-layout="horizontal"] .congresodolphet-header[congresodolphet-header-position="relative"] ~ .congresodolphet-main-container {
  top: -1px; }

.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-submenu > li a .congresodolphet-badge {
  top: 7px;
  right: 20px; }

.congresodolphet .congresodolphet-navbar .congresodolphet-item .congresodolphet-hasmenu.edge > .congresodolphet-submenu {
  left: auto;
  right: 100%; }

.congresodolphet-main-container {
  clear: both; }

.congresodolphet .congresodolphet-navbar .congresodolphet-item:after {
  display: none; }

body.horizontal-icon .congresodolphet[theme-layout="horizontal"] .page-header, body.horizontal-icon-fixed .congresodolphet[theme-layout="horizontal"] .page-header {
  padding-top: 100px; }
body.horizontal-icon .congresodolphet .congresodolphet-navbar, body.horizontal-icon-fixed .congresodolphet .congresodolphet-navbar {
  height: 80px; }
  body.horizontal-icon .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a > .congresodolphet-micon, body.horizontal-icon-fixed .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a > .congresodolphet-micon {
    display: block;
    text-align: center;
    margin: 0 auto; }
  body.horizontal-icon .congresodolphet .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a, body.horizontal-icon-fixed .congresodolphet .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a {
    line-height: 30px; }
body.horizontal-icon .congresodolphet[congresodolphet-device-type="desktop"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a, body.horizontal-icon-fixed .congresodolphet[congresodolphet-device-type="desktop"] .congresodolphet-navbar .congresodolphet-item > li.congresodolphet-hasmenu > a {
  height: 70px; }

/**  =====================
      Theme-Buttons css start
==========================  **/
.btn-default .badge {
  background-color: #fff;
  color: #e0e0e0; }

.btn {
  border-radius: 2px;
  /*text-transform: capitalize;*/
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .btn {
      padding: 10px 15px; } }

.close {
  cursor: pointer; }

.btn-next {
  background-color: white;
  border: none; }

.btn-next:hover {
  color: #3466af; }

.btn-alts {
  background-color: white;
  border: none; }

.btn-alts:hover {
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Chrome, Safari, Opera */
  transform: rotate(360deg);
  color: #3466af; }

.button-page .card-block {
  margin-bottom: -20px; }
  .button-page .card-block ul {
    margin-bottom: 0;
    display: inline-block; }
  .button-page .card-block a {
    margin-bottom: 20px; }
  .button-page .card-block ul li {
    display: inline-block;
    margin-right: 20px;
    float: left; }

.button-page .btn {
  margin-bottom: 20px;
  margin-right: 10px; }

.btn.btn-round {
  border-radius: 2rem; }
.btn.btn-square {
  border-radius: 0; }
.btn.btn-skew {
  transform: skew(-15deg); }
.btn i {
  margin-right: 5px; }
.btn.btn-icon {
  border-radius: 50%;
  width: 40px;
  line-height: 30px;
  height: 40px;
  padding: 3px;
  text-align: center; }
.btn.btn-out {
  outline: 1px solid #fff;
  outline-offset: -5px; }
.btn.btn-out-dashed {
  outline: 1px dashed #fff;
  outline-offset: -5px; }
.btn.btn-out-dotted {
  outline: 1px dotted #fff;
  outline-offset: -5px; }

.btn-group,
.btn-group-vertical {
  display: inline-block; }

.btn-group .btn {
  float: left; }

.icon-btn i {
  margin-right: 0; }

.button-page .btn-group {
  margin-right: 10px; }

.show > .dropdown-menu {
  overflow: hidden; }

.dropdown-danger,
.dropdown-default,
.dropdown-disabled,
.dropdown-info,
.dropdown-inverse,
.dropdown-primary,
.dropdown-success,
.dropdown-warning,
.dropdown-warning {
  display: inline-block;
  position: relative; }

.btn-group [class*=btn-],
.dropdown-split [class*=btn-] {
  margin-right: 0; }

.list-group-item.active {
  background-color: #448aff;
  border-color: #448aff; }

.show > .btn-primary.dropdown-toggle, .sweet-alert .show > button.dropdown-toggle.confirm, .wizard > .actions .show > a.dropdown-toggle {
  background-color: #0764ff;
  border-color: #0764ff;
  box-shadow: none;
  color: #fff; }

#Note-list li:hover .Note-delete {
  opacity: 1;
  transform: translateX(0px); }
  #Note-list li:hover .Note-delete:hover {
    background: rgba(0, 0, 0, 0.8); }

.button-list .btn {
  margin-bottom: 10px;
  margin-right: 30px; }

.Note-delete {
  margin-bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  position: absolute;
  right: 20px;
  color: #fff;
  transition: all ease-in 0.3s;
  border-radius: 2px;
  cursor: pointer;
  transform: translateX(10px); }

.popover-body .color-code {
  margin-bottom: 10px; }
.popover-body .display-color {
  width: 75px;
  height: 2.50rem;
  border-radius: 0.25rem;
  margin-right: 30px;
  background-color: rgba(68, 138, 255, 0.5);
  border-color: rgba(68, 138, 255, 0.5); }
.popover-body span.block {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px; }

.popover-title {
  text-align: center; }

.btn.btn-disabled,
.dropdown-disabled,
.dropdown-split-disabled {
  cursor: not-allowed; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active.active,
.nav-pills .nav-link.active.active:focus,
.nav-pills .nav-link.active.active:hover {
  background: transparent;
  color: #0275d8;
  text-align: center;
  border-bottom: 1px solid #0275d8; }

.btn {
  /**====== Basic-Buttons css Start ======**/
  /**====== Basic-Buttons css end ======**/
  /**====== Outline-Buttons css Start ======**/
  /**====== Outline-Buttons css end ======**/
  /**====== gradient css Start ======**/
  /**====== gradient-Buttons css end ======**/
  /**====== matrialized-Buttons css Start ======**/
  /**====== matrialized css end ======**/
  /**====== Button-Size css start ======**/
  /**====== Button-Size css end ======**/
  /**====== Badges-button css start ======**/
  /**====== Badges-button css end ======**/
  /**====== Social-Buttons css start ======**/
  /**====== Social-Buttons css end ======**/ }
  .btn-primary, .sweet-alert button.confirm, .wizard > .actions a {
    background-color: #448aff;
    border-color: #448aff;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
    .btn-primary:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {
      background-color: #77aaff;
      border-color: #77aaff; }
    .btn-primary:active, .sweet-alert button.confirm:active, .wizard > .actions a:active {
      background-color: #0764ff;
      border-color: #0764ff;
      box-shadow: none;
      color: #fff; }
    .btn-primary:focus, .sweet-alert button.confirm:focus, .wizard > .actions a:focus {
      box-shadow: none;
      color: #fff;
      background-color: #77aaff; }
    .btn-primary.disabled, .sweet-alert button.disabled.confirm, .wizard > .actions a.disabled {
      background-color: rgba(68, 138, 255, 0.5);
      border-color: rgba(68, 138, 255, 0.5); }
  .btn-warning {
    background-color: #ffba57;
    border-color: #ffba57;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
    .btn-warning:hover {
      background-color: #ffcf8a;
      border-color: #ffcf8a;
      color: #fff; }
    .btn-warning:active {
      background-color: #ffa11a;
      border-color: #ffa11a;
      box-shadow: none;
      color: #fff; }
    .btn-warning:focus {
      box-shadow: none;
      color: #fff;
      background-color: #ffcf8a; }
    .btn-warning.disabled {
      background-color: rgba(255, 186, 87, 0.5);
      border-color: rgba(255, 186, 87, 0.5); }
  .btn-danger {
    background-color: #ff5252;
    border-color: #ff5252;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
    .btn-danger:hover {
      background-color: #ff8585;
      border-color: #ff8585; }
    .btn-danger:active {
      background-color: #ff1515;
      border-color: #ff1515;
      box-shadow: none;
      color: #fff; }
    .btn-danger:focus {
      box-shadow: none;
      color: #fff;
      background-color: #ff8585; }
    .btn-danger.disabled {
      background-color: rgba(255, 82, 82, 0.5);
      border-color: rgba(255, 82, 82, 0.5); }
  .btn-success {
    background-color: #9ccc65;
    border-color: #9ccc65;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
    .btn-success:hover {
      background-color: #b5d98b;
      border-color: #b5d98b; }
    .btn-success:active {
      background-color: #7eb73d;
      border-color: #7eb73d;
      box-shadow: none;
      color: #fff; }
    .btn-success:focus {
      box-shadow: none;
      color: #fff;
      background-color: #b5d98b; }
    .btn-success.disabled {
      background-color: rgba(156, 204, 101, 0.5);
      border-color: rgba(156, 204, 101, 0.5); }
  .btn-inverse {
    background-color: #37474f;
    border-color: #37474f;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
    .btn-inverse:hover {
      background-color: #4c626d;
      border-color: #4c626d; }
    .btn-inverse:active {
      background-color: #1e272b;
      border-color: #1e272b;
      box-shadow: none;
      color: #fff; }
    .btn-inverse:focus {
      box-shadow: none;
      color: #fff;
      background-color: #4c626d; }
    .btn-inverse.disabled {
      background-color: rgba(55, 71, 79, 0.5);
      border-color: rgba(55, 71, 79, 0.5); }
  .btn-info {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
    .btn-info:hover {
      background-color: #08e3ff;
      border-color: #08e3ff; }
    .btn-info:active {
      background-color: #008697;
      border-color: #008697;
      box-shadow: none;
      color: #fff; }
    .btn-info:focus {
      box-shadow: none;
      color: #fff;
      background-color: #08e3ff; }
    .btn-info.disabled {
      background-color: rgba(0, 188, 212, 0.5);
      border-color: rgba(0, 188, 212, 0.5); }
  .btn-disabled {
    background-color: rgba(68, 138, 255, 0.5);
    border-color: rgba(68, 138, 255, 0.5);
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s; }
  .btn-outline-primary {
    color: #0764ff;
    background-color: #fff;
    background-color: transparent; }
  .btn-outline-warning {
    color: #ffa11a;
    background-color: #fff;
    background-color: transparent; }
  .btn-outline-danger {
    color: #ff1515;
    background-color: #fff;
    background-color: transparent; }
  .btn-outline-success {
    color: #7eb73d;
    background-color: #fff;
    background-color: transparent; }
  .btn-outline-inverse {
    color: #1e272b;
    background-color: #fff;
    background-color: transparent; }
    .btn-outline-inverse:hover {
      color: #fff; }
  .btn-outline-warning {
    color: #ffa11a;
    background-color: #fff;
    background-color: transparent; }
  .btn-outline-info {
    color: #008697;
    background-color: #fff;
    background-color: transparent; }
  .btn-outline-disabled {
    color: #0764ff;
    background-color: #fff; }
  .btn-grd-danger, .btn-grd-disabled, .btn-grd-info, .btn-grd-inverse, .btn-grd-primary, .btn-grd-success, .btn-grd-warning, .btn-grd-warning {
    background-size: 200% auto;
    transition: 0.5s ease-in-out;
    color: #fff; }
    .btn-grd-danger:hover, .btn-grd-disabled:hover, .btn-grd-info:hover, .btn-grd-inverse:hover, .btn-grd-primary:hover, .btn-grd-success:hover, .btn-grd-warning:hover, .btn-grd-warning:hover {
      background-position: right center; }
    .btn-grd-danger.hor-grd, .btn-grd-disabled.hor-grd, .btn-grd-info.hor-grd, .btn-grd-inverse.hor-grd, .btn-grd-primary.hor-grd, .btn-grd-success.hor-grd, .btn-grd-warning.hor-grd, .btn-grd-warning.hor-grd {
      background-size: auto 200%; }
      .btn-grd-danger.hor-grd:hover, .btn-grd-disabled.hor-grd:hover, .btn-grd-info.hor-grd:hover, .btn-grd-inverse.hor-grd:hover, .btn-grd-primary.hor-grd:hover, .btn-grd-success.hor-grd:hover, .btn-grd-warning.hor-grd:hover, .btn-grd-warning.hor-grd:hover {
        background-position: bottom center; }
  .btn-grd-primary {
    background-image: linear-gradient(to right, #77aaff 0%, #0764ff 51%, #77aaff 100%); }
    .btn-grd-primary.hor-grd {
      background-image: linear-gradient(to top, #77aaff 0%, #0764ff 51%, #77aaff 100%); }
  .btn-grd-warning {
    background-image: linear-gradient(to right, #ffcf8a 0%, #ffa11a 51%, #ffcf8a 100%); }
    .btn-grd-warning.hor-grd {
      background-image: linear-gradient(to top, #ffcf8a 0%, #ffa11a 51%, #ffcf8a 100%); }
  .btn-grd-danger {
    background-image: linear-gradient(to right, #ff8585 0%, #ff1515 51%, #ff8585 100%); }
    .btn-grd-danger.hor-grd {
      background-image: linear-gradient(to top, #ff8585 0%, #ff1515 51%, #ff8585 100%); }
  .btn-grd-success {
    background-image: linear-gradient(to right, #b5d98b 0%, #7eb73d 51%, #b5d98b 100%); }
    .btn-grd-success.hor-grd {
      background-image: linear-gradient(to top, #b5d98b 0%, #7eb73d 51%, #b5d98b 100%); }
  .btn-grd-inverse {
    background-image: linear-gradient(to right, #4c626d 0%, #1e272b 51%, #4c626d 100%); }
    .btn-grd-inverse.hor-grd {
      background-image: linear-gradient(to top, #4c626d 0%, #1e272b 51%, #4c626d 100%); }
  .btn-grd-info {
    background-image: linear-gradient(to right, #08e3ff 0%, #008697 51%, #08e3ff 100%); }
    .btn-grd-info.hor-grd {
      background-image: linear-gradient(to top, #08e3ff 0%, #008697 51%, #08e3ff 100%); }
  .btn-grd-disabled {
    background-image: linear-gradient(to right, #77aaff 0%, #0764ff 51%, #77aaff 100%); }
    .btn-grd-disabled.hor-grd {
      background-image: linear-gradient(to top, #77aaff 0%, #0764ff 51%, #77aaff 100%); }
  .btn-mat {
    position: relative;
    border-radius: 0;
    border: none; }
    .btn-mat:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      right: 50%;
      height: 3px;
      transition: all 0.3s ease-in-out; }
    .btn-mat:hover {
      border: none; }
      .btn-mat:hover:before {
        left: 0;
        right: 0; }
  .btn-primary.btn-mat, .sweet-alert button.btn-mat.confirm, .wizard > .actions a.btn-mat {
    background-color: #448aff; }
    .btn-primary.btn-mat:before, .sweet-alert button.btn-mat.confirm:before, .wizard > .actions a.btn-mat:before {
      background-color: #0764ff; }
  .btn-warning.btn-mat {
    background-color: #ffba57; }
    .btn-warning.btn-mat:before {
      background-color: #ffa11a; }
  .btn-danger.btn-mat {
    background-color: #ff5252; }
    .btn-danger.btn-mat:before {
      background-color: #ff1515; }
  .btn-success.btn-mat {
    background-color: #9ccc65; }
    .btn-success.btn-mat:before {
      background-color: #7eb73d; }
  .btn-inverse.btn-mat {
    background-color: #37474f; }
    .btn-inverse.btn-mat:before {
      background-color: #1e272b; }
  .btn-info.btn-mat {
    background-color: #00bcd4; }
    .btn-info.btn-mat:before {
      background-color: #008697; }
  .btn-outline-disabled {
    background-color: #448aff; }
    .btn-outline-disabled:before {
      background-color: #0764ff; }
  .btn-xlg {
    padding: 14px 20px;
    font-size: 21px;
    line-height: 40px; }
  .btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 32px; }
  .btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px; }
  .btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px; }
  .btn-mini {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 10px; }
  .btn-primary .badge, .sweet-alert button.confirm .badge, .wizard > .actions a .badge {
    color: #448aff;
    background-color: #fff; }
  .btn-success .badge {
    color: #9ccc65;
    background-color: #fff; }
  .btn-info .badge {
    color: #00bcd4;
    background-color: #fff; }
  .btn-warning .badge {
    color: #ffba57;
    background-color: #fff; }
  .btn-danger .badge {
    color: #ff5252;
    background-color: #fff; }
  .btn-dribbble, .btn-dropbox, .btn-facebook, .btn-youtube-2, .btn-flickr, .btn-github, .btn-google-plus, .btn-instagram, .btn-linkedin, .btn-pinterest, .btn-skype, .btn-tumblr, .btn-twitter, .btn-youtube {
    color: #fff; }
    .btn-dribbble:focus, .btn-dribbble:hover, .btn-dropbox:focus, .btn-dropbox:hover, .btn-facebook:focus, .btn-facebook:hover, .btn-youtube-2:focus, .btn-youtube-2:hover, .btn-flickr:focus, .btn-flickr:hover, .btn-github:focus, .btn-github:hover, .btn-google-plus:focus, .btn-google-plus:hover, .btn-instagram:focus, .btn-instagram:hover, .btn-linkedin:focus, .btn-linkedin:hover, .btn-pinterest:focus, .btn-pinterest:hover, .btn-skype:focus, .btn-skype:hover, .btn-tumblr:focus, .btn-tumblr:hover, .btn-twitter:focus, .btn-twitter:hover, .btn-youtube:focus, .btn-youtube:hover {
      color: #fff;
      box-shadow: none; }
  .btn-facebook {
    background-color: #3b5998; }
  .btn-youtube-2 {
    background-color: #ff5252; }
  .btn-twitter {
    background-color: #00ACED; }
  .btn-congreso {
    background-color: #3466af; }
  .btn-linkedin {
    background-color: #007BB6; }
  .btn-dribbble {
    background-color: #EA4C89; }
  .btn-google-plus {
    background-color: #DD4B39; }
  .btn-instagram {
    background-color: #517FA4; }
  .btn-pinterest {
    background-color: #CB2027; }
  .btn-dropbox {
    background-color: #32506D; }
  .btn-tumblr {
    background-color: #00ACED; }

/**====== Drop-down-Buttons css start ======**/
.dropdown-primary .dropdown-menu a:hover,
.dropdown-split-primary .dropdown-menu a:hover {
  background-color: #448aff;
  color: #fff; }

.dropdown-split-success .dropdown-menu a:hover,
.dropdown-success .dropdown-menu a:hover {
  background-color: #9ccc65;
  color: #fff; }

.dropdown-info .dropdown-menu a:hover,
.dropdown-split-info .dropdown-menu a:hover {
  background-color: #00bcd4;
  color: #fff; }

.dropdown-split-warning .dropdown-menu a:hover,
.dropdown-warning .dropdown-menu a:hover {
  background-color: #ffba57;
  color: #fff; }

.dropdown-danger .dropdown-menu a:hover,
.dropdown-split-danger .dropdown-menu a:hover {
  background-color: #ff5252;
  color: #fff; }

.dropdown-inverse .dropdown-item,
.dropdown-split-inverse .dropdown-item {
  transition: all 0.3s ease-in; }
.dropdown-inverse .dropdown-item:hover,
.dropdown-split-inverse .dropdown-item:hover {
  background-color: #37474f;
  color: #fff; }

/**====== Drop-down-Buttons css end ======**/
/**====== Theme-Buttons css end ======**/
/**  =====================
      Basic form elements css start
==========================  **/
.col-form-label {
  font-size: 14px; }

.select2-container {
  width: 100%; }

.form-group {
  margin-bottom: 1.25em; }
  .form-group .form-control-lg {
    font-size: 1.25em; }
  .form-group .form-control-round {
    border-radius: 50px; }
  .form-group .form-control-static:focus {
    outline: none; }

.form-control {
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #cccccc; }
  .form-control:focus {
    border: 1px solid #448aff; }
  .form-control.form-control-normal {
    font-weight: 400; }
  .form-control.form-control-bold {
    font-weight: 500; }
  .form-control.form-control-capitalize {
    text-transform: capitalize; }
  .form-control.form-control-uppercase {
    text-transform: uppercase; }
  .form-control.form-control-lowercase {
    text-transform: lowercase; }
  .form-control.form-control-variant {
    font-variant: small-caps; }
  .form-control.form-control-left {
    text-align: left; }
  .form-control.form-control-center {
    text-align: center; }
  .form-control.form-control-right {
    text-align: right; }
  .form-control.form-control-rtl {
    direction: rtl; }
  .form-control:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/*===== Border Inputs start =====*/
.form-control-primary {
  border-color: #448aff;
  color: #448aff; }
  .form-control-primary:focus {
    border-color: #448aff; }

.input-group-primary .input-group-append .input-group-text,
.input-group-primary .input-group-prepend .input-group-text {
  background-color: #448aff; }
.input-group-primary .form-control {
  border-color: #448aff; }

.form-control-warning {
  border-color: #ffba57;
  color: #ffba57; }
  .form-control-warning:focus {
    border-color: #ffba57; }

.input-group-warning .input-group-append .input-group-text,
.input-group-warning .input-group-prepend .input-group-text {
  background-color: #ffba57; }
.input-group-warning .form-control {
  border-color: #ffba57; }

.form-control-default {
  border-color: #d6d6d6;
  color: #d6d6d6; }
  .form-control-default:focus {
    border-color: #d6d6d6; }

.input-group-default .input-group-append .input-group-text,
.input-group-default .input-group-prepend .input-group-text {
  background-color: #d6d6d6; }
.input-group-default .form-control {
  border-color: #d6d6d6; }

.form-control-danger {
  border-color: #ff5252;
  color: #ff5252; }
  .form-control-danger:focus {
    border-color: #ff5252; }

.input-group-danger .input-group-append .input-group-text,
.input-group-danger .input-group-prepend .input-group-text {
  background-color: #ff5252; }
.input-group-danger .form-control {
  border-color: #ff5252; }

.form-control-success {
  border-color: #9ccc65;
  color: #9ccc65; }
  .form-control-success:focus {
    border-color: #9ccc65; }

.input-group-success .input-group-append .input-group-text,
.input-group-success .input-group-prepend .input-group-text {
  background-color: #9ccc65; }
.input-group-success .form-control {
  border-color: #9ccc65; }

.form-control-inverse {
  border-color: #37474f;
  color: #37474f; }
  .form-control-inverse:focus {
    border-color: #37474f; }

.input-group-inverse .input-group-append .input-group-text,
.input-group-inverse .input-group-prepend .input-group-text {
  background-color: #37474f; }
.input-group-inverse .form-control {
  border-color: #37474f; }

.form-control-info {
  border-color: #00bcd4;
  color: #00bcd4; }
  .form-control-info:focus {
    border-color: #00bcd4; }

.input-group-info .input-group-append .input-group-text,
.input-group-info .input-group-prepend .input-group-text {
  background-color: #00bcd4; }
.input-group-info .form-control {
  border-color: #00bcd4; }

/*===== Form Input-Text start =====*/
.form-txt-primary {
  color: #448aff; }
  .form-txt-primary:focus {
    color: #448aff; }
  .form-txt-primary::-moz-placeholder {
    color: #448aff;
    opacity: 1; }
  .form-txt-primary:-ms-input-placeholder {
    color: #448aff; }
  .form-txt-primary::-webkit-input-placeholder {
    color: #448aff; }

.form-txt-warning {
  color: #ffba57; }
  .form-txt-warning:focus {
    color: #ffba57; }
  .form-txt-warning::-moz-placeholder {
    color: #ffba57;
    opacity: 1; }
  .form-txt-warning:-ms-input-placeholder {
    color: #ffba57; }
  .form-txt-warning::-webkit-input-placeholder {
    color: #ffba57; }

.form-txt-default {
  color: #d6d6d6; }
  .form-txt-default:focus {
    color: #d6d6d6; }
  .form-txt-default::-moz-placeholder {
    color: #d6d6d6;
    opacity: 1; }
  .form-txt-default:-ms-input-placeholder {
    color: #d6d6d6; }
  .form-txt-default::-webkit-input-placeholder {
    color: #d6d6d6; }

.form-txt-danger {
  color: #ff5252; }
  .form-txt-danger:focus {
    color: #ff5252; }
  .form-txt-danger::-moz-placeholder {
    color: #ff5252;
    opacity: 1; }
  .form-txt-danger:-ms-input-placeholder {
    color: #ff5252; }
  .form-txt-danger::-webkit-input-placeholder {
    color: #ff5252; }

.form-txt-success {
  color: #9ccc65; }
  .form-txt-success:focus {
    color: #9ccc65; }
  .form-txt-success::-moz-placeholder {
    color: #9ccc65;
    opacity: 1; }
  .form-txt-success:-ms-input-placeholder {
    color: #9ccc65; }
  .form-txt-success::-webkit-input-placeholder {
    color: #9ccc65; }

.form-txt-inverse {
  color: #37474f; }
  .form-txt-inverse:focus {
    color: #37474f; }
  .form-txt-inverse::-moz-placeholder {
    color: #37474f;
    opacity: 1; }
  .form-txt-inverse:-ms-input-placeholder {
    color: #37474f; }
  .form-txt-inverse::-webkit-input-placeholder {
    color: #37474f; }

.form-txt-info {
  color: #00bcd4; }
  .form-txt-info:focus {
    color: #00bcd4; }
  .form-txt-info::-moz-placeholder {
    color: #00bcd4;
    opacity: 1; }
  .form-txt-info:-ms-input-placeholder {
    color: #00bcd4; }
  .form-txt-info::-webkit-input-placeholder {
    color: #00bcd4; }

/*===== Form Background-inputs start =====*/
.form-bg-primary {
  background-color: #448aff;
  border-color: #448aff;
  color: #fff; }
  .form-bg-primary:focus {
    background-color: #448aff;
    border-color: #448aff;
    color: #fff; }
  .form-bg-primary::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-primary:-ms-input-placeholder {
    color: #fff; }
  .form-bg-primary::-webkit-input-placeholder {
    color: #fff; }

.form-bg-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  color: #fff; }
  .form-bg-warning:focus {
    background-color: #ffba57;
    border-color: #ffba57;
    color: #fff; }
  .form-bg-warning::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-warning:-ms-input-placeholder {
    color: #fff; }
  .form-bg-warning::-webkit-input-placeholder {
    color: #fff; }

.form-bg-default {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #fff; }
  .form-bg-default:focus {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    color: #fff; }
  .form-bg-default::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-default:-ms-input-placeholder {
    color: #fff; }
  .form-bg-default::-webkit-input-placeholder {
    color: #fff; }

.form-bg-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  color: #fff; }
  .form-bg-danger:focus {
    background-color: #ff5252;
    border-color: #ff5252;
    color: #fff; }
  .form-bg-danger::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-danger:-ms-input-placeholder {
    color: #fff; }
  .form-bg-danger::-webkit-input-placeholder {
    color: #fff; }

.form-bg-success {
  background-color: #9ccc65;
  border-color: #9ccc65;
  color: #fff; }
  .form-bg-success:focus {
    background-color: #9ccc65;
    border-color: #9ccc65;
    color: #fff; }
  .form-bg-success::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-success:-ms-input-placeholder {
    color: #fff; }
  .form-bg-success::-webkit-input-placeholder {
    color: #fff; }

.form-bg-inverse {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff; }
  .form-bg-inverse:focus {
    background-color: #37474f;
    border-color: #37474f;
    color: #fff; }
  .form-bg-inverse::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-inverse:-ms-input-placeholder {
    color: #fff; }
  .form-bg-inverse::-webkit-input-placeholder {
    color: #fff; }

.form-bg-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff; }
  .form-bg-info:focus {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff; }
  .form-bg-info::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .form-bg-info:-ms-input-placeholder {
    color: #fff; }
  .form-bg-info::-webkit-input-placeholder {
    color: #fff; }

/*===== Form Validation states start =====*/
.has-success .col-form-label {
  color: #9ccc65; }
.has-success .form-control-success {
  border-color: #9ccc65; }

.has-warning .col-form-label {
  color: #ffba57; }
.has-warning .form-control-success {
  border-color: #ffba57; }

.has-danger .col-form-label {
  color: #ff5252; }
.has-danger .form-control-success {
  border-color: #ff5252; }

/*===== Form-icon css starts =====*/
.left-icon-control {
  position: relative; }
  .left-icon-control input {
    padding-left: 50px; }
  .left-icon-control .form-icon {
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -12px; }

.right-icon-control {
  position: relative; }
  .right-icon-control input {
    padding-right: 50px; }
  .right-icon-control .form-icon {
    position: absolute;
    bottom: 8px;
    right: 8px; }
    .right-icon-control .form-icon .btn.btn-icon {
      width: 35px;
      height: 35px;
      padding: 0; }
  .right-icon-control .btn > i {
    margin-right: 0; }

/*===== Form-icon css ends =====*/
/*===== Basic form elements ends =====*/
/**  =====================
      Form group-add-on css start
==========================  **/
.input-group {
  margin-bottom: 1.25em; }

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  background-color: #448aff;
  border-color: rgba(0, 0, 0, 0.15);
  color: #fff; }

.input-group-button .input-group-addon {
  transition: all ease-in 0.3s; }
  .input-group-button .input-group-addon:hover {
    background-color: #77aaff;
    border-color: #77aaff; }
    .input-group-button .input-group-addon:hover .btn {
      background-color: #77aaff;
      border-color: #77aaff; }

.input-group-dropdown [class*=btn-] {
  margin-bottom: 0; }

/*===== Form group-add-on ends =====*/
/**  =====================
      Switches css start
==========================  **/
.js-dynamic-disable,
.js-dynamic-enable {
  vertical-align: inherit; }

/*===== Switches css ends =====*/
/**  =====================
      Radio-button css start
==========================  **/
.form-radio {
  position: relative; }
  .form-radio .form-help {
    position: absolute;
    width: 100%; }
  .form-radio label {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
    line-height: 1.8; }
  .form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0; }

.radio .helper {
  position: absolute;
  top: -0.15rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999; }
  .radio .helper::after {
    transform: scale(0);
    background-color: #448aff;
    border-color: #448aff; }
  .radio .helper::after, .radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid #448aff; }
.radio label:hover .helper {
  color: #448aff; }
.radio input:checked ~ .helper::after {
  transform: scale(0.5); }
.radio input:checked ~ .helper::before {
  color: #448aff;
  animation: ripple 0.3s linear forwards; }
.radio.radiofill input:checked ~ .helper::after {
  transform: scale(1); }
.radio.radiofill .helper::after {
  background-color: #448aff; }
.radio.radio-outline input:checked ~ .helper::after {
  transform: scale(0.6); }
.radio.radio-outline .helper::after {
  background-color: #fff;
  border: 0.225rem solid #448aff; }
.radio.radio-matrial input ~ .helper::after {
  background-color: #fff; }
.radio.radio-matrial input:checked ~ .helper::after {
  transform: scale(0.5);
  box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72); }
.radio.radio-matrial input:checked ~ .helper::before {
  background-color: #448aff; }
.radio.radio-disable {
  opacity: 0.7; }
  .radio.radio-disable label {
    cursor: not-allowed; }

.radio-inline {
  display: inline-block;
  margin-right: 20px; }

.radio.radio-primary .helper::after {
  background-color: #448aff;
  border-color: #448aff; }
.radio.radio-primary .helper::before {
  border-color: #448aff; }
.radio.radio-outline.radio-primary .helper::after {
  background-color: #fff;
  border: 0.225rem solid #448aff; }
.radio.radio-outline.radio-primary .helper::before {
  border-color: #448aff; }
.radio.radio-matrial.radio-primary input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-primary input ~ .helper::before {
  background-color: #448aff;
  border-color: #448aff; }

.radio.radio-warning .helper::after {
  background-color: #ffba57;
  border-color: #ffba57; }
.radio.radio-warning .helper::before {
  border-color: #ffba57; }
.radio.radio-outline.radio-warning .helper::after {
  background-color: #fff;
  border: 0.225rem solid #ffba57; }
.radio.radio-outline.radio-warning .helper::before {
  border-color: #ffba57; }
.radio.radio-matrial.radio-warning input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-warning input ~ .helper::before {
  background-color: #ffba57;
  border-color: #ffba57; }

.radio.radio-default .helper::after {
  background-color: #d6d6d6;
  border-color: #d6d6d6; }
.radio.radio-default .helper::before {
  border-color: #d6d6d6; }
.radio.radio-outline.radio-default .helper::after {
  background-color: #fff;
  border: 0.225rem solid #d6d6d6; }
.radio.radio-outline.radio-default .helper::before {
  border-color: #d6d6d6; }
.radio.radio-matrial.radio-default input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-default input ~ .helper::before {
  background-color: #d6d6d6;
  border-color: #d6d6d6; }

.radio.radio-danger .helper::after {
  background-color: #ff5252;
  border-color: #ff5252; }
.radio.radio-danger .helper::before {
  border-color: #ff5252; }
.radio.radio-outline.radio-danger .helper::after {
  background-color: #fff;
  border: 0.225rem solid #ff5252; }
.radio.radio-outline.radio-danger .helper::before {
  border-color: #ff5252; }
.radio.radio-matrial.radio-danger input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-danger input ~ .helper::before {
  background-color: #ff5252;
  border-color: #ff5252; }

.radio.radio-success .helper::after {
  background-color: #9ccc65;
  border-color: #9ccc65; }
.radio.radio-success .helper::before {
  border-color: #9ccc65; }
.radio.radio-outline.radio-success .helper::after {
  background-color: #fff;
  border: 0.225rem solid #9ccc65; }
.radio.radio-outline.radio-success .helper::before {
  border-color: #9ccc65; }
.radio.radio-matrial.radio-success input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-success input ~ .helper::before {
  background-color: #9ccc65;
  border-color: #9ccc65; }

.radio.radio-inverse .helper::after {
  background-color: #37474f;
  border-color: #37474f; }
.radio.radio-inverse .helper::before {
  border-color: #37474f; }
.radio.radio-outline.radio-inverse .helper::after {
  background-color: #fff;
  border: 0.225rem solid #37474f; }
.radio.radio-outline.radio-inverse .helper::before {
  border-color: #37474f; }
.radio.radio-matrial.radio-inverse input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-inverse input ~ .helper::before {
  background-color: #37474f;
  border-color: #37474f; }

.radio.radio-info .helper::after {
  background-color: #00bcd4;
  border-color: #00bcd4; }
.radio.radio-info .helper::before {
  border-color: #00bcd4; }
.radio.radio-outline.radio-info .helper::after {
  background-color: #fff;
  border: 0.225rem solid #00bcd4; }
.radio.radio-outline.radio-info .helper::before {
  border-color: #00bcd4; }
.radio.radio-matrial.radio-info input ~ .helper::after {
  background-color: #fff;
  border-color: #fff; }
.radio.radio-matrial.radio-info input ~ .helper::before {
  background-color: #00bcd4;
  border-color: #00bcd4; }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05); }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } }
/*===== Radio Button css ends =====*/
/*===== Border-checkbox css start =====*/
.border-checkbox-section .border-checkbox-group {
  display: inline-block; }
  .border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:before {
    animation: ripple 0.3s linear forwards; }
  .border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after {
    -webkit-animation: check linear 0.5s;
    animation: check linear 0.5s;
    opacity: 1;
    border-color: #448aff; }
    .border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after .border-checkbox-label:before {
      border-color: #eee; }
  .border-checkbox-section .border-checkbox-group .border-checkbox-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    margin-right: 15px; }
    .border-checkbox-section .border-checkbox-group .border-checkbox-label:after {
      content: "";
      display: block;
      width: 6px;
      height: 12px;
      opacity: 0.9;
      border-right: 2px solid #eee;
      border-top: 2px solid #eee;
      position: absolute;
      left: 4px;
      top: 11px;
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      -webkit-transform-origin: left top;
      transform-origin: left top; }
    .border-checkbox-section .border-checkbox-group .border-checkbox-label:before {
      content: "";
      display: block;
      border: 2px solid #448aff;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0; }
.border-checkbox-section .border-checkbox {
  display: none; }
  .border-checkbox-section .border-checkbox:disabled ~ .border-checkbox-label {
    cursor: no-drop;
    color: #ccc; }

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 6px; }
  50% {
    height: 12px;
    width: 6px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 6px; }
  50% {
    height: 12px;
    width: 6px; } }
.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
  border: 2px solid #448aff; }
.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #448aff; }

.border-checkbox-section .border-checkbox-group-warning .border-checkbox-label:before {
  border: 2px solid #ffba57; }
.border-checkbox-section .border-checkbox-group-warning .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #ffba57; }

.border-checkbox-section .border-checkbox-group-default .border-checkbox-label:before {
  border: 2px solid #d6d6d6; }
.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #d6d6d6; }

.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before {
  border: 2px solid #ff5252; }
.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #ff5252; }

.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before {
  border: 2px solid #9ccc65; }
.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #9ccc65; }

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before {
  border: 2px solid #37474f; }
.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #37474f; }

.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before {
  border: 2px solid #00bcd4; }
.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked + .border-checkbox-label:after {
  border-color: #00bcd4; }

/*===== zoom Fade-in-checkbox css start =====*/
.checkbox-fade,
.checkbox-zoom {
  display: inline-block;
  margin-right: 15px; }
  .checkbox-fade label,
  .checkbox-zoom label {
    line-height: 20px; }
    .checkbox-fade label input[type="checkbox"],
    .checkbox-fade label input[type="radio"],
    .checkbox-zoom label input[type="checkbox"],
    .checkbox-zoom label input[type="radio"] {
      display: none; }
      .checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
      .checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon,
      .checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon,
      .checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1; }
      .checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
      .checkbox-fade label input[type="radio"] + .cr > .cr-icon,
      .checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon,
      .checkbox-zoom label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all 0.3s ease-in; }
    .checkbox-fade label:after,
    .checkbox-zoom label:after {
      content: '';
      display: table;
      clear: both; }
  .checkbox-fade.fade-in-disable .cr,
  .checkbox-fade.fade-in-disable label,
  .checkbox-zoom.fade-in-disable .cr,
  .checkbox-zoom.fade-in-disable label {
    color: #ccc;
    cursor: no-drop; }
  .checkbox-fade .cr,
  .checkbox-zoom .cr {
    border-radius: 0;
    border: 2px solid #448aff;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 1rem;
    position: relative;
    width: 20px; }
    .checkbox-fade .cr .cr-icon,
    .checkbox-zoom .cr .cr-icon {
      color: #448aff;
      font-size: 0.8em;
      left: 0;
      line-height: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%; }
  .checkbox-fade input[type="checkbox"]:checked + .cr,
  .checkbox-zoom input[type="checkbox"]:checked + .cr {
    animation: ripple 0.3s linear forwards; }

.checkbox-fade label {
  line-height: 20px; }
  .checkbox-fade label input[type="checkbox"],
  .checkbox-fade label input[type="radio"] {
    display: none; }
    .checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
    .checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon {
      transform: scale(1) rotateZ(0deg);
      opacity: 1; }
    .checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
    .checkbox-fade label input[type="radio"] + .cr > .cr-icon {
      transform: scale(3) rotateZ(-20deg);
      opacity: 0;
      transition: all 0.3s ease-in; }

.checkbox-zoom label {
  line-height: 20px; }
  .checkbox-zoom label input[type="checkbox"],
  .checkbox-zoom label input[type="radio"] {
    display: none; }
    .checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon,
    .checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon {
      transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
      opacity: 1; }
    .checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon,
    .checkbox-zoom label input[type="radio"] + .cr > .cr-icon {
      transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0);
      opacity: 0;
      transition: all 0.3s ease-in; }

.checkbox-fade.fade-in-primary .cr, .checkbox-fade.zoom-primary .cr,
.checkbox-zoom.fade-in-primary .cr,
.checkbox-zoom.zoom-primary .cr {
  border: 2px solid #448aff; }
  .checkbox-fade.fade-in-primary .cr .cr-icon, .checkbox-fade.zoom-primary .cr .cr-icon,
  .checkbox-zoom.fade-in-primary .cr .cr-icon,
  .checkbox-zoom.zoom-primary .cr .cr-icon {
    color: #448aff; }

.checkbox-fade.fade-in-warning .cr, .checkbox-fade.zoom-warning .cr,
.checkbox-zoom.fade-in-warning .cr,
.checkbox-zoom.zoom-warning .cr {
  border: 2px solid #ffba57; }
  .checkbox-fade.fade-in-warning .cr .cr-icon, .checkbox-fade.zoom-warning .cr .cr-icon,
  .checkbox-zoom.fade-in-warning .cr .cr-icon,
  .checkbox-zoom.zoom-warning .cr .cr-icon {
    color: #ffba57; }

.checkbox-fade.fade-in-default .cr, .checkbox-fade.zoom-default .cr,
.checkbox-zoom.fade-in-default .cr,
.checkbox-zoom.zoom-default .cr {
  border: 2px solid #d6d6d6; }
  .checkbox-fade.fade-in-default .cr .cr-icon, .checkbox-fade.zoom-default .cr .cr-icon,
  .checkbox-zoom.fade-in-default .cr .cr-icon,
  .checkbox-zoom.zoom-default .cr .cr-icon {
    color: #d6d6d6; }

.checkbox-fade.fade-in-danger .cr, .checkbox-fade.zoom-danger .cr,
.checkbox-zoom.fade-in-danger .cr,
.checkbox-zoom.zoom-danger .cr {
  border: 2px solid #ff5252; }
  .checkbox-fade.fade-in-danger .cr .cr-icon, .checkbox-fade.zoom-danger .cr .cr-icon,
  .checkbox-zoom.fade-in-danger .cr .cr-icon,
  .checkbox-zoom.zoom-danger .cr .cr-icon {
    color: #ff5252; }

.checkbox-fade.fade-in-success .cr, .checkbox-fade.zoom-success .cr,
.checkbox-zoom.fade-in-success .cr,
.checkbox-zoom.zoom-success .cr {
  border: 2px solid #9ccc65; }
  .checkbox-fade.fade-in-success .cr .cr-icon, .checkbox-fade.zoom-success .cr .cr-icon,
  .checkbox-zoom.fade-in-success .cr .cr-icon,
  .checkbox-zoom.zoom-success .cr .cr-icon {
    color: #9ccc65; }

.checkbox-fade.fade-in-inverse .cr, .checkbox-fade.zoom-inverse .cr,
.checkbox-zoom.fade-in-inverse .cr,
.checkbox-zoom.zoom-inverse .cr {
  border: 2px solid #37474f; }
  .checkbox-fade.fade-in-inverse .cr .cr-icon, .checkbox-fade.zoom-inverse .cr .cr-icon,
  .checkbox-zoom.fade-in-inverse .cr .cr-icon,
  .checkbox-zoom.zoom-inverse .cr .cr-icon {
    color: #37474f; }

.checkbox-fade.fade-in-info .cr, .checkbox-fade.zoom-info .cr,
.checkbox-zoom.fade-in-info .cr,
.checkbox-zoom.zoom-info .cr {
  border: 2px solid #00bcd4; }
  .checkbox-fade.fade-in-info .cr .cr-icon, .checkbox-fade.zoom-info .cr .cr-icon,
  .checkbox-zoom.fade-in-info .cr .cr-icon,
  .checkbox-zoom.zoom-info .cr .cr-icon {
    color: #00bcd4; }

/*===== Color-checkbox css start =====*/
.checkbox-color {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer; }
  .checkbox-color label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    line-height: 20px; }
    .checkbox-color label::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      left: 0;
      right: 0;
      text-align: center;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 0;
      background-color: #fff;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox-color label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: -1px;
      top: 0;
      margin-left: -17px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #fff; }
  .checkbox-color input[type="checkbox"] {
    opacity: 0; }
    .checkbox-color input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox-color input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox-color input[type="checkbox"]:checked + label::before {
      animation: ripple 0.3s linear forwards; }
    .checkbox-color input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox-color input[type="checkbox"]:disabled + label::before {
        background-color: #eee;
        cursor: not-allowed; }
  .checkbox-color.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox-color.checkbox-inline {
    margin-top: 0; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #2196f3;
  border-color: #2196f3; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #448aff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffba57; }

.checkbox-default input[type="checkbox"]:checked + label::before {
  background-color: #d6d6d6; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5252; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #9ccc65; }

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #37474f; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #00bcd4; }

/*===== Tag input css start =====*/
.bootstrap-tagsinput {
  border: 1px solid #448aff;
  line-height: 30px;
  border-radius: 2px; }
  .bootstrap-tagsinput .tag {
    padding: 6px;
    border-radius: 2px; }

/**  =====================
      Select-2 css start
==========================  **/
.select2-container--default:focus {
  border-color: #448aff; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent; }
.select2-container--default .select2-search__field:focus {
  border: 1px solid #448aff; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #448aff; }
.select2-container--default .select2-selection--multiple {
  padding: 3px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #448aff;
    border: 1px solid #448aff;
    padding: 5px 15px;
    color: #fff; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice span {
      color: #fff; }
  .select2-container--default .select2-selection--multiple .select2-search__field {
    border: none; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #448aff; }
.select2-container--default .select2-selection--single {
  color: #fff;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #448aff;
    color: #fff;
    padding: 8px 30px 8px 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 15px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent; }

/*===== Select-2 css ends =====*/
/**  =====================
      Multi-select css start
==========================  **/
.ms-container .ms-list.ms-focus {
  border-color: #448aff;
  box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px rgba(26, 188, 156, 0.5); }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: #448aff; }

.ms-selectable .custom-header,
.ms-selection .custom-header {
  background-color: #448aff;
  color: #fff;
  text-align: center; }

/*===== Multi-select css ends =====*/
/**  =====================
      Validation-forms css start
==========================  **/
.form-group .messages p {
  margin-bottom: 0;
  transition: all ease-in 0.3s; }
.form-group .popover-valid {
  position: absolute;
  right: 40px;
  top: 7px; }

/*===== Validation-forms css end =====*/
/**  =====================
      Form-wizards css start
==========================  **/
.wizard > .steps .current a {
  background: #448aff;
  transition: all ease-in 0.3s;
  cursor: pointer;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -7px; }
  .wizard > .steps .current a:hover {
    background: #5e9aff;
    outline-offset: 0; }

#design-wizard .steps li {
  position: relative;
  z-index: 99;
  margin-bottom: 20px; }
  #design-wizard .steps li:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #448aff;
    width: 100%;
    top: 30px;
    z-index: -1; }
  #design-wizard .steps li a {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px; }

.wizard > .steps .done a {
  background: #d6d6d6; }

.card .card-block .wizard-form .steps ul {
  display: block; }

.card .card-block .wizard-form li {
  margin-right: 0; }

.wizard > .content {
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff; }

/*===== Form-wizard forms css end =====*/
/*Form control start*/
.form-material .form-group {
  position: relative; }
  .form-material .form-group.form-static-label .form-control ~ .float-label {
    top: -14px;
    font-size: 11px; }
.form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ccc; }
  .form-material .form-control:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none; }
    .form-material .form-control:focus ~ .form-bar:after, .form-material .form-control:focus ~ .form-bar:before {
      width: 50%; }
.form-material textarea {
  height: 100px; }
.form-material .form-bar {
  position: relative;
  display: block;
  width: 100%; }
  .form-material .form-bar:after, .form-material .form-bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all; }
  .form-material .form-bar:before {
    left: 50%; }
  .form-material .form-bar:after {
    right: 50%; }
.form-material .float-label {
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
.form-material .material-group {
  display: flex;
  margin-bottom: 1.25em; }
  .form-material .material-group .material-addone {
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center; }
    .form-material .material-group .material-addone i,
    .form-material .material-group .material-addone span {
      font-size: 20px; }
  .form-material .material-group .form-group {
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .form-material .material-group.material-group-lg .material-addone {
    padding: 0.5rem 1rem; }
    .form-material .material-group.material-group-lg .material-addone i,
    .form-material .material-group.material-group-lg .material-addone span {
      font-size: 1.55rem;
      font-weight: 500; }
  .form-material .material-group.material-group-lg .form-control {
    padding: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.5; }
    .form-material .material-group.material-group-lg .form-control:focus ~ .float-label, .form-material .material-group.material-group-lg .form-control:valid ~ .float-label {
      top: -15px;
      font-size: 14px; }
  .form-material .material-group.material-group-lg .float-label {
    font-size: 1.25rem; }
  .form-material .material-group.material-group-sm .material-addone {
    padding: 0.25rem 0.5rem; }
    .form-material .material-group.material-group-sm .material-addone i,
    .form-material .material-group.material-group-sm .material-addone span {
      font-size: 0.775rem; }
  .form-material .material-group.material-group-sm .form-control {
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.5; }
    .form-material .material-group.material-group-sm .form-control:focus ~ .float-label, .form-material .material-group.material-group-sm .form-control:valid ~ .float-label {
      top: -9px;
      font-size: 11px; }
  .form-material .material-group.material-group-sm .float-label {
    font-size: 0.775rem; }
.form-material .form-control:focus ~ .float-label, .form-material .form-material .form-control:valid ~ .float-label {
  top: 12px;
  font-size: 14px; }
.form-material .form-control.fill ~ .float-label, .form-material .form-material .form-control.fill ~ .float-label {
  top: -14px;
  font-size: 11px; }
.form-material .form-primary .form-control:focus ~ label {
  color: #448aff; }
.form-material .form-primary .form-control:focus ~ .form-bar:after, .form-material .form-primary .form-control:focus ~ .form-bar:before {
  background: #448aff; }
.form-material .form-primary.form-static-label .float-label {
  color: #448aff; }
.form-material .form-primary.form-static-label .form-control {
  border-bottom-color: #448aff; }
.form-material .material-group-primary .material-addone i,
.form-material .material-group-primary .material-addone span {
  color: #448aff; }
.form-material .form-warning .form-control:focus ~ label {
  color: #ffba57; }
.form-material .form-warning .form-control:focus ~ .form-bar:after, .form-material .form-warning .form-control:focus ~ .form-bar:before {
  background: #ffba57; }
.form-material .form-warning.form-static-label .float-label {
  color: #ffba57; }
.form-material .form-warning.form-static-label .form-control {
  border-bottom-color: #ffba57; }
.form-material .material-group-warning .material-addone i,
.form-material .material-group-warning .material-addone span {
  color: #ffba57; }
.form-material .form-default .form-control:focus ~ label {
  color: #d6d6d6; }
.form-material .form-default .form-control:focus ~ .form-bar:after, .form-material .form-default .form-control:focus ~ .form-bar:before {
  background: #d6d6d6; }
.form-material .form-default.form-static-label .float-label {
  color: #d6d6d6; }
.form-material .form-default.form-static-label .form-control {
  border-bottom-color: #d6d6d6; }
.form-material .material-group-default .material-addone i,
.form-material .material-group-default .material-addone span {
  color: #d6d6d6; }
.form-material .form-danger .form-control:focus ~ label {
  color: #ff5252; }
.form-material .form-danger .form-control:focus ~ .form-bar:after, .form-material .form-danger .form-control:focus ~ .form-bar:before {
  background: #ff5252; }
.form-material .form-danger.form-static-label .float-label {
  color: #ff5252; }
.form-material .form-danger.form-static-label .form-control {
  border-bottom-color: #ff5252; }
.form-material .material-group-danger .material-addone i,
.form-material .material-group-danger .material-addone span {
  color: #ff5252; }
.form-material .form-success .form-control:focus ~ label {
  color: #9ccc65; }
.form-material .form-success .form-control:focus ~ .form-bar:after, .form-material .form-success .form-control:focus ~ .form-bar:before {
  background: #9ccc65; }
.form-material .form-success.form-static-label .float-label {
  color: #9ccc65; }
.form-material .form-success.form-static-label .form-control {
  border-bottom-color: #9ccc65; }
.form-material .material-group-success .material-addone i,
.form-material .material-group-success .material-addone span {
  color: #9ccc65; }
.form-material .form-inverse .form-control:focus ~ label {
  color: #37474f; }
.form-material .form-inverse .form-control:focus ~ .form-bar:after, .form-material .form-inverse .form-control:focus ~ .form-bar:before {
  background: #37474f; }
.form-material .form-inverse.form-static-label .float-label {
  color: #37474f; }
.form-material .form-inverse.form-static-label .form-control {
  border-bottom-color: #37474f; }
.form-material .material-group-inverse .material-addone i,
.form-material .material-group-inverse .material-addone span {
  color: #37474f; }
.form-material .form-info .form-control:focus ~ label {
  color: #00bcd4; }
.form-material .form-info .form-control:focus ~ .form-bar:after, .form-material .form-info .form-control:focus ~ .form-bar:before {
  background: #00bcd4; }
.form-material .form-info.form-static-label .float-label {
  color: #00bcd4; }
.form-material .form-info.form-static-label .form-control {
  border-bottom-color: #00bcd4; }
.form-material .material-group-info .material-addone i,
.form-material .material-group-info .material-addone span {
  color: #00bcd4; }

select.form-control, select.form-control:focus, select.form-control:hover {
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none; }

/* form controll end*/
.md-input-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.md-input-file {
  overflow: hidden;
  padding-left: 10px; }

.md-add-on-file {
  float: left;
  height: 3rem;
  line-height: 3rem; }
  .md-add-on-file .btn {
    padding: 7px 20px; }

.md-form-file ~ .md-form-control {
  opacity: 0;
  position: absolute;
  top: 0; }

.md-input-wrapper .md-check {
  padding-left: 0;
  top: 0; }

/**  =====================
      Label-Badges css start
==========================  **/
.label {
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 400;
  color: #fff; }

.label-main {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 5px; }

.badge {
  border-radius: 10px;
  padding: 3px 7px; }

.badge-top-left {
  margin-right: -10px;
  right: 100%;
  top: -3px; }

.badge-top-right {
  margin-left: -10px;
  top: -3px; }

.badge-bottom-left {
  margin-left: -33px;
  bottom: -12px;
  right: 97%; }

.badge-bottom-right {
  margin-left: -10px;
  bottom: -12px; }

.label.label-lg {
  padding: 8px 21px; }

.label.label-md {
  padding: 6px 14px; }

.badge-lg {
  padding: 5px 9px;
  font-size: 14px; }

.badge-md {
  padding: 4px 8px;
  font-size: 14px; }

span.badge {
  display: inline-block; }

.label-default {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #fff; }

.label-inverse-default {
  border: 1px solid;
  border-color: #d6d6d6;
  color: #d6d6d6; }

.label-inverse-primary {
  border: 1px solid;
  border-color: #448aff;
  color: #448aff; }

.label-inverse-success {
  border: 1px solid;
  border-color: #9ccc65;
  color: #9ccc65; }

.label-inverse-warning {
  border: 1px solid;
  border-color: #ffba57;
  color: #ffba57; }

.label-inverse-danger {
  border: 1px solid;
  border-color: #ff5252;
  color: #ff5252; }

.label-inverse-info {
  border: 1px solid;
  border-color: #00bcd4;
  color: #00bcd4; }

.label-inverse-info-border {
  border: 1px solid;
  border-color: #37474f;
  color: #37474f; }

.badge-inverse-default {
  border: 1px solid;
  border-color: #d6d6d6;
  color: #d6d6d6; }

.badge-inverse-primary {
  border: 1px solid;
  border-color: #448aff;
  color: #448aff; }

.badge-inverse-success {
  border: 1px solid;
  border-color: #9ccc65;
  color: #9ccc65; }

.badge-inverse-warning {
  border: 1px solid;
  border-color: #ffba57;
  color: #ffba57; }

.badge-inverse-danger {
  border: 1px solid;
  border-color: #ff5252;
  color: #ff5252; }

.badge-inverse-info {
  border: 1px solid;
  border-color: #37474f;
  color: #37474f; }

.label-icon {
  position: relative; }
  .label-icon label {
    position: absolute; }

.icofont.icofont-envelope {
  font-size: 20px; }

/*===== Label and Badges css end =====*/
/**  =====================
     Footer css start
==========================  **/
#footer {
  padding: 100px 0 95px;
  background-color: #f1f6f9; }

#footer .widget-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  text-transform: none; }

#footer .widget-pages ul li {
  margin-bottom: 7px; }

#footer .widget-pages ul li:last-child {
  margin-bottom: 0; }

#footer .widget-pages ul li a {
  font-size: inherit; }

/* FOOTER WHITE */
.footer-white #footer {
  padding-top: 0;
  background-color: #fff; }

.footer-white #footer .widget {
  margin-bottom: 60px; }

/* FOOTER DARK */
.footer-dark #footer {
  background-color: #29273a; }

.footer-dark #footer h1,
.footer-dark #footer h2,
.footer-dark #footer h3,
.footer-dark #footer h4,
.footer-dark #footer h5,
.footer-dark #footer h6 {
  color: #afafaf; }

.footer-dark #footer .btn-outline {
  color: #fff; }

.footer-dark #footer .btn-white {
  color: #838383; }

#footer .widget:last-child {
  margin-bottom: 0; }

.footer-dark #footer .widget-recent-posts ul li .post-title,
.footer-dark #footer .widget-recent-posts ul li .post-details a,
.footer-dark #footer .widget-latest-posts ul li .post-title,
.footer-dark #footer .widget-latest-posts ul li .post-details a.post-category,
.footer-dark #footer .widget-latest-posts ul li .post-details a:last-of-type,
.footer-dark #footer .widget-recent-comments ul li,
.footer-dark #footer .widget-recent-comments ul li a {
  color: inherit; }

.footer-dark #footer .widget-recent-posts ul li .post-title:hover,
.footer-dark #footer .widget-recent-posts ul li .post-details a:hover,
.footer-dark #footer .widget-latest-posts ul li .post-title:hover,
.footer-dark #footer .widget-latest-posts ul li .post-details a.post-category:hover,
.footer-dark #footer .widget-latest-posts ul li .post-details a:last-of-type:hover,
.footer-dark #footer .widget-recent-comments ul li a:hover {
  color: #00f0d1; }

@media (max-width: 767px) {
  #footer [class^="col-"] + [class^="col-"] {
    margin-top: 50px; }

  #footer .widget {
    margin-bottom: 30px; }

  #footer .widget-title {
    margin-top: 0; } }
/***********************************************************************************
 *  - FOOTER BOTTOM
 ***********************************************************************************/
#footer-bottom {
  padding: 15px 0;
  background-color: #e5eef3; }

#footer-bottom .widget {
  margin-bottom: 30px; }

#footer-bottom .widget:last-child {
  margin-bottom: 0; }

#footer-bottom .widget-social {
  text-align: right; }

/* DARK FOOTER */
.footer-dark #footer-bottom {
  background-color: #222032; }

.footer-dark #footer-bottom h1,
.footer-dark #footer-bottom h2,
.footer-dark #footer-bottom h3,
.footer-dark #footer-bottom h4,
.footer-dark #footer-bottom h5,
.footer-dark #footer-bottom h6 {
  color: #afafaf; }

.footer-dark #footer-bottom .btn-outline {
  color: #fff; }

.footer-dark #footer-bottom .btn-white {
  color: #838383; }

#footer-bottom .widget:last-child {
  margin-bottom: 0; }

.footer-dark #footer-bottom .widget-recent-posts ul li .post-title,
.footer-dark #footer-bottom .widget-recent-posts ul li .post-details a,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-title,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a.post-category,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a:last-of-type,
.footer-dark #footer-bottom .widget-recent-comments ul li,
.footer-dark #footer-bottom .widget-recent-comments ul li a {
  color: inherit; }

.footer-dark #footer-bottom .widget-recent-posts ul li .post-title:hover,
.footer-dark #footer-bottom .widget-recent-posts ul li .post-details a:hover,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-title:hover,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a.post-category:hover,
.footer-dark #footer-bottom .widget-latest-posts ul li .post-details a:last-of-type:hover,
.footer-dark #footer-bottom .widget-recent-comments ul li a:hover {
  color: #00f0d1; }

@media (max-width: 767px) {
  #footer-bottom [class^="col-"] + [class^="col-"] {
    margin-top: 10px; }

  #footer-bottom .widget-social {
    text-align: center; }

  #footer-bottom .copyright {
    text-align: center; } }
/*=========WIDGET FOOTER========*/
/* WIDGET CONTACT */
.widget-contact ul {
  margin-bottom: 0;
  list-style: none; }

.widget-contact ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px; }

.widget-contact ul li:last-child {
  margin-bottom: 0; }

.widget-contact ul li i {
  margin-right: 15px; }

.widget-contact ul li a {
  color: #244170;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.widget-contact ul li a:hover {
  color: #121E30;
  text-decoration: none; }

.widget-contact ul li.email i {
  position: relative;
  top: 3px;
  font-size: 18px; }

/*===== Footer css end =====*/
/**  =====================
      Data-table css start
==========================  **/
table.table-bordered.dataTable tbody td:focus,
table.table-bordered.dataTable tbody th:focus {
  outline: none; }

.card .card-block ul.pagination li {
  margin-right: 0; }

.page-item.active .page-link {
  background-color: #448aff;
  border-color: #448aff; }

.page-link {
  color: #222; }

.table-hover tbody tr:hover {
  background-color: rgba(68, 138, 255, 0.1); }

td.highlight {
  font-weight: 500;
  color: #00bcd4;
  background-color: #f5f5f5; }

.table.compact td,
.table.compact th {
  padding: 0.45rem; }

.dataTables_paginate .pagination {
  float: right; }

#multi-table_wrapper .dataTables_paginate .pagination {
  float: none; }

#dt-live-dom .form-control,
#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control {
  width: 90%; }

.search-api .column_filter,
.search-api .global_filter {
  margin: 0 auto; }

.search-api .checkbox-fade {
  display: block;
  text-align: center; }

td.details-control {
  background: url("../images/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("../images/details_close.png") no-repeat center center; }

#row-delete .selected,
#row-select .selected {
  background-color: #448aff;
  color: #fff; }

/*===== Autofill data-table ===== */
div.dt-autofill-list div.dt-autofill-button button {
  background-color: #448aff;
  border-color: #448aff; }

table.dataTable {
  border-collapse: collapse; }

table.dataTable tbody > tr > .selected,
table.dataTable tbody > tr.selected {
  background-color: #448aff;
  color: #fff; }

table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:before {
  margin-top: 0; }

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -6px;
  margin-left: -5px; }

/*===== Button data-table ===== */
a.dt-button,
a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button:focus:not(.disabled),
button.dt-button,
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button,
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button:focus:not(.disabled) {
  background-color: #448aff;
  border-color: #448aff;
  border-radius: 2px;
  color: #fff;
  background-image: none;
  font-size: 14px; }

a.dt-button.btn-warning,
button.dt-button.btn-warning,
div.dt-button.btn-warning {
  background-color: #ffba57;
  border-color: #ffba57;
  border-radius: 2px;
  color: #fff;
  background-image: none; }

a.dt-button.btn-danger,
button.dt-button.btn-danger,
div.dt-button.btn-danger {
  background-color: #ff5252;
  border-color: #ff5252;
  border-radius: 2px;
  color: #fff;
  background-image: none; }

a.dt-button.btn-inverse,
button.dt-button.btn-inverse,
div.dt-button.btn-inverse {
  background-color: #37474f;
  border-color: #37474f;
  border-radius: 2px;
  color: #fff;
  background-image: none; }

a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
  background-image: none;
  background-color: #5e9aff;
  border-color: #448aff; }

a.dt-button.btn-warning:hover:not(.disabled),
button.dt-button.btn-warning:hover:not(.disabled),
div.dt-button.btn-warning:hover:not(.disabled) {
  background-image: none;
  background-color: #ffcf8a;
  border-color: #ffba57; }

a.dt-button.btn-danger:hover:not(.disabled),
button.dt-button.btn-danger:hover:not(.disabled),
div.dt-button.btn-danger:hover:not(.disabled) {
  background-image: none;
  background-color: #ff8585;
  border-color: #ff5252; }

a.dt-button.btn-inverse:hover:not(.disabled),
button.dt-button.btn-inverse:hover:not(.disabled),
div.dt-button.btn-inverse:hover:not(.disabled) {
  background-image: none;
  background-color: #4c626d;
  border-color: #37474f; }

div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled) {
  background-color: #448aff;
  border-color: #448aff;
  background-image: none; }

div.dt-buttons {
  clear: both; }

.card .table-card-header b {
  display: block;
  color: #448aff;
  margin-top: 15px; }
.card .table-card-header span {
  color: #116aff;
  display: inline-block;
  margin-top: 0; }

div.dataTables_wrapper div.dataTables_info {
  display: inline-block; }

/*===== Colreorder data-table ===== */
table.DTCR_clonedTable.dataTable {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202; }

div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201; }

/*===== Fixed-column data-table ===== */
table.DTFC_Cloned tfoot,
table.DTFC_Cloned thead {
  background-color: white; }

div.DTFC_Blocker {
  background-color: white; }

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2; }

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none; }

td,
th {
  white-space: nowrap; }

/*===== Fixed-header data-table ===== */
table.fixedHeader-floating {
  position: fixed;
  background-color: white; }

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0; }

table.fixedHeader-locked {
  position: absolute;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }
/*===== Key-table data-table ===== */
table.dataTable td.focus,
table.dataTable th.focus {
  outline: 3px solid #448aff;
  outline-offset: -1px; }

table.dataTable td.focus {
  outline: 1px solid #ff5252;
  outline-offset: -3px;
  background-color: #f8e6e6; }

#events {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 3px;
  height: 100px;
  overflow: auto; }

/*===== Row-Re-order data-table ===== */
table.dt-rowReorder-float {
  position: absolute;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001; }

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px; }

body.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

table.dataTable td.reorder {
  text-align: center;
  cursor: move; }

#result {
  border: 1px solid #888;
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em; }

/*===== Scroller data-table ===== */
div.DTS {
  display: block; }

div.DTS tbody td,
div.DTS tbody th {
  white-space: nowrap; }

div.DTS div.DTS_Loading {
  z-index: 1; }

div.DTS div.dataTables_scrollBody table {
  z-index: 2; }

div.DTS div.dataTables_length,
div.DTS div.dataTables_paginate {
  display: none; }

/**====== Data-table css end ======**/
.table td,
.table th {
  padding: 1.25rem 0.75rem; }

.table thead th {
  border-bottom: 1px solid #d6dde1; }

.invoice-box .table td,
.invoice-box .table th,
.invoive-info .table td,
.invoive-info .table th {
  padding: 3px 0; }

table.invoice-table td,
table.invoice-table th {
  padding: 3px 0; }

th {
  font-weight: 600; }

table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
  background-color: #ddeaff; }
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f7faff; }
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #c4daff; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(68, 138, 255, 0.1); }

.dataTables_filter .form-control {
  margin-top: 5px;
  margin-right: 5px; }

.dataTable.table td,
.dataTable.table th {
  /**
  * Cambios sugeridos por Direccion
  * Oscar Eli Ceballos Avila
  * 31/10/2019
  */
  /*padding: 0.75rem; */
    padding: 0.2rem;
  }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 14px; }

/**  =====================
      Chatting css start
==========================  **/
.user-box {
  height: 100%; }
  .user-box .media-object {
    height: 45px;
    width: 45px;
    display: inline-block; }

.p-chat-user {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  z-index: 1030;
  background-color: #fff;
  box-shadow: -2px 0 11px -2px rgba(0, 0, 0, 0.3); }
  .p-chat-user .chat-search-box {
    padding: 20px; }
  .p-chat-user .userlist-box {
    cursor: pointer;
    border-bottom: 1px solid #efefef; }
    .p-chat-user .userlist-box .media-left {
      padding-right: 10px; }

.showChat_inner {
  position: fixed;
  top: 0;
  background-color: #fff;
  right: 0;
  display: none;
  width: 280px;
  height: 100%;
  z-index: 1032; }
  .showChat_inner .chat-reply-box {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 0;
    border-top: 1px solid #ccc; }
  .showChat_inner .chat-inner-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px; }
  .showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
    .showChat_inner .chat-messages .chat-menu-content > div,
    .showChat_inner .chat-messages .chat-menu-reply > div {
      position: relative;
      overflow: visible;
      display: inline-block; }
      .showChat_inner .chat-messages .chat-menu-content > div .chat-cont,
      .showChat_inner .chat-messages .chat-menu-reply > div .chat-cont {
        padding: 10px;
        margin-bottom: 0; }
    .showChat_inner .chat-messages .chat-menu-content .chat-time,
    .showChat_inner .chat-messages .chat-menu-reply .chat-time {
      margin: 9px 8px 0 10px; }
    .showChat_inner .chat-messages .chat-menu-reply {
      text-align: right;
      padding-right: 10px; }
      .showChat_inner .chat-messages .chat-menu-reply > div {
        border-radius: 10px 10px 0;
        background: #ecf0f5; }
        .showChat_inner .chat-messages .chat-menu-reply > div:before {
          content: '';
          position: absolute;
          bottom: 0;
          right: -10px;
          width: 0;
          height: 0;
          border: 5px solid transparent;
          border-left-color: #ecf0f5;
          border-bottom-color: #ecf0f5; }
    .showChat_inner .chat-messages .chat-menu-content > div {
      background: #ddeaff;
      border-radius: 0 10px 10px; }
      .showChat_inner .chat-messages .chat-menu-content > div:before {
        content: '';
        position: absolute;
        top: 0;
        left: -14px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right-color: #ddeaff;
        border-top-color: #ddeaff; }

.back_chatBox,
.back_friendlist {
  margin: 0 auto;
  font-weight: 600; }
  .back_chatBox i,
  .back_friendlist i {
    position: absolute;
    line-height: 18px;
    font-size: 20px;
    left: -40px;
    top: 80px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    box-shadow: -2px 0 9px -2px rgba(0, 0, 0, 0.3);
    padding: 12px 0 12px 7px;
    border-radius: 50% 0 0 50%;
    width: 40px;
    height: 40px; }

.users-main {
  height: 100%;
  width: 280px;
  position: fixed;
  border-radius: 0; }
  .users-main .media {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .users-main .media .chat-header {
      font-size: 14px;
      font-weight: 600; }
  .users-main .media-body div + div {
    font-size: 12px; }

.photo-table img {
  display: inline-block;
  width: 40px;
  margin-bottom: 5px; }

.live-status {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  border: 1px solid; }

.showChat {
  display: none; }

/**====== Chatting css end ======**/
/**  =====================
      Progress-bar css start
==========================  **/
.progress-xl {
  height: 30px; }

.progress-lg {
  height: 24px; }

.progres-md {
  height: 18px; }

.progress-sm {
  height: 12px; }

.progress-xs {
  height: 6px; }

.progress-bar-page .progress {
  margin-bottom: 2rem; }

.progress-bar-default {
  background-color: #d6d6d6; }

.progress-bar-primary {
  background-color: #448aff; }

.progress-bar-success {
  background-color: #9ccc65; }

.progress-bar-info {
  background-color: #00bcd4; }

.progress-bar-warning {
  background-color: #ffba57; }

.progress-bar-danger {
  background-color: #ff5252; }

.progress-bar-pink {
  background-color: #ff7aa3; }

.progress-bar-purple {
  background-color: #9261c6; }

.progress-bar-orange {
  background-color: #e67e22; }

.progress-bar-yellow {
  background-color: #f1c40f; }

.progress-bar-emrald {
  background-color: #2ecc71; }

/**====== Progress-bar css end ======**/
@media only screen and (max-width: 1366px) {
  .img-tabs img {
    width: 75px; }

  .card .card-block .sub-title {
    font-size: 12px; } }
@media only screen and (max-width: 1199px) {
  .pagination {
    float: inherit;
    text-align: center;
    display: inline-block;
    margin-top: 10px; }

  .pagination li {
    float: left;
    margin-bottom: 10px; } }
@media only screen and (max-width: 992px) {
  .navbar,
  .navbar .navbar-logo {
    width: 100%; }

  #dt-live-dom .form-control,
  #footer-search tfoot .form-control,
  #footer-select tfoot .form-control,
  #form-input-table .form-control,
  .search-api .form-control {
    width: 80%; }

  .header-navbar {
    z-index: 1209;
    top: 0; }
    .header-navbar[congresodolphet-header-position="relative"] {
      top: 0; }
    .header-navbar .navbar-wrapper .navbar-container {
      margin-left: 0; }
    .header-navbar .navbar-wrapper .navbar-logo {
      width: 100%; }
      .header-navbar .navbar-wrapper .navbar-logo a img {
        display: block;
        margin-top: -33px; }
      .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
        right: auto;
        left: 0;
        top: 17px;
        width: 60px; }
      .header-navbar .navbar-wrapper .navbar-logo .mobile-search {
        display: block;
        position: absolute;
        left: 70px;
        top: 0; }
      .header-navbar .navbar-wrapper .navbar-logo .mobile-options {
        display: block;
        position: absolute;
        right: 0;
        top: 13px;
        font-size: 16px;
        line-height: 3.5;
        width: 60px; }
    .header-navbar .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
      display: none;
      margin-top: 27px;
      padding-bottom: 8px;
      margin-right: 9px; } }
@media only screen and (max-width: 991px) {
  .main-body .page-wrapper .align-items-end .page-header-title {
    text-align: center;
    display: block; }
    .main-body .page-wrapper .align-items-end .page-header-title i {
      float: none;
      margin-bottom: 10px;
      margin-right: 0; }
  .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block; }

  .page-header-breadcrumb .breadcrumb-item {
    display: inline-block;
    float: none; } }
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 1rem;
    font-weight: 500; }

  .card h5 {
    font-size: 16px; }

  .header-navbar .navbar-wrapper .navbar-logo {
    display: inherit; }
    .header-navbar .navbar-wrapper .navbar-logo a {
      display: inline-block; }

  body.horizontal-icon .page-header, body.horizontal-icon-fixed .page-header {
    margin-top: 0; }
  body.horizontal-icon .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a > .congresodolphet-micon, body.horizontal-icon-fixed .congresodolphet .congresodolphet-navbar .congresodolphet-item > li > a > .congresodolphet-micon {
    display: inline-block;
    margin-right: 20px; } }
@media only screen and (max-width: 991px) {
  .main-body .page-wrapper .align-items-end .page-header-title {
    text-align: center;
    display: block; }
    .main-body .page-wrapper .align-items-end .page-header-title i {
      float: none;
      margin-bottom: 10px; }
  .main-body .page-wrapper .align-items-end .page-header-breadcrumb {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: block; }

  .page-header-breadcrumb .breadcrumb-item {
    display: inline-block;
    float: none; } }
@media only screen and (max-width: 993px) {
  .navbar,
  .navbar .navbar-logo {
    width: 100%; } }
@media only screen and (max-width: 573px) {
  .md-tabs {
    display: initial; }
    .md-tabs .nav-item {
      width: calc(100% / 1);
      position: relative; }

  .nav-tabs.tabs {
    display: inherit; }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    border: none; } }
@media only screen and (max-width: 480px) {
  .main-body .page-wrapper {
    padding: 10px; } }
@media only screen and (max-width: 576px) {
  .congresodolphet .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .congresodolphet .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    min-width: 280px;
    left: -30px;
    right: auto;
    width: auto; }
    .congresodolphet .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, .congresodolphet .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
      right: calc(100% - 40px); }
  .congresodolphet .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    left: auto;
    right: 0; }
    .congresodolphet .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
      right: 40px; }

  .nav-tabs .nav-link.active {
    margin-bottom: 0; }

  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    left: auto;
    right: -40px; }
    body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before, body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
      left: auto;
      right: 40px; }
  body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    right: auto;
    left: 0; }
    body .congresodolphet[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
      right: calc(100% - 40px); } }
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 3.25rem !important; }

.mt-6,
.my-6 {
  margin-top: 3.25rem !important; }

.mr-6,
.mx-6 {
  margin-right: 3.25rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.25rem !important; }

.ml-6,
.mx-6 {
  margin-left: 3.25rem !important; }

.m-7 {
  margin: 3.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 3.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 3.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important; }

.m-8 {
  margin: 4rem !important; }

.mt-8,
.my-8 {
  margin-top: 4rem !important; }

.mr-8,
.mx-8 {
  margin-right: 4rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 4rem !important; }

.ml-8,
.mx-8 {
  margin-left: 4rem !important; }

.m-9 {
  margin: 4.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 4.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 4.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 4.5rem !important; }

.m-10 {
  margin: 5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5rem !important; }

.mr-10,
.mx-10 {
  margin-right: 5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5rem !important; }

.ml-10,
.mx-10 {
  margin-left: 5rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 3.25rem !important; }

.pt-6,
.py-6 {
  padding-top: 3.25rem !important; }

.pr-6,
.px-6 {
  padding-right: 3.25rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.25rem !important; }

.pl-6,
.px-6 {
  padding-left: 3.25rem !important; }

.p-7 {
  padding: 3.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 3.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 3.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 3.5rem !important; }

.p-8 {
  padding: 4rem !important; }

.pt-8,
.py-8 {
  padding-top: 4rem !important; }

.pr-8,
.px-8 {
  padding-right: 4rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 4rem !important; }

.pl-8,
.px-8 {
  padding-left: 4rem !important; }

.p-9 {
  padding: 4.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 4.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 4.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important; }

.pl-9,
.px-9 {
  padding-left: 4.5rem !important; }

.p-10 {
  padding: 5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5rem !important; }

.pr-10,
.px-10 {
  padding-right: 5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 5rem !important; }

.pl-10,
.px-10 {
  padding-left: 5rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .m-sm-6 {
    margin: 3.25rem !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.25rem !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.25rem !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.25rem !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.25rem !important; }

  .m-sm-7 {
    margin: 3.5rem !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.5rem !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.5rem !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.5rem !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.5rem !important; }

  .m-sm-8 {
    margin: 4rem !important; }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important; }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important; }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important; }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important; }

  .m-sm-9 {
    margin: 4.5rem !important; }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.5rem !important; }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.5rem !important; }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.5rem !important; }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.5rem !important; }

  .m-sm-10 {
    margin: 5rem !important; }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important; }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important; }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important; }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .p-sm-6 {
    padding: 3.25rem !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.25rem !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.25rem !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.25rem !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.25rem !important; }

  .p-sm-7 {
    padding: 3.5rem !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.5rem !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.5rem !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.5rem !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.5rem !important; }

  .p-sm-8 {
    padding: 4rem !important; }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important; }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important; }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important; }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important; }

  .p-sm-9 {
    padding: 4.5rem !important; }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.5rem !important; }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.5rem !important; }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.5rem !important; }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.5rem !important; }

  .p-sm-10 {
    padding: 5rem !important; }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important; }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important; }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important; }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .m-md-6 {
    margin: 3.25rem !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3.25rem !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.25rem !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.25rem !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.25rem !important; }

  .m-md-7 {
    margin: 3.5rem !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 3.5rem !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.5rem !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.5rem !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.5rem !important; }

  .m-md-8 {
    margin: 4rem !important; }

  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important; }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important; }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important; }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important; }

  .m-md-9 {
    margin: 4.5rem !important; }

  .mt-md-9,
  .my-md-9 {
    margin-top: 4.5rem !important; }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.5rem !important; }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.5rem !important; }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.5rem !important; }

  .m-md-10 {
    margin: 5rem !important; }

  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important; }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important; }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important; }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .p-md-6 {
    padding: 3.25rem !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3.25rem !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3.25rem !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.25rem !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3.25rem !important; }

  .p-md-7 {
    padding: 3.5rem !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 3.5rem !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 3.5rem !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.5rem !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 3.5rem !important; }

  .p-md-8 {
    padding: 4rem !important; }

  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important; }

  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important; }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important; }

  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important; }

  .p-md-9 {
    padding: 4.5rem !important; }

  .pt-md-9,
  .py-md-9 {
    padding-top: 4.5rem !important; }

  .pr-md-9,
  .px-md-9 {
    padding-right: 4.5rem !important; }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.5rem !important; }

  .pl-md-9,
  .px-md-9 {
    padding-left: 4.5rem !important; }

  .p-md-10 {
    padding: 5rem !important; }

  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important; }

  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important; }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important; }

  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .m-lg-6 {
    margin: 3.25rem !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.25rem !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.25rem !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.25rem !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.25rem !important; }

  .m-lg-7 {
    margin: 3.5rem !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.5rem !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.5rem !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.5rem !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.5rem !important; }

  .m-lg-8 {
    margin: 4rem !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important; }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important; }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important; }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important; }

  .m-lg-9 {
    margin: 4.5rem !important; }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.5rem !important; }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.5rem !important; }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.5rem !important; }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.5rem !important; }

  .m-lg-10 {
    margin: 5rem !important; }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important; }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important; }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important; }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .p-lg-6 {
    padding: 3.25rem !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.25rem !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.25rem !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.25rem !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.25rem !important; }

  .p-lg-7 {
    padding: 3.5rem !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.5rem !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.5rem !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.5rem !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.5rem !important; }

  .p-lg-8 {
    padding: 4rem !important; }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important; }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important; }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important; }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important; }

  .p-lg-9 {
    padding: 4.5rem !important; }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.5rem !important; }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.5rem !important; }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.5rem !important; }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.5rem !important; }

  .p-lg-10 {
    padding: 5rem !important; }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important; }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important; }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important; }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .m-xl-6 {
    margin: 3.25rem !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.25rem !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.25rem !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.25rem !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.25rem !important; }

  .m-xl-7 {
    margin: 3.5rem !important; }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.5rem !important; }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.5rem !important; }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.5rem !important; }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.5rem !important; }

  .m-xl-8 {
    margin: 4rem !important; }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important; }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important; }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important; }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important; }

  .m-xl-9 {
    margin: 4.5rem !important; }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.5rem !important; }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.5rem !important; }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.5rem !important; }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.5rem !important; }

  .m-xl-10 {
    margin: 5rem !important; }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important; }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important; }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important; }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .p-xl-6 {
    padding: 3.25rem !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.25rem !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.25rem !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.25rem !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.25rem !important; }

  .p-xl-7 {
    padding: 3.5rem !important; }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.5rem !important; }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.5rem !important; }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.5rem !important; }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.5rem !important; }

  .p-xl-8 {
    padding: 4rem !important; }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important; }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important; }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important; }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important; }

  .p-xl-9 {
    padding: 4.5rem !important; }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.5rem !important; }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.5rem !important; }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.5rem !important; }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.5rem !important; }

  .p-xl-10 {
    padding: 5rem !important; }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important; }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important; }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important; }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/** ===================== Searchs css start ========================== **/
.microf-search {
  margin-left: 467px;
  margin-top: -26px; }

.deputies-card-reg {
  min-height: 104px !important;
  max-height: 104px !important; }

.deputies-card-title-reg {
  margin-top: -12px !important; }

@media (min-width: 576px) {
  .microf-search {
    margin-left: 467px;
    margin-top: -26px; }

  .deputies-card-reg {
    min-height: 211px !important;
    max-height: 211px !important; }

  .deputies-card-title-reg {
    margin-top: 3px !important; } }
@media (min-width: 768px) {
  .microf-search {
    margin-left: 467px;
    margin-top: -26px; }

  .deputies-card-reg {
    min-height: 125px !important;
    max-height: 125px !important; }

  .deputies-card-title-reg {
    margin-top: 3px !important; } }
@media (min-width: 992px) {
  .microf-search {
    margin-left: 467px;
    margin-top: -26px; }

  .deputies-card-reg {
    min-height: 109px !important;
    max-height: 110px !important; }

  .deputies-card-title-reg {
    margin-top: -6px !important; } }
@media (min-width: 1200px) {
  .microf-search {
    margin-left: 316px;
    margin-top: -26px; }

  .deputies-card-reg {
    min-height: 170px !important;
    max-height: 170px !important; }

  .deputies-card-title-reg {
    margin-top: -15px !important; } }
@media (min-width: 1366px) {
  .deputies-card-reg {
    min-height: 150px !important;
    max-height: 150px !important; }

  .usercard-btn-container {
    margin-top: 10px; } }
@media (min-width: 1920px) {
  .deputies-card-reg {
    min-height: 177px !important;
    max-height: 177px !important; } }
#search-nav .nav {
  border-bottom: 2px solid #E0E0E0; }

#search-nav .nav-link.active {
  padding-bottom: 15px;
  border-bottom: 2px solid #1E9FF2;
  margin-bottom: -2px; }

#search-results .media-search {
  padding-top: 5px; }

.media-list .media {
  padding: 1.5rem;
  margin-top: 0; }

.lead {
  font-size: 1.25rem; }

.text-bold-600 {
  font-weight: 600; }

.teal.darken-1 {
  color: #00897B !important; }

.teal {
  color: #009688 !important; }

.text-bold-600 {
  font-weight: 600; }

.text-congreso:hover {
  text-decoration: underline; }

.img-regul-search {
  object-fit: cover;
  object-position: -20% 0;
  width: 584px;
  height: 450px; }

.img-reg-news-related {
  object-fit: scale-down;
  width: auto; }

@media (min-width: 576px) {
  .img-reg-news-related {
    object-fit: scale-down;
    width: 142px;
    max-width: 142px; }

  .img-regul-search {
    object-fit: cover;
    object-position: -20% 0;
    width: 584px;
    height: 450px; } }
@media (min-width: 768px) {
  .img-reg-news-related {
    object-fit: scale-down;
    width: 142px;
    max-width: 142px;
    margin-top: 25px; }

  .img-regul-search {
    object-fit: scale-down;
    object-position: 49% 0;
    width: 584px;
    height: 305px; } }
@media (min-width: 992px) {
  .img-reg-news-related {
    object-fit: scale-down;
    width: 142px;
    max-width: 142px; }

  .img-regul-search {
    object-fit: cover;
    object-position: -20% 0;
    width: 584px;
    height: 450px; } }
@media (min-width: 1200px) {
  .img-reg-news-related {
    width: 142px;
    max-width: 142px;
    max-height: 170px;
    margin-top: 19px;
    object-fit: cover; }

  .img-regul-search {
    object-fit: cover;
    object-position: -20% 0;
    width: 584px;
    height: 450px; } }
#masonry {
  column-count: 2;
  column-gap: 1em; }

@media (min-width: 30em) {
  #masonry {
    column-count: 3;
    column-gap: 1em; } }
@media (min-width: 40em) {
  #masonry {
    column-count: 4;
    column-gap: 1em; } }
@media (min-width: 60em) {
  #masonry {
    column-count: 5;
    column-gap: 1em; } }
@media (min-width: 75em) {
  #masonry {
    column-count: 6;
    column-gap: 1em; } }
.item {
  background-color: none;
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
  cursor: pointer; }

.item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -4px;
  /*idk why but this fix stuff*/ }

.footer-img-serach {
  position: absolute;
  color: white;
  margin-top: -17px;
  margin-left: 0px;
  background: #00000085;
  width: 283px; }

/**====== General Searchs css end ======**/
/** Deputies search css starts**/
.usercard {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 0;
  min-height: 270px;
  max-height: 270px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  border-radius: 4px; }

.usercard .usercard-avatar {
  position: relative;
  width: 50%;
  z-index: 49;
  overflow: hidden; }

.usercard .usercard-avatar .usercard-img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: .3s; }

.usercard .usercard-avatar .usercard-img-logo {
  width: 100%;
  height: 100%;
  margin: auto;
  /*object-fit: cover;
  */
  transition: .3s; }

.img-card img {
  width: 100%;
  height: 200% !important;
  object-fit: cover;
  transition: all .25s ease; }

.img-card > .img-news {
  width: 100% !important;
  /*height: 200% !important;
  */
  object-fit: cover !important;
  transition: all .25s ease; }

.usercard .usercard-avatar:after {
  position: absolute;
  right: -16%;
  top: 0;
  transform: skewx(-10deg);
  height: 100%;
  width: 20%;
  min-width: 90px;
  background: #fff; }

.usercard .usercard-body {
  position: relative;
  width: 50%;
  padding: 40px 10px 20px; }

.usercard .usercard-body .usercard-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 7px; }

.usercard .usercard-body .usercard-badge {
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background: rgba(53, 70, 92, 0.1);
  color: #35465c;
  margin: 4px 0;
  display: inline-block; }

.usercard .usercard-body .usercard-btn-container {
  margin: 15px 0; }

.usercard .usercard-body .usercard-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 25px;
  color: white;
  cursor: pointer;
  opacity: .9; }

.usercard .usercard-body .usercard-btn:active {
  opacity: 1; }

.usercard .usercard-body .usercard-btn.facebook {
  background: #3b5998; }

.usercard .usercard-body .usercard-btn.youtube {
  background: #bd081c; }

.usercard .usercard-body .usercard-btn.instagram {
  background: #517fa4; }

.usercard .usercard-body .usercard-btn.twitter {
  background: #55acee; }

/** Image regulator starts **/
@media (min-width: 576px) {
  .usercard .usercard-avatar .usercard-img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition: .3s; } }
@media (min-width: 768px) {
  .usercard .usercard-avatar .usercard-img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition: .3s; } }
@media (min-width: 992px) {
  .usercard .usercard-avatar .usercard-img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition: .3s; } }
@media (min-width: 1200px) {
  .usercard .usercard-avatar .usercard-img {
    width: 100%;
    height: 204%;
    margin: auto;
    object-fit: cover; } }
.text-white-more {
  color: white; }

.text-white-more:hover {
  color: whitesmoke; }

/** Image regulator ends **/
/*Blocks search starts*/
.blockcard {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 0;
  min-height: 270px;
  max-height: 270px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  border-radius: 4px; }

.blockcard:hover {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.blockcard .blockcard-avatar {
  position: relative;
  width: auto;
  z-index: 49;
  overflow: hidden; }

.blockcard .blockcard-avatar .blockcard-img {
  width: auto;
  /*height: -webkit-fill-available;*/
  margin: auto;
  object-fit: scale-down; }

.blockcard .blockcard-avatar .blockcard-img-logo {
  width: 100%;
  height: 100%;
  margin: auto;
  /*object-fit: cover;
  */
  transition: .3s; }

.img-card img {
  width: 100%;
  height: 200% !important;
  object-fit: cover;
  transition: all .25s ease; }

.img-card > .img-news {
  width: 100% !important;
  /*height: 200% !important;
  */
  object-fit: cover !important;
  transition: all .25s ease; }

.blockcard .blockcard-avatar:after {
  position: absolute;
  right: -16%;
  top: 0;
  transform: skewx(-10deg);
  height: 100%;
  width: 20%;
  min-width: 90px;
  background: #fff; }

.blockcard .blockcard-body {
  position: relative;
  width: 50%;
  padding: 20px 10px 20px; }

.blockcard .blockcard-body .blockcard-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 7px; }

.blockcard .blockcard-body .blockcard-badge {
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background: rgba(53, 70, 92, 0.1);
  color: #35465c;
  margin: 4px 0;
  display: inline-block; }

.blockcard .blockcard-body .blockcard-btn-container {
  margin: 15px 0; }

.blockcard .blockcard-body .blockcard-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 25px;
  color: white;
  cursor: pointer;
  opacity: .9; }

.blockcard .blockcard-body .blockcard-btn:active {
  opacity: 1; }

.blockcard .blockcard-body .blockcard-btn.facebook {
  background: #3b5998; }

.blockcard .blockcard-body .blockcard-btn.youtube {
  background: #bd081c; }

.blockcard .blockcard-body .blockcard-btn.instagram {
  background: #517fa4; }

.blockcard .blockcard-body .blockcard-btn.twitter {
  background: #55acee; }

/*Blocks search ends*/
/** Deputies search css ends**/
.my-card {
  position: absolute;
  left: 40%;
  top: -20px;
  border-radius: 50%; }

.congresodolphet[layout-type="dark"] {
  color: #fff; }
  .congresodolphet[layout-type="dark"] a {
    color: #fff; }
  .congresodolphet[layout-type="dark"] text {
    fill: #fff; }
  .congresodolphet[layout-type="dark"] .card {
    background-color: #4f4f4f; }
    .congresodolphet[layout-type="dark"] .card code {
      background-color: #5c5c5c;
      color: #fff; }
    .congresodolphet[layout-type="dark"] .card code[class*="language-"],
    .congresodolphet[layout-type="dark"] .card pre[class*="language-"] {
      color: #5c5c5c; }
    .congresodolphet[layout-type="dark"] .card .card-header h5 {
      color: #fff; }
    .congresodolphet[layout-type="dark"] .card .card-header .card-header-right i {
      color: #fff; }
    .congresodolphet[layout-type="dark"] .card .card-block code {
      background-color: #5c5c5c; }
      .congresodolphet[layout-type="dark"] .card .card-block code.language-markup {
        background-color: #fff; }
    .congresodolphet[layout-type="dark"] .card .card-block .dropdown-menu {
      background-color: #545454; }
  .congresodolphet[layout-type="dark"] .card-footer {
    background-color: #4a4a4a; }
  .congresodolphet[layout-type="dark"] .dropdown-menu {
    background-color: #545454; }
    .congresodolphet[layout-type="dark"] .dropdown-menu .dropdown-item .dropdown-divider {
      border-top: 1px solid #424242; }
    .congresodolphet[layout-type="dark"] .dropdown-menu .dropdown-item:focus, .congresodolphet[layout-type="dark"] .dropdown-menu .dropdown-item:hover {
      background-color: #424242; }
  .congresodolphet[layout-type="dark"] .sub-title {
    color: #757575; }
  .congresodolphet[layout-type="dark"] .b-l-default,
  .congresodolphet[layout-type="dark"] .b-l-theme {
    border-left: 1px solid #5c5c5c; }
  .congresodolphet[layout-type="dark"] .b-r-default,
  .congresodolphet[layout-type="dark"] .b-r-theme,
  .congresodolphet[layout-type="dark"] .messages-content {
    border-right: 1px solid #5c5c5c; }
  .congresodolphet[layout-type="dark"] .btn-default {
    background-color: #5c5c5c;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .congresodolphet-main-container {
    background-color: #5c5c5c; }
  .congresodolphet[layout-type="dark"][vertical-layout="box"] .congresodolphet-container, .congresodolphet[layout-type="dark"][theme-layout="vertical"][vertical-nav-type="collapsed"] .congresodolphet-container {
    background-color: #5c5c5c; }
  .congresodolphet[layout-type="dark"] .progress {
    background-color: #5c5c5c; }
  .congresodolphet[layout-type="dark"] .alert.alert-danger, .congresodolphet[layout-type="dark"] .alert.alert-default, .congresodolphet[layout-type="dark"] .alert.alert-info, .congresodolphet[layout-type="dark"] .alert.alert-primary, .congresodolphet[layout-type="dark"] .alert.alert-success, .congresodolphet[layout-type="dark"] .alert.alert-warning {
    background-color: #424242; }
  .congresodolphet[layout-type="dark"] .alert.background-default {
    background-color: #d6d6d6;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .alert.background-primary {
    background-color: #448aff;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .alert.background-success {
    background-color: #9ccc65;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .alert.background-info {
    background-color: #00bcd4;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .alert.background-warning {
    background-color: #ffba57;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .alert.background-danger {
    background-color: #ff5252;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .accordion-msg {
    color: #fff;
    border-top: 1px solid #5c5c5c; }
  .congresodolphet[layout-type="dark"] .accordion-desc {
    color: #fff; }
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .show-notification li:first-child:hover, .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .nav-right > .header-notification:nth-child(1) .profile-notification li:first-child:hover {
    background-color: #424242 !important; }
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    color: #fff;
    background-color: #424242; }
    .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification.show:before,
    .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before,
    .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification:before {
      border-left-color: #424242;
      border-top-color: #424242; }
    .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a,
    .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,
    .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
      color: #fff; }
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover,
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,
  .congresodolphet[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover {
    background-color: #5c5c5c; }
  .congresodolphet[layout-type="dark"] .p-chat-user {
    background-color: #4f4f4f; }
    .congresodolphet[layout-type="dark"] .p-chat-user .userlist-box {
      border-bottom: 1px solid #5c5c5c; }
      .congresodolphet[layout-type="dark"] .p-chat-user .userlist-box .chat-header {
        color: #fff; }
  .congresodolphet[layout-type="dark"] .back_chatBox i,
  .congresodolphet[layout-type="dark"] .back_friendlist i {
    background-color: #4f4f4f;
    color: #fff; }
  .congresodolphet[layout-type="dark"] .showChat_inner {
    background-color: #4f4f4f; }
    .congresodolphet[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-content > div {
      background-color: #424242; }
      .congresodolphet[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-content > div:before {
        border-right-color: #424242;
        border-top-color: #424242; }
    .congresodolphet[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-reply > div {
      background-color: #5c5c5c; }
      .congresodolphet[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-reply > div:before {
        border-left-color: #5c5c5c;
        border-bottom-color: #5c5c5c; }
    .congresodolphet[layout-type="dark"] .showChat_inner .chat-inner-header {
      border-bottom: 1px solid #424242; }
    .congresodolphet[layout-type="dark"] .showChat_inner .chat-reply-box {
      background-color: #4f4f4f;
      border-top: 1px solid #424242; }
  .congresodolphet[layout-type="dark"] .form-control {
    background-color: transparent;
    color: #fff; }
  .congresodolphet[layout-type="dark"] select.form-control {
    background-color: #4f4f4f; }
  .congresodolphet[layout-type="dark"] .bg-white {
    background: #4f4f4f !important; }
  .congresodolphet[layout-type="dark"] .card-header-img h5,
  .congresodolphet[layout-type="dark"] .card-header-img h6 {
    color: #fff; }
  .congresodolphet[layout-type="dark"] .text-inverse {
    color: #fff !important; }
  .congresodolphet[layout-type="dark"] #styleSelector {
    color: #424242; }
    .congresodolphet[layout-type="dark"] #styleSelector .form-control {
      color: #424242; }
  .congresodolphet[layout-type="dark"] .chat-card .chat-control .chat-form .form-control {
    background-color: transparent; }
    .congresodolphet[layout-type="dark"] .chat-card .chat-control .chat-form .form-control:active, .congresodolphet[layout-type="dark"] .chat-card .chat-control .chat-form .form-control:focus {
      box-shadow: none; }
  .congresodolphet[layout-type="dark"] .table > thead > tr > th {
    border-bottom-color: #5c5c5c; }
  .congresodolphet[layout-type="dark"] .table td,
  .congresodolphet[layout-type="dark"] .table th {
    border-top-color: #5c5c5c; }
  .congresodolphet[layout-type="dark"] .main-menu .main-menu-header:before,
  .congresodolphet[layout-type="dark"] .page-header:before {
    background-color: #4f4f4f; }
  .congresodolphet[layout-type="dark"] .bg-c-blue {
    background: #448aff; }
  .congresodolphet[layout-type="dark"] .bg-c-red {
    background: #ff5252; }
  .congresodolphet[layout-type="dark"] .bg-c-green {
    background: #9ccc65; }
  .congresodolphet[layout-type="dark"] .bg-c-yellow {
    background: #3466af; }
  .congresodolphet[layout-type="dark"] .bg-c-orenge {
    background: #ffba57; }
  .congresodolphet[layout-type="dark"] .bg-c-lite-green {
    background: #FE8A7D; }
  .congresodolphet[layout-type="dark"] .bg-c-purple {
    background: #69CEC6; }

/*# sourceMappingURL=style.css.map */
