.body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* NAVBAR */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.navbar-nav .nav-item {
    white-space: nowrap;
}


.dropdown-menu {
    min-width: 100%;
}


.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}


.dropdown-submenu:hover>.dropdown-menu {
    display: flex;
}


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}


/* Imagen de categoría adaptable */
.category-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.chevron-separator {
    color: #6c757d;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
}


/* SECCIÓN PRINCIPAL */
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}


.logo-image-principal {
    width: 100%;
    /* height: 225px; */
    object-fit: cover;
    display: block;
}


/* FORMULARIO */
.background-overlay {
    position: absolute;
    left: 5%;
    width: 424px;
    height: 977px;
    background-color: #192843;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.subastalover-logo {
    width: 80%;
    max-width: 307px;
    height: 332px;
}


.registration-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    width: 336px;
    height: 568px;
    text-align: center;
}


.registration-container input[type="email"] {
    width: 235px;
    height: 36px;
    padding: 10px;
    margin: 15px 0px;
    border: 1px solid #686868;
    border-radius: 8px;
    background-color: #F2F2F2;
    color: black;
    transition: background-color 0.3s, color 0.3s;
}

.registration-container input[type="text"] {
    width: 235px;
    height: 36px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 0xp;
    border: 1px solid #686868;
    border-radius: 8px;
    background-color: #F2F2F2;
    color: black;
    transition: background-color 0.3s, color 0.3s;
}

.registration-container input[type="tel"] {
    width: 235px;
    height: 36px;
    margin: 15px 0;
    border: 1px solid #686868;
    border-radius: 8px;
    background-color: #F2F2F2;
    color: black;
    transition: background-color 0.3s, color 0.3s;
}


.registration-container input[type="text"]::placeholder,
.registration-container input[type="tel"]::placeholder,
.registration-container input[type="email"]::placeholder {
    color: #686868;
    transition: color 0.3s;
}


.registration-container input[type="text"]:hover,
.registration-container input[type="tel"]:hover,
.registration-container input[type="email"]:hover {
    background-color: #03ab90;
    color: #ffffff;
    border: 1px solid #03ab90;
}


.registration-container input[type="text"]:hover::placeholder,
.registration-container input[type="tel"]:hover::placeholder,
.registration-container input[type="email"]:hover::placeholder {
    color: #ffffff;
}


/* Estilo general del select */
.registration-container select {
    width: 235px;
    height: 36px;
    border: 1px solid #686868;
    border-radius: 8px;
    background-color: #F2F2F2;
    color: black;
    padding: 6px;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.registration-container select:invalid {
    color: #686868;
}

.registration-container select:hover {
    background-color: #03ab90;
    color: #ffffff;
    border: 1px solid #03ab90;
}

.registration-container select:focus {
    background-color: #03ab90;
    color: #ffffff;
    border: 1px solid #03ab90;
}

.custom-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0px 15px;
    text-align: left;
}


.custom-label input[type="checkbox"] {
    margin-right: 10px;
    /* Espacio entre el checkbox y el texto */
    margin-top: 0;
    /* Elimina cualquier margen vertical en el checkbox */
}

.custom-label p {
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 0px;
    text-align: left;
}

.custom-a {
    color: #007bff;
    text-decoration: none;
    font-weight: normal;
    text-align: justify;
}


.custom-a:hover {
    text-decoration: underline;
}

.custom-p-register {
    font-size: 16px;
    font-weight: lighter;
    color: #686868;
}


.custom-h3-register {
    font-size: 23px;
    font-weight: bold;
    color: #192843;
}


.registration-container button {
    background-color: #ff6600;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 116px;
    height: 24px;
    font-size: 16px;
    margin: 10px;
}


/* SECCIÓN DESCRIPCIÓN */
.description-section {
    width: 100%;
    /* height: 582px; */
    padding: 20px;
    background-color: white;
    margin-top: 70px;
    box-sizing: border-box;
}


.description-paragraph-title {
    width: 800px;
    margin-left: 42%;
    font-size: 2.5rem;
    /* color: #ff5d00; */
    color: #03AB90;
    font-weight: bold;
    text-align: left;
}


.custom-li {
    font-size: 1.25rem;
    color: #192843;
    margin-left: 44%;
    width: 636px;
    text-align: left;
}

.description-paragraph {
    font-size: 1.25rem;
    color: #192843;
    margin-left: 42%;
    width: 636px;
    text-align: left;
}


.image-gallery {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 100px;
}


.image-gallery .large-image {
    width: 100%;
    /* Cambia por el ancho deseado */
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* Asegura que la imagen cubra todo el área */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-row: span 2;
    background-image: url(/newsite/images/subastalovers/img_large.png)
}


.medium-image {
    width: 100%;
    /* Cambia por el ancho deseado */
    height: 100%;
    grid-column: span 2;
    background-image: url(/newsite/images/subastalovers//img_medium.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* Asegura que la imagen cubra todo el área */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.small-image-1 {
    width: 100%;
    /* Cambia por el ancho deseado */
    height: 100%;
    background-image: url(/newsite/images/subastalovers/img_left_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* Asegura que la imagen cubra todo el área */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.small-image-2 {
    width: 100%;
    /* Cambia por el ancho deseado */
    height: 100%;
    background-image: url(/newsite/images/subastalovers/img_right_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* Asegura que la imagen cubra todo el área */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.image-overlay {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


.image-text-overlay {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


@media (max-width: 1365px) {
    .background-overlay {
        width: 100%;
        position: relative;
        left: 0;
    }


    .description-paragraph-title {
        width: 100%;
        margin-left: 0;
        font-size: 2.5rem;
        color: #ff5d00;
        font-weight: bold;
        text-align: left;
    }


    .description-paragraph {
        width: 100%;
        font-size: 1.25rem;
        color: #192843;
        margin-left: 0%;
        text-align: left;
    }

        .custom-li {
        font-size: 1.25rem;
        color: #192843;
        margin-left: 34%;
        width: 636px;
        text-align: left;
    }


    .image-gallery {
        display: grid;
        height: 100%;
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .image-overlay {
        font-size: 30px;
    }


    .image-text-overlay {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .chevron-separator {
        display: none;
    }

}

@media (max-width: 740px) {
    .background-overlay {
        width: 100%;
        position: relative;
        left: 0;
    }

    .chevron-separator {
        display: none;
    }

    .description-section {
        height: 100%;
        margin-bottom: 20px;
    }


    .description-paragraph-title {
        width: 100%;
        margin-left: 0;
        font-size: 2.5rem;
        color: #ff5d00;
        font-weight: bold;
        text-align: left;
    }


    .description-paragraph {
        width: 100%;
        font-size: 1.25rem;
        color: #192843;
        margin-left: 0%;
        text-align: left;
    }

    .custom-li {
        font-size: 1.25rem;
        color: #192843;
        margin-left: 34%;
        width: 636px;
        text-align: left;
    }


    .image-gallery {
        display: grid;
        height: 400px;
        flex-direction: column;
        margin-bottom: 0px;
    }


    .image-overlay {
        font-size: 30px;
    }


    .image-text-overlay {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    .chevron-separator {
        display: none;
    }

    .description-section {
        margin-bottom: 160px;
    }

}