﻿/* Estilos personalizados para SGL */

/* Estilo para la sección de Inicio (Hero) */
.hero-section {
    background: url('./imagenes/PAGINA1.png') no-repeat center center;
    background-size: cover;
    height: 150vh;
    position: relative;
    background-color: #000;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-section.loaded {
    opacity: 1;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

/* Ajustes en las tarjetas de servicio */
.card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    border-radius: 10px 10px 0 0;
    height: 300px;
    object-fit: cover;
}

/* Estilo para que las imágenes de servicio se amplíen */
.card-img-top {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

/* Estilo para imágenes con borde redondeado */
.img-fluid.rounded-3 {
    border-radius: 10px;
}

/* Pequeñas mejoras de tipografía y color */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h5 {
    font-weight: 600;
}

.text-primary {
    color: #007bff !important;
}

/* Estilo para imágenes del footer */
.footer-image {
    height: 300px; /* Define la misma altura para ambas imágenes */
    object-fit: cover; /* Recorta la imagen para que cubra el espacio sin deformarla */
}

/* REGLA MODIFICADA: Aumenta la altura máxima de las imágenes laterales */
.contacto-image {
    max-height: 600px; /* Aumentado a 450px */
    object-fit: cover; /* Asegura que la imagen no se distorsione */
}

.marker-animado {
    animation: palpitar 1.5s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes palpitar {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

#topContent {
    text-align: right;
    background-color: #600;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('imagenes/SICGROUP-W.png') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.boton_web {
    font-family: Arial;
    color: #000000;
    background-color: black;
    width:100px;
}

.alineacion {
    text-align: center;
}

.footer {
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Estilos para tu div "bottom" */
/*.bottom {*/
    /* Posiciona el elemento de forma fija con respecto al área visible del navegador */
    /*position: fixed;*/
    /* Colócalo en la parte inferior */
    /*bottom: 0;*/
    /* Asegúrate de que ocupe todo el ancho */
    /*left: 0;
    width: 100%;*/
    /* Tus estilos existentes */
    /*background-color: #333333;
    text-align: center;*/ /* Centra el contenido como la imagen */
    /* Remueve align-content si no estás usando flexbox/grid directamente en .bottom */
    /*height: 100px;*/ /* Ajusta esta altura según lo que necesite tu pie de página */
    /*z-index: 1000;*/ /* Asegura que el pie de página esté por encima de otro contenido */
/*}*/

/* Es crucial añadir un padding al cuerpo para que el contenido no quede oculto bajo el footer fijo */
/*body {
    padding-bottom: 100px;*/ /* Ajusta este valor para que coincida con la altura de tu footer */
/*}*/

.boton_personalizado {
    text-decoration: none;
    font-family: Arial;
    font-weight:bold;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    background-color: #dbe0ff;
    border-radius: 8px;
    border: 1px #006505;
    width: 100%;
    width: 100%;
    max-width: 100%;
}

    .boton_personalizado:hover {
        opacity: 0.5;
        text-decoration: none;
    }

.boton_personalizado2 {
    text-decoration: none;
    font-style: normal;
    background-color: #00B4FE;
    color: #000000;
    border-radius: 8px;
    border: 1px #006505;
    width: 100px;
}

    .boton_personalizado2:hover {
        opacity: 0.5;
        text-decoration: none;
    }

.Texto_personalizado {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    font-style: normal;
    color: black;
    height:25px;
    background-color: #dbe0ff;
    border-radius: 3px;
    border: 1px #006505;
}

    .Texto_personalizado:hover {
        opacity: 0.3;
        text-decoration: none;
    }

.ANCHO_COLUMNA {
    width: 50%
}

.Titulo {
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
    font-style: normal;
    color: #000;
}

.Letra {
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    font-style: normal;
}

.Boton_accion {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 14pt;
    font-style: normal;
    color: white;
    height: 25px;
    background-color: #00B4FE;
    border-radius: 3px;
    border: 1px #006505;
    width:100px;
}

    .Boton_accion:hover {
        opacity: 0.5;
        text-decoration: none;
    }

.Texto_alineacion {
    text-decoration: none;
    font-family: Arial;
    font-size: 14pt;
    color: black;
    border-radius: 3px;
    border: 1px #006505;
}

.animacion_div {
    Height: 150px;
    width: 150px;
    max-width: 200px;
}

.animacion {
    Height: 35px;
    border-radius: 5px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    color: gray;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    max-width: 98%;
}

    .animacion:hover {
        text-decoration: none;
        animation: fadeIn ease 2s;
    }

.animacion_solo {
    height: 40PX;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    border: 1px #006505;
    font-size: 14pt;
    font-family: Arial;
    color: black;
}

    .animacion_solo:hover {
        text-decoration: none;
        animation: fadeIn ease 2s;
    }

input::-webkit-input-placeholder {
    color:silver;
    font-family:Arial;
    font-size:10pt;
}

input:-moz-placeholder {
    color: silver;
    font-family: Arial;
    font-size: 10pt;
}

input:-ms-input-placeholder {
    color: silver;
    font-family: Arial;
    font-size: 10pt;
}

.MaxMin {
    max-width:200px;
    width:100%;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
}

/* Para que las imágenes dentro del carrusel se ajusten bien */
.carousel-item img {
    height: 700px; /* Puedes ajustar este valor, por ejemplo, 300px, 500px, etc. */
    object-fit: cover; /* Esto recorta la imagen para que cubra el área sin distorsionarse */
    width: 100%; /* Asegura que la imagen ocupe todo el ancho disponible */
}

/* Opcional: Si quieres que el carrusel en sí tenga una altura fija */
.carousel-custom-height {
    max-height: 700px; /* Misma altura que la imagen para un control consistente */
    overflow: hidden; /* Oculta cualquier parte de la imagen que se desborde */
}

/* Media queries para pantallas más pequeñas si es necesario */
@media (max-width: 768px) {
    .carousel-item img {
        height: 400px; /* Menos alto en móviles */
    }
    .carousel-custom-height {
        max-height: 400px;
    }
}