
 body {
    overflow-x: hidden;
  }
     .top-nav {
        background-color: #CACACA !important;
    }

    .bg-custom {
        background-color: #B8B6B6;
    }

    .nav-link {
        color: black;
    }

    .nav-item:hover {
        background-color: #1E1E1E;
    }

    .nav-link:hover {
        color: white;
    }

    .banner {
        background-color: #1E1E1E;
        border-bottom-left-radius: 140px;
    }
    .caja1 {
        background-color: #1E1E1E;
        border-bottom-right-radius: 140px;
    }
    .bordes-recortados {
        text-align: center;
        margin-top: 40px;
        width: 500px;
        height: 100px;
        border: 1px solid black;
        border-style:dashed;
        
        border-width: 3px;
        border-radius: 5px;
      }