.tooltip-inner {
    background-color: rgb(247, 247, 247) !important;
    color: #000;
    box-shadow: 0 0 4px black;
    opacity: 1 !important;
}

.tooltip.bottom .tooltip-arrow::before {
    border-right-color: rgb(247, 247, 247) !important;
}

.tooltip.bottom .tooltip-arrow {
    /*background-color: rgb(247, 247, 247) !important;*/
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(247, 247, 247) !important;
}

.back {
    max-width: 400px;
}

.details p {
    text-transform: none !important;
    max-width: 25rem;
}

.border-top {
    border-top: 1px solid #d8d8d8;
}

.brochure {
    font-weight: 700;
    color: #109b5c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-transform: none !important;
    padding-top: 0px;
    margin-top: 0px;
}

.principal {
    padding: 10vh 0 5vh 0;
}

@media (max-width: 768px) {
    .principal {
        padding-top: 7vh;
    }
}

@media (max-width: 768px) {
    .slick-slide img {
        display: flex;
    }
}

.banner-products {
    width: 80%;
    margin: auto;
}

@media (max-width: 768px) {
    .banner-products {
        width: 100%;
    }
}

.sub_rolex {
    color: #482e23;
    font-size: 24px;
    font-family: "Helvetica Now Text";
    font-weight: 400;
}

.title {
    color: #482e23;
    font-size: 50px;
    font-family: "Helvetica Now Text";
    font-weight: 700;
    margin-bottom: 1rem !important;
    margin-top: 1rem
}

.description {
    font-size: 20px;
    font-family: "Helvetica Now Text";
    font-weight: 100;
}

.item_title {
    font-family: "Helvetica Now Text";
}

.item_sub {
    font-family: "Helvetica Now Text";
    font-weight: 100;
}

.info {
    border-radius: 50%;
    background-color: white;
    border: 0.5px solid black;
    background-color: white;
}

.my-svg {
    fill: #109b5c;
}

.my-element {
    width: 50%;
}

.perzonalice-padding {
    padding-left: 7vw;
    padding-right: 7vw;
}

/* Media query para dispositivos móviles */
@media (max-width: 767px) {
    .my-element {
        width: 100%;
    }
    .perzonalice-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .mx-md-custom {
        margin-left: 7vw !important;
        margin-right: 7vw !important;
    }
}

.panel {
    border: none;
}

.rolex-panel-body  {
    background-color: #ffff;
}

.panel-default>.panel-heading {
    background-color: #F9F7F4;
    border: none;
}

/* Estilos para los iconos de contacto en móvil */
.icons {
    padding: 15px 0;
    /* Espaciado vertical */
}

.icon-della {
    display: inline-flex;
    /* Para alinear en línea y permitir margen */
    justify-content: center;
    align-items: center;
    width: 44px;
    /* Tamaño del círculo */
    height: 44px;
    /* Tamaño del círculo */
    background-color: white;
    border-radius: 50%;
    /* Para hacerlo circular */
    color: #5a3a2e;
    /* Color marrón oscuro para iconos FontAwesome, ajusta si es necesario */
    text-decoration: none;
}

.icon-della:hover {
    background-color: #f8f8f8;
    /* Ligero cambio al pasar el mouse */
}

.icon-della img.phone-icon,
.icon-della img.direction-icon {
    width: 20px;
    /* Tamaño del SVG del teléfono */
    height: 20px;
    /* Tamaño del SVG del teléfono */
    /* El color marrón ya está definido en los archivos SVG */
}

.icon-della i {
    font-size: 18px;
    /* Tamaño de los iconos FontAwesome */
    color: #5a3a2e;
    /* Asegurar color marrón, ajusta si es necesario */
    margin: 0;
    /* Remover márgenes previos si existían */
}

/* Estilos para los iconos del acordeón */
.accordion-icons {
    position: relative;
    display: inline-block;
}

.icon-plus, .icon-minus {
    transition: opacity 0.3s ease;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.icon-plus {
    opacity: 1;
}

.icon-minus {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* Aplica cuando NO está colapsado */
.panel-heading a:not(.collapsed) .icon-plus {
    opacity: 0;
}

.panel-heading a:not(.collapsed) .icon-minus {
    opacity: 1;
}

/* Aplica cuando SÍ está colapsado */
.panel-heading a.collapsed .icon-plus {
    opacity: 1;
}

.panel-heading a.collapsed .icon-minus {
    opacity: 0;
}