
html {
  min-height: 100%;
  position: relative;
}

body {
   background-image: url("../img/fondo.png");
   font-family: "Roboto", sans-serif;;
   padding-bottom: 0px;
   padding-top: 0px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   height: 100%;
   margin: 0;
   color: rgba(0,0,0,0.9);
   background-color: #AAAAAA;
}

.cfgcatalogos .box
  {
   width:1270px;
   padding:20px;
   border:1px solid #AAAAAA;
   border-radius:5px;
   margin-top:25px;
   box-sizing:border-box;
  }

.table{
   font-family: "Roboto", sans-serif;;
   font-size: 17px;
   color: rgba(0,0,0,0.9);
   background-color: #AAAAAA;
}
        
.imgprincipal {
   background-image: url("../img/fondo.jpg");
   height: 1000px;
   background-color: #AAAAAA;
   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: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9)  !important;
}

.modelo-text2 {
   text-align: rigth;
   position: absolute;
   top: 60%;
   left: 40%;
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9)  !important;
}

.divconfig {
   background-color: #AAAAAA;
   color:rgba(0,0,0,0.9)  !important;
}

.panel-heading{
   background-color: #AAAAAA !important;
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9)  !important;
}

.panel-body{
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
}

.btnaccdel{
  background: red;
  color: black;

}
.btnaccinf{
  background: navy;
  color: black;    
}
        
.btnaccedi{
  background: green;
  color: black;
}

.fondogrid{
   background-color: transparent !important;
}
.regreso {
   color: rgba(0,153,204,0.5) !important;        
}

/* ========================= */
/* ESTILOS navbar Horizontal */
/* ========================= */
.navbar-inner {
    background-color: transparent !important;
}

.topnav {
   overflow: hidden;
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
   background-color: transparent !important;
/*   background-color: #AAAAAA !important; */
   padding: 0px; 
   margin: 0; 
   text-align: center;
}

.topnav a {
   font-family: "Roboto", sans-serif;;
   display: inline-block;
   position: relative;
   color: rgba(0,0,0,0.9) !important;
   text-align: center;
   padding: 0px 16px;
   text-decoration: none; 
   font-size: 17px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
/*  background-color: transparent !important; */
   background-color: #AAAAAA !important;
   border-radius: 22px;
   height: auto;
   color: rgba(0,0,0,0.9) !important;
}

.dropdown-content a:hover {
/*  background-color: transparent !important; */
   background-color: rgba(0,153,204,0.5) !important;
   color: rgba(0,0,0,0.9) !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.topnav a.active {
/*   background-color: transparent !important; */
   background-color: rgba(0,51,51,0.2) !important;
   color: rgba(0,0,0,0.9) !important;
}

.topnav .icon {
   display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-family: "Roboto", sans-serif;;
  font-size: 17px;    
  border: none;
  outline: none;
  color:  rgba(0,0,0,0.9) !important;
  padding: 14px 16px;
  background-color: rgba(0,51,51,0.2) !important;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #AAAAAA !important;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,153,204,0.5);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: rgba(0,0,0,0.9) !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: 100vh;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
/*    right: 2000px; */
    overflow: auto;
    background-color: #AAAAAA !important;
}

.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-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 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 {
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #AAAAAA !important;
}

.dashboard-nav a {
    color: rgba(0,0,0,0.9) !important;
}

.brand-logo {
    font-family: "Roboto", sans-serif;;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0,0,0,0.9) !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: rgba(0,0,0,0.9) !important;
    text-decoration: none;
}

.brand-logo i {
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
   font-size: 27px;
   margin-right: 10px;
}

.dashboard-nav-list {
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    font-size: 12px;
    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 {
    min-height: 36px;
    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;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
   background-color: rgba(0,153,204,0.5) !important;
}

.dashboard-nav-dropdown {
    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-color: rgba(0,51,51,0.2) !important;
}

.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(0,153,204,0.5) !important;
}

.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(0,153,204,0.5) !important;
}

.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: #AAAAAA !important;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: rgba(0,0,0,0.9) !important;
}

.menu-toggle i {
    font-size: 20px;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: transparent;
    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;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(0,153,204,0.5) !important;;
}

/* ==================== */
/* Estilo footer        */
/* ==================== */
footer {
   font-family: "Roboto", sans-serif;;
   padding: 10px;
   background-color: #AAAAAA !important;
   color: rgba(0,0,0,0.9) !important;
   text-align: right;   
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 40px;
}
        
/* ====================================== */
/* Estilos para session de redes sociales */
/* ====================================== */
.social, ctrlsesion{
   background-color: transparent;
}

/* ====================================== */
/* Estilos para pagina Artista            */
/* ====================================== */
    /*Profile Card 3*/
.styleartista .profile-card-3 {
    font-family: "Roboto", sans-serif;;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    /*height:368px; */    
    border:none;
    margin-bottom:20px;
}

.styleartista .profile-card-3 .background-block {
    float: left;
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.styleartista .profile-card-3 .background-block .background {
    width:100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
     -webkit-transform: scale(1.8);
    transform: scale(2.8);
}
        
.styleartista .profile-card-3 .card-content {
    width: 100%;
    padding: 15px 25px;
    color: rgba(0,0,0,0.9);
    float:left;
    background:#efefef;
    height:50%;
    border-radius:0 0 5px 5px;
    position: relative;
    z-index: 9999;
}
        
.styleartista .profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.styleartista .profile-card-3 .profile {
    top: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 150px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index:99999;
}

.styleartista .profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size:25px;
}

.styleartista .profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top:10px;
  }

.styleartista .profile-card-3 i {
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,0.9);;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.9);;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}

.styleartista .profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}

.styleartista .profile-card-3 .icon-block a{
    text-decoration:none;
}

.styleartista .profile-card-3 i:hover {
    background-color:#232323;
    color:#fff;
    text-decoration:none;
}

/* ============= */
/* Estilo Cotiza */
/* ============= */
.stylecotiza .form{
    width: 100%;
    padding: 15px;
    background-color: #AAAAAA !important;
    border:1px solid rgba(0,153,204,0.5) !important;
    margin-bottom:25px;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

.stylecotiza .form:hover{
    border:1px solid #8BC3A3;
  }

.stylecotiza .form:focus{
    color: rgba(0,0,0,0.9) !important;
    outline: none;
    border:1px rgba(0,153,204,0.5) !important;
  }

body .container .card {
  position: relative;
  min-width: 320px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px #AAAAAA,
    5px 5px 15px #AAAAAA, -5px -5px 15px rgba(0,153,204,0.5);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

body .container .card:nth-child(1) .box .content a {
  background-color: rgba(0,51,51,0.2) !important;
  color: rgba(0,0,0,0.9) !important;
}

body .container .card:nth-child(2) .box .content a {
  background-color: rgba(0,153,204,0.5) !important;
  color: rgba(0,0,0,0.9) !important;
}

body .container .card:nth-child(3) .box .content a {
  background-color: rgba(0,153,204,0.5) !important;
  color: rgba(0,0,0,0.9) !important;
}

body .container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

body .container .card .box:hover {
  transform: translateY(-50px);
}

body .container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.03);
}

body .container .card .box .content {
  padding: 20px;
  text-align: center;
}

body .container .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-family: "Roboto", sans-serif;;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

body .container .card .box .content h3 {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

body .container .card .box .content p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

body .container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0,51,51,0.2) !important;;
  transition: 0.5s;
}
body .container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0,51,51,0.2) !important;;
  background-color: #AAAAAA !important;
  color: #000;
}

/* ===================== */
/* Estilo Enlace Videos  */
/* ===================== */
/* Input Styles */
.styleenlacevideo .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0,51,51,0.2) !important;
    margin-bottom:25px;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Roboto", sans-serif;;
  }

.styleenlacevideo .form:hover{
    border:1px solid rgba(0,51,51,0.2) !important;
  }

.styleenlacevideo .form:focus{
    color: rgba(0,0,0,0.9) !important;
    outline: none;
    border:1px solid rgba(0,51,51,0.2) !important;
  }

.styleenlacevideo .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }

/* ==================== */
/* Estile Enviar menaje */
/* ==================== */
.stylemensaje .form{
    width: 100%;
    padding: 15px;
    background-color :#f8f8f8;
    border:1px solid rgba(0,51,51,0.2) !important;
    margin-bottom:25px;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

.stylemensaje .form:hover{
    border:1px solid rgba(0,51,51,0.2) !important;
  }

.stylemensaje .form:focus{
    color: white;
    outline: none;
    border:1px solid rgba(0,51,51,0.2) !important;
  }

.stylemensaje .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
/* ==================== */
/* Estilo Usuario       */
/* ==================== */
.cfgusuario{
    padding: 15px;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    background-color : #AAAAAA !important;
}
/* ==================== */
/* Estilo Nuevo Usuario */
/* ==================== */
.stylenvousu .form{
    width: 100%;
    padding: 15px;
    background-color:#f8f8f8;
    border:1px solid rgba(0,51,51,0.2) !important;
    margin-bottom:25px;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.stylenvousu .form:hover{
    border:1px solid rgba(0,51,51,0.2) !important;
}

.stylenvousu .form:focus{
    color: white;
    outline: none;
    border:1px solid rgba(0,51,51,0.2) !important;
}

.stylenvousu .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

/* ================ */
/* Estilo Piercing  */
/* ================ */
.stylepiercing .cards {
      font-family: "Roboto", sans-serif;;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

.stylepiercing .card {
      font-family: "Roboto", sans-serif;;
      margin: 40px;
      position: relative;
      max-width: 250px;
      max-height: 350px;
      box-shadow: 0 40px 60px -6px rgba(0,51,51,0.2) !important;
    }

.stylepiercing .card-title {
      display: block;
      text-align: center;
      font-family: "Roboto", sans-serif;;
      color: rgba(0,0,0,0.9) !important;
      background-color: rgba(0,153,204,0.5) !important;
      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-family: "Roboto", sans-serif;;
      background-color: #AAAAAA !important;
      color: rgba(0,0,0,0.9) !important;
      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%;
    }

/*================ */
/* Ver cotiza      */
/*================ */       
.cfgcotiza{
    padding: 15px;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
    background-color : #AAAAAA !important;
}

/* ====================== */
/* Estilo Registro Cotiza */
/* ====================== */
.styleregcotiza .form{
    width: 100%;
    padding: 15px;
    background-color:#f8f8f8;
    border:1px solid rgba(0,51,51,0.2);
    margin-bottom:5px;
    font-family: "Roboto", sans-serif;;
    color: black !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

.styleregcotiza .form:hover{
    border:1px solid rgba(0,51,51,0.2);
}

.styleregcotiza .form:focus{
    font-family: "Roboto", sans-serif;;
    color: black !important;
    outline: none;
    border:1px solid rgba(0,51,51,0.2);
}

#captcha .captcha-code .code{
    width: 150px;
    height: 60px;  /*80*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid rgba(0,153,204,0.5);
}

#captcha .captcha-code .code .dynamic-code{
    text-shadow: 4px 4px 5px rgba(0,153,204,0.5);
    font-family: "Roboto", sans-serif;;
    color: black !important;
    text-align: center;
    font-size: 28px;
    font-weight: 450;   /* 900 */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
    cursor: help;
}

#captcha .captcha-code .code .dynamic-code:first-letter{
    font-size: 40px;  /* 48 */
}

#captcha .captcha-code .captcha-reload{
    font-family: "Roboto", sans-serif;;
    color: black !important;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    max-width: 36px;
}

#captcha .captcha-code .captcha-reload:hover{
    color: #727272 !important;
}
/* ================ */
/* Inicio de Sesion */
/* ================ */
.imgen-logo {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.company_info{
    background-color: #AAAAAA !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
}

@media screen and (max-width: 640px) {
    .main-contentlogin{width: 90%;}
    .company_info{
            display: none;
    }
    .login_form{
            border-top-left-radius:20px;
            border-bottom-left-radius:20px;
    }
}
@media screen and (min-width: 642px) and (max-width:800px){
    .main-contentlogin{width: 70%;}
}

.titlogin > h2{
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
}

.login_form{
    background-color: rgba(0,153,204,0.5) !important ;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    border-top:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    font-family: "Roboto", sans-serif;;
    color: rgba(0,0,0,0.9) !important;
}

.form_inputlogin{
    width: 100%;
    border:0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,153,204,0.5);
    padding: 1em .5em .5em;
    padding-left: 2em;
    outline:none;
    margin:1.5em auto;
    font-family: "Roboto", sans-serif;;
    color: black !important;
    transition: all .5s ease;
}

.form_inputlogin:focus{
    border-bottom-color: #AAAAAA;
    box-shadow: 0 0 5px rgba(0,153,204,0.5); 
    border-radius: 4px;   
}

.btnlogin{
    transition: all .5s ease;
    width: 30%;
    border-radius: 30px;
    background-color: #AAAAAA !important;
    color: rgba(0,0,0,0.9);
    font-weight: 600;
    border: 1px solid #AAAAAA;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.btnlogin:hover, .btn:focus{
    background-color: rgba(0,153,204,0.5) !important;
    color: rgba(0,0,0,0.9);
}


/* ============= */
/* Estilo login  */
/* ============= */
.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;
}

.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 Perfil */
/* ============== */
.boton_subir {
   width: 0.01px;
   height: 0.01px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}

#label-archivo {
   background-color: #AAAAAA;
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
   cursor: pointer;
   padding: 0.5em;
   width: 100%;
}

#label-archivo:hover {
   background-color: rgba(0,153,204,0.5);
   color: rgba(0,0,0,0.9);
   cursor: pointer;
   padding: 0.5em;
   width: 100%;
   font-family: "Roboto", sans-serif;;
}

.mensaje{
   color: #000000;
   font-family: "Roboto", sans-serif;;
   pading: 0;
}

/* Estilos configuracion */
.secconfig {
    color:rgba(0,0,0,0.9);
    cursor: pointer;
    font-family: "Roboto", sans-serif;;
    padding: 25px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.secconfig:hover  {
   font-family: "Roboto", sans-serif;;
   color:#000000;
}

.hijo {
    padding: 10px;
    margin: 10px;    
}    

.seccfg {
   color:#AAAAAA;
}

.seccfg:hover {
   color:rgba(0,51,51,0.2);
}

.perfilcliente, .coleccionconfig, .pdteconfig, .selcoluser, .listcolec, .packimagen, .descargaimagen {
   background-color: transparent;
   color:rgba(0,0,0,0.9);
   padding: 0;
   margin: 0;
   cursor: pointer;
   font-family: "Roboto", sans-serif;;
}

.perfilcliente:hover, .coleccionconfig:hover, .pdteconfig:hover, .selcoluser:hover, .listcolec:hover, .packimagen:hover, .descargaimagen:hover {
   background-color: #AAAAAA;
   color:#000000;
}


.btn-submit{
   color: rgba(0,0,0,0.9) !important;
   font-family: "Roboto", sans-serif;;
   background: rgba(0,153,204,0.5);
   margin: 6px;
}

.btn-submit:hover{
   background: #AAAAAA;
   color: rgba(0,0,0,0.9) !important;
   font-family: "Roboto", sans-serif;;
}

.btn, .btn-primary, .btn-guardar-imagen{
   background-color: rgba(0,153,204,0.5) important;
   color: rgba(0,0,0,0.9) !important;
   font-family: "Roboto", sans-serif;;
}

.btn, .btn-primary:hover, .btn-guardar-imagen:hover{
   font-family: "Roboto", sans-serif;;
   background-color: #AAAAAA important;
   color: rgba(0,0,0,0.9) !important;
}

#foto {
   font-family: "Roboto", sans-serif;;
   background-color: #AAAAAA;
   color: rgba(0,0,0,0.9);
   cursor: pointer;
   padding: 0.5em;
   width: 100%
}

#foto:hover {
   font-family: "Roboto", sans-serif;;
   background-color: rgba(0,153,204,0.5);
   color: rgba(0,0,0,0.9);
}

/* Estilos Socialmedia */
.smedia-img{
   display: block;
   background-color: transparent;
   width: 40px;
   height: auto;
   color: transparent;
   margin-left: auto;
   margin-right: auto;
   align: center;
}
.socialmedia {
   color: #000000 !important;
}

/* ====================== */
/* Seccion config sistema */
/* ====================== */
.crudcfg{
    color: rgba(0,0,0,0.9);
    font-family: "Roboto", sans-serif;;
    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, #AAAAAA, #AAAAAA);
    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(0,153,204,0.5), #AAAAAA);
    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: rgba(0,0,0,0.9);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 30px;
    margin: 0 0 15px;
}

.cfgsistema {
   border: none;
 }

.titcgfsistema{
  color: rgba(0,0,0,0.9) !important;
  font-family: "Roboto", sans-serif;;
}

.cfgcolor1{
  font-family: "Roboto", sans-serif;;
  background-color: #AAAAAA !important;
  color: rgba(0,0,0,0.9) !important;
}

.cfgcolor2{
  font-family: "Roboto", sans-serif;;
  background-color: rgba(0,153,204,0.5); !important;
  color: #000000 !important;
}

.cfgcolor3{
  font-family: "Roboto", sans-serif;;
  background-color: rgba(0,51,51,0.2) !important;
  color: rgba(0,0,0,0.9) !important;
}
        
.cfgtxtcolor1{
  font-family: "Roboto", sans-serif;;
  background-color: #AAAAAA !important;
  color: rgba(0,0,0,0.9) !important;
}

.cfgtxtcolor2{
  font-family: "Roboto", sans-serif;;
  background-color: rgba(0,153,204,0.5) !important;
  color: #000000 !important;
}

.cfgtxtcolor3{
  font-family: "Roboto", sans-serif;;
  background-color: rgba(0,51,51,0.2) !important;
  color: rgba(0,0,0,0.9) !important;
}

.subir{
   padding: 5px 10px;
   background: transparent;
   color: rgba(0,153,204,0.5);
   border:0px solid rgba(0,51,51,0.2);
}

.subir:hover{
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9);
   background: rgba(0,153,204,0.5);
}

/* ========================= */
.tblborrargaleria, .form-borrar-galeria {
   font-family: "Roboto", sans-serif;;
   border-collapse: collapse;
   width: 100%
}

td, th{
   text-align: left;
   padding:8px
}

tr:nth-child(eve){
   blackground-color: rgba(0,153,204,0.5);
}

.par-gestor-cole {
   color: rgba(0,0,0,0.9);
   font-family: "Roboto", sans-serif;;
}

.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(0,153,204,0.5);
   box-shadow: 5px 5px rgba(0,51,51,0.2);
   font-size: 20px;
   color: rgba(0,0,0,0.9);
   line-height: 28px;
}

@media screen and (max-width: 600px){
   .materialbox-caption {
      width: 90%;
   }
}

@media screen and (max-width: 992px){
   .materialbox-caption {
      width: 70%;
   }
}

/* Styling the "check" status */
   input[type="checkbox"]:checked + label .fa-heart {
   display: block;
   color: red;
}

/* Styling checkboxes */
   input[type="checkbox"]:checked + label .fa-heart {
   position: relative;
}

/* ------------------------- */
/* HEADER ver galeria        */
/* ------------------------- */
.browser-default, .infodetcol, .dtlcoleccion, .acercademi {
   color: rgba(0,0,0,0.9);
   font-family: "Roboto", sans-serif;;
}

.title-pagina, .col-form-label {
   background-color: #AAAAAA;
   font-size: 30px;
   padding: 10px 0;
   font-weight: 100;
   width: 100%;
   border-top: 4px solid;
   color: rgba(0,0,0,0.9);
   font-family: "Roboto", sans-serif;;
   text-align: center;
}

.menu ul {
   list-style: none;
   width: 100%;
   font-family: "Roboto", sans-serif;;
   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-color: #AAAAAA;
}

/* ------------------------- */
/* Galeria                   */
/* ------------------------- */
.galeria {
   width: 100%;
   padding: 5px;
   margin-top: 5px;
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
}

.galeria {
   width: 100%;
   border-top: 4px solid #AAAAAA;
}

.galeria .box-img {
   width: calc(80px * 3); 
   margin: 10px;
   border-radius: 2px;
   overflow: hidden;
}

.galeria .box-img img {
   cursor: pointer;
   transition: all .5s ease;
}

.zoom:hover {
   -ms-transform: scale(1.5); /* IE 9 */
   -webkit-transform: scale(1.5); /* Safari 3-8 */
   transform: scale(1.2);
}

.active {
   border-bottom: 4px solid rgba(0,51,51,0.2);
}

/* ========================= */
/* Pagina principal          */
/* ========================= */
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}

.slider .slides{
  background-color: transparent;
  margin: 0;
  height: 800px;
}
        
.slider .slides li img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
}

.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}

/* ------------------------- */
/* 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  */
/* ============== */
.detenlacesocial{
    list-style-type: none;
}

.enlacesocial {
   border-style: solid;
   background-color: #AAAAAA transparent;
   opacity: 0.3;
   border-radius: 12px;
   margin-bottom: 15px;
}

.txtsocial{
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
   vertical-align: middle;
   align: center;
   font-size: x-large;
   font: solid;
   font-weight: bold;
}
/* ============= */
Enlace Catalogos
/* ============= */
.enlacecat, .enlacerow{
    list-style-type: none;
}

.enlacerow {
   background-color: #AAAAAA !important; 
   border-style: solid;
   border-radius: 12px;
   margin-bottom: 15px;
   padding: 10px;
}

.txtenlace{
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9) !important;
   vertical-align: middle;
   align: center;
   font-size: larger;
   font: solid;
   font-weight: bold;
}

.enlacerow:hover{
   background-color: rgba(0,153,204,0.5) !important; 
}
      
/* ============= */
/* Catalogos     */
/* ============= */
.dataTables_filter {
  display: none !Important;
}

.accordion {
  font-family: "Roboto", sans-serif;;
  background-color: #AAAAAA  !important;
  color: rgba(0,0,0,0.9) !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(0,153,204,0.5) !important; 
}

.panelcfg {
  display: none;
  background-color: rgba(0,51,51,0.2)  !important;
  overflow: hidden;
}

/* =============== */
/* FAQS            */
/* =============== */
.accordion-wrapper {
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0,153,204,0.5);
  max-width: 700px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.accordion + .title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: #AAAAAA;
}

.accordion ~ .title strong {
  font-family: "Roboto", sans-serif;;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0,0,0,0.9);
}

.accordion ~ .title .side-icon {
  display: block;

}

.accordion:checked ~ .title .side-icon {
  display: none;
}

.accordion ~ .title .down-icon {
  display: none;
}

.accordion:checked ~ .title .down-icon {
  display: block;
}

.accordion ~ .content {
  font-family: "Roboto", sans-serif;;
  font-size: 17px;
  line-height: 24px;
  color: rgba(0,0,0,0.9);
  background-color: transparent !important; 
  display: none;
  padding: 8px;
  cursor: pointer;
  text-align: justify;
}

.accordion:checked ~ .content {
  display: block;
}

/* =============== */
/* quienSoy        */
/* =============== */
.quiensoy img{
   font-family: "Roboto", sans-serif;;
   color: rgba(0,0,0,0.9);
   float: left;
   text-align: justify;
   text-justify: inter-word;

} 

/* ------------------------- */
/* Mediaqueries              */
/* ------------------------- */
@media screen and (max-width: 700px) {
   .grid .item {
      width: calc(50% - 20px);
   }

   header .barra-busqueda {
      width: 100%;
   }
}
        
/* ================ */
/* Estilo Promocion  */
/* ================ */
.stylepromo .cards {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

.stylepromo .card {
      margin: 40px;
      position: relative;
      max-width: 1500px;
      max-height: 350px;
      box-shadow: 0 40px 60px -6px black;
    }

.stylepromo .card-title {
      display: block;
      text-align: center;
      color: #fff;
      background-color: #6184a8;
      padding: 2%;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
    }

.stylepromo .card img {
      width: 100%;
      height: 98%;
      object-fit: cover;
      display: block;
      position: relative;
    }

.stylepromo .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;
      width: 100%;
    }

.stylepromo .card:hover .card-desc {
      opacity: 1;
      width: 100%;
      height: 100%;
    }

.noregistro h1 {
    position: relative;
    font-family: "Roboto", sans-serif;;
    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;
}

/*
.noregistro h1 span {
    position: absolute;
    top: 0;
    left: 0;
    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;
    top: 0;
    left: 0;
}

.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%);
}
 */

/* ==================== */
/* Gestion Videos       */
/* ==================== */
.borrarvideo{
   font-family: "Roboto", sans-serif;;
   background-color: #AAAAAA !important; 
   color: rgba(0,0,0,0.9) !important; 

}
/* ================ */
/* Estilos mensajes */
/* ================ */
.floating-container {
  position: fixed;
  right: 26px;
  bottom:  150px;
  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: "Roboto", sans-serif;;  
  position: absolute;
  width: 45px;
  height: 45px;
  background: #AAAAAA !important;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(0,0,0,0.9) !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: rgba(0,0,0,0.9) !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(0,153,204,0.5) !important;
  background: trasnparent !important;
}
.floating-container .float-element:nth-child(even) {
  // background: rgba(0,51,51,0.2) !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;
  }
}
      
/* ------- */
