.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

/* Nucelo Icons */

#icons-row i.nc-icons {
  font-size: 30px;
}

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  height: 100%;
}

#notifications {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

.download-area {
  margin-top: 30px;
}

.sharing-area {
  margin-top: 50px;
}

.sharing-area .btn {
  margin-top: 14px;
}

.upgrade-pro .btn {
  margin-top: 30px;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.profile-content {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }

  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {

  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }

  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

.section-tabs {
  background: #EEEEEE;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download {
  padding-top: 130px;
}

.section-download .description {
  margin-bottom: 60px;
}

.section-download h4 {
  margin-bottom: 25px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a+a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

.brand .h1-seo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}

.brand .n-logo {
  max-width: 100px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.creative-tim-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-basic {
  padding-top: 0;
}

.section-images {
  padding-bottom: 0;
}

.presentation-title2 {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0;
  font-weight: 700;
  margin: 0;
  color: white;
  text-shadow: rgb(23, 120, 201) 5px 0px 0px, rgb(23, 120, 201) 4.90033px 0.993347px 0px, rgb(23, 120, 201) 4.60531px 1.94709px 0px, rgb(23, 120, 201) 4.12668px 2.82321px 0px, rgb(23, 120, 201) 3.48353px 3.58678px 0px, rgb(23, 120, 201) 2.70151px 4.20736px 0px, rgb(23, 120, 201) 1.81179px 4.6602px 0px, rgb(23, 120, 201) 0.849836px 4.92725px 0px, rgb(23, 120, 201) -0.145998px 4.99787px 0px, rgb(23, 120, 201) -1.13601px 4.86924px 0px, rgb(23, 120, 201) -2.08073px 4.54649px 0px, rgb(23, 120, 201) -2.94251px 4.04248px 0px, rgb(23, 120, 201) -3.68697px 3.37732px 0px, rgb(23, 120, 201) -4.28444px 2.57751px 0px, rgb(23, 120, 201) -4.71111px 1.67494px 0px, rgb(23, 120, 201) -4.94996px 0.7056px 0px, rgb(23, 120, 201) -4.99147px -0.291871px 0px, rgb(23, 120, 201) -4.83399px -1.27771px 0px, rgb(23, 120, 201) -4.48379px -2.2126px 0px, rgb(23, 120, 201) -3.95484px -3.05929px 0px, rgb(23, 120, 201) -3.26822px -3.78401px 0px, rgb(23, 120, 201) -2.4513px -4.35788px 0px, rgb(23, 120, 201) -1.53666px -4.75801px 0px, rgb(23, 120, 201) -0.560763px -4.96845px 0px, rgb(23, 120, 201) 0.437495px -4.98082px 0px, rgb(23, 120, 201) 1.41831px -4.79462px 0px, rgb(23, 120, 201) 2.34258px -4.41727px 0px, rgb(23, 120, 201) 3.17346px -3.86382px 0px, rgb(23, 120, 201) 3.87783px -3.15633px 0px, rgb(23, 120, 201) 4.4276px -2.32301px 0px, rgb(23, 120, 201) 4.80085px -1.39708px 0px, rgb(23, 120, 201) 4.98271px -0.415447px 0px;
}

.footer .copyright a {
  font-weight: 400;
}

.section-dark .title {
  font-weight: 400;

}


.card-register {
  background-color: #fff;
}
.card-register .title, .card-register label {
  color: #004E98!important;
  font-weight: 600;
}
.card-register .input-group.form-group-no-border {
  

border: 1px solid #efefef;
border-radius: 7px;

  color:#fff!important;
}

.tienda {
  background-color: rgb(253, 200, 32) !important;
}

.tienda:hover {
  background-color: rgb(255, 107, 25) !important;
  color: white ! filter: alpha(opacity=100);
}

.btn-outline-neutral:active {
  color: #403D39 !important;
  background-color: red !important;

}

.btn-outline-neutral:active:hover:visited,
.btn-outline-neutral:hover,
.btn-outline-neutral:focus,
.btn-outline-neutral:active,
.btn-outline-neutral.active,
.btn-outline-neutral:active:focus,
.btn-outline-neutral:active:hover,
.btn-outline-neutral.active:focus,
.show>.btn-outline-neutral.dropdown-toggle{
  background-color: rgb(255, 107, 25) !important;
  color:#fff!important;
}

.tienda {
    background-color: rgb(253, 200, 32) !important;
    color: black;
}

.tienda:hover {
  background-color: rgb(255, 107, 25) !important;
  color: white !important;
}

.section-nucleo-icons {
  background-color: #004E98;
  background-image: url('../../assets/img//slider1_home1_icon4.png');
  background-repeat: repeat-x;
}
.section-dark .description{
  font-weight: 400;
  color: #fff;
  font-size: 1.3em;
}

.section-nucleo-icons::before {
  opacity: 0.8;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn){
  color: #004E98;;
  border-color: #FFFFFF;
}
.navbar-transparent .navbar-nav .nav-item .nav-link:hover{
  color: #fff;;
  border-color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .nav-link [class^="fa"] {
  font-size: 2em;
  position: relative;
  right: 5px;
}

.card-register {
  border-radius: 8px;
  color: #fff;
  max-width: 100%;
  margin: 20px 0 70px;
  min-height: 400px;
  padding: 30px;
}
@media (max-width: 767px) {
   .navbar .btn.btn-danger.btn-round:hover {
        opacity: 1;
        background: red;
    }

}
    @media screen and (max-width: 991px) {
        .section-navbars .navbar-collapse {
            display: none !important;
        }
    }

    .gallery-title {
        font-size: 36px;
        color: #42B32F;
        text-align: center;
        font-weight: 500;
        margin-bottom: 70px;
    }

        .gallery-title:after {
            content: "";
            position: absolute;
            width: 7.5%;
            left: 46.5%;
            height: 45px;
            border-bottom: 1px solid #5e5e5e;
        }

    .filter-button {
        font-size: 18px;
        border: 1px solid #42B32F;
        border-radius: 5px;
        text-align: center;
        color: #42B32F;
        margin-bottom: 30px;
    }

        .filter-button:hover {
            font-size: 18px;
            border: 1px solid #42B32F;
            border-radius: 5px;
            text-align: center;
            color: #ffffff;
            background-color: #42B32F;
        }

    .btn-default:active .filter-button:active {
        background-color: #42B32F;
        color: white;
    }

    .port-image {
        width: 100%;
    }

    .gallery_product {
        margin-bottom: 30px;
    }
}


.jss148 {
    border: 0;
    height: 100vh;
    margin: 0;
    display: flex;
    padding: 0;
    overflow: hidden;
    position: relative;
    max-height: 1600px;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}

.jss37 {
  height: 60vh;
  overflow: hidden;
  background-color: #B2AFAB;
  background-position: center center;
  background-size: cover;
  min-height: 60vh;
  max-height: 999px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-game{
  background: rgb(33,110,229);
background: linear-gradient(130deg, rgba(33,110,229,1) 0%, rgba(24,158,236,1) 100%);
}

.user-avatar .user-avatar-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

span.has-error-label {
    color: red;
}

.card-register .problems label{
margin: 0 0 25px 20px;
}

#myTab li p {
    background-color: #29B8EA;
    border-radius: 5px;
    border: 1px solid #007DCB;
    margin-bottom: auto;
    color: white;
    font-weight: 700;
}

a p.tap-button-cat {
    background-color: #29B8EA;
    border-radius: 5px;
    border: 1px solid #007DCB;
    margin-bottom: auto;
    color: white;
    font-weight: 700;
    text-align: center;
}

.bgbasico {
    background: rgb(29, 152, 108) !important;
    background: linear-gradient(0deg, rgba(29, 152, 108, 1) 0%, rgba(41, 182, 136, 1) 50%, rgba(60, 229, 179, 1) 100%) !important;
    border: 0px !important;
}

.bgintermedio {
    background: rgb(229, 185, 0) !important;
    background: linear-gradient(0deg, rgba(229, 185, 0, 1) 0%, rgba(229, 185, 0, 1) 50%, rgba(255, 223, 101, 1) 100%) !important;
}

.bgavanzado {
    background: rgb(229, 32, 16) !important;
    background: linear-gradient(0deg, rgba(229, 32, 16, 1) 0%, rgba(229, 32, 16, 1) 50%, rgba(253, 97, 87, 1) 100%) !important;
}
.card .carousel a {
    position: absolute;
    color: #FFFFFF !important;
}


    .card .carousel-control-next:hover, .card .carousel-control-prev:hover {
        background-color: RGB(233, 236, 239, 0.35)!important;
    }

#nav-tabContent {
    padding: 25px;
    background: white;
}






#app {
    background: #1b0c43;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    max-height: 100%;

}
h1, h2, h3, h4 {
color:white;
}
.preview {
    height: 200px;
    width: 0%;
    opacity: 0;
    animation: appear 0.5s ease-in-out forwards;
}

    .preview img {
        height: 100%;
        width: 100%;
    }

.cat1 {
    background: gold;
}

.cat2 { 
    background: #f5593d;
}

.cat3 {
    background: #004E98;
}

.menu {
    grid-column-start: 1;
    grid-column-end: -1;
    display: flex;
    flex-flow: wrap;
    margin: -5px -5px;
}

button {
    cursor: pointer;
    background: #591db3;
    border: 1px solid #6219D0;
    font-weight: bold;
    color: #fff;
    margin: 10px;
    padding: 10px 25px;
    text-align: center;
    box-shadow: 0 0 3px #608CEE;
    border-radius: 10px;
    display: block;
}

    button.selected {
        background: blue;  
        color: #fff;
        

    }

    
    button:focus {
    
        outline:none!important; 
    }
    button:hover {
        color: #fff;
        background: #f5593d;
        background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
      
    }

@keyframes appear {
    to {
        width: 100%;
        opacity: 1;
    }
}


