

/* ================= */
/* Estilos Generales */
/* ================= */
html {
  min-height: 100%;
  position: relative;
}

body {
   background-image: url("../img/fondo.png");
   font-family: "Staatliches", cursive;;
   padding-bottom: 0px;
   padding-top: 0px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   height: 100%;
   margin: 0;
   color: #FFFFFF;
   background-color: rgba(0,102,204,0.9);
}

.cfgcatalogos .box
  {
   width:1270px;
   padding:20px;
   background-color:#fff;
   border:1px solid #ccc;
   border-radius:5px;
   margin-top:25px;
   box-sizing:border-box;
  }

.table{
   font-family: "Staatliches", cursive;;
   font-size: 17px;
   color: #FFFFFF;
}
        
.botonInisesion, .btn-submit {
  background-color: rgba(0,102,204,0.9);
  font-family: "Staatliches", cursive;;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 100px !important;
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;     
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.botonInisesion:hover, .btn-submit:hover {
  box-shadow: rgba(51,153,255,0.9) 0 -25px 18px -14px inset,rgba(0,102,204,0.9) 0 1px 2px,rgba(0,102,204,0.9) 0 2px 4px,rgba(0,102,204,0.9) 0 4px 8px,rgba(0,102,204,0.9) 0 8px 16px,rgba(0,102,204,0.9) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

/* ================ */
/* Pag. Principal   */        
/* ================ */
.splash{
   position: fixed;
   font-family: "Staatliches", cursive;;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: black;
   z-index: 200;
   color: white;
   text-align: center;
   line-height: 90vh !important;
}

.splash h1{
    line-height: 90vh !important;
}

.splash.display-none{
   position: fixed;
   font-family: "Staatliches", cursive;;
   opacity: 0;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: black;
   z-index: -10;
   color: white;
   text-align: center;
   line-height: 90vh !important;
   transition: all 0.5s;
}

@keyframes fadeIn{
    to{
        opacity: 1;
    }   
}

.face-in{
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    
}

/* ================ */
/*                  */
/* ================ */
.imgprincipal {
   background-image: url("../img/fondo.jpg");
   height: 1000px;
   background-color: transparent !important;
   background-color: rgba(0,102,204,0.9);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
}

.modelo-text {
   text-align: left;
   position: absolute;
   top: 40%;
   left: 40%;
   font-family: "Staatliches", cursive;;
   color: #FFFFFF;
}

.modelo-text2 {
   text-align: rigth;
   position: absolute;
   top: 60%;
   left: 40%;
   font-family: "Staatliches", cursive;;
   color: #FFFFFF;
}

.divconfig {
   background-color: rgba(0,102,204,0.9);
   color:#FFFFFF;
}

.panel-heading{
   background-color: rgba(0,102,204,0.9) !important;
   color: #FFFFFF !important;
   font-family: "Staatliches", cursive;;
}

.panel-body{
   color: rgba(0,102,204,0.9) !important;
   font-family: "Staatliches", cursive;;
}

.fondogrid{
   background-color: rgba(0,0,0,0.3) !important;
}
.regreso {
   color: rgba(51,153,255,0.9) !important;        
}

.title-pagina{
  padding: 3px;
  width: 100%;
  text-align: center;
  background-color: transparent !important;
  color: #FFFFFF !important;
  border-radius: 25px;
  font-family: "Staatliches", cursive; !important;
}

/* ================ */
/* Estilos mensajes */
/* ================ */
.floating-container {
  position: fixed;
  right: 26px;
  bottom:  50px;
  width: 100px;
  z-index:1000;
  display:none;
  opacity: 1; 
  transition: opacity 0.5s ease 0s; 
  box-sizing: border-box; 
  direction: ltr;  
}
.floating-container:hover {
  height: auto;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
        
.floating-container:hover .element-container .float-element {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}

.floating-container .floating-button {
  font-family: "Staatliches", cursive;;  
  position: absolute;
  width: 45px;
  height: 45px;
  background: rgba(0,102,204,0.9) !important;
  bottom: 0;
  border-radius: 50% !important;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF !important;
  line-height: 45px;
  text-align: center;
  font-size: 23px;
  z-index: 1000;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  bottom: 60px;
  color: #FFFFFF !important;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 10000;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
}

.floating-container .float-element:nth-child(odd) {
  // background: rgba(51,153,255,0.9) !important;
  background: trasnparent !important;
}
.floating-container .float-element:nth-child(even) {
  // background: #FFFFFF !important;
  background: trasnparent !important;
}
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

/* ========================= */
/* ESTILOS navbar Horizontal */
/* ========================= */
.navbar-inner {
    background-color: transparent !important;
}

.topnav {
   overflow: hidden;
   font-family: "Staatliches", cursive;;
   color: #FFFFFF !important;
   background-color: transparent !important;
/*   background-color: rgba(0,102,204,0.9) !important; */
   padding: 0px; 
   margin: 0; 
   text-align: center;
}

.topnav a {
   font-family: "Staatliches", cursive;;
   display: inline-block;
   position: relative;
   color: #FFFFFF !important;
   text-align: center;
   padding: 0px 16px;
   text-decoration: none; 
   font-size: 17px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
   background-color: rgba(0,102,204,0.9) !important;
   border-radius: 22px;
   height: auto;
   color: #FFFFFF !important;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.topnav a.active {
   background-color: #FFFFFF !important;
   color: white;
}

.topnav .icon {
   display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color:  #FFFFFF !important;
  padding: 14px 16px;
  background-color: #FFFFFF !important;
  font-family: "Staatliches", cursive;;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,102,204,0.9) !important;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #000000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

@media screen and (max-width: 600px) {
   .topnav a:not(:first-child) {display: none;}
   .topnav a.icon {
      float: right;
      display: block;
   }
}

@media screen and (max-width: 600px) {
   .topnav.responsive {position: relative;}
   .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
   }
   .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
   }
}
/* ======================== */
/* Navbar vertical          */
/* ======================== */
nav {
    display: block;
}

.dashboard {
    display: -webkit-box; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
//    min-height: 100%;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0,102,204,0.9) !important;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav a {
    color: #FFFFFF !important;
}

.dashboard-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #FFFFFF !important;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: rgba(0,102,204,0.9) !important;
}

.brand-logo {
    font-family: "Staatliches", cursive;;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

.brand-logo i {
    color: #FFFFFF !important;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
//    margin-top: 84px;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: transparent !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(0,102,204,0.9) !important;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: #FFFFFF !important;
}

.menu-toggle i {
//    font-size: 20px;
}

.dashboard-nav-list {
    font-family: "Staatliches", cursive;;
    color: #FFFFFF !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    font-family: "Staatliches", cursive;;
    min-height: 36px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
//    padding: 8px 10px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;

}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
}

.dashboard-nav-item:hover {
   background-color: rgba(51,153,255,0.9) !important;
   background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown {
    font-family: "Staatliches", cursive;;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background-color: rgba(51,153,255,0.9) !important;
    background: rgba(255, 255, 255, 0.04);
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

.img-small{
   background-color: transparent;
   width: 30px;
   height: auto;
   color: transparent;
   filter:grayscale(100%);
   opacity:.5;
   transition:0.6s;
   -webkit-transition: .6s;
   -moz-transition: .6s;
   margin-right: 5px;
   font-size: 36px;
}

.img-small:hover{
   filter:grayscale(0%);
   opacity: 1;
   margin-top:-8px;
   -webkit-box-shadow: 0px 20px 26px -9px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 20px 26px -9px rgba(0,0,0,0.75);
   box-shadow: 0px 20px 26px -9px rgba(0,0,0,0.75);
}

/* ======================== */
/* ESTILOS navbar FullMenu  */
/* ======================== */
.navigation__checkbox {
    display: none;
}

.img-logofullmenu {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  margin: 0 auto;
  margin-bottom: 10px; 
}

.nomweb {
    font-family: "Staatliches", cursive;;
    font-weight: bold;
    font-size: 40px;
    color: #000000 !important;
    align-items: center;
}

.navigation__button {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    height: 5rem;
    width: 5rem;
    text-align: center;
    background-color: rgba(0,102,204,0.9);
    border-radius: 50% !important;
    z-index: 300;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

@media screen  and (min-width: 768px) {
    .navigation__button {
        top: 4rem;
        right: 4rem;
        height: 7rem;
        width: 7rem;
    }
}

.navigation__background {
    position: fixed;
    top: 2rem;
    right: 2rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: rgba(51,153,255,0.9);
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    z-index: 100;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 768px) {
    .navigation__background {
        top: 4.5rem;
        right: 4.5rem;
        height: 6rem;
        width: 6rem;
    }
}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
}

.navigation__item {
    font-family: "Staatliches", cursive;;
    margin: 1rem;
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
//    padding: 1rem 2rem;
    text-transform: uppercase;
    color: #000000;
//    font-size: 2.4rem;
    text-decoration: none;
    transition: all .2s;
}

@media(min-width: 768px) {
    .navigation__link:link,
    .navigation__link:visited {
        font-size: 3.5rem;
    }
}

.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover {
    color: #C1D0D0;
    transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
    transform: scale(80)
}

.navigation__checkbox:checked~.navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation__icon {
    position: relative;
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .navigation__icon {
        margin-top: 3.5rem;
    }
        
}

@media screen and (max-width: 768px) {
    .navigation__link:link,
    .navigation__link:visited {
        font-size: 2.0rem;
        padding: 0;  
    }
    .nomweb {
        font-family: "Staatliches", cursive;;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF !important;
        align-items: center;
    }

}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: #4A676A;
}

@media (min-width: 768px) {
    .navigation__icon,
    .navigation__icon::before,
    .navigation__icon::after {
        width: 3rem;
    }
}

.navigation__icon::before,
.navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;
}

.navigation__icon::before {
    top: -.8rem;
}

.navigation__icon::after {
    top: .8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}

@media screen and (max-width: 400px) {
    .nomweb {
        font-family: "Staatliches", cursive;;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF !important;
        align-items: center;
    }

    .navigation__link:link,
    .navigation__link:visited {
        display: inline-block;
        padding: 0;
        text-transform: uppercase;
        color: #000000;
        font-size: 16px;
        text-decoration: none;
        transition: all .2s;
    }

}

/* ==================== */
/* ESTILOS navbar GRID  */
/* ==================== */
.hamburger-menu {
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  top: 3.5rem;
  left: 3.5rem;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
}

.lines {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.line {
  width: 100%;
  height: 0.4rem;
  background-color: rgba(0,102,204,0.9);
  border-radius: 0.2rem;
}

.change .line {
  transform: translateX(120%);
}

.line-1 {
  transition: transform 0.5s 0.1s;
}

.line-2 {
  transition: transform 0.5s 0.3s;
}

.line-3 {
  transition: transform 0.5s 0.5s;
}
.x-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.change .x-btn {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s 1.3s;
}

.x-line {
  width: 3.5rem;
  height: 0.4rem;
  background-color: rgba(51,153,255,0.9);
  border-radius: 0.2rem;
}
.x-line-1 {
  transform: rotate(-45deg) translateY(0.3rem);
}

.x-line-2 {
  transform: rotate(45deg) translateY(-0.3rem);
}
.headergrid {
  width: 100%;
  height: 14vh;      
/*  height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.change .headergrid {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.7s;
}
.banner h1 {
  font-family: "Staatliches", cursive;;
  font-size: 8rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.5rem;
  margin-bottom: 3rem;
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
}

.banner p {
  font-family: "Staatliches", cursive;;
  font-size: 4rem;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
  text-align: right;
}

.banner span {
  font-family: "Staatliches", cursive;;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-menu {
  grid-column: 2 / 3; 
  grid-row: 2 / 3; 
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);

  grid-gap: 1rem;
}

.nav-menu-item {
  list-style: none;
  overflow: hidden;
}

.nav-menu-item:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  background-color: rgba(51,153,255,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}
.nav-menu-item:nth-child(2) {
  grid-column: 4 / 7;
  grid-row: 1 / 2;
  background-color: #FFFFFF;
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(3) {
  grid-column: 7 / -1;
  grid-row: 1 / 2;
  background-color: rgba(0,102,204,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(4) {
  grid-column: 1 / 5;
  grid-row: 2 / 4;
  background-color: #FFFFFF;
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(5) {
  grid-column: 5 / 8;
  grid-row: 2 / 4;
  background-color: rgba(51,153,255,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(6) {
  grid-column: 8 / 10;
  grid-row: 2 / 4;
  background-color: rgba(0,102,204,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(7) {
  grid-column: 10 / -1;
  grid-row: 2 / 4;
  background-color: rgba(51,153,255,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(8) {
  grid-column: 1 / 4; 
  grid-row: 4 / -1;
  background-color: #FFFFFF;
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(9) {
  grid-column: 4 / 7;
  grid-row: 4 / -1;
  background-color: rgba(0,102,204,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(10) {
  grid-column: 7 / 9;
  grid-row: 4 / -1;
  background-color: rgba(51,153,255,0.9);
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-item:nth-child(11) {
  grid-column: 9 / -1;
  grid-row: 4 / -1;
  background-color: #FFFFFF;
  border-style: inset;
  border-color: rgba(50, 115, 220, 0.3);
}

.nav-menu-link {
  text-decoration: none;
  font-family: "Staatliches", cursive;;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
  transform: translateX(-105%);
}

.change .nav-menu-link {
  transform: translateX(0);
  transition: transform 0.7s 1s;
}

@media (max-width: 1300px) {
  .nav-menu {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  .nav-menu-item:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }

  .nav-menu-item:nth-child(2) {
    grid-column: 4 / -1;
    grid-row: 1 / 2;
  }

  .nav-menu-item:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }

  .nav-menu-item:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .nav-menu-item:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
  }

  .nav-menu-item:nth-child(6) {
    grid-column: 5 / -1;
    grid-row: 3 / 4;
  }

  .nav-menu-item:nth-child(7) {
    grid-column: 1 / -1;
    grid-row: 4 / 5;
  }

  .nav-menu-item:nth-child(8) {
    grid-column: 1 / -1;
    grid-row: 6 / -1;
  }

  .nav-menu-item:nth-child(9) {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
  }

  .nav-menu-item:nth-child(10) {
    grid-column: 3 / 5;
    grid-row: 5 / 6;
  }

  .nav-menu-item:nth-child(11) {
    grid-column: 5 / -1;
    grid-row: 5 / 6;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 650px) {
  html {
    font-size: 40%;
  }
}

@media (max-width: 550px) {
  html {
    font-size: 35%;
  }

  .banner {
    width: 80%;
  }

  .banner h1,
  .banner p {
    text-align: center;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 30%;
  }

  .banner {
    width: 90%;
  }
}

/* ==================== */
/* Estilo footer        */
/* ==================== */
footer {
   font-family: "Staatliches", cursive;;
   padding: 10px;
   background-color: rgba(0,102,204,0.9) !important;
   color: #FFFFFF !important;
   text-align: right;   
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 40px;
}

/* ====================================== */
/* Politicas Sitio                        */
/* ====================================== */
.tabset {
    font-family: "Staatliches", cursive;;
    color: white;
    font-weight: 300;
}
        
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset {
  max-width: 65em;
}

  .formpol {
    font-family: "Staatliches", cursive;;
    color: white !important;
    width: 100%;
    padding: 15px;
    background: #f8f8f8;
    border:1px solid rgba(51,153,255,0.9) ;
    margin-bottom:25px;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .formpol:hover{
    border:1px solid rgba(51,153,255,0.9) ;
  }

  .formpol:focus{
    color: white;
    outline: none;
    border:1px solid rgba(51,153,255,0.9) ;
  }

  .textareapol {
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
        

/* ====================================== */
/* Estilos para session de redes sociales */
/* ====================================== */
.social, ctrlsesion{
   background-color: transparent;
}

/* ===================== */
/* Estilo Enlace Videos  */
/* ===================== */
/* Input Styles */
.styleenlacevideo .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Staatliches", cursive;;
  }

.styleenlacevideo .form:hover{
    border:1px solid #8BC3A3;
  }

.styleenlacevideo .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

.styleenlacevideo .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }

/* ==================== */
/* Estile Enviar menaje */
/* ==================== */
.stylemensaje .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Staatliches", cursive;;
  }

.stylemensaje .form:hover{
    border:1px solid #8BC3A3;
  }

.stylemensaje .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

.stylemensaje .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }

/* ==================== */
/* Estilo Nuevo Usuario */
/* ==================== */
.stylenvousu .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Staatliches", cursive;;
}

.stylenvousu .form:hover{
    border:1px solid #8BC3A3;
}

.stylenvousu .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
}

.stylenvousu .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

/* ================ */
/* Estilo Piercing  */
/* ================ */
.stylepiercing .cards {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

.stylepiercing .card {
      margin: 40px;
      position: relative;
      max-width: 250px;
      max-height: 350px;
      box-shadow: 0 40px 60px -6px black;
    }

.stylepiercing .card-title {
      display: block;
      text-align: center;
      color: #fff;
      background-color: #6184a8;
      padding: 2%;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
    }

.stylepiercing .card img {
      width: 100%;
      height: 98%;
      object-fit: cover;
      display: block;
      position: relative;
    }

.stylepiercing .card-desc {
      display: block;
      font-size: 1.2rem;
      position: absolute;
      height: 0;
      top: 0;
      opacity: 0;
      padding: 18px 8%;
      background-color: white;
      overflow-y: scroll;
      transition: 0.8s ease;
    }

.stylepiercing .card:hover .card-desc {
      opacity: 1;
      height: 100%;
    }

/* ============= */
/* Estilo login  */
/* ============= */
.screen {		
    background: linear-gradient(270deg, rgba(0,102,204,0.9), #FFFFFF);
    position: relative;
    height: 600px;
    width: 360px;
    box-shadow: 0px 0px 24px #5C5696;
    font-family: "Staatliches", cursive;;
}

.screen__content {
    z-index: 1;
    position: relative;	
    height: 100%;
}

.screen__background {		
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background-image: url("../img/fondo.png");
    top: -50px;
    right: 120px;	
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: linear-gradient(270deg, rgba(0,102,204,0.9), #FFFFFF);
    top: -172px;
    right: 0;	
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, rgba(0,102,204,0.9), #FFFFFF);
    top: -24px;
    right: 0;	
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: linear-gradient(270deg, rgba(0,102,204,0.9), #FFFFFF);
    top: 420px;
    right: 50px;	
    border-radius: 60px;
}

.tit_login{
   color: #FFFFFF;
   font-family: "Staatliches", cursive;;
   text-align: center;
}

.login {
    font-family: "Staatliches", cursive;;
    width: 320px;
    padding: 30px;
    padding-top: 156px;
}

.login__field {
    padding: 20px 0px;	
    position: relative;	
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #FFFFFF;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 75%;
    transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #6A679E;
}

.button__icon {
    font-size: 16px;
    margin-left: auto;
    color: #FFFFFF;
}

/* ============== */
/* Estilos Perfil */
/* ============== */
.boton_subir {
   width: 0.01px;
   height: 0.01px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}

#label-archivo {
   background-color: rgba(0,102,204,0.9);
   color: #FFFFFF;
   cursor: pointer;
   padding: 0.5em;
   width: 100%;
   font-family: "Staatliches", cursive;;
}

#label-archivo:hover {
   background-color: rgba(51,153,255,0.9);
   color: #FFFFFF;
   cursor: pointer;
   padding: 0.5em;
   width: 100%;
   font-family: "Staatliches", cursive;;
}

.mensaje{
   color: #000000;
   font-family: "Staatliches", cursive;;
   pading: 0;
}

/*====================== */
/* Estilos configuracion */
/*====================== */
.a-list-item{
  font-family: "Staatliches", cursive;;        
  color: #FFFFFF !important;
  font-size: 18px;   
}

.a-list-item a:hover {
  color: rgba(51,153,255,0.9);
}
.ulelemcfg {
    border: 2px groove grey;
    border-radius: 5px !important;
    padding: 15px;
}
.titlecfg {
  font-family: "Staatliches", cursive;;        
  color: #FFFFFF !important;
  text-align: center;
}

.bg-white {
    background-color: white;
}
.nav-item.active {
    color: #EF5350;
}

.nav-item:hover {
    color: #EF5350;
}

.dropdown-menu {       
    background-color: rgba(0,102,204,0.9) !important;
}

.btncfg {
    flex: 1 1 auto;
    margin: 10px !important; 
    padding: 30px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 20px !important;
    border: double !important;
}

.btncfg:hover {
    background-position: right center; /* change the direction of the change here */
}

.btn-5-cfg {
    background-image: linear-gradient(to right, rgba(0,102,204,0.9) 0%, rgba(51,153,255,0.9) 51%, rgba(0,102,204,0.9) 100%) !important; 
}

.crudcfg{
    color: #FFFFFF;
    font-family: "Staatliches", cursive;;
    text-align: center;
    width: 210px;
    min-height: 200px;
    padding: 20px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
        
.crudcfg:after{
    content: '';
    background: linear-gradient(to right, rgba(0,102,204,0.9), rgba(0,102,204,0.9));
    height: 132px;
    width: 132px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}
.crudcfg .crudcfg-icon{
    background: linear-gradient(to right, rgba(51,153,255,0.9), rgba(0,102,204,0.9));
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 10px auto 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}
.crudcfg h3{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 30px;
    margin: 0 0 15px;
}

.secconfig {
    color:#FFFFFF;
    cursor: pointer;
    font-family: "Staatliches", cursive;;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.secconfig:hover  {
    color:#000000;
}

.hijo {
    padding: 3px;
    margin: 3px;    
}    

.hijo:hover {
    background-color: rgba(0,102,204,0.9) !important;
}

.seccfg {
    color:#FFFFFF;
    background-color: rgba(0,102,204,0.9) !important;
}

.seccfg:hover {
    color:#000000;
    background-color: rgba(51,153,255,0.9) !important;
}

.fa-question, .fa-plus-square {
    color:#000000;
}

.fa-question:hover, .fa-plus-square:hover {
    color:#FFFFFF;
}


.btn, .btn-primary, .btn-guardar-imagen{
    background-color: rgba(51,153,255,0.9) important;
    color: #FFFFFF !important;
    font-family: "Staatliches", cursive;;
}

.btn, .btn-primary:hover, .btn-guardar-imagen:hover{
    background-color: rgba(0,102,204,0.9) important;
    color: #FFFFFF !important;
}

#foto {
    background-color: rgba(0,102,204,0.9);
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.5em;
    width: 100%
}

#foto:hover {
    background-color: rgba(51,153,255,0.9);
    color: #FFFFFF;
}

/* ======================== */
/* Estilos Socialmedia      */
/* ======================== */
.smedia-img{
    display: block;
    background-color: transparent;
    width: 40px;
    height: auto;
    color: transparent;
    margin-left: auto;
    margin-right: auto;
    align: center;
}

.fillred {
    background-color: rgba(0,102,204,0.9);
}

/* ====================== */
/* Seccion config sistema */
/* ====================== */
.cfgbody {
    background-color: rgba(102,102,102,0.9) !important;
}
        
.cfgsistema {
    border: none;
 }

.titcgfsistema {
    color: #000000 !important;
    font-family: "Staatliches", cursive;;
}

.cfgcolor1 {
    background-color: rgba(0,102,204,0.9) !important;
    color: #FFFFFF !important;
}

.cfgcolor2 {
    background-color: rgba(51,153,255,0.9); !important;
    color: #000000 !important;
}

.cfgcolor3 {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
        
.cfgtxtcolor1 {
    background-color: rgba(0,102,204,0.9) !important;
    color: #FFFFFF !important;
}

.cfgtxtcolor2 {
    background-color: rgba(51,153,255,0.9) !important;
    color: #000000 !important;
}

.cfgtxtcolor3 {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.cfgcoltitfondo {
    background-color: transparent !important;
    color: #FFFFFF !important;        
}
        
.cfgcoltitletra {
    background-color: transparent !important;
    color: #FFFFFF !important;
}
        
.subir {
    padding: 5px 10px;
    background: transparent;
    color: rgba(51,153,255,0.9);
    border:0px solid #fff;
}

.subir:hover {
    color: #FFFFFF;
    background: rgba(51,153,255,0.9);
}

/* ========================= */
.tblborrargaleria, .form-borrar-galeria {
   font-family: "Staatliches", cursive;;
   border-collapse: collapse;
   width: 100%
}

td, th{
   text-align: left;
   padding:8px
}

tr:nth-child(eve){
   blackground-color: rgba(51,153,255,0.9);
}

.par-gestor-cole {
   color: #FFFFFF;
   font-family: "Staatliches", cursive;;
}

.buscarcolecion, .buscardtlcolecion {
   background-color: transparent !important;
   padding: 0.5em;
   border:0;
}

.infodetcol {
   padding: 0.5em;
   border:0;
}

.dtlcoleccion img {
   box-shadow 0 8px 10px -4px rgba(0,0,0,.6);
   border-radius: 15px;
}

.dtlcoleccion col {
   margin-botton: 20px;
}

.materialbox-caption {
   bottom: 70px;
   right: 0;
   width: 40%;
   height: auto;
   padding: 10px;
   margin: auto;
   background-color: rgba(51,153,255,0.9);
   box-shadow: 5px 5px #FFFFFF;
   font-size: 20px;
   color: #FFFFFF;
   line-height: 28px;
}

@media screen and (max-width: 600px){
   .materialbox-caption {
      width: 90%;
   }
}

@media screen and (max-width: 992px){
   .materialbox-caption {
      width: 70%;
   }
}

/* =========================== */
/* Selecion Imagenes coleccion */
/* =========================== */
.dtlcoleccion ul {
   list-style: none;
}

.imgselect{
   display: inline-block;
   position: relative;
}

.imgselect img{
   height: 100%;
   width: 100%;
   padding-bottom: 1em;
}

.imgselect input{
   position: absolute;
   top: 0em;
   right: 0em;
   padding-top: 1em;
   padding-right: 1em;
   background-color: trasparent !important;
}

.infocol {
    font-family: "Staatliches", cursive;;
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #FFFFFF; /* Color del texto */
    letter-spacing: 2px; /* Espacio entre letras */
    padding: 0;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    z-index: 99;
}

.infocol:hover {
    transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
    .infocol {
        font-size: 14px;
        bottom: 20px;
        right: 20px;
    }
}

.btnenv {
  /* Para <button> */
  font-family: "Staatliches", cursive;;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: rgba(0,102,204,0.9);
  cursor: pointer;
  padding: 0;
  margin: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-3denv {
  padding: 0.6rem 1rem;
  border: 1px solid #995309;
  border-radius: 4px;
  background-color: rgba(0,102,204,0.9);
  color: #FFFFFF;
  font-size: 1.5rem;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0,102,204,0.9)),
    to(#e76a00)
  );
  background-image: linear-gradient(rgba(0,102,204,0.9) 10%, rgba(51,153,255,0.9) 100%);
}

.btn-3denv:hover,
.btn-3d:focus {
  background-color: rgba(0,102,204,0.9);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0,102,204,0.9)),
    to(#f70)
  );
  background-image: linear-gradient(rgba(0,102,204,0.9) 10%, rgba(51,153,255,0.9) 100%);
}

.btn-3denv:active {
  background-color: rgba(0,102,204,0.9); // #cf6a00;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0,102,204,0.9)),
    to(#f70)
  );
  background-image: linear-gradient(rgba(0,102,204,0.9) 10%, rgba(51,153,255,0.9)  100%);
}

.idimagen{
   position: absolute;
   top: 1em;
   left: 1em;
   background-color: rgba(0,0,0,0.5) !important; 
   color: #FFF !important;
}

.chckselimg{
   position: absolute;
   top: 0em;
   right: 0em;
   padding-top: 0em;
   padding-right: 0em;
   background-color: trasparent !important; 
   color: #FFF !important;
   cursor: pointer;
}

/* Styling the "check" status */
input[type="checkbox"]:checked + label .fa-heart {
   color: red;
}

.item label{
   position: absolute;
   top: 0em;
   right: 0em;
   padding-top: 0em;
   padding-right: 0em;
   background-color: transparent !important; 
   color: #FFF !important;
}

.item{
   display: inline-block;
   position: relative;
}

.item img{
   height: 100%;
   width: 100%;       
}

.item input{
   position: absolute;
   top: 0em;
   right: 0em;
   padding-top: 1em;
   padding-right: 2em;
   background-color: transparent !important;
}
      
.container-sel{
    max-width: 1000px;
    margin: auto;
}

.gallery-sel{
    width: 100%;
    float: left;
    padding:30px 15px;
}

.gallery-sel .gallery-items .item{
    float: left;
    width: 25%;
    position: relative;
}

.gallery-sel .gallery-items .item.hide{
    display: none;
}

.gallery-sel .gallery-items .item.show{
    display: block;
    animation: show .5s ease;
}

@keyframes show{
    0%{
    	opacity:0;
    	transform: scale(0.9);
    }
    100%{
    	opacity:1;
    	transform: scale(1);
    }
}

.gallery-sel .pagination{
    width: 100%;
    float: left;
    padding:15px;
    text-align: center;
}

.gallery-sel .pagination div{
    display: inline-block;
    margin:0 10px;
}

.gallery-sel .pagination .page{
    color:gray;
}

.gallery-sel .pagination .prev, .gallery-sel .pagination .next{
    color:#000;
    border:1px solid #000;
    font-size:15px;
    padding:7px 15px;
    cursor: pointer;
}

.gallery-sel .pagination .prev.disabled,
.gallery-sel .pagination .next.disabled{
    border-color: gray;
    color:gray;
    pointer-events: none;
}

/* ------------------------- */
/* HEADER ver galeria        */
/* ------------------------- */
.browser-default, .infodetcol, .dtlcoleccion {
   color: #FFFFFF;
   font-family: "Staatliches", cursive;;
}

.menu ul {
   list-style: none;
   width: 100%;
   font-family: "Staatliches", cursive;;
   display: table;
}

.menu ul li {
   display: table-cell;
}

.menu ul li:hover {
   background: rgba(0,0,0,.9);
}

.menu ul li a {
   text-decoration: none;
   display: block;
   color: #fff;
   padding: 20px 0;
   text-align: center;
}

.menu ul{
   background: rgba(0,102,204,0.9);
}

/* ------------------------- */
/* Galeria                   */
/* ------------------------- */
.galeria {
   width: 100%;
   padding: 5px;
   margin-top: 5px;
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
}

.galeria {
   width: 100%;
   border-top: 4px solid rgba(0,102,204,0.9);
}

.galeria .box-img {
   width: calc(80px * 3); 
   margin: 5px;
   border-radius: 12px;
   overflow: hidden;
}

.galeria .box-img img {
   cursor: pointer;
   transition: all .5s ease;
}

.active {
   border-bottom: 4px solid #FFFFFF;
}


/* ------------------------- */
/* Galeria */
/* ------------------------- */
.galeriainicio {
   width: 90%;
   margin: auto;
   list-style: none;
   padding: 10px;
   box-sizing: border-box;
   display: flex;
   flex-wrap: wrap; 
   justify-content: space-around;
   flex-direction: row;
        
}
  /* ==================== */
  /* Modal Galeria inicio */
  /* ==================== */
.modal {
   display: none;
   max-height: 100%; 
   overflow: visible
}

.modal:target {
   display: block;
   position: fixed;
   background: rgba(0,0,0,0.8) !important;
   margin: 0 !important;
   top: 0 !important;
   left: 0 !important;
   padding-bottom: 0;
   width: 100%;
   height: 100%;
}

.imagen {
   width: 100%;
   height: auto;
   display: flex;
   padding: 15px;
   justify-content: center;
   align-items: center;
}

.imagen a {
   color: #fff;
   text-decoration: none;
   margin: 0 10px;
}

.imagen a:nth-child(2) {
   margin: 0;
   height: 100%;
   flex-shrink: 2;
}
   
.imagen img {
   width: 500px;     
   height: 100%;
   max-width: 100%;
   border: 7px solid #fff;
   box-sizing: border-box;
}

.cerrar {
   display: block;
   background: transparent;
   margin: 2px auto;
   text-align: right;
   text-decoration: none;
   color: #fff;

}

/* ============== */
/* Pagina Enlace  */
/* ============== */
.enlace{
}

.detenlacesocial{
    list-style-type: none;
}

.enlacesocial {
   border-style: solid;
   background-color: rgba(0,102,204,0.9) transparent;
   opacity: 0.3;
   border-radius: 12px;
   margin-bottom: 15px;
}

.txtsocial{
   font-family: "Staatliches", cursive;;
   color: #FFFFFF !important;
   vertical-align: middle;
   align: center;
   font-size: x-large;
   font: solid;
   font-weight: bold;
}
/* ============= */
Enlace Catalogos
/* ============= */
.enlacecat, .enlacerow{
    list-style-type: none;
}

.enlacerow {
   border-style: solid;
   border-radius: 12px;
   margin-bottom: 15px;
   padding: 10px;
}

.txtenlace{
   font-family: "Staatliches", cursive;;
   color: #FFFFFF !important;
   vertical-align: middle;
   align: center;
   font-size: larger;
   font: solid;
   font-weight: bold;
}

.enlacerow:hover{
   background-color: rgba(51,153,255,0.9) !important; 
}
      
/* ============= */
/* Catalogos     */
/* ============= */
.dataTables_filter {
  display: none !Important;
}

.accordion {
  font-family: "Staatliches", cursive;;
  background-color: rgba(0,102,204,0.9)  !important;
  color: #FFFFFF !important;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font: solid;
  font-weight: bold;

}

.active, .accordion:hover {
/* background-color: rgba(51,153,255,0.9) !important; */
}

.panelcfg {
  display: none;
/*  padding: 0 18px;   */
  background-color: #FFFFFF  !important;
  overflow: hidden;
}

/* =============== */
/* quienSoy        */
/* =============== */
.quiensoy {
   font-family: "Staatliches", cursive;;
   color: #FFFFFF !important;
   text-align: justify;
   font-size: 125%;
}

.quiensoy img{
  height: 500px;
  width: auto;

  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.75);
}

/* ------------------------- */
/* Mediaqueries              */
/* ------------------------- */
@media screen and (max-width: 700px) {
   .grid .item {
      width: calc(50% - 20px);
   }

   header .barra-busqueda {
      width: 100%;
   }
}
/* ================ */
/* Estilo Promocion  */
/* ================ */
.noregistro h1 {
    position: relative;
    font-family: "Staatliches", cursive;;
    font-size: calc(20px + 5vw);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 0 0.15em #1da9cc;
    user-select: none;
    white-space: nowrap;
    filter: blur(0.007em);
    animation: shake 2.5s linear forwards;
   text-align: center;
}

.noregistro h1 span {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(10% 0%, 44% 0%, 70% 100%, 55% 100%);
            clip-path: polygon(10% 0%, 44% 0%, 70% 100%, 55% 100%);
}

.noregistro h1::before,
.noregistro h1::after {
    content: attr(data-text);
    position: absolute;
}

.noregistro h1::before {
    animation: crack1 2.5s linear forwards;
    -webkit-clip-path: polygon(0% 0%, 10% 0%, 55% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 10% 0%, 55% 100%, 0% 100%);
}

.noregistro h1::after {
    animation: crack2 2.5s linear forwards;
    -webkit-clip-path: polygon(44% 0%, 100% 0%, 100% 100%, 70% 100%);
            clip-path: polygon(44% 0%, 100% 0%, 100% 100%, 70% 100%);
}

.thumbpro {
    margin-bottom:6px;
}

.col-12,  .col-md-4, .col-sm-6{
    padding: 0px;
}

.promo {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  font-family: "Staatliches", cursive;;
  text-align: center;
}

.promo .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.promo img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.promo h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 2px;
  transform: translate(-50%, -50%);
}

.promo a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.promo a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.promo a.info, .promo h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.promo:hover a.info, .promo:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ========================== */
/* Estilos descarga coleccion */
/* ========================== */
 #thumb{
  position:absolute;
  border:1px solid #b7e5ff;
  background:#ccc;
  padding:5px;
  display:none;
  color:#333;
}

/* =================== */
/* Estilos Publicacion */
/* =================== */
.form-paqpublica {
  font-family: "Staatliches", cursive;;
  font-size: 17px;
  background-color: rgba(0,0,0,0.3);
}
    
/* ------- */
