/* General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'open sans';
}

.thead-dark th {
    background-color: #343a40 !important;
}

thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.contenedor2 {
    padding: 10px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.contenedor6 {
    display: flex;
    margin: auto;
    padding: 3rem 3rem;
    /*background:url(img/portada_prin/PRUEBA11.png);*/
    background: linear-gradient(to right, #79797f62, hsla(234, 10%, 62%, 0.353), hsla(259, 88%, 23%, 0.633));
    /*background-size: 100rem;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.titulo {
    color: #642a73;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.titulo2 {
    color: #642a73;
    font: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.titulo-sn {
    color: #360c97;
    font: bold;
    font-size: 40px;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 30px;
}

.titulo3_noticias {
    color: #c6a70f;
    font: bold;
    font-size: 30px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Arial, Helvetica, sans-serif";
}

.texto_noticias_p {
    font-size: 20px;
    text-align: justify;
    /*display: flex;*/
    /*width: 40rem;*/
    margin: 2rem 2rem 2rem 2rem;
}

.texto_noticias_p2 {
    font-size: 20px;
    text-align: justify;
    /*display: flex;*/
    /*width: 40rem;*/
    margin: 8.5rem 2rem 2rem 20rem;
}

.servicios {
    color: #358f35;
    font: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.imagen_noticia {
    border-radius: 2rem;
    width: 20rem;
    height: 100%;
    align-items: right;
    border: solid #280581 3px;
}

.imagen_noticia2 {
    border-radius: 2rem;
    width: 20rem;
    height: 100%;
    align-items: right;
    border: solid #280581 1px;
}

.titulo-sn2 {
    color: #360c97;
    font: bold;
    font-size: 30px;
    text-align: left;
    /* margin-bottom: 5px; */
    /* padding-right: 5px; */
}

.servicios2 {
    color: #358f35;
    font: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.servicios3 {
    color: #4a1578;
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.servicios4 {
    color: #358f35;
    font: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.cronometro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
}

.servicios4:last-child {
  color: #0b4152; /* Azul fuerte */
  font-weight: bold;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.servicios2_justificado {
    color: #358f35;
    font: bold;
    font-size: 20px;
    /*text-align: left;*/
    text-align: justify;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.servicios8 {
    color: #e33912;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.texto_proced_justif {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.servicios4 {
    color: #358f35;
    font: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.servicios5 {
    color: #358f35;
    font: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.servicios6 {
    color: #358f35;
    font: bold;
    font-size: 50px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.servicios6_pediddos {
    /*color: #358f35;*/
    font: bold;
    font-size: 35px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.servicios7 {
    padding-bottom: 25px;
}

.item6_pediddos {
    margin-bottom: 25px;
}


.link_map {
    color: #358f35;
    font: bold;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #333;
    line-height: 1;
    display: flex;
    align-items: center;  /* <-- asegura centrado perfecto */
    justify-content: center;
    height: 100%;         /* <-- lo centra según alto del input */
}

.bwhats {
    position: fixed;
    width: 70px;
    height: 70px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
}

.bwhats2 {
    position: fixed;
    width: 70px;
    height: 70px;
    line-height: 55px;
    bottom: 0.2rem;
    right: 0.2rem;
}

.centro_cuadros {
    justify-content: center;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columnas */
    grid-template-rows: repeat(10, 100px); /* 10 filas de 100px de alto */
    gap: 10px; /* Espacio entre las habitaciones */
    width: 400px; /* Ajustar el ancho total del contenedor */
}

.casillero {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: lightgray;
    border-radius: 8px;
    text-align: center;
}

.lleno {
    background-color: green; /* Habitaciones llenas */
}

.vacio {
    background-color: red; /* Habitaciones vacías */
}

.oculto {
    color: transparent;
}


.opacity-50 {
    opacity: 0.5;
}

.check-icon {
  color: #28a745;
  font-weight: bold;
  margin-left: 8px;
  font-size: 20px;
  opacity: 0; /* 🔒 Oculto por defecto */
  transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.respondida .check-icon {
  opacity: 1;         /* ✅ Visible solo si la fila es .respondida */
  transform: scale(1);
}

.imagen_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.nombre_usuario {
    color: #fff;
    font-size: 15px;
    text-align:center;
}


/* Habitaciones vacías */
/* Header */

header {
    width: 100%;
    height: 480px;
    background: #557a6c;
    /*Gradient en Navegadores legacy*/
    background: -webkit-linear-gradient(to right, rgba(0, 26, 90, 0.459), rgba(95, 245, 243, 0.2)), url(img/GestambPrincipal.png);
    
    /*Gradient en Navegadores modernos*/
    background: linear-gradient(to right, rgba(0, 26, 90, 0.459), rgba(95, 245, 243, 0.2)), url(img/GestambPrincipal.png);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

nav {
    text-align: right;
    padding: 30px 50px 0 0;
}

nav > a {
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 10px;
}

.contenedor6_notice {
    display: flex;
    margin: auto;
    padding: 3rem 3rem;
    /*background:url(img/portada_prin/PRUEBA11.png);*/
    background: linear-gradient(to right, #79797f62, hsla(234, 10%, 62%, 0.353), hsla(259, 88%, 23%, 0.633));
    /*background-size: 100rem;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contenedor7_notice {
    display: flex;
    margin: center;
    padding: 3rem 3rem;
    /*background:url(img/portada_prin/PRUEBA11.png);*/
    background: linear-gradient(to right, #79797f62, hsla(234, 10%, 62%, 0.353), hsla(237, 87%, 41%, 0.633));
    /*background-size: 100rem;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

nav > a:hover {
    text-decoration: underline;
}

header .textos-header {
    display: flex;
    height: 450px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1 {
    font-size: 50px;
    color:#fff;
}

.textos-header h2 {
    font-size: 30px;
    font-weight: 300;
    color:#fff;
}

.separador-onda {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.link05 {
    color: #f0f0f0;
    font: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}


.link_recicladoras {
    color: #3a3d5c;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}


.link_noticias {
    color: #3a3d5c;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.link_noticias2 {
    color: #3a3d5c;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.link_noticias3 {
    color: #3a3d5c;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.negrita {
    font-weight: bold;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}


.texto_noticias {
    font-size: 15px;
    text-align: justify;
}

.texto_noticias2 {
    font-size: 15px;
    text-align: center;
}

.linea-division {
    color: #5a906d;
    border-top: 4px solid rgba(51, 131, 104, 0.22);
}

.texto_tablas_cent {
    vertical-align: center;
    text-align: center;
}

.texto_tablas_cent2 {
    vertical-align: center;
    text-align: center;
    font-size: 40px;
}

.texto_tablas_just {
    text-align: justify;
}

.table-success2 {
    background-color: #62e869 !important; /* elige el verde que tú quieras */
    color: #000; /* opcional, para cambiar el color del texto */
}

.table-warning2 {
    background-color: #f0dd08 !important; /* elige el verde que tú quieras */
    color: #000; /* opcional, para cambiar el color del texto */
}

.table-danger2 {
    background-color: #b60d0d !important; /* elige el verde que tú quieras */
    color: #e8e0e0; /* opcional, para cambiar el color del texto */
}


/* Sobre Nosotros */

main .seccion-sobre-nosotros {
    padding: 5px 0 60px 0;
    /*align-items: left;*/
}

.contenedor-sobre-nosotros {
    display: flex;
    justify-content: space-evenly;
}

.img-sobre-nosotros {
    width: 48%;
}

.seccion-sobre-nosotros .cont-textos-sobre-nosotros {
    width: 48%;
}

.cont-textos-sobre-nosotros h3 {
    margin-bottom: 15px;
}

.cont-textos-sobre-nosotros h3 span {
    background: #4d0686;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.cont-textos-sobre-nosotros p {
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}


/* Portafolio */

.seccion-portafolio {
    background: #f2f2f2;
}

.seccion-portafolio2 {
    background: #f2f2f2;
    padding-bottom: 30px;
    position: relative;
}

.seccion-portafolio3 {
    background: #f2f2f2;
}

.galeria-portafolio {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.galeria-portafolio2 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cont-img-portafolio {
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.cont-img-portafolio2 {
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
}

.cont-img-portafolio03 {
    width: 30%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.cont-img-portafolio4 {
    width: 40%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
}

.cont-img-portafolio5 {
    width: 56%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
}

.cont-img-portafolio > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cont-img-portafolio6 {
    width: 24%;
    height: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    /*position: relative;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.cont-img-portafolio7 {
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    display: flex;
}

.container-fluid { position: relative; z-index: 1; }

a.btn, button.btn { position: relative; z-index: 1000; }

.modelo_boton {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    position: relative;
    z-index: 1000;
    pointer-events: auto;
}

.modelo_boton_comanda {
    font-weight: bold;
    /*font-size: 20px;*/
    background-color:#d87570;
    color:#ffffff;
    text-align: center;
    /*width: 100px;*/
    margin-left: 20px;
    margin-right: 50px;
    padding: 0px 10px;
    /*border-radius:5px*/
}

.btn.modelo_btn_redondo {
    text-align: center;
    width: 200px;
    margin-right: 50px;
    border-radius: 10px;
    background: linear-gradient(90deg,#05315d 0%,#13a6b9 100%);
}

.boton_c1 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/1.png);
}

.boton_c2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/2.png);
}

.boton_c3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/3.png);
}

.boton_c4 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/4.png);
}

.boton_c5 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/5.png);
}

.boton_c6 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/6.png);
}

.boton_c7 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/7.png);
}

.boton_c8 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/8.png);
}

.boton_c9 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/9.png);
}

.boton_c10 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/10.png);
}

.boton_c11 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/11.png);
}

.boton_c12 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/12.png);
}

.boton_c13 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/13.png);
}

.boton_c14 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/14.png);
}

.boton_c15 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin-right: 50px;
    background:url(img/colores/15.png);
}

.hover-galeria-portafolio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: hsla(273,91%,27%, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria-portafolio img {
    width: 50px;
}

.hover-galeria-portafolio p {
    color: #fff;
}

.cont-img-portafolio:hover .hover-galeria-portafolio {
    transform: scale(1);
}

li .servicios3 {
    color: #c26712;
    font: bold;
    font-size: 20px;
    text-align: left;
    /* margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px; */
}

/* Clientes */

.cont-tarjetas {
    display: flex;
    justify-content: space-evenly;
}

.cont-tarjetas .tarjeta-cli {
    background: #4d0686;
    display: flex;
    width: 46%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cont-tarjetas .tarjeta-cli img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cont-tarjetas .tarjeta-cli > .cont-texto-tarjeta {
    width: 60%;
    color: #fff;
}

.cont-tarjetas .tarjeta-cli > .cont-texto-tarjeta p {
    font-weight: 300;
    padding-top: 5px;
}


/* Footer */

footer {
    background: #414141;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.cont-texto-footer {
    text-align: center;
}

.cont-texto-footer h4 {
    color: #fff;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cont-texto-footer p {
    color: #ccc;
}

.texto-copyright {
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9e9797;
}

@media screen and (max-width:900px){
    /* Header */

    header {
        background-position: center;
    }

    .contenedor-sobre-nosotros {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .img-sobre-nosotros {
        width: 90%;
    }

    .seccion-sobre-nosotros .cont-textos-sobre-nosotros {
        width: 90%;
    }    

    .texto_tablas_cent {
        vertical-align: center;
        text-align: center;
    }

    .texto_tablas_cent2 {
        vertical-align: center;
        text-align: center;
        font-size: 16px;
    }

    .cronometro {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 2rem;
        font-weight: bold;
    }


    /* Portafolio */

    .cont-img-portafolio {
        width: 44%;
    }

    .container-fluid { position: relative; z-index: 1; }

    a.btn, button.btn { position: relative; z-index: 1000; }

    .modelo_boton {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 60%;
        margin-bottom: 20px;
        position: relative;
        z-index: 1000;
        pointer-events: auto;
    }

    .btn.modelo_btn_redondo {
        text-align: center;
        width: calc(60% - 30px);
        margin: 5px 15px; 
        border-radius: 10px;
        background: linear-gradient(90deg,#05315d 0%,#13a6b9 100%);
    }

    .texto_proced_justif {
        text-align: justify;
    }

    /* Clientes */

    .cont-tarjetas {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cont-tarjetas .tarjeta-cli {
        width: 90%;
    }

    .cont-tarjetas .tarjeta-cli:first-child {
        margin-bottom: 30px;
    }    
}

@media screen and (max-width:550px){
    /* Header */

    header {
        width: 100%;
        height: 480px;
        background: #557a6c;
        /*Gradient en Navegadores legacy*/
        background: -webkit-linear-gradient(to right, rgba(0, 26, 90, 0.459), rgba(95, 245, 243, 0.2)), url(img/GestambCelu.png);
        
        /*Gradient en Navegadores modernos*/
        background: linear-gradient(to right, rgba(0, 26, 90, 0.459), rgba(95, 245, 243, 0.2)), url(img/GestambCelu.png);
        background-size: cover;
        /*background-attachment: fixed;*/
        /*position: relative;*/
        display: flex;
        flex-wrap: relative;
        text-align: center;
        background-position: center;
    }

    nav {
        text-align: center;
        padding: 30px 0 0 0;
    }

    nav > a {
        margin-right: 5px;
    }

    .textos-header h1 {
        font-size: 35px;
    }

    .textos-header h2 {
        font-size: 20px;
    }

    .img-sobre-nosotros {
        margin-bottom: 60px;
        width: 99%;
    }

    .seccion-sobre-nosotros .cont-textos-sobre-nosotros {
        width: 95%;
    }

    .contenedor6_notice {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem 1rem 1rem;
    }

    .contenedor7_notice {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem 1rem 1rem;
    }

    .texto_noticias_p {
        font-size: 20px;
        text-align: justify;
        margin: 0rem 1rem 1rem 1rem;
    }

    .texto_noticias_p2 {
        font-size: 20px;
        text-align: justify;
        margin: 0rem 1rem 1rem 1rem;
    }

    .texto_tablas_cent {
        vertical-align: center;
        text-align: center;
    }

    .texto_tablas_cent2 {
        vertical-align: center;
        text-align: center;
        font-size: 13px;
    }

    .table-success2 {
        background-color: #62e869 !important; /* elige el verde que tú quieras */
        color: #000; /* opcional, para cambiar el color del texto */
    }
    
    .table-warning2 {
        background-color: #f0dd08 !important; /* elige el verde que tú quieras */
        color: #000; /* opcional, para cambiar el color del texto */
    }

    .table-danger2 {
        background-color: #b60d0d !important; /* elige el verde que tú quieras */
        color: #e8e0e0; /* opcional, para cambiar el color del texto */
    }

    .imagen_noticia {
        border-radius: 2rem;
        width: 20rem;
        height: 100%;
        align-items: center;
        border: solid #280581 2px;
    }

    .imagen_noticia2 {
        border-radius: 2rem;
        width: 20rem;
        height: 100%;
        align-items: center;
        border: solid #280581 2px;
    }

    .servicios6 {
        color: #358f35;
        font: bold;
        font-size: 20px;
        text-align: left;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
    }

    .servicios8 {
        color: #e33912;
        font-weight: 400;
        font-size: 20px;
        text-align: left;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
    }
    
    .servicios6_pediddos {
        /*color: #358f35;*/
        font: bold;
        font-size: 15px;
        text-align: left;
        margin-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
    }

    .cronometro {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 2rem;
        font-weight: bold;
    }

    .item6_pediddos {
        margin-bottom: 15px;
    }
    

    /* Portafolio */

    .cont-img-portafolio {
        width: 95%;
    }

    .cont-img-portafolio2 {
        width: 80%;
        flex-direction: column;
    }

    .cont-img-portafolio4 {
        width: 97%;
        flex-direction: column;
    }

    .cont-img-portafolio5 {
        width: 97%;
        flex-direction: column;
    }

    .cont-img-portafolio7 {
        width: 85%;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
        display: flex;
    }

    .link_noticias2 {
        width: 80%;
        font-size: 17px;
        align-items: center;
    }

    .texto_noticias2 {
        width: 80%;
        font-size: 13px;
        align-items: center;
    }

    .texto_proced_justif {
        text-align: justify;
    }

    .container-fluid { position: relative; z-index: 1; }

    a.btn, button.btn { position: relative; z-index: 1000; }

    .modelo_boton {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        z-index: 1000;
        pointer-events: auto;
        }

    .btn.modelo_btn_redondo {
        text-align: center;
        width: calc(100% - 30px);
        margin: 5px 15px; 
        border-radius: 10px;
        background: linear-gradient(90deg,#05315d 0%,#13a6b9 100%);
    }

    .boton_c1 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/1.png);
        }
    
    .boton_c2 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/2.png);
        }

    .boton_c3 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/3.png);
        }
    
    .boton_c4 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/4.png);
        }

    .boton_c5 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/5.png);
        }


    .boton_c6 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/6.png);
        }

    .boton_c7 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/7.png);
        }

    .boton_c8 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/8.png);
        }

    .boton_c9 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/9.png);
        }

    .boton_c10 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/10.png);
        }

    .boton_c11 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/11.png);
        }

    .boton_c12 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/12.png);
        }

    .boton_c13 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/13.png);
        }

    .boton_c14 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/14.png);
        }

    .boton_c15 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        background:url(img/colores/15.png);
        }

    /* Clientes */

    .cont-tarjetas .tarjeta-cli {
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cont-tarjetas .tarjeta-cli img {
        width: 90px;
        height: 90px;
    }

    /* Footer */

    .contenedor-footer {
        flex-direction: column;
        border: none;
    }

    .cont-texto-footer{
        margin-bottom: 20px;
        text-align: center;
    }

    .cont-texto-footer h4{
        border: none;
    }

    .cont-texto-footer p{
        color: #ccc;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .texto-copyright {
        font-size: 20px;
    }

    .bwhats {
        position: fixed;
        width: 70px;
        height: 70px;
        line-height: 55px;
        bottom: 0.2rem;
        right: 0.2rem;
    }

    .bwhats2 {
        position: fixed;
        width: 70px;
        height: 70px;
        line-height: 55px;
        top: 25rem;
        right: 0.2rem;
    }

    .imagen_avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 15px;
        margin-top: 5px;
    }

    .nombre_usuario {
        color: #fff;
        font-size: 15px;
        text-align:center;
    }
}