﻿
html, body {
    margin: 0;
    padding: 0;
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
    overflow-x: hidden;
}
.colorFondo {
    background: #F9F4E6;
}

#llamado-accion {
    background: #EDBA5A;
}

.marcas {
    font-size: xx-large;
}

.fondoMision {
    background: #7ee8ff;
}

.fondoVision {
    background: #a6ffff;
}

.fondoValores {
    background: #acacac;
}
.colortitulo {
    color: #2e2e2e;
}
#galeria .container-fluid {
    display: flex;
    flex-wrap: wrap; /* Permite que las imágenes pasen a la siguiente fila */
    justify-content: center; /* Centra las imágenes horizontalmente */
    gap: 1rem; /* Espaciado entre las imágenes */
}
.galerias {
    padding: 2px;
    width: 25rem;
    height: 18.75rem;
}
.buton {
    border-radius:50px;
}
.boton {
    text-decoration: none;
    padding: 1.25rem;
    color: rgb(255, 228, 196);
    font-weight: bold;
    outline: none;
    border-radius: 10px;
    border: 1px solid rgb(63, 63, 170);
    background-color: rgb(66, 186, 190);
    cursor: pointer;
    transition: .4s ease-in;
}
.miniatura{
    height:6.25rem;
    width:8.75rem;
}
.miniatura2 {
    height: 5.25rem;
    width: 7.75rem;
}
.texto{
    font-size:x-large;
}
#escogerImg {
    display: none;
}

.input-image {
    background: #73909F;
    color: #fff;
    padding: 5px;
    transition: transform 0.3s ease;
    text-align: center;
    margin-top: 0.5rem;
}

.input-image:hover {
        background: #26a69a;
        cursor: pointer;
}
.colorbarra {
    background-color: #2e2e2e;
    color: white;
}
.card-persoanl{
    width: 100%;
    height:250px;
}
.barraNav {
    background-color: #2dbaff;
    color: black;
}
.mt-custom {
    margin-top: 5rem;
}
.mt-customdos {
    margin-top: 7rem;
}
/* mas estilos  */

.icon {
    font-size: 48px;
    margin: 15px; /* Espacio horizontal entre íconos */
    transform: scale(1);
    transition: transform 0.3s ease;
}
.icon-ws {
    font-size: 48px;
    margin: 15px; /* Espacio horizontal entre íconos */
    transform: scale(1);
    transition: transform 0.3s ease;
    border-radius:50px;
}

.icon:hover {
        transform: scale(1.2);
}
.jumbo{
    height:616px;
    width: 1922px;
}
.mini {
    height: 300px;
    width: 600px;
}

.parrafo{
        font-size:1.5rem;
    }
.background-marca {
    background-color: #2dbaff;
}
.titlecolor {
    text-decoration: none;
    color: deepskyblue;
}
.gallery-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.selected {
    border: 3px solid #007bff; /* Borde azul para la imagen detalle productoseleccionada */
}
.carousel-item img {
    width: 100%;
    object-fit: cover; /* Asegura que la imagen detalle productose recorte y mantenga el aspecto */
}


/* Cambiar color al pasar el ratón */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #002244; /* Color más oscuro al pasar el ratón */
}

/* Aumentar el tamaño de los íconos predeterminados de Bootstrap */
.carousel-control-prev, .carousel-control-next {
    background-color: #003366; /* Cambiar color de la flecha */
    background-size: 3rem 3rem; /* Aumentar el tamaño de las flechas */
    width: 50px; /* Ajustar el tamaño del contorno */
    height: 50px; /* Ajustar el tamaño del contorno */
    border-radius: 50%;
}

.carousel-control-prev {
    left: -20px; /* Distancia del borde derecho */
    top: 40%;
}
.carousel-control-next {
    right: -20px; /* Distancia del borde derecho */
    top: 40%;
}

/*Carousel de imagenes tridimensional*/
.swiper {
    width: 100%;
    max-width: 100%;
    border-radius: 10px; /* Opcional: para redondear los bordes */
    padding: 10px; /* Opcional: para agregar espacio interno */
    overflow: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
   
}
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px; /* Si deseas bordes redondeados */
}

.swiper-container-custom {
    border-radius: 10px; /* Opcional: para redondear los bordes */
    padding: 10px; /* Opcional: para agregar espacio interno */
}

.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
}
/* Tooltip siempre visible arriba del botón */
.tooltip-wsp {
    position: fixed;
    bottom: 130px; /* Ajusta la altura para que esté arriba del botón */
    right: 30px; /* Se alinea con el botón */
    background-color: rgba(0, 128, 0, 0.8);
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
/* Triángulo en la parte inferior del tooltip */
.tooltip-wsp::after {
    content: "";
    position: absolute;
    bottom: -19px; /* Lo coloca debajo del tooltip */
    left: auto;
    right: 10px;
    transform: none;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0, 128, 0, 0.9) transparent transparent transparent;
}
