/******************GENERAL***************************/
*{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !important;
}

input{
    font-size: 13px!important;
    font-family: 'Montserrat', sans-serif!important;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder, input[placeholder]  {
  font-weight: normal!important;
  font-size: 9px!important;
  
}

.copyEnlance{border: 1px solid #ccc;}

#particles-js{
    width: 100%;
    position: absolute;
    height: 100vh!important;
}

html, body{
    height: 100vh!important;
    overflow-y: hidden;
    z-index: -9;
    width: 100%;
    overflow-x: hidden;
}

.wrapParrafos{
    width: 100%; 
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

a:visited{ 
    color: #000;
}

.icono{
    width: 25px;
    height: 25px;
}

#escalaGrises, #escalaGrisesBN{
    filter: url('#grayscale');
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    
#escalaGrises:hover { 
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*****************CERTIFICADO******************/

.logo_cert{
    position: absolute;
    z-index: 10;
    top: 100px; 
    right: 10px;
    width: 35px;
    height: auto;
    box-shadow: 3px 3px 9px #000;
    cursor: pointer;
}

#bg_certa{
    position: absolute;
    z-index: 15;
    background: rgba(0,0,0,0.8);
    display: none;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    cursor: pointer;
    text-align: center;
}

.certificado{
    position: relative;
    z-index: 20;
    width: 95%;
    height: auto;
    max-height: 500px;
    margin-top: 50px;
    overflow-y: scroll;
    box-shadow: 3px 3px 9px #000;
    cursor: pointer;
}

/*************INICIA ANIMACIÓN (capas 1, 2)***********/

.tarjeta, .banner{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 15px #000;
    overflow: hidden;
    background-size: 100% 100%;
}

.ecardMuestra{
    position: absolute;
    z-index: 999999;
    background: #ff0000;
    color: #fff;
    width: 100%;
    font-size: 10px;
    text-align: center;
    top: 0;
}

.banner{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 390px;
    top: 0;
    animation: banner 60s infinite linear;
    background-size: 100% 100%;
}

/************HEADER (capa 3 => [T: 35px])**************/

.header{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 75px;
    top: 0;
}

.gradientHeader{
    position: absolute;
    z-index: 3;
    width: 100%;
}

/************AREA BOTONES (capas )*************border-top*/

.areaBotones{
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 160px;
    bottom: 70px;
}

.boton{
    width: 50px;
    height: 50px;
    z-index: 12;
}


.icoAndSombra{
    width: 45px;
    height: auto;
}

.boton .glyphicon, .opcion .glyphicon{
    position: absolute;
    z-index: 20;
    color: #2ca9e3;
    font-weight: normal;
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    width: 100%;
    cursor: pointer;
}

.opcion{
    position: relative!important;
}

.opcion{
    z-index: 4;
    width: 45px;
    height: 45px;
    border: transparent;
    border-radius: 10px;
    text-align: left;
    font-size: 30px;
    padding-top: 0;
    background:transparent;
    color: #fff;
}

.espacioOpciones, .espacioOpciones2{
    position: relative;
    width: 25%;
    float: left;
    margin-top: 45px;
}

.espacioOpciones2{
    width: 20%;
}

.glyphicon{
    top:2px;
    left: 0;
}

#icoFontello{
    position: absolute;
    z-index: 20;
    top:12px;
    left: 10px;
    font-size: 22px;
    color: #2ca9e3;
}

#contacto, #catalogo, #redes, #citas, #agregar, #galeria, #promos, #eventos, #mas, #share, #refresh, #about{
    position: absolute;
    z-index: 30;
}

.Tbotton{
    color: #000;
    position: absolute;
    top: 40px;
    left:-2px;
    font-family: 'Righteous', cursive;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
    width: 100%!important;
    text-align: center;
}

#cerrarCat, #cerrarComp, #cerrarCat2{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index:  100;
}

#cerrarCat2{
    top: 20px;
    right: 5px;
}

/************ESPACIO ACCIONES (capas )**************/

.espacioAcciones{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 400px;
    background: #fff;
    opacity: 0.7;
    top: 5px;
    display: none;
}

.botonesAcciones{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 390px;
    top: 0;
    text-align: center;
    display: none;
}

.spanSecundario{
    position: absolute;
    z-index: 9999999;
    width: 90%;
    left: 5%;
    height: 530px;
    top:10px; 
    color: #000;
    background-size: 100% 100%;
    text-align: center;
    font-size: 15px;
    padding: 2%;
    padding-bottom: 4%;
    box-shadow: 3px 3px 9px #000;    
    max-height: 550px;
    overflow-y: scroll;
}

.locationEvent, .successLabel{
    margin-bottom: 10px!important;
    font-size: 12px!important;
    font-weight: normal!important;
    color: #000!important;
    cursor:pointer!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    background: #ffc107!important;
}

.locationEvent:hover{
    background: #fed868!important;
}

.successLabel{
    background: #28a745!important;
    color: #fff!important;
}

.successLabel:hover{
    background: #218838!important;
}

#detallesSecundario{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.puestoSecMasEcards{
    font-size:10px;
    font-weight: bold;
    color: #000;
}

.mapa{
    width: 100%;
    height: 280px;
    box-shadow: 3px 3px 9px #000;
}

.espacioPromo{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 3px 3px 9px #000;
    background:#fff;
    margin-top: 15px;
}

.tituloPromo{
    width: 100%;
    text-align: center;
}

.espacioIcono, .espacioDetalle{
    width: 15%;
    float: left;
    text-align: center;
}

.espacioDetalle{
    width: 85%;
    text-align: left;
}

#cerrarAccion{
    position: absolute;
    top: 120px;
    left: 44.23%;
    text-align: left;
}

.titleAccion{
    position: absolute;
    z-index: 3;
    width: 60%;
    margin-left: 20%;
    top: 180px;
    left: 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    box-shadow: 5px 5px 15px #000;
}

#AccionesContacto, #AccionesRedes{
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 180px;
    left: 0;
    text-align: center;
}

/************FOOTER (capas 10 - 12 => [B: 240px])**************/

.footer{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 220px;    
    bottom: 0;
    border-top-left-radius: 100% 30%;
    border-top-right-radius: 100% 30%;
    border-top: 5px solid #2ca9e3;
}

.footerCard{
    position: absolute;
    z-index: 20!important;
    bottom: 0!important;
    width: 100%;
}

.pie{
    position: absolute;
    z-index:20;
    width: 110%;
    left:-5%;
    height: 40px;
    bottom: 0;
    box-shadow: 3px 3px 9px #000;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 13%;
    padding-right: 13%;
    font-family: 'Righteous', cursive;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}

.sombraTexto-black{
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}

.sombraTexto-white{
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}

.placaNombre{ 
    position: absolute;
    z-index: 11;
    width: 50%;
    height: 100px;
    left: 25%;
    bottom: 150px;
    background-size: 100% 100%;
    border-radius: 10px;
}
       
.vidrio{
    border-radius: 10px;
    border: solid 5px rgba(255,255,255,.1);
    background: linear-gradient(-45deg, rgba(255,255,255,.2) 60%, rgba(255,255,255,.05) 60%, rgba(255,255,255,.05) 80%, rgba(0,0,0,.1) 80%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.2) 60%, rgba(255,255,255,.05) 60%, rgba(255,255,255,.05) 80%, rgba(0,0,0,.1) 80%);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,.2) 60%, rgba(255,255,255,.05) 60%, rgba(255,255,255,.05) 80%, rgba(0,0,0,.1) 80%);
}

.sombra{
    position: absolute;
    z-index: 11;
    bottom: 130px;
    width: 50%;
    left: 25%
}

.nomAgente, .apeAgente, .puestoAgente{
    position: absolute;
    z-index: 12;
    width: 100%;
    bottom: 50px;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}

.nomAgente{
    bottom: 60px;
    font-size: 25px;
    font-weight: bold;
}

.apeAgente{
    bottom: 20px;
    font-size: 35px;
    color: #000;
}

.puestoAgente{
    bottom: 1px;
    font-size: 20px;
    color: #000;
}

/************COMPARTIR TARJETA**************/

#AccionesCompartir, #AccionesServicios{
    position: absolute;
    z-index: 20;
    top: 0; 
    left: 0;
    width: 100%;
    height: 550px;
    background-size: 100% 100%;
    transform: translatex(-100%);
}

#AccionesServicios{
    transform: translatex(0);
    transform: translatey(100%);
    overflow-y: scroll;
    color: #ddd;
}

.contadorVisitas{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -50px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.comparteEstaEcard{
    width: 100%;
    font-size: 13px;
}

.copiarEnlace{
    width: 100%; 
    color: #fff; 
    cursor: pointer; 
    position: absolute; 
    z-index: 999; 
    top: -20px; 
    left: 0;
}

.sombraShare{
    width: 70%; 
    margin-left: 15%; 
    margin-right: 15%; 
    margin-top: -10px; 
    margin-bottom: -20px;
}

.developedBy{
    position: absolute;
    z-index: 11;
    bottom: 25px;
    left: 10px;
    width: 50%;
    text-align: center;
    font-size: 9px;
}

.cuerpoContacto{
    position: absolute;
    width: 100%;
    top: 115px;
    text-align: center;
    font-size: 15px;
}

.iconoCompartir{
   width: 80px;
    height: 80px;
    margin-left: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #000;
}

#spanQR{
    position: absolute;
    z-index: 1;
    border-radius: 0;
    width: 100%;
    height: 550px;
    top: 5px;
    left: 0px;
    background: #fff;
    background-size: 100% 100%;
    display: none;
}

#GrandQR{
    position: absolute;
    z-index: 23;
    width: 57.69%;
    height: auto;
    left: 21.15%;
    top: 180px;
    display: none;
    border-radius: 15px;
}

.spaceForAddWA{
    position: absolute;
    z-index: 21;
    width: 90%;
    left: 5%;
    top: 110px;
}


/************CATALOGO DE SERVICIOS**************/

#bg_catalogo, .ventanaH{
    position: absolute;
    z-index: 30;
    top: 0; 
    left: 0;
    width: 100%;
    height: 560px;
    overflow-y: scroll;
    background: #fff;
    background-size: 100% 100%;
    transform: translatex(200%);
}

.nombreCatalogo{
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    position: absolute;
    z-index: 131;
    font-weight: bold; 
    height: 80px; 
    color: #000; 
    display: flex;
    justify-content: center;
    align-items: 
    center;
    font-family: 'Kanit', sans-serif;
}

.iconoCatalogo{
    width: 20px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 12px;
}

.spanProd, .spanTitulo{
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
    color: #fff;
    float: left;
}

.spanTitulo{
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
    min-height: 20vh;
    font-family: 'Share Tech Mono', monospace;
}

.tituloProd{
    width: 100%;
    text-align: center;
    font-family: 'Share Tech Mono', monospace;
    font-size: 17px;
    color: #1e1731; 
    border-radius: 10px;
    font-weight: bold;
    color: #d6ff43;
    margin-top: 20px;
}

.descProd{
    color: #ddd;
    font-size: 13px;
    width: 95%; 
    margin-left: 2.5%;
    padding: 5px;
    margin-top: 20px;
    text-align: justify;
    font-family: 'Share Tech Mono', monospace;
}

visitas{
    width: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #2ca9e3;
    background: transparent;
}


.SpanImagenProd{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    float: left;
    box-shadow: 3px 3px 9px #000;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.SpanImagenProd:hover{
    background: rgba(255,255,255,1);
    transition: all 1s;
}

/*.imagenProd{
    width: 156px;
    height: 182px;
    object-fit: cover;
}*/

.nomProducto{
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: #fff;
    bottom: 0;
    text-align: center;
    font-size: 10px;
}

.nombreTipoCatalogo{
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    background: -moz-linear-gradient(45deg, #72c052, #008643);
    background: -webkit-linear-gradient(45deg, #72c052, #008643);
    background: -o-linear-gradient(45deg, #72c052, #008643);
    background: -linear-gradient(#72c052, #008643);
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 5px 5px 15px #000;
}

.bandaFamilia{
    position: absolute;
    width: 110px;
    font-size: 10px;
    transform: rotate(-45deg) !important;
    text-align: center;
    top: 16px;
    left: -27px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 1px 1px 3px #000;
    font-weight: bold;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}

.descProd{
    background: rgba(0,0,0,0.7);
    color: #000;
    font-size: 13px;
    position: absolute;
    width: 95%; 
    left: 2.5%;
    padding: 5px;
    top: 340px;
    text-align: justify;
}

.titleCatalogo, .titleSinLinea{
    width: 100%;
    color: #000;
    font-weight: bold!important;
    position: relative; 
    left: 0;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 10px!important;
    font-family: 'Montserrat', sans-serif;
}

/*.titleCatalogo:after{
    content:'';
    width:40%;
    height:2px;
    background: -moz-linear-gradient(45deg, #fff, #bbb, #fff);
    background: -webkit-linear-gradient(45deg, #fff, #bbb, #fff);
    background: -o-linear-gradient(45deg, #fff, #bbb, #fff);
    background: -linear-gradient(#fff, #bbb, #fff);
    position:absolute;
    bottom:-4px;
    left: 30%;
}*/

.parrafoEcard{
    width: 100%;
    text-align: justify;
    padding: 5%;
    font-size: 14px;
    color: #fff;
    padding: 5%;
    padding-top: 1%;
    font-family: 'Montserrat', sans-serif;
}

.areaDeProducto{
    width: 100%;
}

.imagenProducto{
    width: 70%;
    margin-left: 15%;
    height: auto;
    box-shadow: 3px 3px 9px #000;
}

.sombraEcard80{
    width: 80%;
    margin-left: 10%;
}

.letreroCosto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    box-shadow: 3px 3px 9px #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    background: #ffc107;
    border: 1px dashed #000;
    top: 0;
    left: -20px;
}

.cinta{
    font-size: 12px;
    color:#fff!important;
    padding: 5px;
    background: #5bc0de;
    margin-top: -20px!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold!important;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
    box-shadow: 1px 1px 3px #000;
    
}

.miniaturaGaleria{
    width: 32%;
    float: left;
    flex-wrap: wrap;
    margin: .3%;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    padding:3px; 
    background-color: #f5f5f5; 
    border-bottom: 1px solid #999; 
    border-right: 1px solid #999;
}

.imgCatalogoEcard{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.botonCatalogo{
    width:100%;
    font-size: 13px;
    color:#fff; 
    font-family: 'Montserrat', sans-serif;
}

#cotizarWA{
    width: 90%; 
    margin-left: 4%;
    margin-top: 20px;
    position: relative;
}


.EspacioCita{
    position: absolute;
    top: 0;
    left: 0;
    height: 550px;
    width: 100%;
    background: #fff;
    background-size: 100% 100%;
    z-index: 20;
    transform: translatey(-200%);
}

.spaceForm{
    margin-top: 130px!important;
}

.envianosTusDatos{
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: -30px;
    color: #fff;
}

.esNecesario{
    font-weight: normal;
    font-size: 11px;
    width: 100%;
    text-align: center;
}

#botonReg{
    justify-content: left!important; 
}

/***************************GALERIA*****************************/

.miniaturaGaleria, .miniaturaPromo, .miniaturaMasEcards{
    width: 32%;
    float: left;
    flex-wrap: wrap;
    margin: .3%;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    padding:3px; 
    background-color: #f5f5f5; 
    border-bottom: 1px solid #999; 
    border-right: 1px solid #999;
}

.imgGaleria{
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.noHayElementos{
    color: #fff;
    font-size: 16px;
    padding: 5%;
    text-align: center;
    margin-top: 130px;
}

/***************************PROMOS*****************************/

.miniaturaPromo{
    width: 97%;
    margin: 1.5%;
}

.imgPromo{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/***************************EVENTOS*****************************/


.imgEvento{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/***************************MÁS E-CARDS*****************************/
.miniaturaMasEcards{
    width: 32%;
    margin: .3%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.fotoPerfil{
    height: 35px;
    width: 35px!important;
    margin-top: 5px;
    border-radius: 50%;
    margin-bottom: 3px;
    border: 1px solid #000;
    object-fit: cover;
}

.logoMasEcards{
    height: 60px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}    

/************ANIMACIÓN TARJETA**************/

#animacion{
    position: absolute;
    z-index: 30;
    top: 0; 
    left: 0;
    width: 100%;
    height: 560px;
    background: #ccc;
    transform: translatex(-200%);
    animation: anima 12s 1 linear;
}

.aArriba, .aMedio, .aAbajo{
    position: absolute;
    z-index: 31;
    width: 100%;
    height: 180px;
    background: transparent;
}

.aArriba{
    z-index: 32;
    height: 580px;
    top: 0;
    background-size: 100% 100%;
    transform: translatey(-18%);
    animation: inicioArriba 2s 1 linear;
}

.aMedio{
    top: 180px;
    height: 220px;
    background-size: 100% 100%;
}

.aAbajo{
    top: auto;
    bottom: 0;
    z-index: 32;
    height: 580px;
    background-size: 100% 100%;
    transform: translatey(15%);
    animation: inicioAbajo 2s 1 linear;
}

.promo{
    position: absolute; 
    width: 90%; 
    left: 5%; 
    z-index: 15; 
    top: 100px;
    box-shadow: 5px 5px 15px #000;
}

.logoInicio{
    width: 80%;
    margin-left: 10%;
}

/************CITAS**************/

.logoCita{
    width: 80px;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 3px;
}


/************VENTANAS**************/

.headerVentana{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ddd;
    border-bottom: 4px solid #000;
    text-align: center;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

.fotoVentana{
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 50%;
    bottom: -15px;
    object-fit: cover;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
}

.cerrarVentana{
    position: absolute;
    right: 5px;
    top: 5px;
}

.closeVentana{
    font-size: 35px!important;
    color: #000!important;
    font-weight: bold;
}


/*.ventanaH{
    transform: translatex(0%)!important;    
}*/

.inputEcard{
    border: none!important;
    font-weight: bold!important;
    font-size: 1.3em!important;
    box-shadow: none!important;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 15px;
}


.inputEcard:focus{
    box-shadow: none!important;    
}

.btnEcard{
    font-size: 13px!important;
    /*border: 1px solid #555!important;*/
}

.biselado{
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);
    border: 1px solid #9b9bff; /* Borde */
    text-align: center;  /* Alineación del texto */
    text-shadow: -1px -1px rgba(0,0,0,.2);  /* Sombra del texto */
    
    
}
.biselado:active /* Al presionarse el botón */ {
    text-shadow: 1px 1px rgba(0,0,0,.3);  /* Sombra del texto */
    box-shadow:inset 4px 4px 4px rgba(0,0,0,.3), inset -3px -3px 3px rgba(255,255,255,.2);
}

.spinnerLoading{
    margin-top: 260px;
    width: 60px!important;
    height: 60px!important;
}

.wrapDock{
    padding: 10px;
    margin-top: 50px;
}





















/*******Mantalla mayor al ancho de la tarjeta (390 px).)*/
@media (min-width: 390px){/*415px*/
    #particles-js{
        /*height: 650px;*/
        height: 100vh;
    }
    
    html, body{
        /*height: 650px;*/
        height: 100vh;
    }

    .tarjeta, .banner{
        position: relative;
        width: 390px;
        z-index: 1;
        height: 580px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner{
        position: relative;
        z-index: 2;
        height: 390px;
    }
    
    .footer{
        height: 240px;
    }
    
    .placaNombre{ 
        bottom: 165px;
    }
    
    .sombra{
        bottom: 140px;
    }

    #AccionesCompartir, #AccionesServicios{
        height: 580px;
    }
    
    #sombraShare{
        bottom: 90px;
    }

    
    #animacion, #bg_catalogo, .ventanaH{
         height: 580px;
    }
    
    .tituloProducto2, important{
        font-size: 22px;
    }
    
    important{
        font-size: 17px;
    }
    
    .areaDeProducto{
        height: 500px;
        max-height: 500px;
    }
    
    #cotizarWA{
        width: 55%; 
        left: 22.5%;
    }
    
    #prev_prod, #next_prod{
        top: 120px;
        font-size: 70px;
    }
    
    #prev_prod:hover, #next_prod:hover{
        color: #fff;
        font-size: 85px;
        transition: all 0.5s;
    }

    .fotoUsuario{
        top: 60px;
        left: 170px;
    }
    
    .Tbotton{
        text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
    }
    
    .EspacioCita{
        height: 580px;
    }
    
    .developedBy{
        font-size: 10px;
    }
    
    .cuerpoContacto{
        top: 130px;
    }
    
    #botonReg{
        justify-content: center!important; 
    }
    
    
    .muestraDesk{
        display: block!important;
    }
    
    .spanSecundario{
        height: 550px!important;
    }    
    
    
    
    

}


@keyframes inicioArriba{
    0%     {transform: translatey(0%);}
    100%   {transform: translatey(-18%);}
}

@keyframes inicioAbajo{
    0%     {transform: translatey(0%);}
    100%   {transform: translatey(15%);}
}

@keyframes anima{
    0%      {transform: translatex(0%);}
    66.66%  {transform: translatex(0%);}
    100%    {transform: translatex(-200%);}
}

@keyframes footer{
    0%     {background: #111;}
    100%    {background: #111;}
}