    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        margin-top: -4em;
    }
    .carritopc {
        margin-left: 57%;
			margin-top: -5em;
    }
		img {
      max-width: 100%;
		}
		.fixed-top {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
		}
		.modal-content {  
      margin-top: 20% !important;
		}		
		.modal-header {
      padding: 0rem	!important;	
		}
		.modal {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 27%);
  }
	.close {
    color: #fff;
	}
	.close:hover {
    color: #cacaca;
	}
	@media (max-width: 405px) {
    .modal-content {
      margin-left: 2%; 
    }
		.close {
       right: 0%; 
		}
  }
/*flecha en hamburguesa*/
.dropdown-toggle::after {
    display: none;
}	
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}