body{
    background: linear-gradient(360deg, #011425, #8DB200, #F89600);
}

.navbar img{
    width: 20%;
}

.navbar {
    background-color: rgb(18, 48, 92) !important;
}

:root {
    --primary: #011425 !important;
    --secondary: #8db200 !important;
    --light: white;
    --dark: #091E3E;
}

.modal-backdrop{
    display: none !important;
}

.fade{
    display: none !important;
}

.container.banner-cliente {
    width: 100% ;
    min-height: 25vh ;
    padding-right: 15px;
    padding-left: 15px ;
    margin-right: auto ;
    margin-left: auto ;
    padding-top: 9%;
    font-weight: 500;
    color: var(--primary);
}

.custom-text{
    font-size: 1rem;
}

.container.banner-cliente p:hover {
    font-weight: 700;
    color: var(--light);
}

.row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius: 100px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:15px;
  }

  .back-to-top{
    display: none !important;
  }

  .fa-whatsapp{
    color: white !important;
  }


  .btn-custom {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 20px 30px 20px 30px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: var(--secondary);
}

.texto-decorado a{
    color: #011425 !important;
    text-decoration: none !important;
}

.texto-decorado a:hover{
    color: var(--light) !important;
    text-decoration: none !important;
}

.texto-decorado p:hover{
    color: var(--light) !important;
    text-decoration: none !important;
}

.texto-decorado-activo a{
    text-decoration: none !important;
    color: var(--light) !important;
    font-weight: 900 !important;
}

.isotipo-modal{
    width: 10%;
    margin-right: 20px;
}

css
Copy code
/* Estilos personalizados para centrar la imagen del código QR */
.codigoqr {
    text-align: center; /* Centra horizontalmente el contenido */
}

.codigoqr img {
    width: 50%;
    display: block; /* Evita el espacio adicional debajo de la imagen */
    margin: 0 auto; /* Centra horizontalmente la imagen */
}

.iframe-mapa{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.img-navbar{
    width: 40% !important;
}

.cronometro img{
    width: 30%;
    background-color: #000000;
}

.cronometro p{
    font-size: 2.5rem;
}

.centrado{
    display: flex !important;
    justify-content: center !important ;
    align-items: center !important;
}


     .banner-movil {
        width: 100% !important;
        min-height: 5vh !important;
        max-height: 5vh !important;
        height: 5vh !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 5%;
    }

.link-informacion{
    font-size: 0.8rem !important;
    text-transform: lowercase !important;
}

.imgmodal{
    width: 25%;
}

.linkfooter:hover{
    color: white !important;
    text-decoration: none !important;
}

.linkfooter::after{
    color: white !important;
    text-decoration: none !important;
}

.linkfooter, .linkfooter p{
    color: white !important;
}