/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/06/2019, 5:05:32 p. m.
    Author     : mizuni
*/

:root{
    --gris: #e6e6e6;
    --verde-oscuro: #008B80;
    --verde-claro: #7AC143;
    --verde-btn: #37a800;
    --azulaguamarina: #00B3DE;
    --azulclaro: #3F86F2;
    --azuloscuro: #0063E5;
    --verde: #00B400;
    --naranja:  #FF7713;
}
.negrotop{
    background-color: #000;
    color: #fff;
}
.negrotop a {
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px;
}
.negrotop i {
    color: var(--naranja);
}
a.navbar-brand img {
    width: auto;
    max-height: 66px;
}
.directorioh{
    height: calc(100vh - 100px);
}
.link-blanco{
    color: #fff;
}
.tdnegro td{
    color: #000 !important;
}
.link-verde-claro{
    color: var(--verde-claro);
}
.verde-claro{
    color: var(--verde-claro);
}
.verde-oscuro{
    color: var(--verde-oscuro);
}
.fondo-verde-oscuro{
    background-color: var(--verde-oscuro);
}
.fondo-verde-claro{
    background-color: var(--verde-claro);
}
.fondo-negro{
    background-color: #000;
}
.fondo-blanco{
    background-color: #FFF;
}
.fondo-gris{
    background-color: var(--gris);
}
.fondo-negro-trasparente{
    background-color: #0000004a;
}
.blancoazulado{
    background-color: #fff !important;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, var(--azulaguamarina) 50%, var(--azulaguamarina) 100%);
}
.azul{
    background-color: var(--azulaguamarina) !important;
}
.azuloscuro{
    background-color: var(--azuloscuro) !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    border: solid 2px transparent;
}
.navbar-dark .navbar-nav .nav-link:hover {
    border: solid 2px var(--verde-claro);
    color: #FFF;
}
.btn-primary {
    color: #fff;
    background-color: var(--naranja);
    border-color: var(--naranja);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--naranja);
    border-color: var(--naranja);
}
.fondo-index{
    background-image: url('/img/BanerPincipal.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
}
.fondo-registra{
    background-image: url('/img/BanerRegistroPersona.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
}
.fondo-registray{
    background-image: url('/img/BanerRegistroGym.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
}
.fondo-posy{
    background-image: url('/img/BanerPosRegistroGym.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
}
.caja-verde{
    padding: 25px;
    margin: 20px 0;
}
.caja-verde:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--verde-oscuro);
    opacity: 0.7;
}
.carusel-index p {
    color: #fff;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #00000091;
}
.hr-blanco{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.72);
}
.hr-blanco-suave{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.evento-date{
    text-align: center;
    width: 80px;
    height: 80px;
    background: #FFF;
    color: var(--verde-oscuro);
    padding: 5px;
}
.evento-date p, .evento-date h1, .evento-date h2, .evento-date h3, .evento-date h4, .evento-date h5, .evento-date h6{
    margin: 0;
}
.evento-relleno p{
    line-height: 1;
    margin: 0;
}
.califica-box h6{
    font-size: 8px;
}
.califica-box{
    text-align: center;
    width: 80px;
    height: 80px;
    background: #FFF;
    padding: 5px;
}
.scrollInfinito{height: 100px; overflow: hidden; margin:10px auto;}
.scrollInfinito li{opacity: 0.5;height: 98px; width: 250px; line-height: 2.4; font-size: 30px; text-align: center; float: left;}
.scrollInfinito ul{list-style: none;}
.scrollInfinito li:hover{opacity: 1;}
#to-top{
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 16px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: var(--verde-claro); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0px 5px; /* Some padding */
    border-radius: 25%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
#to-top i{
    font-size: 40px;
}
#to-top:hover{
    background-color: #555; /* Add a dark-grey background on hover */
}
.pPublica {
    color: #8c8c8c;
}
.evento-mini {
    margin: 5px;
    height: 200px;
    width: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.evento-mini .evento-date{
    width: 40px;
    height: 40px;
    font-size: 10px;
}
.evento-mini .evento-relleno {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,212,255,0) 100%);
    color: #fff;
}
.result-dire img{
    width: 115px;
    height: 115px;
    object-fit: cover;
    margin-right: 5px;
}
.result-dire p{
    margin: 0;
}
.scrollDiferente{
    max-height: 100%;
    overflow: auto;
}
.scrollDiferente::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}
.scrollDiferente::-webkit-scrollbar{
    width: 6px;
    background-color: #ffffff;
}
.scrollDiferente::-webkit-scrollbar-thumb{
    background-color: #607d8b;
}
.btn-info {
    color: #fff;
    background-color: var(--azulaguamarina);
    border-color: var(--azulaguamarina);
}
.fondo-cliente{
    background-image: url('/img/Banerperfiluser.jpg');
    background-size: cover;
    height: 50vh;
    width: 100%;
}
.leyenda{
    border-bottom: solid 2px var(--verde-claro);
    margin-bottom: 20px;
    margin-top: 20px;
}
.leyenda p {
    color: #fff;
    font-weight: 600;
    background-color: var(--verde-oscuro);
    margin-bottom: 0;
    width: fit-content;
    padding: 2px 10px;
}
.leyenda i {
    color: var(--verde-oscuro);
    font-size: 24px;
    cursor: pointer;
}
.mini-yin {
    width: 180px !important;
    height: 180px !important;
    object-fit: cover;
    padding: 10px;
    background-color: var(--gris);
    margin-top: -90px;
    z-index: 1;
}
.tabla-vere{
    color: #fff;
}
.tabla-vere .table {
    color: #fff;
}
.tabla-vere th {
    background-color: var(--verde-claro);
    border: solid;
}
.tabla-vere td {
    background-color: var(--gris);
    border: solid #fff;
    color: #000;
}
.contieneMin {min-height: calc(100vh - 103px);background-size: cover;background-position: center;}
#forIni {background: #ffffffed;}
#forIni input[type="text"],#forIni input[type="password"] {background: aliceblue;}
:root{
    --btn-primary: #2c3e50;
    --color: #35618e;
    --color-suave: #73b8ff;
}
.fondo-casi-negro{
    background-color: #000;
}
a {
    color: var(--verde-suave);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
a:hover {
    color: var(--verde);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark.navbar-toggler {
    border-color: rgb(0, 0, 0);
}
.navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    background-color: var(--azulaguamarina);
    padding: 10px 5px;
    position: relative;
}
.limite-nav ul.dropdown-menu.dropdown-menu-right {
    max-height: 70vh;
    overflow: auto;
}
span.butoEspan {
    cursor: pointer;
}
.bloqueo input, .bloqueo select, .bloqueo textArea {
    border: none;
    pointer-events: none;
    padding: 0;
}
.bloqueo button[type="submit"]{
    display: none;
}
.miniPerfil {
    width: 35px;
    height: 35px;
    object-fit: cover;
    position: absolute;
    top: 13%;
    left: 0;
}
.div-foto-camara:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.aLaEsquina:hover:after{
    padding: 20px;
}
.div-foto-camara:hover:after {
    color: #fff;
    content: "\f083";
    font-size: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.div-foto-camara {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    z-index: 1;
}
.btn-invisible{
    color: initial;
}
.btn-invisible:hover{
    text-decoration: none;
}
.cursor{
    cursor: pointer;
}
[v-cloak] {display: none}
pre.prelargo {
    font-family: inherit;
    font-size: inherit;
    width: 250px;
    white-space: pre-line;
}
p.prelargo {
    font-family: inherit;
    font-size: inherit;
    text-align: justify;
    white-space: pre-line;
}
.imgcarrusel {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: center;
}
.fotofondomizuni, .fondonosotros1, .fondonosotros2 {
    position: relative;
}
.fotofondomizuni:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/ligera.jpg');
    background-size: cover;
    background-position: center;
}
.fondonosotros1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/IMG1.jpg');
    background-size: cover;
    background-position: center;
}
.fondonosotros2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/IMG2.jpg');
    background-size: cover;
    background-position: center;
}
.fotofondoprinc:before{
    background-image: url('/img/BanerPrincipal.jpg');
}
.fotofondonos:before{
    background-image: url('/img/Banerquienessomos.jpg');
}
.fotofondocon:before{
    background-image: url('/img/Contactanos.jpg');
}
a.nav-link p {
    min-width: 95px;
    text-align: center;
    margin-bottom: 0;
}
a.nav-link:after {
    content: '';
    height: 80%;
    position: absolute;
    width: 1px;
    right: 0;
    top: 10%;
    background-color: aliceblue;
}
.fondo-trasparente{
    background-color: #0063e59e;
}
.linea-4-tiempos{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, var(--azulaguamarina) 0%, var(--azulaguamarina) 25%, var(--azuloscuro) 25%, var(--azuloscuro) 50%, var(--verde) 50%, var(--verde) 75%, var(--naranja) 75%, var(--naranja) 100%);
}
.servicios {
    background-image: url('/img/ligera.jpg');
}
.btn-social {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: var(--azulclaro);
    border-color: var(--azulclaro);
    padding: 1px;
    font-size: 19px;
}
.card-header:first-child {
    border-radius: 0 !important;
    padding: 0px !important;
}
.picaarba {
    position: absolute;
    top: 8px;
    right: 10px;
    color: var(--naranja);
    background-color: #fff;
    border-radius: 100%;
    font-size: 20px;
}
.collapsed > .when-opened,
:not(.collapsed) > .when-closed {
    display: none;
}
.flotaSap {
    position: fixed;
    bottom: 25px;
    right: 0;
    z-index: 9;
    max-width: 135px;
    cursor: pointer;
}
.redesder {
    position: fixed;
    left: 0;
    top: 30%;
    width: 45px;
    z-index: 21;
}
.redesder div {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 25px;
}
.feifu {
    background-color: #4e77b9;
}