@font-face {
    font-family: "GibsonLight";
    src: url("disenoNuevo/Tipografias/GibsonLight.OTF") format("opentype");
}

@font-face {
    font-family: "GibsonRegular";
    src: url("disenoNuevo/Tipografias/GibsonRegular.OTF") format("opentype");
}

@font-face {
    font-family: "GibsonSemiBd";
    src: url("disenoNuevo/Tipografias/GibsonSemiBd.OTF") format("opentype");
}

body,
html {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    font-family: 'GibsonSemiBd';
    background-color: black;
    scroll-behavior: smooth;
}

.dis {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.dis2 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.btn-primary-1 {
    font-family: 'GibsonSemiBd';
    padding: 5px 10px;
    color: black;
    background-color: #C6A55C;
    border-radius: 0%;
    transition: all 0.3s ease;
}

.btn-primary-1:hover {
    color: white;
    background-color: #A98D54;
}

.btn-primary-2 {
    font-family: 'GibsonSemiBd';
    padding: 5px 10px;
    color: white !important;
    background-color: transparent;
    border: 1px solid #C6A55C;
    border-radius: 0%;
    transition: all 0.3s ease;
}

.btn-primary-2:hover {
    color: black;
    background-color: #A98D54;
}

.btn-primary-2.seleccionado {
    background-color: #C6A55C;
    color: black;
}

.btn-primary-3 {
    font-family: 'GibsonSemiBd';
    padding: 5px 10px;
    color: white !important;
    background-color: transparent;
    background-color: black;
    border-radius: 0%;
    transition: all 0.3s ease;
}

.btn-primary-3:hover {
    color: black !important;
    background-color: white;
}

.btn-primary-4 {
    font-family: 'GibsonSemiBd';
    padding: 5px 10px;
    color: #C6A55C !important;
    background-color: white;
    border: 1px solid white;
    border-radius: 0%;
    transition: all 0.3s ease;
}

.btn-primary-4:hover {
    color: white !important;
    background-color: #C6A55C;
}

.whatsapp-button {
    position: fixed;
    width: auto;
    height: auto;
    text-decoration: none;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.whatsapp-button img {
    object-fit: cover;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.input-form {
    background-color: #E6E6E6 !important;
    border-radius: 0% !important;
    border: 0px !important;
    font-family: 'GibsonLight';
}

.input-form:hover {
    color: black;
}

.section-box {
    border: #C6A55C 1px solid;
    border-left: #C6A55C 10px solid !important;
    color: white;
}

.card-review {
    min-height: 250px;
    padding: 25px;
    color: white;
    background: transparent;
    border: 1px solid #C6A55C;
    display: flex;
    flex-direction: column;
}

.stars {
    color: #C6A55C;
    margin-bottom: 15px;
}

.card-review p {
    flex-grow: 1;
    margin-bottom: 20px;
}

.user {
    display: flex;
    align-items: center;
}

.user .icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

.name {
    font-weight: bold;
}

.role {
    font-size: 0.85rem;
    color: #C6A55C;
}

/* Flechas blancas */
.swiper-button-next,
.swiper-button-prev {
    color: white;
}

/* Dots */
.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Paginación personalizada */
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    color: #C6A55C;
    /* color dorado */
    background-color: transparent;
    border: 1px solid #C6A55C;
    padding: 5px 12px;
    text-decoration: none;
    border-radius: 0;
}

.pagination li.active span {
    background-color: #C6A55C;
    color: white;
    border-color: #C6A55C;
}

.pagination li.disabled span {
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.card-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.mySwiper {
    position: relative;
    padding: 0 40px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px;
    color: white;
}

.carousel-item img {
    height: 250px;
    object-fit: cover;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C6A55C' viewBox='0 0 16 16'%3e%3cpath d='M11 1 3 8l8 7'/%3e%3c/svg%3e");
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% 100%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C6A55C' viewBox='0 0 16 16'%3e%3cpath d='M5 1l8 7-8 7'/%3e%3c/svg%3e");
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% 100%;
}