html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.logoHeader {
    width: 250px;
    height: 65px; 
    object-fit: contain; 
    display: inline-block;
}




@media (max-width: 767.98px) {
    .logoHeader {
        content: url('/img/Group.png'); 
        width: 200px;
        margin-left: -55px !important;
    }

    .container-fluid.px-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logoHeader {
        margin-left: -35px !important; 
    }


}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .logoHeader {
        margin-left: -25px !important;
    }
}


@media (min-width: 1200px) {
    .logoHeader {
        margin-left: -25px !important; 
    }
}


/* Estilos para el menú colapsado en móviles y tablets */
@media (max-width: 991.98px) {
    #navMenu {
        text-align: center !important;
        padding: 0px 0;
    }

    .navbar-nav {
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .nav-item {
        width: 100%;
        margin: 0px 0 !important;
    }

    .nav-link {
        display: inline-block !important;
    }

    .btn-contact {
        width: auto !important;
        display: inline-block !important;
        margin-top: 15px !important;
    }
}