﻿/*LOGIN 2 AZUL CLARO*/
.container2 {
        max-width: 350px;
    /* background: #656565;*/
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, #88a396);
    border-radius: 20px;
    padding: 25px 35px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: lab(63.02% -22.28 11.72 / 0.659) 0px 30px 30px -20px; 
     /*margin-top: 2px;*/ 
    align-items: end;
    /* display: flex; */
     justify-content: center; /*Centra horizontalmente*/
    align-items: center; /* Centra verticalmente */
    /* height: 100vh;  */
    text-align: center;

    position: relative;


}

.heading {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 6px;
    color: rgba(1,96,153,255);
    display: flex;
    justify-content: center;
    align-items: center;

           text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: rgb(3, 41, 30);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5),
    -2px -2px 5px rgba(3, 62, 30, 0.5);
    color: rgba(19, 19, 19, 0.752);




}

.form {
    /*margin-top: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .form .input {
        width: 100%;
        background: white;
        border: none;
        padding: 15px 20px;
        border-radius: 20px;
        margin-top: 15px;
        box-shadow:  #6f9f88 0px 10px 10px -5px;
        border-inline: 2px solid transparent;
    }

        .form .input::-moz-placeholder {
            color: rgb(170, 170, 170);
        }

        .form .input::placeholder {
            color: rgb(170, 170, 170);
        }

        .form .input:focus {
            outline: none;
            /* border-inline: 2px solid #12B1D1; */
            border-inline: 2px solid #12B1D1;
           
        }

    .form .forgot-password {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
    }

        .form .forgot-password a {
            font-size: 11px;
            color: #0099ff;
            text-decoration: none;
        }

    .form .login-button {
        display: block;
        font-weight: bold;
        background: linear-gradient(45deg, #185638 0%, #2da56b 100%);
        /* background: linear-gradient(45deg, #d17842 0%, #a97e64 100%); */
        width: 100%;


        color: white;
        padding-block: 15px;
        margin: 20px auto;
        border-radius: 20px;
        box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
        border: none;
        transition: all 0.2s ease-in-out;
    }

        .form .login-button:hover {
            transform: scale(1.03);
            box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
        }

        .form .login-button:active {
            transform: scale(0.95);
            box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
        }


        .form .checkout-btn {
            margin-top: 20px;
        width: 100%;

            padding: 20px 0;
            border-radius: 25px;
            font-weight: 700;
            transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
            cursor: pointer;
            font-size: 20px;
            font-weight: 500;
            display: flex;
            align-items: center;
            border: none;
            justify-content: center;
            fill: #fff;
            color: #fff;
            border: 2px solid transparent;
            background: #d17842;
            transition: all 200ms;
          }


.social-account-container {
    margin-top: 25px;
}

    .social-account-container .title {
        display: block;
        text-align: center;
        font-size: 10px;
        color: rgb(170, 170, 170);
    }

    .social-account-container .social-accounts {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 5px;
    }

        .social-account-container .social-accounts .social-button {
            background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
            border: 5px solid white;
            padding: 5px;
            border-radius: 50%;
            width: 40px;
            aspect-ratio: 1;
            display: grid;
            place-content: center;
            box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
            transition: all 0.2s ease-in-out;
        }

            .social-account-container .social-accounts .social-button .svg {
                fill: white;
                margin: auto;
            }

            .social-account-container .social-accounts .social-button:hover {
                transform: scale(1.2);
            }

            .social-account-container .social-accounts .social-button:active {
                transform: scale(0.9);
            }

.agreement {
    display: block;
    text-align: center;
    margin-top: 15px;
}

    .agreement a {
        text-decoration: none;
        color: #0099ff;
        font-size: 9px;
    }






/* ACORDEON */
/*.accordion {
    width: 100%;
    max-width: 400px;
}

.accordion-header {
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
}

.accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.accordion-content.active {
    display: block;
}


.accordion-item {
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}
*/


/* LOADER */

/* .container3 {
    position: relative;
} */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

#loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #12422B;
    animation: spin 2s linear infinite;
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* border-top-color: #e74c3c; */
    border-top-color: #DF4800;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* border-top-color: #f9c922; */
    border-top-color: #31757D;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



.container7 {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Ajusta la separación entre elementos */
    width: 100%;
    max-width: 800px; /* Ajusta el ancho */
    margin: 0 auto;
    height: 300;
  background-color:blue;
}

.left-section {
    flex: 1; /* Ocupa espacio proporcionalmente */
}

.left-section img {
    width: 100%; /* Ajusta el tamaño de la imagen */
    max-width: 300px; /* Limita el ancho máximo */
}

.right-section {
    flex: 2; /* Hace que el texto ocupe más espacio */
    padding-left: 20px; /* Espacio entre imagen y texto */
}








    .cardG {
        /* --primary-clr: #1C204B; */
        --primary-clr: #f5f5f5;

        --dot-clr: #BBC0FF;
        --play: hsl(0, 0%, 87%);
    /*    width: 300px;*/
        /* height: 170px; */
        border-radius: 10px;
    }

    .cardG {
        font-family: "Arial";
        /* color: #fff; */
        color: #313131;
        display: grid;
        cursor: pointer;
        grid-template-rows: 50px 1fr;
        
    }

        .cardG:hover .img-section {
            transform: translateY(1em);
        }

    .cardG-desc {
        border-radius: 10px;
        padding: 8px;
        position: relative;
        top: -8px;
        display: grid;
        gap: 1px;
        background: var(--primary-clr);
        /* border: 1px solid #5f5f5f; */

        /* width: 200px;
        height: 100px; */
        background-color: #f5f5f5;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6);
    

    }

    .cardG-time {
        font-size: 1.7em;
        font-weight: 600;
    }

    .img-section {
        transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: hsl(0, 17%, 95%);
    }

    .cardG-header {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .cardG-title {
        flex: 1;
        font-size: 0.9em;
        font-weight: 500;
    }

    .cardG-menu {
        display: flex;
        gap: 4px;
        margin-inline: auto;
    }

    .cardG svg {
        float: right;
        max-width: 100%;
        max-height: 80%;
    }

    .cardG .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--dot-clr);
    }

    .cardG .recent {
        line-height: 0;
        font-size: 0.8em;
    }



    /*ESTILOS PAGINACION*/

/*.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}*/

.pagination {
    display: flex;
    justify-content: center; /* ✅ Centra horizontalmente */
    align-items: center; /* ✅ Alinea verticalmente */
    gap: 10px; /* ✅ Espacio entre los botones */
    margin-top: 20px;
}


    .pagination button, .pagination span {
        padding: 8px 12px;
        background-color: white;
        color: #333;
        border: .5px solid rgb(219, 211, 211);
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

        .pagination button:hover {
            background-color: #7B1A1A;
            color: white;
        }

    .pagination span {
        font-weight: bold;
        background-color: #f8f9fa;
    }

.pagination-fixed {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9); /* ✅ Fondo semitransparente */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}



/*LISTA DE SINIESTROS AJUSTAR A TODAS*/
.product-container {
    position: relative;
    z-index: 1; /* ✅ Asegura que la lista no cubra la paginación */
}



/*/SEARCH ESTILOS DEL BUSCADOR*/

.search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .search-wrapper input {
        width: 300px;
        padding: 10px;
        padding-right: 35px; /* ✅ Espacio para el botón */
        border: 2px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }

    .search-wrapper button {
        position: absolute;
        right: 10px;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #888;
    }

        .search-wrapper button:hover {
            color: #333;
        }


/*SIN RESULTADOS*/
.no-results {
    text-align: center;
    font-size: 20px;
    color: #555;
    margin-top: 30px;
    padding: 20px;
    border: 2px dashed #ccc; /* ✅ Borde decorativo */
    border-radius: 10px;
    background-color: #f9f9f9; /* ✅ Fondo suave */
}

    .no-results i {
        font-size: 40px;
        color: #888;
        margin-bottom: 10px;
    }

    .no-results p {
        font-size: 18px;
        color: #666;
        margin: 5px 0;
    }



/*SPINNER CARGA*/
#spinner-overlay {
    position: fixed; /* Permanece fijo en la pantalla */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4); /* Oscurece el fondo */
    z-index: 9999; /* Asegura que esté sobre el modal */
}



/* From Uiverse.io by bociKond */
.spinner {
    position: relative;
    width: 24.6px;
    height: 24.6px;
    animation-name: rotateSpin;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    --clr: #3E885B;
}

@keyframes rotateSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner div {
    width: 100%;
    height: 100%;
    background-color: var(--clr);
    border-radius: 50%;
    animation: spinnerAni 1s infinite backwards;
}

    .spinner div:nth-child(1) {
        animation-delay: 0.12s;
        background-color: var(--clr);
        opacity: .9;
    }

    .spinner div:nth-child(2) {
        animation-delay: 0.24s;
        background-color: var(--clr);
        opacity: .8;
    }

    .spinner div:nth-child(3) {
        animation-delay: 0.36s;
        background-color: var(--clr);
        opacity: .7;
    }

    .spinner div:nth-child(4) {
        animation-delay: 0.48s;
        background-color: var(--clr);
        opacity: .6;
    }

    .spinner div:nth-child(5) {
        animation-delay: 0.60s;
        background-color: var(--clr);
        opacity: .5;
    }

@keyframes spinnerAni {
    0% {
        transform: rotate(0deg) translateY(-200%);
    }

    60%, 100% {
        transform: rotate(360deg) translateY(-200%);
    }
}