
.flex-wrap.pagination {
    margin-left: 3px;
}
    .page-item{
    margin-bottom: 5px;}

.page-item:first-child {
    margin-left: -3px;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.pager-nav {
    margin: 16px 0;
}

    .pager-nav span {
        display: inline-block;
        padding: 4px 8px;
        margin: 1px;
        cursor: pointer;
        font-size: 14px;
        background-color: #FFFFFF;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

        .pager-nav span:hover,
        .pager-nav .pg-selected {
            background-color: #f9f9f9;
            border: 1px solid #CCCCCC;
        }

h1, h2, h3, h4, h5, h6 {
    color: #BA3C35;
    font-weight: bold;
}
th {
    color: #BA3C35;
}
.btn {
    border-radius: 10vh;
    height: 6vh;
    font-weight: bold;
}


    .btn-agua:hover {
        background-color: #008BC5;
        color: white;
    }

.btn-aguaLogin {
    background-color: #235AA6;
    color: white;
    border-radius: 10vh;
    height: 6vh;
    font-weight: bold;
}

    .btn-aguaLogin:hover {
        background-color: #008BC5;
        color: white;
    }

.btn-aguaInvertido {
    background-color: white;
    color: #235AA6;
    border-radius: 10vh;
    height: 6vh;
    font-weight: bold;
    border-color: #235AA6;
}

    .btn-aguaInvertido:hover {
        background-color: #008BC5;
        color: white;
    }

.btn-Administracion {
    background-color: #235AA6;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    border-block-color: black;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.10);
}
    .btn-Administracion:hover {
        background-color: #1B7AFC;
        text-align: center;
        text-decoration: none;
        color: white;
    }
    .btn-Administracion::selection {
        background-color: #2AA6A6;
        text-align: center;
        text-decoration: none;
        color: black;
    }
    .btn-Administracion:active {
        background-color: #1B7AFC;
        text-align: center;
        text-decoration: none;
        color: white;
    }
    .btn-Administracion:default {
        background-color: black;
        text-align: center;
        text-decoration: none;
        color: white;
    }
.nav1 {
    margin: 0 auto;
    background-color: #235AA6;
    color:white;
}
    .nav1 button {
        color: white;
        height: 58px;
        line-height: 58px;
        padding: 10px 20px;
    }
    .nav1 li {
        list-style: none;
        display: inline;
        padding: 2px 0;
    }
        .nav1 li a {
            color: white;
            height: 60px;
            line-height: 60px;
            padding: 10px 20px;
        }

        .nav1 li:hover {
            border-bottom: 3px solid #BA3C35;
        }
#nav-item{
    color:white;
}

.label-peligro {
    color:red;
}
.tarjetaInput {
    width: 90px;
    height: 30px;
    font-size: 23px;
    line-height: 30px;
    padding: 5px;
    }
    .ccFormatMonitor

    {
        width: 240px;
    }

.btn-tablaAsignarEliminar {
    background-color: white;
    border-color: white;
   
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


    .nav-item{
        color:white;
        font-weight:bolder;
    }
.user {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.one {
    background-image: url('https://via.placeholder.com/400x200');
}
header {
    background-color: #235AA6;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.image-area {
    position: relative;
    width: 50%;
    background: #333;
}

    .image-area img {
        max-width: 100%;
        height: auto;
    }

.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .remove-image:hover {
        background: #E54E4E;
        padding: 3px 7px 5px;
        top: -11px;
        right: -11px;
    }

    .remove-image:active {
        background: #E54E4E;
        top: -10px;
        right: -11px;
    }


.btn-aguaPrevia:hover {
    background-color: #008BC5;
    color: white;
}


footer {
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40px;
    background: #eee8e8
}

.carousel-caption {
    position: absolute; 
    right: 15%;
    top: 35px; /* Cambiar bottom por top y los píxeles que necesites */
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0,0.0); /* Añadir para conseguir el fondo con opacidad */
}
/* Estilos para la imagen normal y maximizada */
.imagen-normal {
    width: 50vh; /* Tamaño de la imagen por defecto */
    cursor: pointer; /* Cambia el cursor para indicar que se puede hacer clic */
}

.imagen-maximizada {
    width: 200%; /* Hace que la imagen ocupe el 100% del ancho de la ventana */
    cursor: pointer; /* También se puede hacer clic para minimizar */
    z-index:10;
    position:relative;
}