@font-face {
    font-family: 'GibsonRegular';
    src: url('./Tipografia/GibsonRegular.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonSemiBd';
    src: url('./Tipografia/GibsonSemiBd.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
    color: black;
    font-family: 'GibsonRegular';
    background-color: white !important;
    scroll-behavior: smooth;
}

.dis{
    visibility: hidden !important;
}

.dis2{
    visibility: visible !important;
}

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

.whatsapp-button img {
    object-fit: cover; /* Asegura que la imagen cubra el div sin distorsión */
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.navbar-link{
    color: white !important;
}

.btn{
    color: white;
    border-radius: 20px;
    padding: 1px 25px;
}

.btn-primary {
    background-color: #a3bfad;
    border: #a3bfad solid 1px;
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Suaviza la transición del color */
}

.btn-primary:hover {
    background-color: #8a9f8b; /* Color más oscuro para el fondo en hover */
    border-color: #8a9f8b; /* Color más oscuro para el borde en hover */
}

.btn-secondary {
    background-color: #c8c8db;
    border: #c8c8db solid 1px;
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Suaviza la transición del color */
}

.btn-secondary:hover {
    background-color: #64649d; /* Color más oscuro para el fondo en hover */
    border-color: #64649d; /* Color más oscuro para el borde en hover */
}
