:root {
    --heightMenu: 15vh;
    --colorEstrella: hsl(0, 0%, 100%);
}

/*FIN zona de edicion de css alertas sw  */
* {
    scroll-behavior: smooth;
    margin: 0px !important;
    padding: 0px !important;
}

body {
    width: 100% !important;
    height: 100vh;
    background-image: url("../img/imagen-fondo.png");
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.footer {
    background: linear-gradient(rgba(93, 93, 93), rgb(32, 32, 32));
    width: 100%;
    bottom: 0px;
    position: relative;
    margin-top: auto !important;
}

.border-footer {
    position: absolute;
    left: 0;
}

.z-index {
    z-index: 100;
    position: relative;
    font-size: 1rem;
    color: grey;
}

/* FIN FOOTER*/

.form-signin {
    max-width: 100%;
    padding: 20%;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="email"] input[type="password"]:hover {
    margin-bottom: -10px;
    border-bottom-right-radius: 20;
    border-bottom-left-radius: 20;
    border-color: red;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.fondo-negro {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99999999;
}

.cajablanca {
    min-height: 30%;
    background-color: white;
    border-radius: 20%;
}
form{
    border-radius: 40%;
    border-color: red;
}
/*FIN INICIO DE SESION*/

#menusuperior {
    width: 100%;
}

.textoMenu {
    font-size: 1rem;
    color: white;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.textoMenu:hover {
    color: white;
    text-decoration: none;
    border-bottom: solid 2px white;
    padding-bottom: 0.3rem !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.menu {
    height: 15rem;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(93, 93, 93, 0.8));
    border-bottom: solid rgba(179, 15, 15, 1) 12px;
}

.logo {
    background-image: url("../img/logo-con-fondo-interior.png");
    background-size: 100% 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.nm {
    font-size: 2rem;
}

.caja {
    width: 200px;
    height: 200px;
}

.button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
}

/*aaaa */
.container {
    position: relative;
    width: 300px;
    /* ajusta el ancho según sea necesario */
    height: 200px;
    /* ajusta la altura según sea necesario */
    border: 1px solid #ccc;
    /* solo para visualización */
    border-image: linear-gradient(-45deg, transparent 49%, #000 49%, #000 51%, transparent 51%) 1;
    border-image-slice: 1;
}

.logo-wtsp {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 999999;
}

/* rrss */
.fa-facebook:hover {
    color: #3b5998;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fa-instagram:hover {
    color: palevioletred;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fa-youtube:hover {
    color: red;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fa-tiktok:hover {
    color: rgb(0, 0, 0);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fa-facebook {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fa-instagram {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fa-youtube {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.fa-tiktok {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fab {
    font-size: 2rem !important;
}

.botonmenu {
    background-color: rgba(179, 15, 15, 1);
    font-size: 20rem !important;
}

.titulo-quienes {
    font-size: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.titulo-general {
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.texto-quienes {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px 15px 15px 15px;
    margin: 20px;
    min-height: 70px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
}

.modalprueba {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99999999;
}

.cajacentral {
    min-height: 50%;
    min-width: 50%;
    background-color: white;
    border-radius: 10%;
}

.vista-popup {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99999999;
}

.cajapopup {
    min-height: 100%;
    min-width: 100%;
    background:linear-gradient(rgba(113, 8, 8, 0.4), rgb(255, 7, 7, 0.4));
    background-size: 90% 90%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.textoPopUp {
    width: 70%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8) !important;
    color:white;
}

.textoMenuCel{
    color: black;
    text-decoration: none;
    border-bottom: solid 2px rgb(159, 30, 30);
    padding-bottom: 0.3rem !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#btnburger{
    font-size: 260%;
}

/* CARRUSEL */
.aspect-ratio-16-9 {
    width: 100%;
    padding-top: 56.25%; /* 9/16 = 56.25% */
    position: relative;
}

.aspect-ratio-16-9 .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que las imágenes cubran el área sin perder su aspecto */
}

/* MEDIOS */
.fotos {
    background-color: rgba(0, 0, 0, 0.6)  !important;
}
.foto {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    transition: 2s ease-in-out all;
}  
.foto:hover {
    width: 100vw !important;
    height: auto !important;
    transition: 2s ease-in-out all;
}
#componente-medio {
    background: linear-gradient(rgb(149, 139, 139), rgb(142, 12, 12));
    border-radius: 10%;
    width: 70%;
    height: 70%;
}
#componente-medio:hover {
    background: linear-gradient(rgb(255, 0, 0), rgb(227, 6, 6));
    border-radius: 10%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#tabla-servicios {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
  }

  #tabla-servicios th, #tabla-servicios td {
    border: 0.2px solid #ffffff; /* Bordes más gruesos */
    padding: 10px;
    text-align: center;
  }

/*TABLAS DASHBOARD*/
.tableDash {
    width: 100%;
    border-collapse: collapse;
}
.thDash .tdDash {
    padding: 8px;
    text-align: center ;
}
.thDash {
    background-color: #f4f4f4 !important;
}
.tdDash {
    color: white !important;
    background-color: #474747 !important;
    border: 1px solid white !important;
}
/*FIN TABLAS DASHBOARD*/